fjall-cli 1.0.1

CLI for Fjall database
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
mod byte_encoding;
pub use byte_encoding::*;

mod output_kind;
pub use output_kind::*;

mod output_affixes;
pub use output_affixes::*;

mod prefix_kind;
pub use prefix_kind::*;

mod suffix;
pub use suffix::*;