Skip to content

Commit

Permalink
Re-export rusticata-macros (closes #55)
Browse files Browse the repository at this point in the history
  • Loading branch information
chifflier committed Feb 10, 2022
1 parent 2c14662 commit 937bc5b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -260,11 +260,10 @@ pub use nom;
#[cfg(feature = "bigint")]
#[cfg_attr(docsrs, doc(cfg(feature = "bigint")))]
pub use num_bigint;
pub use rusticata_macros;

// re-exports nom macros, so this crate's macros can be used without importing nom
pub use nom::IResult;
#[doc(hidden)]
pub use rusticata_macros::custom_check;

pub(crate) use asn1_rs::der_constraint_fail_if;

Expand Down

0 comments on commit 937bc5b

Please sign in to comment.