Closed Florob closed 5 years ago
Do we have any talks yet? Maybe we should ask around on Twitter. If we can't find a speaker, I could do a talk about Rust and WebAssembly. It's an adaption of a talk I gave two weeks ago at the Web Engineering meetup. Open for suggestions.
@mre Thank you for the offer. I have something a bit different in mind for this time around, cf. the announcement in the issue.
Ah alright. I mistook the announcement with the default template. Sounds great.
The Wednesday in the ToDo list should probably be a Monday.
I just noticed that this is a public holiday, so I won't be able to attend (once more).
Here are the slides from yesterday. I included both the shorter version from yesterday, as well as a longer version which also contains some more basic stuff in the beginning. The org-file, a latex file created from that, and the pictures are in there too, if case you want do any changes.
Nice! Thanks @rabite0.
ToDo
Invitation draft
Rust News
await
syntaxfuture.await
await future?
Fn{,Once,Mut}
is now implemented forBox<Fn{,Once,Mut}
Debug
outputdbg!()
can now be called without parameterscontains()
method on ranges