ratatui/src/layout
Josh McKinney 1561d64c80
feat(layout): add Rect -> Size conversion methods (#789)
- add Size::new() constructor
- add Rect::as_size()
- impl From<Rect> for Size
- document and add tests for Size
2024-01-11 17:39:53 +01:00
..
rect feat(Rect): add offset method (#533) 2023-11-27 08:03:18 -08:00
alignment.rs refactor(layout): move the remaining types (#743) 2024-01-04 22:35:12 -08:00
constraint.rs feat(layout): accept Into<Constraint> for constructors (#744) 2024-01-04 22:36:37 -08:00
corner.rs refactor(layout): move the remaining types (#743) 2024-01-04 22:35:12 -08:00
direction.rs refactor(layout): move the remaining types (#743) 2024-01-04 22:35:12 -08:00
layout.rs docs(layout): document the difference in the split methods (#750) 2024-01-05 20:19:53 +01:00
margin.rs refactor(layout): move Margin to margin.rs (#740) 2024-01-04 20:34:42 -08:00
rect.rs feat(layout): add Rect -> Size conversion methods (#789) 2024-01-11 17:39:53 +01:00
segment_size.rs refactor(layout): move SegmentSize to layout/segment_size.rs (#742) 2024-01-04 20:53:57 -08:00
size.rs feat(layout): add Rect -> Size conversion methods (#789) 2024-01-11 17:39:53 +01:00