eensy_dev_tools/packbeam
Types
pub type CreateModule {
String
Undefined
}
Constructors
-
String
-
Undefined
pub type Path =
String
Functions
pub fn create(
output_path: String,
input_paths: List(String),
prune: Option(Bool),
start_module: String,
include_lines: Option(Bool),
) -> Result(Nil, Error)