2 Star 0 Fork 1

mirrors_rust-vmm/linux-loader

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Cargo.toml 1.04 KB
一键复制 编辑 原始数据 按行查看 历史
[package]
name = "linux-loader"
version = "0.13.0"
authors = [
"The rust-vmm maintainers",
"rust-vmm AWS maintainers <rust-vmm-maintainers@amazon.com>",
"Cathy Zhang <cathy.zhang@intel.com>"
]
edition = "2021"
license = "Apache-2.0 AND BSD-3-Clause"
description = "A Linux kernel image loading crate."
keywords = ["kernel"]
repository = "https://github.com/rust-vmm/linux-loader"
homepage = "https://github.com/rust-vmm/linux-loader"
readme = "README.md"
autobenches = false
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
[features]
default = ["elf", "pe"]
bzimage = []
elf = []
pe = []
[dependencies]
vm-memory = "0.16.0"
[dev-dependencies]
criterion = { version = "0.7.0", features = ["html_reports"] }
vm-memory = { version = "0.16.0", features = ["backend-mmap"] }
[[bench]]
name = "main"
harness = false
[lib]
bench = false # https://bheisler.github.io/criterion.rs/book/faq.html#cargo-bench-gives-unrecognized-option-errors-for-valid-command-line-options
[profile.bench]
lto = true
codegen-units = 1
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_rust-vmm/linux-loader.git
git@gitee.com:mirrors_rust-vmm/linux-loader.git
mirrors_rust-vmm
linux-loader
linux-loader
main

搜索帮助