Skip to content

Restioson/blair_mountain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

blair_mountain

A crate that exports one macro (union) to create types that are enums with checks in debug mode, but unions in release mode. In debug mode, invalid access will panic, while in release they will not. It is therefore unsafe. Fields should be treated as fields of unions (i.e no non-Copy types allowed, etc). Please test all code generated with blair_mountain in both release and debug modes.

About

A macro to define union types with union semantics in release mode but debug assertions in debug mode

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages