immutable 0.1.1

A library of immutable persistent data structures for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13

#[macro_use]
pub mod list;
#[macro_use]
pub mod tree;
#[macro_use]
pub mod map;


// #[test]
// fn it_works() {
//
// }