Crate minimo

source ·

Macros

  • Header macro
  • paragraph! macro same like showln! but automatically chops the text and wraps it in a paragraph. the width of the paragraph is 65 characters by default. when the text is longer than 65 characters, it is wrapped in a paragraph
  • render! macro same like showln! but automatically chops the text and wraps it in a paragraph. the width of the paragraph is 65 characters by default. when the text is longer than 65 characters, it is wrapped in a paragraph

Structs

  • CStyleSequence a sequence of CStyle
  • ! # noui ! terminal ui library combining alot of things from here and there ! and making it slightly easier to play with ! below are the key functionalities provided by this library

Enums

  • Key a key that can be pressed

Constants

Traits

  • Pickable a trait that can be used to implement a pickable item
  • Printable

Functions