fallthrough 0.1.0

Pattern match with fallthrough, in the style of C switch
Documentation
1
2
3
4
5
6
7
8
9
10
11
[package]
categories = ["rust-patterns"]
description = "Pattern match with fallthrough, in the style of C switch"
edition = "2021"
homepage = "https://github.com/Jules-Bertholet/fallthrough"
keywords = ["fallthough", "macro", "switch", "control-flow"]
license = "MIT OR Apache-2.0"
name = "fallthrough"
readme = "README.md"
repository = "https://github.com/Jules-Bertholet/fallthrough"
version = "0.1.0"