minus 5.0.0-alpha4

An asynchronous paging library for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
#[cfg(any(feature = "dynamic_output", feature = "static_output"))]
mod display;
#[cfg(any(feature = "dynamic_output", feature = "static_output"))]
mod ev_handler;
pub mod events;
#[cfg(any(feature = "dynamic_output", feature = "static_output"))]
pub mod init;
#[cfg(feature = "search")]
pub mod search;
#[cfg(any(feature = "dynamic_output", feature = "static_output"))]
pub mod term;