Docs.rs
crulz-0.0.7
crulz 0.0.7
Permalink
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
fogti
Dependencies
ansi_term ^0.12
normal
anyhow ^1.0
normal
bincode ^1.2
normal
optional
cfg-if ^0.1
normal
clap ^2.33
normal
codespan ^0.9
normal
codespan-reporting ^0.9
normal
delegate-attr ^0.2
normal
flate2 ^1.0
normal
optional
itertools ^0.9
normal
phf ^0.8
normal
readfilez ^0.2
normal
serde ^1.0
normal
string_cache ^0.8
normal
thiserror ^1.0
normal
string_cache_codegen ^0.5
build
Versions
20.41%
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
Skip to main content
LiftAST
crulz
0.0.7
LiftAST
Required Associated Types
LiftT
Required Methods
lift_ast
Implementors
In crulz::
ast
crulz
::
ast
Trait
LiftAST
Copy item path
Source
pub trait LiftAST { type
LiftT
:
LiftAST
; // Required method fn
lift_ast
(self) -> Self::
LiftT
; }
Required Associated Types
§
Source
type
LiftT
:
LiftAST
Required Methods
§
Source
fn
lift_ast
(self) -> Self::
LiftT
Implementors
§
Source
§
impl
LiftAST
for
ASTNode
Source
§
type
LiftT
=
Vec
<
ASTNode
>
Source
§
impl
LiftAST
for
VAN
Source
§
type
LiftT
=
ASTNode