Improve CDS timecode implementation #3

Merged
muellerr merged 15 commits from improve_cds_short_impl into main 2023-01-09 11:08:14 +01:00
Showing only changes of commit 3ee237865c - Show all commits

View File

@ -819,6 +819,7 @@ pub mod cds {
/// See [chrono::DateTime::format] for a usage example of the generated
/// [chrono::format::DelayedFormat] structs.
pub mod ascii {
#[cfg(feature = "alloc")]
use chrono::format::{DelayedFormat, StrftimeItems};
use chrono::{DateTime, Utc};