Skip to content

make it possible to include clojurers as a library#74

Open
erkkikeranen wants to merge 1 commit intoclojure-rs:masterfrom
erkkikeranen:feature/lib
Open

make it possible to include clojurers as a library#74
erkkikeranen wants to merge 1 commit intoclojure-rs:masterfrom
erkkikeranen:feature/lib

Conversation

@erkkikeranen
Copy link
Member

includes a lib.rs that provides public access to modules, for using clojurers as a crate.

cargo.toml

[dependencies]
rust_clojure = { git = "https://github.com/clojure-rs/ClojureRS" }

main.rs

extern crate rust_clojure;
use rust_clojure::repl::*;
...

let repl = Repl::default();

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant