1//! A crate to help setting the worktree to a particular state. 2#![deny(missing_docs, rust_2018_idioms, unsafe_code)] 3 4/// 5pub mod checkout; 6pub use checkout::function::checkout;