Highlights
- Arctic Code Vault Contributor
- Pro
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
1,639 contributions in the last year
Activity overview
Contribution activity
August 2020
Created a pull request in rust-lang/rust that received 14 comments
Implement Error for &(impl Error)
Opening this up just to see what it breaks. It's unfortunate that &(impl Error) doesn't actually implement Error. If this direct approach doesn't w…
+21
−0
•
14
comments
Created an issue in sval-rs/sval that received 1 comment
Support streaming Error types
We could add an API to allow streaming std::error::Errors:
pub mod stream { pub struct Source<‘a> { #[cfg(feature = “std”)] inner: &’a dyn std::error…
1
comment
19
contributions
in private repositories
Aug 3 – Aug 11