Registry / utility / cfg
library0.10.1rscratesunverified

A library for manipulating context-free grammars.

# Cargo.toml [dependencies] cfg = "0.10.1"
INSTALL
IMPORT
SIG · CFG
C
cfg
utilityrustv0.10.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Grammar
use cfg::Grammar;

Creates a new context-free grammar instance.

use cfg::Grammar; fn main() { let grammar = Grammar::new(); println!("Grammar created"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.10.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources
cfg — cargo add cfg · libregistry