ilytix 0.2.5

A simple cli tool for images analysis, written in Rust.
Documentation
1
2
3
4
5
#[derive(Debug, Clone, clap::ValueEnum, Copy)]
pub enum Method {
    BlockHash,
    Nn,
}