Docs.rs
ostd-0.17.1
ostd 0.17.1
Docs.rs crate page
MPL-2.0
Links
Documentation
Repository
crates.io
Source
Owners
StevenJiang1110
Dependencies
align_ext ^0.1.0
normal
bit_field ^0.10.1
normal
bitflags ^1.3
normal
bitvec ^1.0.1
normal
cfg-if ^1.0
normal
gimli ^0.28
normal
id-alloc ^0.1.0
normal
inherit-methods-macro ^0.1.0
normal
int-to-c-enum ^0.1.0
normal
intrusive-collections ^0.9.6
normal
linux-boot-params ^0.17.1
normal
log ^0.4
normal
minicov ^0.3
normal
optional
num-traits ^0.2
normal
ostd-macros ^0.17.1
normal
ostd-pod ^0.4.0
normal
ostd-test ^0.17.1
normal
smallvec ^1.13.2
normal
spin ^0.9.4
normal
volatile ^0.6.1
normal
zerocopy ^0.8.34
normal
fdt ^0.1.5
normal
loongArch64 ^0.2.5
normal
fdt ^0.1.5
normal
riscv ^0.15.0
normal
sbi-rt ^0.0.3
normal
unwinding =0.2.8
normal
acpi =5.2.0
normal
iced-x86 ^1.21.0
normal
optional
multiboot2 ^0.24.0
normal
tdx-guest ^0.2.4
normal
optional
unwinding =0.2.8
normal
x86 ^0.52.0
normal
x86_64 ^0.14.13
normal
Versions
94.5%
of the crate is documented
Platform
x86_64-unknown-none
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
Module util
ostd
0.17.1
Module util
Module Items
Modules
Enums
In crate ostd
ostd
Module
util
Copy item path
Source
Expand description
Utility types and methods.
Modules
§
id_set
A fixed-size set of unique IDs.
Enums
§
Either
A type containing either a
Left
value
L
or a
Right
value
R
.