shared_vector 0.1.1

Reference counted vector data structure.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# shared_vector

Efficient reference counted vector data structure is Rust.

- [crate]https://crates.io/crates/shared_vector
- [doc]https://docs.rs/shared_vector

# License

Licensed under either of:

- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)

# Contributions

See the [contribution guidelines](https://github.com/nical/shared_vector/blob/master/CONTRIBUTING.md).