Docs.rs
  • git-features-0.13.0
    • git-features 0.13.0
    • Docs.rs crate page
    • MIT/Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • Byron
    • Dependencies
      • bytes ^1.0.0 normal
      • crc ^1.8.1 normal
      • crossbeam-channel ^0.5.0 normal
      • crossbeam-utils ^0.8.0 normal
      • ctrlc ^3.1.4 normal
      • sha-1 ^0.9.1 normal
      • git-hash ^0.3.0 normal
      • jwalk ^0.6.0 normal
      • num_cpus ^1.13.0 normal
      • prodash ^12.0.0 normal
      • sha1 ^0.6.0 normal
      • walkdir ^2.3.1 normal
    • 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
  • 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

Crate git_features

Version 0.13.0

See all git_features's items

  • Modules

Change settings

Crate git_features[−][src]

[−] Expand description

A crate providing foundational capabilities to other git-* crates with trade-offs between compile time, binary size or speed selectable using cargo feature toggles.

It’s designed to allow the application level crate to configure feature toggles, affecting all other git-* crates using this one.

Thus all features provided here commonly have a ‘cheap’ base implementation, with the option to pull in counterparts with higher performance.

Modules

fs

Filesystem utilities

hash

Hash functions and hash utilities

interrupt

Process-global interrupt handling

io

A unidirectional pipe for bytes, analogous to a unix pipe. Available with the io-pipe feature toggle.

parallel

Run computations in parallel, or not based the parallel feature toggle.

progress

Various prodash types along with various utilities for comfort.

Results for DirEntry

git_features::fs::walkdir::DirEntryAn alias for an uncustomized directory entry to match the … 
git_features::fs::walkdir::DirEntryIterThe Iterator yielding directory items 
git_features::fs::walkdir::DirEntryGenericRepresentation of a file or directory. 
git_features::fs::walkdir::DirEntryIterGenericDirEntry iterator from WalkDir.into_iter(). 
No results :(
Try on DuckDuckGo?

Or try looking in one of these:
  • The Rust Reference for technical details about the language.
  • Rust By Example for expository code examples.
  • The Rust Book for introductions to language features and the language itself.
  • Docs.rs for documentation of crates released on crates.io.
No results :(
Try on DuckDuckGo?

Or try looking in one of these:
  • The Rust Reference for technical details about the language.
  • Rust By Example for expository code examples.
  • The Rust Book for introductions to language features and the language itself.
  • Docs.rs for documentation of crates released on crates.io.