sector 0.1.21

A stateful vector implementation that provides different memory management behaviors through Rust traits and state machines.
Documentation
[dependencies.try_reserve]
version = "0.2.0"

[[example]]
name = "draining"
path = "examples/draining.rs"

[[example]]
name = "normal_sector"
path = "examples/normal_sector.rs"

[[example]]
name = "sector_transition"
path = "examples/sector_transition.rs"

[features]
std = ["try_reserve/std"]

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

[package]
authors = ["Dari-OS <darius.dev@proton.me>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["rust-patterns", "algorithms", "data-structures"]
description = "A stateful vector implementation that provides different memory management behaviors through Rust traits and state machines."
edition = "2021"
keywords = ["collection", "array", "vector", "data-structure", "sector"]
license = "MIT OR Apache-2.0"
name = "sector"
readme = "README.md"
repository = "https://github.com/Dari-OS/sector"
version = "0.1.21"

[[test]]
name = "tests"
path = "tests/tests.rs"