pages 0.2.0

A dynamically-sized heap-backed data page. Comprises a user-chosen header and data array packed into a single allocation.
Documentation
[dependencies]

[package]
authors = ["James Laver <james.laver@gmail.com>"]
categories = ["data-structures", "no-std", "rust-patterns"]
description = "A dynamically-sized heap-backed data page. Comprises a user-chosen header and data array packed into a single allocation."
documentation = "https://github.com/docs.rs/pages"
edition = "2018"
homepage = "https://github.com/irrustible/pages"
keywords = ["page", "dynamic", "array", "block", "chunk"]
license = "Apache-2.0 WITH LLVM-exception"
name = "pages"
readme = "README.md"
repository = "https://github.com/irrustible/pages"
version = "0.2.0"