Docs.rs
render-tree-0.1.1
render-tree 0.1.1
Permalink
Docs.rs crate page
ISC
Links
crates.io
Source
Owners
wycats
Dependencies
itertools ^0.7.8
normal
log ^0.4.6
normal
termcolor ^1.0.4
normal
pretty_env_logger ^0.2.5
dev
Versions
18.94%
of the crate is documented
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
render_
tree
0.1.1
In render_
tree::
prelude
render_tree
::
prelude
Function
Section
Copy item path
Source
pub fn Section( name: &'static
str
, block: impl
FnOnce
(
Document
) ->
Document
, ) ->
Document