Crate transformable

Source
Expand description

Transformable

Transform its representation between structured and bytes form.

github LoC Build codecov

docs.rs crates.io crates.io license

§Installation

[dependencies]
transformable = "0.2"
§License

transformable is under the terms of both the MIT license and the Apache License (Version 2.0).

See LICENSE-APACHE, LICENSE-MIT for details.

Copyright (c) 2023 Al Liu.

Modules§

  • Utilities for encoding and decoding.

Enums§

Traits§

  • The type can transform its representation from byte form to struct.
  • The type can transform its representation to byte form.
  • The type can transform its representation between structured and byte form.