asimov_module/
lib.rs

1// This is free and unencumbered software released into the public domain.
2
3#![no_std]
4#![deny(unsafe_code)]
5
6pub use dogma::prelude;
7
8#[cfg(feature = "tracing")]
9pub use tracing;