rust-cookbook icon indicating copy to clipboard operation
rust-cookbook copied to clipboard

https://rust-lang-nursery.github.io/rust-cookbook

Results 130 rust-cookbook issues
Sort by recently updated
recently updated
newest added
trafficstars

This is a duplicate of #123 , but I was hoping for a slightly different solution than the one provided there. I was hoping to get a free port so...

We are not doing any encryption in the cookbook. Should we create recipes for encrypting & decrypting data/streams?

wishlist

Hello, the current `rust-lang-nursery` organisation is considered deprecated, and the Rust Programming Language organisation is trying to consolidate managing Rust's GitHub organisations, as such we'd like you to consider moving...

Let's expand all the recipes. Hidden code is a stumbling block for far too many people.

When I read the header of encryption I think of something reversible, say using AES or the like, but the example specifically stated it's a hash. To me it would...

wishlist

It would be nice to install rust-cookbook through cargo. ``` $ cargo install rust-cookbook $ cargo rust-cookbook ``` Or maybe as rustup component. ``` $ rustup component add rust-cookbook $...

Many libraries require forwarding them `argc` and `argv` from Rust, ideally, without allocating any memory. I thought this would make for a good "cookbook" example.

wishlist

Create an issue for each of the recipes - Algorithms - [x] Sort a vector - with custom ordering - with a custom key - CLI - [x] color (ANSI)...

needs clarification

It'd be nice to include an example for signal handling on Unix-like platforms. Currently, the go-to solution is to look up [`chan-signal`](https://github.com/BurntSushi/chan-signal) (which is deprecated) and then copy-paste the example...

wishlist

| | | | ------------- | ------------- | | Crates | rusqlite| | Section | 7.1 SQLite | Once the database has structure, insert and query data

claimed
hacktoberfest