Skip to content

Releases: EnzymeML/libsbml-rs

v0.1.1

18 Jul 23:27
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.0...v0.1.1

v0.1.0

03 May 16:42
Compare
Choose a tag to compare

🧬 Rust SBML

A Rust crate providing a robust interface for reading and writing SBML (Systems Biology Markup Language) files.
Built as an ergonomic wrapper around the libsbml C++ library with type-safe Rust abstractions.

🚀 Features

  • Type-safe builder pattern API for SBML model creation
  • Seamless serialization/deserialization of annotations using serde
  • Automatic C++ dependency management via cargo-vcpkg
  • Cross-platform support (macOS, Windows, Linux)
  • Comprehensive error handling and type safety

What's Changed

Full Changelog: https://github.com/EnzymeML/libsbml-rs/commits/v0.1.0