ceremonyclient/channel/README.md

10 lines
147 B
Markdown
Raw Normal View History

2024-10-12 18:48:25 +00:00
# Channel
Wrapper for the Rust implementation of Channel in [crates/channel](../crates/channel).
## Generate Go bindings
```sh
go generate
```