#![doc=include_str!("../README.md")]#![deny(missing_docs)]#[macro_use]externcrate log;/// A representation of a range of commits within a Git repository, which can have various lints performed upon it after construction.
modcommits;pubusecrate::commits::Commits;