iso6937

Crates.ioiso6937
lib.rsiso6937
version0.1.0
sourcesrc
created_at2017-03-10 15:30:26.916706
updated_at2017-03-10 15:30:26.916706
descriptionCodec for iso6937 character encoding.
homepage
repositoryhttps://github.com/tytouf/iso6937-rs
max_upload_size
id8921
size11,789
Christophe Augier (tytouf)

documentation

README

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.

Commit count: 2

cargo fmt