Package org.eolang.maven.rust
Interface FFINode
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description void
generate()
Generate necessary files in target.default void
generateUnchecked()
Generate method but throw unchecked IOException.
-
-
-
Method Detail
-
generate
void generate() throws IOException
Generate necessary files in target. For example, for rust nodes we need to create cargo project in target/Lib and java files in target/generated/EOrust/natives/- Throws:
IOException
- if any issues with IO.
-
generateUnchecked
default void generateUnchecked()
Generate method but throw unchecked IOException.
-
-