File: Cargo.toml

package info (click to toggle)
rust-iter-fixed 0.4.0-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 184 kB
  • sloc: makefile: 2; sh: 1
file content (20 lines) | stat: -rw-r--r-- 530 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[package]
name = "iter_fixed"
version = "0.4.0"
authors = ["Albin Hedman <albin9604@gmail.com>"]
edition = "2021"
license = "MIT OR Apache-2.0"
repository = "https://github.com/usbalbin/iter_fixed/"
description = "Iterator of fixed length"
keywords = ["iterator", "array", "data-structure", "zip"]
categories = ["rust-patterns", "no-std"]

[badges]
maintenance = { status = "experimental" }

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[features]
default = []

[dependencies]