Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/It4innovations/hyperqueue
/ parser2.rs
File
parser2.rs
crates/hyperqueue/src/common/parser2.rs:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
use anyhow::anyhow;
2
use chumsky::error::{Simple, SimpleReason};
3
use chumsky::primitive::{end, just};
4
use chumsky::text::ident;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected