usrbio 0.1.19

Rust bindings for the [3FS USRBIO API](https://github.com/deepseek-ai/3FS/blob/main/src/lib/api/UsrbIo.md).
Documentation
[build-dependencies.bindgen]
version = "0.72"

[dev-dependencies.clap]
features = ["derive"]
version = "4.5"

[dev-dependencies.crc32c]
version = "0.6"

[dev-dependencies.human-units]
version = "0.5"

[dev-dependencies.rand]
version = "0.9"

[dev-dependencies.tokio]
features = ["full"]
version = "1.47"

[dev-dependencies.walkdir]
version = "2.5"

[[example]]
name = "usrbio"
path = "examples/usrbio.rs"

[lib]
name = "usrbio"
path = "src/lib.rs"

[package]
authors = ["SF-Zhou <sfzhou.scut@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
description = "Rust bindings for the [3FS USRBIO API](https://github.com/deepseek-ai/3FS/blob/main/src/lib/api/UsrbIo.md)."
edition = "2021"
homepage = "https://github.com/SF-Zhou/usrbio"
license = "MIT OR Apache-2.0"
name = "usrbio"
readme = "README.md"
repository = "https://github.com/SF-Zhou/usrbio"
version = "0.1.19"

[[test]]
name = "test_file"
path = "tests/test_file.rs"