You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,8 @@
2
2
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.
3
3
4
4
The following snippets can help you here:
5
+
-[How to convert a Enum to DB row string value using Diesel? (get your string based Enum saved to DB) ](How_to_convert_a_Enum_to_DB_row_string_value_using_Diesel.md)
5
6
-[passwordHashing.rs - pbkdf2 implementation of passwordHashing & RustCrypto crate](passwordHashing.rs)
6
7
-[Examples for SQLite 3.35+ and Diesel PR 3004 returning clause](diesel_returning_clause_sqlite335.md)
7
8
-[How to install Rust,Docker,SQlite 3.35+ ?](rust_sqlite_335_bookworm_docker.md)
8
9
-[Rust Module Fuckery - How to use Lib.rs, compile/run individual binary crates, and access top level modules properly?](rust_module_fuckery.md)
9
-
-[How to convert a Enum to DB row string value using Diesel? (get your string based Enum saved to DB) ](How_to_convert_a_Enum_to_DB_row_string_value_using_Diesel.md)
0 commit comments