package_fmu_after_build

Crates.iopackage_fmu_after_build
lib.rspackage_fmu_after_build
version0.1.0
created_at2025-10-19 16:39:08.935371+00
updated_at2025-10-19 16:39:08.935371+00
descriptionA simple program that takes the result from a fmu_from_struct build and pakackes it as an FMU zip file.
homepage
repository
max_upload_size
id1890600
size28,410
Jarle Kramer (jarlekramer)

documentation

README

Package FMU After Build

This command line tool is intended to be used together with the derive macro fmu_from_struct

Its job is to package files after a build into a zip file that supports the FMU-standard.

Usage

It will only make a FMU that supports the operating system that is currently running (should be improved later...)

For a debug build:

package_fmu_after_build

For a release build:

package_fmu_after_build --release
Commit count: 0

cargo fmt