Package org.eolang.maven.rust
Interface Buildable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
build(Path cache)
Build it.-
Methods inherited from interface org.eolang.maven.rust.FFINode
generate, generateUnchecked
-
-
-
-
Method Detail
-
build
void build(Path cache)
Build it.- Parameters:
cache
- Where to save for caching.
-
-