Docs.rs
gitprofile-0.1.2
gitprofile 0.1.2
Permalink
Docs.rs crate page
Links
Repository
crates.io
Source
Owners
takuma7
Dependencies
anyhow ^1.0.58
normal
clap ^3.2.8
normal
dialoguer ^0.10.1
normal
directories ^4.0.1
normal
indexmap ^1.9.1
normal
lazy_static ^1.4.0
normal
regex ^1.6.0
normal
serde ^1.0.138
normal
serde_with ^1.14.0
normal
thiserror ^1.0.31
normal
toml ^0.5.9
normal
assert_cmd ^2.0.4
dev
predicates ^2.1.1
dev
Versions
41.41%
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
gitprofile
0.1.2
In gitprofile::
validation::
profile_
key
gitprofile
::
validation
::
profile_key
Function
no_duplicates
Copy item path
Source
pub fn no_duplicates(input: &
str
, profile_catalog: &
ProfileMap
) ->
Result
<
()
>