rawbytes 0.1.1

Transtype any sized value to a &[u8]
Documentation
[package]
name = "rawbytes"
version = "0.1.1"
authors = ["Frank Denis <github@pureftpd.org>"]
edition = "2018"
description = "Transtype any sized value to a &[u8]"
license = "MIT"
homepage = "https://github.com/jedisct1/rust-rawbytes"
repository = "https://github.com/jedisct1/rust-rawbytes"
categories = ["no-std"]

[profile.release]
codegen-units = 1
incremental = false
panic = "abort"