Docs.rs
gix-config-0.37.0
gix-config 0.37.0
Docs.rs crate page
MIT OR Apache-2.0
Links
Repository
crates.io
Source
Owners
Byron
Dependencies
bstr ^1.3.0
normal
document-features ^0.2.0
normal
optional
gix-config-value ^0.14.6
normal
gix-features ^0.38.2
normal
gix-glob ^0.16.2
normal
gix-path ^0.10.7
normal
gix-ref ^0.44.0
normal
gix-sec ^0.10.6
normal
memchr ^2
normal
once_cell ^1.14.0
normal
serde ^1.0.114
normal
optional
smallvec ^1.9.0
normal
thiserror ^1.0.26
normal
unicode-bom ^2.0.2
normal
winnow ^0.6.0
normal
criterion ^0.5.1
dev
Versions
100%
of the crate is documented
Go to latest version
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
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
gix_config
0.37.0
Module value
Structs
Functions
In crate gix_config
Module
gix_config
::
value
Copy item path
source
·
[
−
]
Expand description
Structs
§
Error
The error returned when any config value couldn’t be instantiated due to malformed input.
Functions
§
normalize
Removes quotes, if any, from the provided inputs, and transforms the 3 escape sequences
\n
,
\t
and
\b
into newline and tab respectively, while
\b
will remove the previous character.
normalize_bstr
&[u8]
variant of
normalize
.
normalize_bstring
Vec[u8]
variant of
normalize
.