general_stable_vec 0.12.2

A Vec implementation with stable indices
Documentation
[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0.219"

[dependencies.thiserror]
version = "2.0.12"

[features]
serde = ["dep:serde"]

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

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "A Vec implementation with stable indices"
edition = "2021"
license = "BSD-2-Clause"
name = "general_stable_vec"
readme = "README.md"
repository = "https://github.com/ISibboI/general_stable_vec"
rust-version = "1.75.0"
version = "0.12.2"