serial_traits 1.1.2

A trait that allows you to serialize to and parse from Vec<u8> buffers. Comes with implementations for primitive types, String and generic collection types (if the item type implements the trait too.)
Documentation
[dev-dependencies.rand]
version = "0.9.1"

[lib]
crate-type = ["lib"]
name = "serial_traits"
path = "src/lib.rs"

[package]
authors = ["Taureon"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A trait that allows you to serialize to and parse from Vec<u8> buffers. Comes with implementations for primitive types, String and generic collection types (if the item type implements the trait too.)"
edition = "2024"
license = "LGPL-3.0-or-later"
name = "serial_traits"
readme = "README.md"
repository = "https://codeberg.org/Taureon/serial_traits"
version = "1.1.2"