| Crates.io | vesta-syntax |
| lib.rs | vesta-syntax |
| version | 0.1.0 |
| created_at | 2021-04-08 18:52:58.373433+00 |
| updated_at | 2021-04-08 18:52:58.373433+00 |
| description | The syntax for the `case!` macro defined in the Vesta crate |
| homepage | https://github.com/boltlabs-inc/vesta |
| repository | https://github.com/boltlabs-inc/vesta |
| max_upload_size | |
| id | 380995 |
| size | 14,941 |
case! macroThis crate defines parsing and compilation for the Vesta crates's
case! macro. If you need to parse a macro invocation that matches this syntax and/or emit code
from a macro that matches its output, depend on this crate. Otherwise, you likely want to depend on
vesta itself.