selfware 0.6.1

Your personal AI workshop — software you own, software that lasts
1
2
3
4
5
pub mod checker;
pub mod schema;

pub use checker::{check_codegen_compatibility, TypeIssue};
pub use schema::{FieldType, StateField, StateSchema};