Docs.rs
  • git-config-0.2.0
    • git-config 0.2.0
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • Byron
    • Dependencies
      • dirs ^4 normal
      • git-features ^0.20.0 normal
      • memchr ^2 normal
      • nom ^7 normal
      • pwd ^1.3.1 normal
      • quick-error ^2.0.0 normal
      • serde ^1 normal
      • unicode-bom ^1.1.4 normal
      • criterion ^0.3 dev
      • serde_derive ^1.0 dev
      • serial_test ^0.5.1 dev
      • tempfile ^3.2.0 dev
    • Versions
    • 91.34% 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
  • docs.rs
    • About docs.rs
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation
logo

logo

Crate git_config

logo
Change settings

List of all items

Structs

  • file::GitConfig
  • file::MutableMultiValue
  • file::MutableSection
  • file::MutableValue
  • file::ResolvedGitConfig
  • file::SectionBody
  • file::SectionBodyIter
  • file::from_paths::Options
  • fs::Config
  • fs::ConfigBuilder
  • parser::Error
  • parser::Key
  • parser::ParsedComment
  • parser::ParsedSection
  • parser::ParsedSectionHeader
  • parser::Parser
  • parser::SectionHeaderName
  • values::Bytes
  • values::Color
  • values::Integer
  • values::Path

Enums

  • file::GitConfigError
  • file::from_env::Error
  • file::from_paths::Error
  • fs::ConfigSource
  • parser::Event
  • parser::ParserOrIoError
  • values::Boolean
  • values::BooleanError
  • values::ColorAttribute
  • values::ColorError
  • values::ColorValue
  • values::IntegerError
  • values::IntegerSuffix
  • values::TrueVariant
  • values::path::interpolate::Error

Functions

  • parser::parse_from_bytes
  • parser::parse_from_bytes_owned
  • parser::parse_from_path
  • parser::parse_from_str
  • values::normalize_bytes
  • values::normalize_cow
  • values::normalize_str
  • values::normalize_vec