docs: clarify jiff integration support

This commit is contained in:
Philipp Schuster 2026-08-13 17:18:43 +02:00
parent e5e4964e4d
commit 6fafffd49b
No known key found for this signature in database

View file

@ -149,8 +149,8 @@
//! dynamically allocate any memory. Note that even without that feature,
//! some code might use the internal UEFI allocator.
//! - `jiff02`: Integration of [`runtime::Time`] with the `jiff` crate
//! (version 0.2 and possible above). Specifically, it integrates the time
//! struct with `DateTime` and `Zoned` via `TryFrom`.
//! (version 0.2). Specifically, it integrates the time struct with
//! `DateTime` and `Zoned` via `TryFrom`.
//! - `logger`: Logging implementation for the standard [`log`] crate
//! that prints output to the UEFI console. No buffering is done; this
//! is not a high-performance logger.