Docs.rs
fpr-cli-util-0.1.0
fpr-cli-util 0.1.0
Docs.rs crate page
Apache-2.0
Links
crates.io
Source
Owners
shinjitumala
Dependencies
fpr-cli ^0.4.3
normal
serde ^1.0.228
normal
toml ^1.1.2
normal
Versions
0%
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
Skip to main content
fs_read_dir
fpr_
cli_
util
0.1.0
fpr_cli_util
Function
fs_
read_
dir
Copy item path
Source
pub fn fs_read_dir<P>(p: P) ->
Result
<
ReadDir
,
MyErr
>
where P:
AsRef
<
Path
>,