Docs.rs
static-graph-0.1.0
static-graph 0.1.0
Docs.rs crate page
MIT
/
Apache-2.0
Links
Repository
crates.io
Source
Owners
Millione
Dependencies
async-trait ^0.1
normal
faststr ^0.1
normal
fxhash ^0.2
normal
heck ^0.4
normal
nom ^7
normal
proc-macro2 ^1
normal
quote ^1
normal
syn ^1
normal
tokio ^1
normal
Versions
8.65%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
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
☰
Parser
Required Methods
parse
Implementors
In static_graph::parser
?
Trait
static_graph
::
parser
::
Parser
source
·
[
−
]
pub trait Parser:
Sized
{ // Required method fn
parse
(input: &
str
) ->
IResult
<&
str
, Self>; }
Required Methods
§
source
fn
parse
(input: &
str
) ->
IResult
<&
str
, Self>
Implementors
§
source
§
impl
Parser
for
Type
source
§
impl
Parser
for
Annotations
source
§
impl
Parser
for
Document
source
§
impl
Parser
for
Field
source
§
impl
Parser
for
Graph
source
§
impl
Parser
for
Ident
source
§
impl
Parser
for
Literal
source
§
impl
Parser
for
Node
source
§
impl
Parser
for
Path