Docs.rs
nydus-utils-0.4.2
nydus-utils 0.4.2
Docs.rs crate page
Apache-2.0
OR
BSD-3-Clause
Links
Homepage
Repository
crates.io
Source
Owners
jiangliu
imeoer
bergwolf
Dependencies
blake3 ^1.3
normal
httpdate ^1.0
normal
lazy_static ^1.4
normal
libc ^0.2
normal
log ^0.4
normal
lz4 ^1.24.0
normal
lz4-sys ^1.9.4
normal
nix ^0.24
normal
nydus-api ^0.3
normal
openssl ^0.10.48
normal
serde >=1.0.27
normal
serde_json >=1.0.9
normal
sha2 ^0.10.0
normal
tokio ^1.19.0
normal
zstd ^0.11
normal
tar ^0.4.38
dev
vmm-sys-util ^0.10.0
dev
flate2 ^1.0.17
normal
libz-sys ^1.1.8
normal
flate2 ^1.0.17
normal
libz-sys ^1.1.8
normal
Versions
55.24%
of the crate is documented
Go to latest version
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
☰
ByteSize
Required Methods
byte_size
Implementations on Foreign Types
OsStr
OsString
PathBuf
Implementors
In nydus_utils::types
?
Trait
nydus_utils
::
types
::
ByteSize
source
·
[
−
]
pub trait ByteSize { // Required method fn
byte_size
(&self) ->
usize
; }
Required Methods
§
source
fn
byte_size
(&self) ->
usize
Implementations on Foreign Types
§
source
§
impl
ByteSize
for
OsStr
source
§
fn
byte_size
(&self) ->
usize
source
§
impl
ByteSize
for
OsString
source
§
fn
byte_size
(&self) ->
usize
source
§
impl
ByteSize
for
PathBuf
source
§
fn
byte_size
(&self) ->
usize
Implementors
§