[package]
edition = "2024"
name = "serial_traits"
version = "1.1.3"
authors = ["Taureon"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = 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.)"
readme = "README.md"
license = "LGPL-3.0-or-later"
repository = "https://codeberg.org/Taureon/serial_traits"
[lib]
name = "serial_traits"
crate-type = ["lib"]
path = "src/lib.rs"
[dev-dependencies.rand]
version = "0.9.1"