fallible-structures 0.1.0

Data structures, but with allocation fallibility
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "fallible-structures"
version = "0.1.0"
authors = ["Lindon Kelley"]
edition = "2024"
license = "MIT OR Apache-2.0"
# rust-version = 
description = "Data structures, but with allocation fallibility"
readme = "README.md"
repository = "https://github.com/LindonKelley/fallible-structures"
# https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]