codas 0.3.0

Compact and streamable data format that works anywhere--from web apps to robots.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "codas"
description = "Compact and streamable data format that works anywhere--from web apps to robots."
readme = "README.md"
version.workspace = true
edition.workspace = true
homepage.workspace = true
repository.workspace = true
license.workspace = true
authors.workspace = true

[features]

# Enable integration with the std::io::Read/Write
# traits, only available on hosts with `std`.
std = []

[dependencies]