Skip to main content

wisp_storybook/
lib.rs

1//! `wisp-storybook` — interactive feature gallery, exposed as both a binary
2//! (the eframe app) and a library (so integration tests can iterate over
3//! every shipped story and verify it renders without errors).
4
5pub mod app;
6pub mod stories;
7pub mod story;