Sign inSign up

qdrant/rust-parser

By qdrant

Updated 3 months ago

Image
0

1.8K

qdrant/rust-parser repository overview

Rust code parser

Extracts functions, enums, structs, into a JSON file. Aims to provide a searchable representation of the code.

Usage:

cargo run -- $PATH_TO_RUST_PROJECT > structures.jsonl

Or Docker:

docker run --rm -v $PATH_TO_RUST_PROJECT:/source qdrant/rust-parser ./rust_parser /source > structures.jsonl

Tag summary

Content type

Image

Digest

sha256:0214c1b4e

Size

31.1 MB

Last updated

3 months ago

docker pull qdrant/rust-parser