protocache-core 0.1.1

Core zero-copy runtime and encoding primitives for ProtoCache
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "protocache-core"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
authors.workspace = true
license.workspace = true
repository.workspace = true
readme.workspace = true
documentation = "https://docs.rs/protocache-core"
description = "Core zero-copy runtime and encoding primitives for ProtoCache"
keywords = ["protobuf", "serialization", "zero-copy", "binary-format"]
categories = ["encoding", "data-structures"]

[dependencies]