sic 0.22.4

Accessible image processing and conversion from the terminal (and a front-end for the 'image' crate).
Documentation
1
2
3
4
5
6
7
8
#![deny(clippy::all)]

#[cfg(test)]
#[macro_use]
extern crate parameterized;

pub mod cli;
pub mod combinators;