stanza 0.5.2

An abstract table model with customisable text formatting and renderers.
Documentation
1
2
3
4
5
6
7
8
9
10
11
#![no_std]

extern crate alloc;

pub mod table;
pub mod renderer;
pub mod style;

#[doc = include_str!("../README.md")]
#[cfg(doc)]
fn readme() {}