generic-bytes 0.2.0

A derivable trait for conversion to and from an array of bytes with a type-level size
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[dependencies.generic-array]
version = "0.14.4"

[package]
authors = ["François Garillot <francois@garillot.net>"]
description = "A derivable trait for conversion to and from an array of bytes with a type-level size"
edition = "2018"
keywords = ["bytes", "generic", "macro"]
license = "MIT"
name = "generic-bytes"
readme = "../README.md"
repository = "https://github.com/huitseeker/generic-array-derive"
version = "0.2.0"