RustWebDigest #3: Authentication, Rust and Rest and more learning

Published 2016-07-24 under
  • logging
  • rest
Posted by ben :

The biggest news since the last RustWebDigest is without question the alpha release of Servo – the web rendering engine entirely written in Rust by Mozilla. It's a big effing deal and if you haven't downloaded it yet, I highly recommend doing so. While its still in alpha stage, it is very impressive what the team has delivered and keeps delivering with their nightly builds 👏.

The second most widely spread news Armin Ronacher's – you know, the person behind Flask – blog post about doing nice API development for Rest-APIs with Rust that he encountered while implementing the Sentry Rust Client. Similarly big waves only received Dropbox for their all rust brotli implementation, claiming to bring pied piper to life, but weirdly only implementing de compression so far. But both of sources of big credit showing strengths of Rust in very public posts, increasing the visibility and viability of Rust as decent web development environment.

Authentication, remote logging

After due consideration we've decided to rename the prior OAuth topic to a broader "Authentication/Authorization" topic as suggested by Marcel Müller. Thanks, Marcel, good idea!

Making that topic more broad also allowed us to add more libraries to that area. Go check it out.

The second big change on the website is around logging: We've added slog (a structured logging facility) and a few remote logging implementations (sentry, airbrake) – very important tooling for every web developer!

More Learning

Disclaimer: the author is co-organiser of RustFest.

Connecting RustFest and View Source

More of a side note the RustFest team announced their collaboration with Mozilla sponsored "View Source", a conference dedicated to the open web. Within that side note, they announced to be hosting a discussion area about rust at View Source – reaching out to the web developer folks on their own turf. Despite not having announced any web-related talks at that conference, that's an important sign. I highly recommend to get in touch if you are interested making that discussion awesome.

More blogs

We've also seen a few more interesting blog posts about rust for web development and updates the main website accordingly:

arewewebyet/web development talk at Berlin Rust User Group

And finally, you have the chance to see me on stage this week at Berlin Rust User Group, trying to convince the folks in front of me to do web development with rust by implementing a tiny microservice with the help of arewewebyet. Come by and say hi!

Crate updates:

Added to index:

The following have been added to our tracking index (and the website where appropriate)

Updates recorded:

Further more we recorded new releases to the following crates

Anything we missed? Let us know!

Author

Benjamin Kampmann

Freelance OpenSource Software Architect and Developer. I design, build and supervise the building of software (systems). Sometimes for clients, often times on my own, whenever possible as OpenSource. I care about good design in both, the User Experience and backend architecture and infrastructure. And I write about all this stuff.