|
Tangram looks fantastic for the ML beginners, thanks a lot ! Is there a way when using a pure Rust chain to use strong input types (e.g. |
Answered by
nitsky
Jul 14, 2021
Replies: 1 comment
|
Hi @bestouff thank you for opening the first discussion! You absolutely can provide strong input types with the tangram library for rust. Check out languages/rust/examples/advanced/main.rs for an example. I am working on adding strong output types now as well, this will be available in the next release. In the future, we will also consider adding some code generation to automatically generate the type definitions from the model file. Let me know if there is anything else you are looking for! |
0 replies
Answer selected by
bestouff
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @bestouff thank you for opening the first discussion!
You absolutely can provide strong input types with the tangram library for rust. Check out languages/rust/examples/advanced/main.rs for an example. I am working on adding strong output types now as well, this will be available in the next release. In the future, we will also consider adding some code generation to automatically generate the type definitions from the model file. Let me know if there is anything else you are looking for!