File: Cargo.toml.orig

package info (click to toggle)
rust-unchecked-index 0.2.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 112 kB
  • sloc: makefile: 4
file content (19 lines) | stat: -rw-r--r-- 452 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[package]
name = "unchecked-index"
version = "0.2.2"

license = "MIT/Apache-2.0"
repository = "https://github.com/bluss/unchecked-index"
documentation = "https://docs.rs/unchecked-index/"
authors = ["bluss"]
readme = "README.md"

description = "Unchecked indexing wrapper using regular index syntax."

keywords = ["unchecked", "index", "slice", "no_std"]
categories = ["rust-patterns"]

[dependencies]

[package.metadata.release]
no-dev-version = true