- Joined
- 2/15/22
- Messages
- 1,527
- Points
- 223
Paul Lopez submitted a new resource:
rust_grpc_finance_server - A gRPC server for simulating real-time financial data streams, built with Rust and Docker
Read more about this resource...
rust_grpc_finance_server - A gRPC server for simulating real-time financial data streams, built with Rust and Docker
A Rust project just to stir the pot a bit here on quantnet .
Some things I wanted to highlight for those that are familiar with the C/C++ side of things, or are currently learning about it. I think Rust provides an interesting way of doing things as well:
1. More advanced Rust concepts including async/await patterns, error handling, and modular project structure
2. Containerization best practices with multi-stage Docker builds and secure runtime configurations
3. gRPC...
Read more about this resource...