Describe modules
This commit is contained in:
parent
01ec2c67c1
commit
eeb350aef4
4 changed files with 8 additions and 0 deletions
|
|
@ -1,3 +1,5 @@
|
|||
//! Intermediate representation of messages as blocks of lines.
|
||||
|
||||
use std::collections::VecDeque;
|
||||
|
||||
use chrono::{DateTime, Utc};
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
//! Arranging messages as blocks.
|
||||
|
||||
use toss::frame::{Frame, Size};
|
||||
|
||||
use crate::chat::Cursor;
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
//! Rendering blocks to a [`Frame`].
|
||||
|
||||
use chrono::{DateTime, Utc};
|
||||
use crossterm::style::ContentStyle;
|
||||
use toss::frame::{Frame, Pos, Size};
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
//! Constants and helper functions.
|
||||
|
||||
use crossterm::style::{ContentStyle, Stylize};
|
||||
use toss::frame::Frame;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue