serde-lwjson 0.2.1

Serde serialization and deserialization for lwjson files
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# Development guide

## Updating the schema

To update the schema, build sca and run:
```
./<sca binary path> schema > src/schema.json
```

## Releasing

To release a new version, bump the version number in `Cargo.toml` and then use `cargo publish`. 
If you don't have the permissions, please contact `linpengzhang` or `crioux`.