graphs_tools 0.2.0

Graphs tools.
1
2
3
4
5
6
7
8
9
10
11
//! qqq : write proper description
fn main()
{
  // xxx : fix me
  // use graphs_tools::prelude::*;
  // let node : graphs_tools::canonical::Node = from!( 13 );
  // assert_eq!( node.id(), 13.into() );
  // println!( "{:?}", node );
  /* print : node::13 */
}