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