osom_lib 0.1.12

Top-level crate that re-exports the osom_lib workspace crates.
Documentation
1
2
3
4
5
6
7
8
9
10
//! This crate defines the [`TryClone`][crate::try_clone::TryClone] trait and its base implementations.

#[doc(inline)]
pub use crate::__reprc::traits;

/// Macros for the `osom_lib_reprc` crate.
pub mod macros {
    #[doc(inline)]
    pub use priv_osom_lib_proc_macros::reprc;
}