All Snippets
The latest code snippets.
HTTP GET with reqwest
Async HTTP GET with the popular reqwest crate and tokio runtime.
Author:
chris
Read a File to String in Rust
Read an entire file into a String using std::fs::read_to_string.
Author:
chris
ActiveRecord Query Snippet
Define a model and run a chained where/order query with ActiveRecord.
Author:
chris