We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6e5b6cf + 3359c27 commit 8510646Copy full SHA for 8510646
src/lib.rs
@@ -1,3 +1,5 @@
1
+#![cfg_attr(not(feature = "std"), no_std)]
2
+
3
//! `rust-peg` is a simple yet flexible parser generator that makes it easy to
4
//! write robust parsers. Based on the [Parsing Expression
5
//! Grammar][wikipedia-peg] formalism, it provides a Rust macro that builds a
0 commit comments