Yannic Nuwenhof
Yannic Nuwenhof
Hey, Here's a small collection of alias ideas that I find to be fitting. Ordered from best to worst, IMO. [use_sub_app](https://docs.rs/thruster/1.1.14/thruster/struct.App.html#method.use_sub_app) - `nest` - `app` - `sub` [use_middleware](https://docs.rs/thruster/1.1.14/thruster/struct.App.html#method.use_middleware) - `middleware`...
Thank you for taking the time to work on a PR for Awesome-Selfhosted! To ensure your PR is dealt with swiftly please check the following: - [x] Submit one item...
### Input C/C++ Header ```C++ const char BUFFER[] = "Hello" "\0" "World" "\0"; ``` ### Bindgen Invocation ```Rust bindgen::Builder::default() .header("input.h") .generate() .unwrap() ``` ### Actual Results ```rust pub const BUFFER:...
The current process of configuring [ureq](https://crates.io/crates/ureq) to trust invalid certificates is a bit annoying since you have to figure out the correct [rustls](https://crates.io/crates/rustls) version based on the [ureq](https://crates.io/crates/ureq) version you...