Module mitrid_core::utils[][src]

Types and functionalities commonly used but not foundational.

Utils

utils is the module providing utility types and helper functions used across the library.

Re-exports

pub use self::timestamp::Timestamp;
pub use self::timestamp::TimestampDiff;
pub use self::version::Version;

Modules

regex

Functions used to match and pattern match strings against a regex.

timestamp

Types used to produce and manipulate timestamps.

version

Type and constants used for versioning (semver).