rust-cookbook
rust-cookbook copied to clipboard
https://rust-lang-nursery.github.io/rust-cookbook
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?
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...
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.
Create an issue for each of the recipes - Algorithms - [x] Sort a vector - with custom ordering - with a custom key - CLI - [x] color (ANSI)...
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...
| | | | ------------- | ------------- | | Crates | rusqlite| | Section | 7.1 SQLite | Once the database has structure, insert and query data