blob: a5815e841b4235301c3b06751e7f3686e525940c (
plain)
1
2
3
4
5
6
7
8
9
10
|
[package]
name = "improved_slice_patterns"
version = "2.0.0" # remember to update html_root_url
authors = ["Nadrieril <nadrieril@users.noreply.github.com>"]
license = "MIT OR Apache-2.0"
edition = "2018"
description = "A tiny crate that provides macros to help matching on Vecs and iterators using the syntax of slice_patterns"
readme = "README.md"
repository = "https://github.com/Nadrieril/dhall-rust"
documentation = "https://docs.rs/improved_slice_patterns/"
|