Skip to content

v0.11.1

Choose a tag to compare

@RAprogramm RAprogramm released this 24 Sep 11:15
· 323 commits to main since this release

Documentation

  • Added a multi-page error-handling wiki (docs/wiki) with beginner-friendly
    walkthroughs, framework patterns, and comparisons against thiserror and
    anyhow.
  • Linked the wiki from the README template so crate consumers can discover it
    directly on crates.io and docs.rs.
  • Highlighted the native derive macros, typed telemetry, browser logging, and
    Turnkey taxonomy across the README template and regenerated README.
  • Refreshed the Russian README with the same capability summary and updated the
    installation snippets to 0.11.1.
  • Expanded the crate-level documentation to cover #[app_error]/#[provide]
    usage and link to std::error::Request telemetry extraction.