binary_codec_sv2 0.1.2

Sv2 data format
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.quickcheck]
optional = true
version = "1.0.0"

[features]
deafult = ["no_std"]
no_std = []
prop_test = ["quickcheck"]

[package]
authors = ["fi3 <email@email.org>"]
description = "Sv2 data format"
edition = "2018"
license = "MIT"
name = "binary_codec_sv2"
version = "0.1.2"