Docs.rs
steel-parser-0.8.2
steel-parser 0.8.2
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
mattwparas
Dependencies
compact_str ^0.8.0
normal
dashmap ^6.1.0
normal
lasso ^0.7.3
normal
log ^0.4.17
normal
num-bigint ^0.4.6
normal
num-rational ^0.4.2
normal
num-traits ^0.2.19
normal
once_cell ^1.18.0
normal
ordered-float ^5.1.0
normal
pretty ^0.12.1
normal
rustc-hash ^2.1.1
normal
serde ^1.0.152
normal
smallvec ^1.13
normal
thin-vec ^0.2.14
normal
pretty_assertions ^1.4
dev
Versions
0.21%
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
ToDoc
steel_
parser
0.8.2
ToDoc
Required Methods
to_doc
Implementors
In steel_
parser::
ast
steel_parser
::
ast
Trait
ToDoc
Copy item path
Source
pub trait ToDoc { // Required method fn
to_doc
(&self) ->
RcDoc
<'_,
()
>; }
Required Methods
§
Source
fn
to_doc
(&self) ->
RcDoc
<'_,
()
>
Implementors
§
Source
§
impl
ToDoc
for
ExprKind
Source
§
impl
ToDoc
for
Atom
Source
§
impl
ToDoc
for
Begin
Source
§
impl
ToDoc
for
Define
Source
§
impl
ToDoc
for
If
Source
§
impl
ToDoc
for
LambdaFunction
Source
§
impl
ToDoc
for
Let
Source
§
impl
ToDoc
for
List
Source
§
impl
ToDoc
for
Macro
Source
§
impl
ToDoc
for
PatternPair
Source
§
impl
ToDoc
for
Quote
Source
§
impl
ToDoc
for
Require
Source
§
impl
ToDoc
for
Return
Source
§
impl
ToDoc
for
Set
Source
§
impl
ToDoc
for
SyntaxRules
Source
§
impl
ToDoc
for
Vector