[go: up one dir, main page]

gix-utils 0.1.3

A crate with `gitoxide` utilities that don't need feature toggles
Documentation
1
2
3
4
5
6
7
8
//! A crate with utilities that don't need feature toggles.
//!
//! If they would need feature toggles, they should be in `gix-features` instead.
#![deny(rust_2018_idioms, missing_docs)]
#![forbid(unsafe_code)]

///
pub mod backoff;