![CodeBuild] ![Version badge] ![Docs badge]
To reduce repeated implementations of a simple error enum, this crate
has been separated from the bforest
crates.
```rust use btreeerror::Error; use btreegraph::BTreeGraph;
fn main() {
let mut graph: BTreeGraph
// Assert error was returned.
assert_eq!(err, Error::VertexDoesNotExist);
} ```
It is doubtful anyone will use this crate by itself, but for completeness,
add the following to your Cargo.toml
file:
toml
[dependencies]
btree_error = "0.1.0"
Please see the API for a the full definition.
This work is dually licensed under MIT OR Apache-2.0.