summaryrefslogtreecommitdiff
path: root/kernel/src/prelude.rs
blob: 05bd9ca1156c46208e0cf41b61c0c6f9cdd45099 (plain)
1
2
3
4
//! A prelude for use inside the kernel.

pub use bstr::B;
pub use log::{debug, error, info, trace, warn};