-
Notifications
You must be signed in to change notification settings - Fork 3
Closed
Labels
Description
Todo
- Settle for a date: 2017-03-01?
- Send "Save the Date" info (with link to this ticket)
- Basic Agenda
- Final invitation (deadline 2017-02-15)
Invitation draft
Title: CGN: Web Development with Rust
Does Rust have the neccessary ingredients for web development (yet)? Let's find out in our next meetup on **Wednesday 2017-03-01, 19:15 CET**, which _might_ turn into a series.. ;-)
**Agenda**
* **What's so hard about writing a Slack client in Rust?** – by Matthias Endler
> "I'll just write a simple API wrapper for that. Give me two hours." Does that sound
> oddly familiar? Don't be fooled: writing an easy to use, idiomatic abstraction layer
> is a lot of work - in any language. I want to tell you my story about writing a Slack
> client in Rust. From documentation to testing and error handling there's a lot of
> pitfalls to avoid and laughs to share.
* **Diesel – Type Safe SQL** – by Pascal Hertleif
> Better refuel before we get started, this is a "Choose Your Own Adventure" talk
> — where the audience decides into which rabbit hole(s) we go down. Writing an
> actual app? Sure! Type system excursions? Always! Or maybe something about
> our test shenanigans? And of course fields of generated code as far as the eye
> can see!
Enjoy some drinks, meet nice people and discuss with us about Rust!
**[You can register here](https://www.meetup.com/RustCologne/events/237423265/)**.
We are looking forward to seeing you. :-)
Yours,
Jan-Erik, Pascal, Florian and Colin
―
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.
News
- First off: We have a glorious new logo! Someone should make t shirts! And cups! And mouse pads! And stickers! (Also, we should gift one of each to Chief Executive Logo Designer Matthias)
- New Rust release on March 16, Release Notes PR
- Rustfest on April 30 in Kyiv
- Tickets: 199€ (supporter, available now), 89€ (regular, first batch starts Friday), 49€ (student)
- CFP open till Sunday
- Libs
- Rocket 0.2
- Chrono 0.3
- (more on Diesel 0.11 later)
- Pathfinder seems fun
- RFCs
- new one for const types (a.k.a. dependent types, a.k.a. Π types, a.k.a.
fn<const n: usize>(input: [u8; n])
) - RFCs for varargs make a comeback as well with Tuple-Based Variadic Generics rust-lang/rfcs#1935 after Remove the usage of tuples in argument positions from our API diesel-rs/diesel#747
- new one for const types (a.k.a. dependent types, a.k.a. Π types, a.k.a.
- Underhanded.rs
- Rust SF meetup 2.3. (SF: March 2017 rust-community/talks#37 (comment)) – including Rocket.rs, will be recorded