Rust binding with an easier to use API (#163)

Co-authored-by: Zhang "Echaozh" Yichao <does-not-exist@deepseek.com>
This commit is contained in:
Zhang "Echaozh" Yichao
2025-03-13 10:28:47 +08:00
committed by GitHub
parent b22f7153cc
commit 6c856acb4b
8 changed files with 512 additions and 21 deletions

View File

@@ -1,7 +1,8 @@
[workspace]
members = [
"src/client/trash_cleaner",
"src/storage/chunk_engine"
"src/storage/chunk_engine",
"src/lib/rs/hf3fs-usrbio-sys"
]
resolver = "2"
@@ -9,7 +10,7 @@ resolver = "2"
authors = ["dev <noreply@deepseek.com>"]
edition = "2021"
license = "MIT"
rust-version = "1.75.0" # MSRV
rust-version = "1.85.0" # MSRV
[profile.release-cmake]
debug = true