fastemporal 0.1.1

Luxon + Temporal, but in pure Rust — 100× faster, zero GC
Documentation
1
2
3
4
5
//! Datetime formatting — strftime and Luxon-style tokens.
#![allow(missing_docs)]
pub mod strftime;

pub use strftime::{format_dt, FormatCtx};