• v0.15.0 ff9b0a9dc8

    Version 0.15.0
    All checks were successful
    Rust / build-gnu-apt (push) Successful in 1m58s
    Rust / build-size-gnu-unstable (push) Successful in 41s
    Stable

    vinzenz released this 2025-06-28 19:28:52 +02:00 | 0 commits to main since this release

    • BREAKING: Each command is now a separate type. For migration help, check out the servicepoint v0.14.0 release notes
    • BREAKING: Function names are now prefixed with sp_type_name_ consistently
    • FEATURE: The generic command is now a tagged union, making it possible to easily check the type of command
    • FEATURE: Command fields are accessible via the functions for their specific type
    • FEATURE: more extensive Makefile in the example project
    • The C API definitions are now derived from a macro DSL, which means new features from the base library can be added faster
    Downloads