Docs.rs
rust-constructor-2.1.0
rust-constructor 2.1.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
ChepleBob30
Dependencies
anyhow ^1.0.100
normal
chrono ^0.4.42
normal
eframe ^0.32.3
normal
egui ^0.32.3
normal
image ^0.25.8
normal
json ^0.12.4
normal
kira ^0.10.8
normal
tray-icon ^0.21.1
normal
Versions
68.21%
of the crate is documented
Platform
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
count_files_recursive
rust_
constructor
2.1.0
rust_constructor
Function
count_
files_
recursive
Copy item path
Source
pub fn count_files_recursive(dir: &
Path
, target: &
str
) ->
Result
<
usize
>
Expand description
检查指定目录下有多少个带有特定名称的文件。