Skip to content

Commit

Permalink
Add per-file comment to lib.rs (#42)
Browse files Browse the repository at this point in the history
Co-authored-by: Jeffrey Kegler <[email protected]>
  • Loading branch information
v-jkegler and Jeffrey Kegler authored Nov 5, 2024
1 parent 7663176 commit ede685b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions parser/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/// This is the primary interface for llguidance -- the one on which the others
/// (FFI and LLInterpreter) are built. While not cleanest of these interfaces,
/// it is the most inclusive.
///
/// cbindgen:ignore
pub mod earley;

Expand Down

0 comments on commit ede685b

Please sign in to comment.