Steve Fan

Results 196 issues of Steve Fan

https://github.com/DuendeSoftware/IdentityServer

This is like a normal Rust `enum` except we have a known limited choice, and this means we have to add a discriminator field and the subsequent bits. This is...

https://github.com/RustCrypto/rustls-rustcrypto/blob/e6d5ed9652228ff09e56fee2534b6f60877fb7b8/src/verify/rsa.rs#L37

I found this project to be pretty interesting, so I tried to port the C99 grammar based on https://slebok.github.io/zoo/c/c99/iso-9899-tc3/extracted/index.html with some modifications. It should parse most of the C grammar...

This PR just introduced Clippy rules that translate some std use to core/alloc as much as possible, despite there are some features required manual std feature marking. However, the biggest...

Revival of #3760, this should enable 32-bit emulation support. Here's the quote of the original justification: > @fidencio Is it possible to reconsider this PR? I have a bunch of...

size/tiny