ati 0.1.0

Introduces the `At` trait, which allows `Vec` to be indexed by `u|i{8,16,32,64,128}` and `isize`. Allows for Python-like negative index, where -1 is last element.
Documentation
1
2
3
4
5
6
7
8
9
10
11
[dependencies]

[package]
authors = ["Klas af Geijerstam"]
description = "Introduces the `At` trait, which allows `Vec` to be indexed by `u|i{8,16,32,64,128}` and `isize`. Allows for Python-like negative index, where -1 is last element."
edition = "2021"
license = "MIT"
name = "ati"
readme = "README.md"
repository = "https://github.com/KlasafGeijerstam/ati"
version = "0.1.0"