1 unstable release

Uses old Rust 2015

0.1.0 Mar 10, 2017

#43 in #character-encoding


Used in ebustl

MIT license

11KB
195 lines

Rust implementation of ISO6937 Codec

Implementation is rough and clearly not very efficient but should work fine.

New line characters are coded as 0x85 which is a special character that is not part of the standard. This can be seen as an extension used in the EBU-STL subtitle format.

No runtime deps