plain 0.2.3

A small Rust library that allows users to reinterpret data of certain types safely.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "plain"
version = "0.2.3"
authors = ["jzr"]
license = "MIT/Apache-2.0"
readme = "README.md"
repository = "https://github.com/randomites/plain"
homepage = "https://github.com/randomites/plain"
documentation = "https://docs.rs/plain"
description = "A small Rust library that allows users to reinterpret data of certain types safely."

categories = ["no-std", "data-structures", "parsing"]
keywords = ["plain", "pod", "ffi", "memory"]