Closed
Description
ToDo
- Settle for a date and location: Wednesday 2022-10-12, 19:15 CEST at C4 (default: first Wednesday each month)
- Send "Save the Date" info (with link to this ticket)
- Basic Agenda (default: Open Space)
- Final invitation (deadline 2022-10-06)
Invitation draft
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.
Rust News
- Rust 1.64.0
- Blog Post
- Release Notes
IntoFuture
has been stabilized. The.await
keyword can now be used on anything implementing it- Types for C FFI are now defined in
core
/alloc
- The deprecated
mem::uninitialized()
is now akin tomemset(buf, 0x01)
avoiding many cases of UB - Cargo: workspace inheritance
- Rustup:
rust-analyzer
is now available viarustup
- bstr 1.0: String operations for byte types (for not-quite UTF-8 data)
- wasmtime 1.0
- clap 4.0: API cleanup/polish, polished help output
let else
has been stabilized, coming to Rust 1.65 (?)- Rust Style Team
- Initial Rust support merged into mainline Linux
Metadata
Metadata
Assignees
Labels
No labels