matrix-slice 1.1.2

Safe abstractions for two-dimensional slices.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "matrix-slice"
version = "1.1.2"
edition = "2024"

description = "Safe abstractions for two-dimensional slices."
authors = ["Aurelia Molzer <5550310+197g@users.noreply.github.com>"]
license = "MIT OR Apache-2.0"
documentation = "https://docs.rs/matrix-slice"
readme = "Readme.md"
repository = "https://github.com/image-rs/canvas/tree/HEAD/matrix-slice"
categories = ["no-std", "data-structures", "rust-patterns"]

[dependencies]
# NONE