trillium-grpc 0.3.0

gRPC server and client for trillium, built on trillium-http's h2/h2c/h3 support
Documentation
1
2
3
4
5
6
# Normalize line endings to LF on checkout across all platforms. The codegen
# golden-file test (tests/codegen.rs) compares the committed
# tests/generated/*.rs against freshly generated output, which always emits LF;
# without this, Windows runners with core.autocrlf=true check the file out as
# CRLF and the byte comparison fails.
* text=auto eol=lf