stanza 0.3.0

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

extern crate alloc;

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

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