Docs.rs
gix-utils-0.1.13
gix-utils 0.1.13
Docs.rs crate page
MIT OR Apache-2.0
Links
Repository
crates.io
Source
Owners
Byron
Dependencies
bstr ^1.5.0
normal
optional
fastrand ^2.0.0
normal
unicode-normalization ^0.1.19
normal
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_
utils
0.1.13
Module backoff
Module Items
Structs
In crate gix_
utils
gix_utils
Module
backoff
Copy item path
source
Expand description
Structs
§
Exponential
A utility to calculate steps for exponential backoff similar to how it’s done in
git
.