Skip to content

oli-obk/rust-sa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Latest Version

##Example usage

#![feature(plugin)]
#![plugin(static_assert)]

fn main() {
    static_assert!(5 == 4);
}

About

static_assert for rust - deprecated without replacement

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages