• v2.0.0 e053679dcc

    v2.0.0
    All checks were successful
    Rust / build (map[name:stable]) (push) Successful in 10m48s
    Rust / build (map[name:nightly]) (push) Successful in 13m30s
    Release Please / Release-plz (push) Successful in 5m13s
    Stable

    kemitix released this 2024-11-14 20:13:21 +00:00 | 15 commits to main since this release

    Breaking Rewrite

    This release is a complete rewrite. The concept of creating a real or mock instance of a filesystem or network object and passing it to your program remains. What has changed is the API around those objects. The API changes bring a new fluent style. The biggest change, for the better, is in the network module.

    Read the documentation for the full details of the new API: https://docs.rs/kxio/latest/kxio/index.html

    Downloads