Skip to content

gepheum/skir-rust-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

skir-rust-client

Runtime library for Skir-generated Rust code.

Usage

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.

License

MIT

About

Runtime dependency for Rust code generated from .skir files

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors