AlgorithmsAreCool
AlgorithmsAreCool
Topics ### LMDB Basics - Overview of concepts and terms - Usage scenarios - Common problems and limitations (find some by looking at github issues) - Max Key size (511...
Hello and thank you for this great library. I have a prototype Cbor Serializer that is built on Serde and I've been trying to keep up with the new API...
### Overview I've been writing some code along a very hot path and I'm finding some tension between wanting the safety of using Guard clauses but also worrying about the...
Howdy, Currently CsCheck only supports the sealed PCG class for it's source of generation. But I would like to replace the PCG type with an interface or abstract class allowing...
### Describe the bug Currently it seems that `Guard.IsReferenceEqualTo` requires the parameters to be non-null. I believe the signature should be changed to permit nullable types because I believe that...