gevulot-rs 0.2.0

Gevulot Rust API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# gevulot-rs

## Build dependencies

- [`buf`]https://buf.build/
- [`protoc`]https://protobuf.dev/

## Publishing to crates.io

```shell
./scripts/prepare_publish.sh
cargo publish
```