ratatui/src
Josh McKinney 548961f610
test(list): add characterization tests for list (#167)
- also adds builder methods on list state to make it easy to construct
  a list state with selected and offset as a one-liner. Uses `with_` as
  the prefix for these methods as the selected method currently acts as
  a getter rather than a builder.
- cargo tarpaulin suggests only two lines are not covered (the two
  match patterns of the self.start_corner match 223 and 227).
  the body of these lines is covered, so this is probably 100% coverage.
2023-05-09 17:39:01 +02:00
..
backend style: clippy's variable inlining in format macros 2023-05-07 16:19:34 -07:00
widgets test(list): add characterization tests for list (#167) 2023-05-09 17:39:01 +02:00
buffer.rs style: clippy's variable inlining in format macros 2023-05-07 16:19:34 -07:00
layout.rs chore(cargo): update project metadata (#94) 2023-03-17 17:03:49 +01:00
lib.rs feat(calendar): add calendar widget (#138) 2023-04-26 23:02:35 +02:00
style.rs refactor(style): Mark some Style fns const so they can be defined globally (#115) 2023-03-24 17:34:06 +01:00
symbols.rs fix(canvas)!: use full block for Marker::Block (#133) 2023-04-15 17:40:28 +02:00
terminal.rs style: clippy's variable inlining in format macros 2023-05-07 16:19:34 -07:00
text.rs feat(widget): add style methods to Span, Spans, Text (#148) 2023-05-02 15:30:05 -07:00