2024-09-03 meeting summary
Mo reported on his Rust course last week that was based on Comprehensive Rust and rustlings. We talked about SeaORM which is a relational ORM to help you build web services in Rust. The Rust Security Advisory Database and Google's Rust Crate Audits were mentioned.
2024-08-20 meeting summary
No Rust today. We talked about my python script that allows some user authorization for a git repository.
2024-08-06 meeting summary
Mo presented his new library polyhedral_mass_properties with the following interesting aspects: The Iterator trait with the map, fold and sum methods. The Add and Sum traits. Running an iterator on multiple threads with rayon. Using Cargo features with the cfg and cfg_attr attri…
2024-07-30 meeting summary
We read the release notes of Rust 1.80.
2024-07-23 meeting summary
Mo gave a talk on Physics Simulations in Bevy at Scientific Computing in Rust 2024. Bevy is a popular and powerful game engine written in Rust. He summarised his talk for us and also wrote a blog post on the topic. Here is a list of talks at Scientific Computing in Rust 2024 that…