osom_lib 0.1.11

Top-level crate that re-exports the osom_lib workspace crates.
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! This module re-exports the `TryClone` trait and its macros.
pub use crate::__try_clone::TryClone;

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

    #[doc(inline)]
    pub use priv_osom_lib_proc_macros::try_clone_with_clone;
}