A standard pattern across pretty much every language I’ve worked with at least, is to stick statements that import modules and libraries at the top of the page. Some languages make you do this. (more…)
Read more »
It's common knowledge that Rust code is slow to compile.
But I have a strong gut feeling that most Rust code out there compiles much slower than it could. (more…)
Read more »
I show how to use heterogeneous lists and traits to implement a type-safe printf in Rust. These mechanisms can ensure that two variadic argument lists share important properties, like the number of format string holes matches the number of printf argument... (more…)
Read more »
This example uses Rust async for the server and a workqueue-based
executor to run async tasks.
Based on #798 and #796
Signed-off-by: Wedson Almeida Filho wedsonaf@google.com... (more…)
Read more »
Rust implementation of the H3 geospatial indexing system. - GitHub - HydroniumLabs/h3o: Rust implementation of the H3 geospatial indexing system. (more…)
Read more »