Docs.rs
ydev-0.1.1
ydev 0.1.1
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
saimizi
Dependencies
anyhow ^1.0
normal
clap ^3.1
normal
jlogger ^0.1
normal
log ^0.4.14
normal
regex ^1
normal
Versions
0%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
ydevlib
0.1.1
In ydevlib::
utils
ydevlib
::
utils
Function
scan_dir_for_dir
Copy item path
Source
pub fn scan_dir_for_dir(p: &
Path
, cb: &mut dyn
FnMut
(
PathBuf
) ->
bool
)