dts-core

Crates.iodts-core
lib.rsdts-core
version0.2.7
sourcesrc
created_at2022-03-04 21:57:37.105361
updated_at2022-06-03 23:05:12.79646
descriptionCore functionality of dts
homepage
repositoryhttps://github.com/martinohmann/dts
max_upload_size
id543686
size73,506
(martinohmann)

documentation

https://docs.rs/dts-core/

README

dts-core

Build Status docs.rs MIT License

This crate provides the Serializer and Deserializer implementations used by dts internally to convert between different input and output encodings. In additional to that it exposes the data transformation functionality that dts uses to modify the input data before serializing it.

Note: The API of dts-core is subject to change and there are no stability guarantees.

License

The source code of dts-core is released under the MIT License. See the bundled LICENSE file for details.

Commit count: 513

cargo fmt