serde-lwjson 0.0.8

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, run `./update-schema.sh` and check in any changes. To run this script you 
need to have read access to an internal Lacework repository that contains the specification of 
the format.

## Releasing

To release a new version, bump the version number in `Cargo.toml` and then use `cargo publish`. 
Currently only [@edoardopirovano](https://github.com/edoardopirovano) has the permissions to do 
this, please ping him if you need access.