mdstore 1.2.0

A file-based storage engine that stores structured data as Markdown files with YAML frontmatter
Documentation
1
2
3
4
5
/// Get current timestamp in ISO 8601 format
#[must_use]
pub(crate) fn now_iso() -> String {
    chrono::Utc::now().to_rfc3339()
}