lessvec 0.2.1

A custom Vec implementation using the Rust standard library.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "lessvec"
version = "0.2.1"
edition = "2024"
description = "A custom Vec implementation using the Rust standard library."
authors = ["Ayush Chauhan (bakayu) <mail@ayuch.dev>"]
readme = "README.md"
license = "MIT"
repository = "https://github.com/bakayu/lessvec.git"
exclude = ["target", ".github"]
homepage = "https://github.com/bakayu/lessvec"
documentation = "https://docs.rs/lessvec"

[dependencies]

[package.metadata.docs.rs]
all-features = true