Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Tips and Traps¶
- You should avoid using lifetime annotation as much as possible especially in public APIs. Leveraging smart pointers is a good approach to elide lifetime annotations. For more discussions on this, please refer to Smart pointers: The secret to write clean Rust code
WebAssembly Runtimes
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
The posts Benchmark of WebAssembly runtimes - 2021 Q1 and WebAssembly runtimes compared …
Webassembly as An Alternative to Containers
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Tips on Code Design
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Protobuf Implementations in Rust
Tips on Apache Beam
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!