traitsequence 0.6.0

Traits to abstract over sequences.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "traitsequence"
description = "Traits to abstract over sequences."
categories = ["data-structures"]
keywords = ["sequence", "trait", "abstract", "strong-typedef"]
version = "0.6.0"
authors = ["Sebastian Schmidt <isibboi@gmail.com>"]
edition = "2018"
homepage = "https://github.com/sebschmi/abstract-datastructures-rs"
documentation = "https://docs.rs/traitsequence"
repository = "https://github.com/sebschmi/abstract-datastructures-rs"
readme = "README.md"
license = "BSD-2-Clause"
rust-version = "1.49.0"

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

[dependencies]