dfiles 0.1.2

为 simink 提供类似 vfs 的文件读写机制
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "barrier"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f398af1b34137aac668aca295724383a18b303c3eddbbc8d1781eac917927b2b"

[[package]]
name = "bitflags"
version = "2.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3"

[[package]]
name = "dfiles"
version = "0.1.2"
dependencies = [
 "bitflags",
 "srcu",
]

[[package]]
name = "srcu"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "30c9b0dc3fc96a905a0455716bc46f35ea23e99ae943efb42f2fe63f9dee4222"
dependencies = [
 "barrier",
]