u2400_pathnode 0.1.6

path cluster base library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
mod node_struct;
pub use node_struct::{path_node, index_node, util};
pub use node_struct::path_node::{PathNode, Context, VoterType, CheckerType};

#[cfg(test)]
mod tests {
    use super::*;

    #[test]
    fn it_works() {
    }
}