datex 0.0.10

The DATEX native libary.
Documentation
1
2
3
4
#[tokio::main]
async fn main() {
    datex_cli::run().await;
}