jbcrs 0.1.3

A Library to support reading and writing of java class files.
Documentation
#[macro_use]
extern crate bitflags;
extern crate byteorder;
#[macro_use]
extern crate yade;

pub mod basic;

mod result;
mod types;

pub use result::*;
pub use types::*;