allocated 0.1.1

Abstractions for working with explicitly allocated data structures
Documentation
[dependencies.allocator-api2]
version = "0.4.0"

[[example]]
name = "allocate-point"
path = "examples/allocate-point.rs"

[features]
default = ["std"]
std = []

[lib]
name = "allocated"
path = "src/lib.rs"

[lints.clippy]
multiple_unsafe_ops_per_block = "warn"
undocumented_unsafe_blocks = "warn"

[package]
authors = ["Alex Chamberlain"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures", "memory-management", "no-std"]
description = "Abstractions for working with explicitly allocated data structures"
edition = "2021"
keywords = ["allocator", "data-structures", "allocation"]
license = "MIT OR Apache-2.0"
name = "allocated"
readme = "README.md"
repository = "https://github.com/alexchamberlain/allocated-rs"
version = "0.1.1"