Docs.rs
linux-loader-0.13.0
linux-loader 0.13.0
Permalink
Docs.rs crate page
Apache-2.0
AND
BSD-3-Clause
Links
Homepage
Repository
crates.io
Source
Owners
andreeaflorescu
sameo
github:rust-vmm:gatekeepers
JonathanWoollett-Light
aghecenco
lauralt
jiangliu
roypat
Dependencies
vm-memory ^0.16.0
normal
criterion ^0.5.1
dev
vm-memory ^0.16.0
dev
Versions
100%
of the crate is documented
Platform
x86_64-apple-darwin
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
linux_
loader
0.13.0
Module cmdline
Module Items
Structs
Enums
Type Aliases
In crate linux_
loader
linux_loader
Module
cmdline
Copy item path
Source
Expand description
Helper for creating valid kernel command line strings.
Structs
§
Cmdline
A builder for a kernel command line string that validates the string as it’s being built.
Enums
§
Error
The error type for command line building operations.
Type Aliases
§
Result
Specialized
Result
type for command line operations.