skill-web 0.3.0

Web interface for Skill Engine - built with Yew and WebAssembly
Documentation
1
2
3
4
5
//! Custom Yew hooks for the Skill Engine web interface

pub mod use_wizard_state;

pub use use_wizard_state::{use_wizard_state, WizardState, WizardStateHandle, WizardStep};