bitflags-core 0.3.4

A fork of rust-lang-nursery/bitflags that uses libcore, not libstd
Documentation
  • Coverage
  • 100%
    2 out of 2 items documented1 out of 1 items with examples
  • Size
  • Source code size: 26.09 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 306.88 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • Homepage
  • Documentation
  • robigalia/bitflags-core
    0 2 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • emberian

bitflags

A Rust macro to generate structures which behave like a set of bitflags

Build Status

Documentation

Usage

Add this to your Cargo.toml:

[dependencies]

bitflags = "0.3"

and this to your crate root:

#[macro_use]
extern crate bitflags;