general_stable_vec 0.5.0

A Vec implementation with stable indices
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "general_stable_vec"
description = "A Vec implementation with stable indices"
repository = "https://github.com/ISibboI/general_stable_vec"
version = "0.5.0"
edition = "2021"
rust-version = "1.75.0"
license = "BSD-2-Clause"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
thiserror = "1.0.58"