blob: 2c2cf67f64d4e5398e831278a210418613a7c1b2 [file] [log] [blame]
//! 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;