Max Wase

Results 5 issues of Max Wase

Update documentation, fix clippy lints, replace libc print macro in some places # Proofs: ## MSRV for std printing in dtor: ```rust #[ctor] fn sturtup() { println!("Staring..."); } fn main()...

It would be nice if user could override execution order without changing code location. The following code will panic because `DATA` is not initialized yet ```rust #[ctor] static ACTUAL_DATA: u8...

A tiny PR to fix an incomplete message :) ``` ✔ Continue? · yes Continuing Tap button on key to confirm, or replug to abort... If you touched the key...

### The bug For some reason image quality for the same photo differs significantly depending on its format. The issue can be seen on mobile with `Prefer remote images` option...

## Feature Request ### Crates tonic ### Motivation The trait can be useful when dealing with error statuses. tonic exposes the `Status::from_error` associated function, which creates a new status with...