Skip to content

murarth/new_bitflags

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deprecated

This crate was written before the introduction of associated constants, when the bitflags crate would generate a module containing constant items for defined flags. Those were dark times.

However, now that associated constants are here, bitflags is wonderfully ergonomic and this crate is obsolete.

Therefore, feel free to disregard this crate and use bitflags instead.

We now return to your regularly scheduled README:

new_bitflags

More ergonomic bitflags

Documentation

Building

To include new_bitflags in your project, add the following to your Cargo.toml:

[dependencies]
new_bitflags = "0.1"

And the following to your crate root:

#[macro_use] extern crate new_bitflags;

License

new_bitflags is distributed under the terms of both the MIT license and the Apache License (Version 2.0).

See LICENSE-APACHE and LICENSE-MIT for details.

About

deprecated

Topics

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages