Docs.rs
gix-config-0.41.0
gix-config 0.41.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.9
normal
gix-features ^0.39.0
normal
gix-glob ^0.17.0
normal
gix-path ^0.10.12
normal
gix-ref ^0.48.0
normal
gix-sec ^0.10.9
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.3
normal
winnow ^0.6
normal
criterion ^0.5.1
dev
Versions
100%
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
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.41.0
Module value
Module Items
Structs
Functions
In crate gix_
config
gix_config
Module
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
.