bomboni_common 0.3.1

Common things for Bomboni library.
Documentation
1
2
3
4
5
6
#![doc = include_str!("../README.md")]

/// Date and time utilities.
pub mod date_time;
/// Unique identifier utilities.
pub mod id;