https://github.com/michael-f-bryan/sum_type
A convenience macro for creating a wrapper enum which may be one of several distinct types
https://github.com/michael-f-bryan/sum_type
rust rust-macro
Last synced: 10 months ago
JSON representation
A convenience macro for creating a wrapper enum which may be one of several distinct types
- Host: GitHub
- URL: https://github.com/michael-f-bryan/sum_type
- Owner: Michael-F-Bryan
- License: mit
- Created: 2018-07-25T12:11:44.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-07-14T08:01:16.000Z (almost 7 years ago)
- Last Synced: 2025-08-26T01:21:40.355Z (10 months ago)
- Topics: rust, rust-macro
- Language: Rust
- Size: 565 KB
- Stars: 8
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sum_type
[](https://travis-ci.org/Michael-F-Bryan/sum_type)
[](https://github.com/Michael-F-Bryan/sum_type/blob/master/LICENSE)
[](https://crates.io/crates/sum_type)
[](https://docs.rs/sum_type/)
A convenience macro for creating a wrapper enum which may be one of several distinct types