Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 677 Bytes

File metadata and controls

26 lines (16 loc) · 677 Bytes

README

What is this repository for?

NEbml provides facility to read/write EBML binary format. The idea of EBML is similar to XML, as it is:

  • made of tagged records
  • stores both atomic and compaund objects

Unlike XML the EBML is very efficient in space and performance terms. Library tends to be compliant to Ebml specs, as they described in https://github.com/ietf-wg-cellar/ebml-specification.

How do I get set up?

  • reference NEbml package from nuget
  • Package contains binaries for .NET 4.6.1 and NetStandard 2.0 platforms

Contribution guidelines

  • Writing tests
  • Code review
  • Other guidelines

Prerequisites

  • dotnet 8 SDK