Contributing
Local development
- Install Rust (the latest stable version will work great)
- Run
cargo build --release
to get better benchmarks. - Adjust the configuration in
pg_doorman.toml
to match your setup (this step is optional, given next). - Execute
cargo run --release
. You're now ready to go! - Also, you can use
make docker-compose-test-all
for testing with docker.