issues
search
containerd
/
ttrpc-rust
Rust implementation of ttrpc (GRPC for low-memory environments)
Apache License 2.0
197
stars
47
forks
source link
Fix warnings
#13
Closed
Tim-Zhang
closed
4 years ago
Tim-Zhang
commented
4 years ago
Fix warnings in ttrpc-rust, compiler and examples
Fix warnings about naming convention and update version for api changed.
Add unwrap to fix Result unused warning
Remove redundant parentheses and curly braces
Add 'dyn' for trait object
Add underscore prefix to unused variable
Remove unused import
Remove dead codes
Use new api of ttrpc
Regenerate ttrpc.rs
Add headers to generated codes
Fix warnings in ttrpc-rust, compiler and examples