evobox 0.1.1

A pointer type which allows for safe transformations of its content without reallocation.
Documentation
1
2
3
4
5
6
7
8
9
10
11
[package]
authors = ["lcnr/Bastian Kauschke <bastian_kauschke@hotmail.de>"]
categories = ["data-structures", "memory-management", "no-std"]
description = "A pointer type which allows for safe transformations of its content without reallocation."
edition = "2018"
keywords = ["heap", "map", "transform", "box"]
license = "MIT"
name = "evobox"
readme = "README.md"
repository = "https://github.com/lcnr/evobox"
version = "0.1.1"