Docs.rs
gitconfig-0.1.0
gitconfig 0.1.0
Permalink
Docs.rs crate page
MIT
/
Apache-2.0
Links
Repository
crates.io
Source
Owners
sanemat
Dependencies
Versions
80%
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
gitconfig
0.1.0
Module map
Module Items
Structs
Enums
In crate gitconfig
gitconfig
Module
map
Copy item path
Source
Structs
§
Map
Represents a git config key/value type.
Occupied
Entry
An occupied Entry. It is part of the
Entry
enum.
Vacant
Entry
A vacant Entry. It is part of the
Entry
enum.
Enums
§
Entry
A view into a single entry in a map, which may either be vacant or occupied. This enum is constructed from the
entry
method on
Map
.