Question about SignalPiece in another crate. #627
johnwaltonvi
started this conversation in
General
Replies: 2 comments
-
Hi :) Currently, analyzing Rust files in a parent directory is not possible. The intent of this design was to unify the location of generation input source( |
Beta Was this translation helpful? Give feedback.
0 replies
-
I ended up moving the lib into the hub :) it was a machine learning lib with a bunch of config settings. Wanted to generate the dart types with rinf because its super convenient to use it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Is it possible to generate the Dart code from SignalPiece for Rust types in another lib?
I have a workspace where the Hub depends on a library. It would be great if 'rinf gen' could generate for this workspace member too :P Is there a rinf settings file where the rinf gen command could account for another workspace member?
file structure:
app->native->hub
other_lib
Beta Was this translation helpful? Give feedback.
All reactions