term-rustdoc 0.2.0

A TUI for Rust docs.
Documentation
1
2
3
4
5
6
7
8
9
/// Scrollable widget
pub mod scrollable;
/// A block with area. Use the inner area to draw the real content.
mod surround;

pub use scrollable::{
    render_line, LineState, MarkdownAndHeading, Scroll, ScrollMarkdown, ScrollOffset, Scrollable,
};
pub use surround::Surround;