btree_error 0.1.0

To avoid duplication, all bforest libs use the same error defined in this crate.
Documentation
1
2
3
#![no_std]
mod error;
pub use error::Error;