Skip to content

Commit

Permalink
Make ParseResult a re-export of nom::IResult, improve doc comments
Browse files Browse the repository at this point in the history
  • Loading branch information
fitzgen committed Jun 18, 2016
1 parent 3cac063 commit 1a3dd13
Show file tree
Hide file tree
Showing 2 changed files with 523 additions and 486 deletions.
4 changes: 3 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
extern crate leb128;
#[macro_use] extern crate nom;

pub mod parser;
mod parser;
pub use parser::*;

mod types;
pub use types::*;

0 comments on commit 1a3dd13

Please sign in to comment.