Arash Sahebolamri
Arash Sahebolamri
-Add the analyzer and code fix classes -Add related unit tests -Modify readme.md to showcase the new feature The analyzer looks for cases like this: ``` c# if ( handle...
I made changes to support chess 960. I changed `CastleRights` to keep track of castling rooks. Also, castle moves are encoded as 'king takes rook'. This is not a backwards...
The standards crates enable `rasn`'s `default` feature, which can incur a significant performance penalty (due to the `backtraces` feature I assume). These crates should depend on `rasn` with `default-features =...
My use-case requires these methods on `ReadOnlyView`
Is cross compiling supported? Reading the turorial, I got the impression that it should be supported. But I couldn't build my project for macOs or Linux on my Windows machine....
Does this make sense? I tried implementing it, I'm not sure what to do with `name` though. Would letting the variant name fill in for `name` be acceptable?
**Checklist** * [x] I've searched the issue tracker for similar requests **Is your feature request related to a problem? Please describe.** We occasionally encounter TLS clients that send invalid SNIs....