Docs.rs
git-prole-0.5.3
git-prole 0.5.3
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
9999years
Dependencies
calm_io ^0.1.1
normal
camino ^1.1.6
normal
clap ^4.5.4
normal
clap_complete ^4.5.1
normal
clap_mangen ^0.2.20
normal
optional
command-error ^0.6.0
normal
common-path ^1.0.0
normal
derive_more ^1.0.0
normal
dirs ^5.0.1
normal
fs-err ^2.11.0
normal
itertools ^0.13.0
normal
miette ^7.2.0
normal
owo-colors ^4.0.0
normal
path-absolutize ^3.1.1
normal
pathdiff ^0.2.1
normal
regex ^1.10.6
normal
rustc-hash ^2.0.0
normal
serde ^1.0.210
normal
shell-words ^1.1.0
normal
tap ^1.0.1
normal
tempfile ^3.12.0
normal
toml ^0.8.19
normal
tracing ^0.1.40
normal
tracing-human-layer ^0.1.3
normal
tracing-subscriber ^0.3.18
normal
unindent ^0.2.3
normal
utf8-command ^1.0.1
normal
walkdir ^2.5.0
normal
which ^6.0.3
normal
winnow ^0.6.20
normal
xdg ^2.5.2
normal
expect-test ^1.5.0
dev
indoc ^2.0.5
dev
pretty_assertions ^1.4.0
dev
Versions
71.15%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-apple-darwin
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
git_
prole
0.5.3
In git_
prole::
fs
git_prole
::
fs
Function
create_dir
Copy item path
Source
pub fn create_dir<P>(path: P) ->
Result
<
()
>
where P:
AsRef
<
Path
> +
Debug
,