1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
[](https://github.com/FL03/decanter/actions/workflows/clippy.yml)
[](https://github.com/FL03/decanter/actions/workflows/rust.yml)
[](https://crates.io/crates/decanter)
[](https://docs.rs/decanter)
***
Welcome to decanter
Use Rust's built-in package manager [crates](https://crates.io/crates/decanter) to add *decanter*.
```bash
git clone https://github.com/scattered-systems/scsys
cd scsys
```
```bash
cargo build --release --workspace
```
or
```bash
cargo build -F wasm --release --target wasm32-unknown-unknown --workspace
```
```bash
cargo test --all -F full --release
```
or
```bash
cargo test --all -F wasm --release --target wasm32-unknown-unknown
```
```rust
use scsys::prelude::*;
fn main() {
println!("{:?}", Message::<String>::default());
}
```
Pull requests are welcome. For major changes, please open an issue first
to discuss what you would like to change.
Please make sure to update tests as appropriate.
- -