[package]
edition = "2024"
name = "packo"
version = "0.3.0"
authors = ["Raffaele Ragni <raffaele.ragni@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Packed datastructure with self referential indexing."
homepage = "https://codeberg.org/raffaeleragni/packo"
documentation = "https://docs.rs/packo"
readme = "README.md"
keywords = ["no_std"]
categories = ["data-structures"]
license = "MIT OR Apache-2.0"
repository = "https://codeberg.org/raffaeleragni/packo"
[lib]
name = "packo"
path = "src/lib.rs"
[[example]]
name = "entities"
path = "examples/entities.rs"
[[example]]
name = "html"
path = "examples/html.rs"
[dependencies]