Docs.rs
glit-0.3.0
glit 0.3.0
Permalink
Docs.rs crate page
MPL-2.0
20 June 2026
Links
Homepage
Repository
crates.io
Source
Owners
ghost_7191
Dependencies
git2 ^0.9
normal
human-panic ^1.0.1
normal
nom ^5.0.1
normal
structopt ^0.2.18
normal
yansi ^0.5
normal
criterion ^0.3
dev
proptest ^0.8.6
dev
Versions
52.63%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
group_expression
glitter_
lang
0.3.0
In glitter_
lang::
parser
glitter_lang
::
parser
Function
group_
expression
Copy item path
Source
pub fn group_expression<'a>( input: &'a
str
, ) ->
IResult
<&
str
,
Expression
,
ParseError
<'a>>