[go: up one dir, main page]

gix-worktree-state 0.3.0

A crate of the gitoxide project implementing setting the worktree to a particular state
Documentation
1
2
3
4
5
6
//! A crate to help setting the worktree to a particular state.
#![deny(missing_docs, rust_2018_idioms, unsafe_code)]

///
pub mod checkout;
pub use checkout::function::checkout;