cljrs-stdlib 0.1.100

Built-in standard library namespaces for clojurust (clojure.string, clojure.set, clojure.test, …)
Documentation
1
2
3
4
5
6
fn main() {
    // Tell Cargo not to re-run this script unless build.rs itself changes.
    // Without this, Cargo re-runs any build script that emits no
    // rerun-if-changed directives on every single build.
    println!("cargo::rerun-if-changed=build.rs");
}