Rust AG is a regular - almost weekly - meeting at the end of the working day. The meeting takes place at the Institute of Physics of the Johannes Gutenberg University in Mainz, Germany, where you can also join virtually. Topics are the programming language 'Rust', but also everything else around programming and computers. We usually speak German with each other.

Pinned ·

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.

Pinned ·

2024-08-20 meeting summary

No Rust today. We talked about my python script that allows some user authorization for a git repository.

Pinned ·

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…

Pinned ·

2024-07-30 meeting summary

We read the release notes of Rust 1.80.

Pinned ·

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…