container-rack-lib 1.0.0

Simple cli tool and library for generating storage shelfs for Smartstore containers
Documentation
1
2
3
4
5
mod cli;

fn main() {
    cli::run();
}