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
[package]
authors = ["jzr"]
categories = ["no-std", "data-structures", "parsing"]
description = "A small Rust library that allows users to reinterpret data of certain types safely."
documentation = "https://docs.rs/plain"
homepage = "https://github.com/randomites/plain"
keywords = ["plain", "pod", "ffi", "memory"]
license = "MIT/Apache-2.0"
name = "plain"
readme = "README.md"
repository = "https://github.com/randomites/plain"
version = "0.2.3"