wayfinder-core 0.1.0

Client, cache, search, and rendering for Archives of Nethys Pathfinder 2e / Starfinder 2e data
Documentation
1
2
3
4
5
6
7
8
9
pub mod colored;
pub mod content;
pub mod markdown;
pub mod terminal;

pub use colored::{display_short_colored, rarity_colored, render_spans_colored};
pub use content::{ContentBlock, InlineContent, parse_content};
pub use markdown::render_markdown;
pub use terminal::{Span, action_icon, render_spans};