Skip to content

Commit

Permalink
Update ixdtf crate intro/readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nekevss committed May 5, 2024
1 parent 643d7da commit df9ee56
Show file tree
Hide file tree
Showing 4 changed files with 269 additions and 108 deletions.
167 changes: 131 additions & 36 deletions utils/ixdtf/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions utils/ixdtf/src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ use displaydoc::Display;

#[non_exhaustive]
#[derive(PartialEq, Display, Clone, Copy, Debug)]
/// The error returned by `ixdtf`'s parsers.
pub enum ParserError {
#[displaydoc("Implementation error: this error must not throw.")]
ImplAssert,
Expand Down
Loading

0 comments on commit df9ee56

Please sign in to comment.