Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 271 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 271 Bytes

Coders

This directory contains implementations of encoders and decoders. All encoders derive from a commonn Encoder class, and all decoders from a common Decoder class.

To add a new encoder/decoder, implement a class that derives from Encoder/Decoder.