negentropy 0.5.1

Rust implementation of the negentropy set-reconciliation protocol.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# Contributing

## Organization guidelines

This project follows the rust-nostr organization guidelines: https://github.com/rust-nostr/guidelines

## Additional repository guidelines

### Coding Conventions

Install https://github.com/casey/just and use `just precommit`
to format and check the code before committing.
The CI also enforces this.