Runtime library for Skir-generated Rust code.
Add to your Cargo.toml:
[dependencies]
skir-client = "0.1"Then import the generated package from your .skir file (e.g. user.skir):
use my_project::skirout::base::user;
// Now you can use: user::User_builder(), user::User_serializer(), etc.See the skir-rust-example project for a complete working example.
MIT