BitsKit icon indicating copy to clipboard operation
BitsKit copied to clipboard

A C# library for efficient bit-level reading and writing also adding bit field support

Results 2 BitsKit issues
Sort by recently updated
recently updated
newest added

because this feature is often used together with bit-field, so it would be good to put it in the same library.

enhancement

Thanks for this library, its a great help when working with bitfields. *However*, the current source generator has major issues and is not functioning incrementally. - Storing `ISymbol` in incremental...