| Crates.io | flatzinc-serde |
| lib.rs | flatzinc-serde |
| version | 0.4.3 |
| created_at | 2024-01-19 01:08:10.445849+00 |
| updated_at | 2025-09-25 07:29:21.572818+00 |
| description | FlatZinc serialization and deserialization |
| homepage | https://www.minizinc.org/ |
| repository | https://github.com/shackle-rs/shackle/ |
| max_upload_size | |
| id | 1104756 |
| size | 43,273 |
flatzinc-serde is a Rust library that provides serialization and deserialization support for the FlatZinc JSON format using the serde library.
FlatZinc (JSON) is a representation used to represent decision and optimization problems to solvers of these types of problems.
This format is used by the MiniZinc constraint modelling language.
Install the library using cargo:
cargo install flatzinc-serde
Read the documentation for more information about how to use the library.
This project is licensed under the MPL-2.0 License. See the LICENSE file for details.