//! `no_std` compatible implementation of the [unsigned-varint](https://github.com/multiformats/unsigned-varint) Format
//!
//! # Features
//!
//! | Feature | Description |
//! |--|---|
//! | `std` | Allows [`Error`] to be converted to [`std::io::Error`] |
pub use ;
pub use ;