growable 0.7.0

A growable, reusable box for Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
authors = ["Eugene Palmoff <mahou@shoujo.pw>"]
categories = ["data-structures", "memory-management", "rust-patterns"]
description = "A growable, reusable box for Rust."
documentation = "https://mahou-shoujo.github.io/growable-rs/growable/index.html"
edition = "2018"
homepage = "https://github.com/mahou-shoujo/growable-rs.git"
keywords = ["allocation", "box", "memory", "pool", "reuse"]
license = "MIT"
name = "growable"
readme = "README.md"
repository = "https://github.com/mahou-shoujo/growable-rs.git"
version = "0.7.0"