Skip to main content

lykn_cli/
lib.rs

1//! lykn-cli library
2//!
3//! Provides the reader and formatter used by the `lykn` CLI tool.
4
5pub mod formatter;
6pub mod reader;