Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 732 Bytes

File metadata and controls

24 lines (19 loc) · 732 Bytes

WIP, though main should be stable as long as you are fine with breaking changes in the future

planned things:

  • quantization system
  • variable width encoding system
  • endianness handling
  • Real Docs

Computerys BitStream

A C# library for bit-level serialization and deserialization with compile-time source generation.

Features

  • Easy Bit ALinged read writes
  • Struct serialization
  • Custom types
  • High performance no Alloc

Requirements

  • .NET Standard 2.1 (runtime library)
  • .NET Standard 2.0 (source generator)

So old bcs we target unity 6 and it has the most archaic source gen stack, godot and newer things should just work due to this.

License

Licensed under the Apache License, Version 2.0.