Docs.rs
cdfs-0.2.3
cdfs 0.2.3
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
inferiorhumanorgans
Dependencies
anyhow ^1
normal
bitflags ^2.0
normal
cfg-if ^1
normal
clap ^4
normal
encoding_rs ^0.8.32
normal
fuser ^0.13
normal
itertools ^0.11.0
normal
libc ^0.2
normal
log ^0.4
normal
nom ^7.1
normal
simple_logger ^4.2.0
normal
thiserror ^1
normal
time ^0.3
normal
md5 ^0.7
dev
Versions
100%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
cdfs
0.2.3
Block
Buffer
Trait Implementations
BlockBufferCtor
In crate cdfs
cdfs
Type Alias
BlockBuffer
Copy item path
Source
pub type BlockBuffer = [
u8
;
2048
];
Expand description
A
u8
array big enough to hold an entire filesystem block.
Trait Implementations
§
Source
§
impl
BlockBufferCtor
for
BlockBuffer
Source
§
fn
new
() -> Self
Creae a new, zero initialized buffer large enough to hold a filesystem block.