Skip to content

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