gooey-rs 0.12.1

Tile-based UI library with audio support
Documentation
1
2
3
4
5
6
use super::impl_kind;

/// Formatted text body
#[derive(Clone, Debug, Default, Eq, PartialEq)]
pub struct Body (pub String);
impl_kind!(Body);