blob: 9c99e0d877fcd9390c905d194234030131e7e2f9 (
plain)
1
2
3
4
5
6
7
8
9
10
|
[package]
name = "improved_slice_patterns"
version = "1.0.1" # 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/"
|