anycms_spa/
lib.rs

1pub mod core;
2
3// #[cfg(feature="actix-web")]
4pub mod actix;
5
6
7// 通用错误类型
8pub use core::{SpaError, SpaConfig};