Expand description
ยงType Wrappers for Parsing
This module includes wrappers for easy parsing of the foreign types.
Macrosยง
- Macro for implementing BYTEA-based SQL wrapper types with custom encoding/decoding
- Same as
impl_bytea_wrapper_custom
but with an encode function that returns a Result - Macro for implementing BYTEA-based SQL wrapper types using standard serialization
- Macro to reduce boilerplate for [
impl_text_wrapper_custom
]. - Macro for implementing text-based SQL wrapper types with custom encoding/decoding
- Macro for implementing text-based SQL wrapper types using standard string conversion