mirror of
https://github.com/sharkdp/bat.git
synced 2025-09-01 19:02:22 +01:00
Simplify public API module structure
This commit is contained in:
10
src/lib.rs
10
src/lib.rs
@@ -18,13 +18,13 @@ pub mod controller;
|
||||
mod decorations;
|
||||
mod diff;
|
||||
pub mod errors;
|
||||
pub mod inputfile;
|
||||
pub(crate) mod inputfile;
|
||||
mod less;
|
||||
pub mod line_range;
|
||||
pub(crate) mod line_range;
|
||||
mod output;
|
||||
mod preprocessor;
|
||||
mod printer;
|
||||
pub mod style;
|
||||
pub mod syntax_mapping;
|
||||
pub(crate) mod style;
|
||||
pub(crate) mod syntax_mapping;
|
||||
mod terminal;
|
||||
pub mod wrap;
|
||||
pub(crate) mod wrap;
|
||||
|
Reference in New Issue
Block a user