rat-scrolled 2.0.2

ratatui scroll widget and traits
Documentation
1
2
3
4
5
6
7
8
9
10
11
#![allow(unreachable_pub)]

pub mod list;
pub mod paragraph;
pub mod table;
pub mod tree;

mod _private {
    #[derive(Debug, Clone, Copy, PartialEq, Eq, PartialOrd, Ord, Hash)]
    pub struct NonExhaustive;
}