Docs.rs
bootloader-x86_64-common-0.11.15
bootloader-x86_64-common 0.11.15
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
phil-opp
github:rust-osdev:bootloader
Dependencies
bootloader-boot-config ^0.11.15
normal
bootloader_api ^0.11.15
normal
conquer-once ^0.3.2
normal
log ^0.4.17
normal
noto-sans-mono-bitmap ^0.2.0
normal
rand ^0.8.4
normal
rand_hc ^0.3.1
normal
raw-cpuid ^10.2.0
normal
spinning_top ^0.2.4
normal
uart_16550 ^0.3.2
normal
usize_conversions ^0.2.0
normal
x86_64 ^0.15.2
normal
xmas-elf ^0.8.0
normal
Versions
80.46%
of the crate is documented
Platform
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
LOGGER
bootloader_
x86_
64_
common
0.11.15
In bootloader_
x86_
64_
common::
logger
bootloader_x86_64_common
::
logger
Static
LOGGER
Copy item path
Source
pub static LOGGER:
OnceCell
<
LockedLogger
>
Expand description
The global logger instance used for the
log
crate.