agx-cli 0.3.0

CLI for the agx-photo photo editing library
1
2
3
4
5
6
7
8
//! Output formatters for `agx validate` (and future commands that need
//! both human and JSON output).

mod human;
mod json;

pub use human::format_human;
pub use json::format_json;