This repository documents pitfalls or hardships I've found when I was playing around with RUST. However, my playground is not public and would be too messy.
The following snippets can help you here:
- How to convert a Enum to DB row string value using Diesel? (get your string based Enum saved to DB)
- passwordHashing.rs - pbkdf2 implementation of passwordHashing & RustCrypto crate
- Examples for SQLite 3.35+ and Diesel PR 3004 returning clause
- How to install Rust,Docker,SQlite 3.35+ ?
- Rust Module Fuckery - How to use Lib.rs, compile/run individual binary crates, and access top level modules properly?