Title: Iterators in Rust
Dear Rustaceans,
our next Meetup will be on **Wednesday 2022-10-12, 19:15 CEST**.
We'll talk about some new features in version 1.64.0. Namely: C-types in `core`, `IntoFuture` and inheritance of settings in workspaces and maybe others.
The main part will be about Iterators: What are they good for, how to implement them on your own and problems that will occur when iterators provide mutable access to an underlying data structure.
Any remaining time will be used as **open space**: Imagine a bazaar, where you can suggest topics and spontaneously join any discussion you find interesting. It all depends on your interests. You can enjoy some drinks, meet nice people and discuss about Rust.
**[You can register here](https://www.meetup.com/rustcologne/events/288977470/)**.
We are looking forward to seeing you. :-)
Yours,
Florian and Kai
―
The meetup will likely be held in German, we will however reevaluate this at the beginning of the evening and may switch to English if needed.
―
Due to COVID-19 still being around there are some precautions we feel are necessary to make everyone at ease.
We have restricted the maximum number of participants to ensure social distancing is possible.
Accordingly we need to know how many people will attend the meetup.
Please make sure to register and, in case you are no longer able to attend, cancel your registration.
Additionally we generally expect participants to wear masks. During warm weather the venue allows for
decent ventilation. In this case participants may **unanimously** decide masking is not necessary.
ToDo
Invitation draft
Rust News
IntoFuturehas been stabilized. The.awaitkeyword can now be used on anything implementing itcore/allocmem::uninitialized()is now akin tomemset(buf, 0x01)avoiding many cases of UBrust-analyzeris now available viarustuplet elsehas been stabilized, coming to Rust 1.65 (?)