Crate of the Week

Nominations and votes for the next Crate of the week are open! Please nominate and vote here.

Previous crates of the week were:

  • clap
  • lazy_static
  • quickcheck
  • itertools
  • conrod
  • glium
  • winapi
  • ramp
  • hyper
  • nom
  • chrono

Just a friendly remainder: Please nominate this years last crates of the week. Previous CotWs were:

  • clap
  • lazy_static
  • quickcheck
  • itertools
  • conrod
  • glium
  • winapi
  • ramp
  • hyper
  • nom
  • chrono
  • quick_error

Nominating clippy, because I have a cleaning obsession and clippy satisfies my cravings.

7 Likes

Yeah, Rust is good for tidiness-obsessed people :wink:

1 Like

conv and/or custom-derive.

1 Like

Maybe entries of "Previous crate of the week" list should be links?

You can slap https://crates.io/crates/ in front of it to get a workable link. I'm on mobile right now, but I can do that once I get to my PC.

1 Like

I would recommend my library handlebars for this week

https://crates.io/crates/handlebars/
https://github.com/sunng87/handlebars-rust

It's an implementation of the handlebars templating language for rust. Also it allows custom helper and template inheritance for real-world usage.

This week is its one-year anniversary on crates.io. We had a whole year of development, 49 releases totally. And here I want to give my thanks to every contributor and user.

3 Likes

Another friendly reminder: Please nominate and vote here.

Previous crates of the week were:

Because everyone needs a config parser: toml

5 Likes

crossbeam, because solid concurrency libraries never seem to get nearly as much love as they deserve.

9 Likes

Friendly reminder: Please nominate and vote here.

Previous crates of the week were:

glutin

@brson - started working on something like this but seems like he left the idea.

There is Awesome-Rust and it's active.

1 Like

Since these apparently aren't limited to libraries, racer deserves a mention.

7 Likes

Roaring because roaring bitmaps are a cool datastructure and this is a nice little library. :slight_smile:

2 Likes

Friendly reminder: Please nominate and vote here.

Previous crates of the week were:

I'd nominate rayon because it's fantastic.
There are actually a few libraries I would nominate(in order):

  1. rayon
  2. Most of @tailhook's stuff, vagga, rotor...?
  3. Diesel - it now has support for SQLite.
  4. clap 2.x - I know it was mentioned before but version 2.0+ is nice.
5 Likes

Out of those, I second the nomination for Diesel.

1 Like