Docs.rs
tzap-core-0.1.1
tzap-core 0.1.1
Permalink
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
frankmanzhu
Dependencies
aes-gcm ^0.10
normal
aes-gcm-siv ^0.11
normal
argon2 ^0.5
normal
byteorder ^1
normal
chacha20poly1305 ^0.10
normal
crc32c ^0.6
normal
hex ^0.4
normal
hkdf ^0.12
normal
hmac ^0.12
normal
rand ^0.8
normal
sha2 ^0.10
normal
subtle ^2
normal
tar ^0.4
normal
thiserror ^2
normal
unicode-normalization ^0.1
normal
uuid ^1
normal
zeroize ^1
normal
zstd ^0.13
normal
zstd-safe ^7
normal
tempfile ^3
dev
Versions
0.62%
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
Skip to main content
validate_file_path_bytes
tzap_
core
0.1.1
In tzap_
core::
metadata
tzap_core
::
metadata
Function
validate_
file_
path_
bytes
Copy item path
Source
pub fn validate_file_path_bytes( path: &[
u8
], max_path_length:
u32
, ) ->
Result
<
()
,
FormatError
>