Docs.rs
shadow-crypt-shell-1.0.7
shadow-crypt-shell 1.0.7
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
simon-amadeus
Dependencies
clap ^4
normal
colored ^3
normal
rand ^0.9
normal
rayon ^1
normal
rpassword ^7
normal
shadow-crypt-core ^1
normal
subtle ^2
normal
thiserror ^2
normal
zeroize ^1
normal
zxcvbn ^3
normal
tempfile ^3
dev
Versions
17.07%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
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
read_n_bytes_from_file
shadow_
crypt_
shell
1.0.7
In shadow_
crypt_
shell::
utils
shadow_crypt_shell
::
utils
Function
read_
n_
bytes_
from_
file
Copy item path
Source
pub fn read_n_bytes_from_file( path: &
Path
, n:
usize
, ) ->
WorkflowResult
<
SecureBytes
>