btree_graph 0.2.2

A generic graph data structure.
Documentation
1
2
3
4
5
6
7
8
#![no_std]
extern crate alloc;

/// `error` module contains the definition of the Error struct.
pub mod error;

mod graph;
pub use graph::*;