Expand description
Transformable
§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§
- The error type for errors that get returned when encoding or decoding fails.
- The error type for errors that get returned when encoding or decoding fails.
- Error returned by
Durationwhen transforming. - Error returned by
Instantwhen transforming. - The wire error type for
IpAddr. - Error type for transformable numbers.
- The wire error type for
SocketAddr. - The error type for errors that get returned when encoding or decoding str based structs fails.
- Error returned by
SystemTimewhen transforming.
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.