vecxe 0.1.0

Utility functions for vec
Documentation
[package]
name = "vecxe"
version = "0.1.0"
edition = "2024"

description = "Utility functions for vec"
keywords = ["vector", "iterator", "slices", "data-structure"]
categories = ["no-std", "no-std::no-alloc"]

license = "MIT"
repository = "https://github.com/Fifixex/vecxe"
documentation = "https://docs.rs/vecxe/"
authors = ["Fifixex"]
readme = "README.md"

[features]
default = ["use_std"]
use_std = []

[dependencies]