datex-core 0.0.3

The DATEX Core Rust implementation
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
## Building

Rust nightly is required for coroutines.

```sh
rustup install nightly
rustup default nightly
```

## Testing

The integration tests in the test/ directory can be run with `cargo test -- --show-output`

```
cargo test --package datex-core --test compiler -- compile_literals --exact --nocapture 
```