summaryrefslogtreecommitdiffstats
path: root/third_party/rust/rure/src/lib.rs
blob: 1c1eef92510cbd427c6f897732306ce4f4b8cbf4 (plain)
1
2
3
4
5
6
7
8
9
10
11
// This library is patched, this considered first-party. Ignore warnings
// as if it were third-party.
#![allow(warnings)]

#[macro_use]
mod macros;
mod error;
mod rure;

pub use crate::error::*;
pub use crate::rure::*;