Pinned
912 contributions in the last year
Less
More
Contribution activity
August 2021
Created 2 commits in 2 repositories
Created 3 repositories
- sunshowers/rfcs Shell
- sunshowers/target-lexicon Rust
- sunshowers/openai-api-rust Rust
Created a pull request in bytecodealliance/target-lexicon that received 3 comments
Add bpfeb and bpfel targets
These targets are for big-endian and little-endian versions of the Linux bpf subsystem, respectively. They were added in Rust 1.54.
+13
−1
•
3
comments
Opened 1 other pull request in 1 repository
EmbarkStudios/cfg-expr
1
merged
Created an issue in EmbarkStudios/cfg-expr that received 1 comment
Use Cow<'static, str> instead of &'a str`?
Is your feature request related to a problem? Please describe.
It would be pretty cool to use Cow<'static, str> rather than &'a str. That would get…
1
comment
