bytes-kman 0.1.13

serialize and deserialize bytes, a simple way to comunicate to other computer or to save state!
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.bytes-kman-derive]
version = "0.1.5"

[features]
core = []
default = ["core", "std"]
std = []

[package]
authors = ["konkitoman"]
description = "serialize and deserialize bytes, a simple way to comunicate to other computer or to save state!"
edition = "2021"
keywords = ["serialize", "deserialize", "bytes"]
license = "GPL-3.0"
name = "bytes-kman"
readme = "README.md"
repository = "https://github.com/konkitoman/bytes"
version = "0.1.13"