[feat][code] proto crate, one stream per request

This commit is contained in:
2024-11-08 22:22:50 +01:00
parent 04a39790b8
commit 9d8f579a0f
18 changed files with 862 additions and 306 deletions

View File

@ -1,3 +1,6 @@
#!/usr/bin/env bash
cargo run --release -p lanspread-server
export RUST_LOG=info,lanspread_server=debug,lanspread_proto=debug
exec cargo run -p lanspread-server
#RUST_LOG=info exec cargo run --profile release-lto -p lanspread-server