recasting 0.1.0

traits for one-to-one recasting of values in data structures
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dev-dependencies]

[features]
default = []
std = []

[package]
authors = ["Aaron Kutch <aaronkutch@att.net>"]
categories = ["memory-management", "data-structures", "no-std"]
description = "traits for one-to-one recasting of values in data structures"
documentation = "https://docs.rs/recasting"
edition = "2021"
keywords = ["recast", "translate", "no_std"]
license = "MIT OR Apache-2.0"
name = "recasting"
readme = "README.md"
repository = "https://github.com/AaronKutch/recasting"
version = "0.1.0"