move and turn into spans
This commit is contained in:
parent
bedaa49754
commit
9f401bda53
13 changed files with 1262 additions and 774 deletions
10
src/format_debug_output/mod.rs
Normal file
10
src/format_debug_output/mod.rs
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
pub mod ast;
|
||||
mod display;
|
||||
mod parse;
|
||||
mod spans;
|
||||
|
||||
#[cfg(test)]
|
||||
mod proptesting;
|
||||
|
||||
pub use parse::parse_input;
|
||||
pub use spans::{Config, Kind as SpanKind, Span, into_spans};
|
||||
Loading…
Add table
Add a link
Reference in a new issue