Matthias Farnbauer-Schmidt
Matthias Farnbauer-Schmidt
I just started using `snafu` and up to now it is much more egonoic for me than `failure`. Therefore, thanks for this crate! However, working with snafu I stumbled on...
Following #222 this introduces the subject type to the new `asnyc-nats` client. It seemed to me that `async-nats` is now mature enough to bring this in again 😄 I adapted...
#### Use Case: There should be a more precise error reporting than everything being an `io::Error`. While sure a lot of possible errors are due to IO there are also...
This PR adds a `Subject` type to the NATS client. It also includes some convenience stuff like a mutable, owned version `SubjectBuf`, `Token`s as an own type, the possibility to...
This PR is the result of the discussion in #69 . It adds an example for the `slice-dst` crate and demonstrates how a custom `Vec` can be implemented.
Thank you for this awesome crate. I always respect when people dive into the `unsafe` world of Rust. I'd like to use the `slice-dst` crate to build something similar to...
**Feature Description** _Disclaimer:_ I can only speak for the Linux version. I don't know how this is handled for iOS or Windows. At the moment, the timeout for a connect...
## Motivation In the current version of `EnvFilter`, the directive `[span{field=}]` does not work as expected. The directive `[span{field}]` filter for all spans `span` that have a field `field` while...
Hi, thanks for implementing this parser crate. It helps a lot. However, while including the crate in my business logic a found some unergonomic API designs that this PR tries...
Do not prefix event fields named `message_id` just like fields named `message` to enable easy use of [Journal Message Catalogs]. ## Motivation Viewing the structured fields recorded in journald is...