mirror of
https://github.com/rust-osdev/uefi-rs
synced 2026-08-26 18:26:05 -04:00
docs: clarify jiff integration support
This commit is contained in:
parent
e5e4964e4d
commit
6fafffd49b
1 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue