dcl_data_structures 0.10.0

Moved to: https://crates.io/crates/deep_causality_data_structures
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
///
/// MOVED TO https://crates.io/crates/deep_causality_data_structures
///
/// Please update your Cargo.toml:
///
/// '''toml
/// [dependencies]
/// deep_causality_data_structures = {version = "0.9"}
/// '''
///
pub fn migrate() {
    println!("This crate has moved to https://crates.io/crates/deep_causality_data_structures")
}