oneTenCubed-hey 0.3.4

keyword-based note retrieval tool
Documentation
1
2
3
4
5
6
7
use oneTenCubed_hey::{cli, storage};

fn main() {
    storage::initialize_storage();

    cli::dispatcher();
}