skill-web 0.3.0

Web interface for Skill Engine - built with Yew and WebAssembly
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//! Application pages
//!
//! Each page corresponds to a route in the application.

pub mod analytics;
pub mod dashboard;
pub mod skills;
pub mod skill_detail;
pub mod run;
pub mod history;
pub mod settings;
pub mod search_test;
pub mod onboarding;
pub mod not_found;