chive 0.1.0

A low-level type-safe binary serialization library with support for numbers, arrays, strings, and nested sub-archives
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "chive"
version = "0.1.0"
edition = "2021"
authors = ["Tim Straubinger"]
description = "A low-level type-safe binary serialization library with support for numbers, arrays, strings, and nested sub-archives"
repository = "https://github.com/timstr/chive"
license = "MIT"
keywords = ["serialization", "archive"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]