Docs.rs
rust-code-analysis-0.0.24
rust-code-analysis 0.0.24
Docs.rs crate page
MPL-2.0
Links
Repository
crates.io
Source
Owners
marco-c
calixteman
Dependencies
aho-corasick ^0.7
normal
fxhash ^0.2
normal
lazy_static ^1.3
normal
num ^0.4
normal
num-derive ^0.3
normal
num-format ^0.4
normal
num-traits ^0.2
normal
petgraph ^0.6
normal
regex ^1.5
normal
serde ^1.0
normal
termcolor ^1.1
normal
tree-sitter =0.19.3
normal
tree-sitter-ccomment =0.19.0
normal
tree-sitter-java =0.19.0
normal
tree-sitter-javascript =0.19.0
normal
tree-sitter-mozcpp =0.19.5
normal
tree-sitter-mozjs =0.19.0
normal
tree-sitter-preproc =0.19.0
normal
tree-sitter-python =0.19.0
normal
tree-sitter-rust =0.19.0
normal
tree-sitter-typescript =0.19.0
normal
pretty_assertions ^1.0
dev
Versions
83.72%
of the crate is documented
Go to latest version
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
☰
Type Definition RustParser
Other items in
rust_code_analysis
?
Type Definition
rust_code_analysis
::
RustParser
[
−
]
[src]
pub type RustParser =
Parser
<
RustCode
>;
Expand description
The
Rust
language parser.