decibri-rs 0.1.0

Official alias crate for Decibri. Prefer using the decibri crate directly.
Documentation
1
2
3
4
5
6
7
//! Official alias crate for [`decibri`](https://crates.io/crates/decibri).
//!
//! `decibri-rs` re-exports the full public API of the `decibri` crate. It exists
//! so the `-rs` name points at the canonical package. 
//! New projects should depend on `decibri` directly.

pub use decibri::*;