Falk Woldmann Lu

Results 14 comments of Falk Woldmann Lu

The "cleanest" way of ensuring that `once_lock` is actually optional for std builds would be to introduce an explicit `std` feature. This would, however, mean breaking changes for `no_std` users,...

Hi, yeah, sorry! Missed it :) the main motivation is to use the components which are already available via std to reduce the amount of external code that is run....

One problem of depending on `axum` is that I would need to enable `http1` or `http2` feature flag in order to have access to the trait. Perhaps the trait could...