Skip to content

Commit

Permalink
WIP entries cursors and attributes iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
fitzgen committed Jul 4, 2016
1 parent d0f0569 commit 5dad4c5
Show file tree
Hide file tree
Showing 3 changed files with 1,342 additions and 690 deletions.
7 changes: 4 additions & 3 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,13 @@

#![deny(missing_docs)]

#![cfg_attr(feature = "nightly", feature(plugin))]
#![cfg_attr(feature = "nightly", plugin(clippy))]
#![cfg_attr(feature = "nightly", deny(clippy))]

extern crate leb128;
#[macro_use]
extern crate nom;

mod parser;
pub use parser::*;

mod types;
pub use types::*;
Loading

0 comments on commit 5dad4c5

Please sign in to comment.