Registry / other / gitql-ast

gitql-ast

JSON →
library0.39.0rscratesunverified

Provides the abstract syntax tree (AST) for GitQL queries.

# Cargo.toml [dependencies] gitql-ast = "0.39.0"
INSTALL
IMPORT
SIG · GITQL-AST
G
gitql-ast
otherrustv0.39.0
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.

Statement
use gitql_ast::statement::Statement;

Parse and represent GitQL statements as AST nodes.

use gitql_ast::statement::Statement; fn main() { let stmt: Statement = unimplemented!(); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.39.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Meta
1
Resources
gitql-ast — cargo add gitql-ast · libregistry