remain 0.1.1

Compile-time checks that an enum or match is written in sorted order.
Documentation
[package]
name = "remain"
version = "0.1.1" # remember to update number in readme for major versions
authors = ["David Tolnay <dtolnay@gmail.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"
description = "Compile-time checks that an enum or match is written in sorted order."
repository = "https://github.com/dtolnay/remain"
documentation = "https://docs.rs/remain"
readme = "README.md"

[lib]
proc-macro = true

[dependencies]
proc-macro2 = "0.4"
quote = "0.6"
syn = { version = "0.15", features = ["full", "visit-mut"] }

[dev-dependencies]
compiletest = { package = "compiletest_rs", version = "0.3", features = ["stable"] }
version_check = "0.1"