| Crates.io | package_fmu_after_build |
| lib.rs | package_fmu_after_build |
| version | 0.1.0 |
| created_at | 2025-10-19 16:39:08.935371+00 |
| updated_at | 2025-10-19 16:39:08.935371+00 |
| description | A 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 | |
| id | 1890600 |
| size | 28,410 |
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.
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