lessvec 0.1.0

A custom Vec implementation using the Rust standard library.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "lessvec"
version = "0.1.0"
authors = ["Ayush Chauhan (bakayu) <mail@ayuch.dev>"]
build = false
exclude = [
    "target",
    ".github",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A custom Vec implementation using the Rust standard library."
homepage = "https://github.com/bakayu/lessvec"
documentation = "https://docs.rs/lessvec"
readme = "README.md"
license = "MIT"
repository = "https://github.com/bakayu/lessvec.git"

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

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

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

[dependencies]