Docs.rs
lexigram-lib-0.8.2
lexigram-lib 0.8.2
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
blueglyph
Dependencies
iter-index ^1.0.0
normal
lexigram-core ^0.8.2
normal
vectree ^0.2.3
normal
lexigram-core ^0.8.2
dev
Versions
30.18%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
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
GrTree
lexigram_
lib
0.8.2
GrTree
Aliased Type
Trait Implementations
GrTreeExt
In lexigram_
lib::
grammar
lexigram_lib
::
grammar
Type Alias
GrTree
Copy item path
Source
pub type GrTree =
VecTree
<
GrNode
>;
Aliased Type
§
pub struct GrTree {
/* private fields */
}
Trait Implementations
§
Source
§
impl
GrTreeExt
for
GrTree
Source
§
fn
get_dup
(&mut self, dup_index: &mut
Dup
) ->
usize
Source
§
fn
to_str
( &self, start_node:
Option
<
usize
>, symbol_table:
Option
<&
SymbolTable
>, ) ->
String
Source
§
fn
to_str_index
( &self, start_node:
Option
<
usize
>, symbol_table:
Option
<&
SymbolTable
>, ) ->
String