- Downgrade edition from 2024 to 2021 in Cargo.toml files for compatibility.

- Fix nested `if let` statements to improve readability and correctness.
- Reorganize imports for consistency and structure.
This commit is contained in:
geoffsee
2025-08-28 15:09:53 -04:00
parent c3b552468b
commit c3e38d45b8
4 changed files with 19 additions and 19 deletions

View File

@@ -1,7 +1,7 @@
[package]
name = "example"
version = "0.1.0"
edition = "2024"
edition = "2021"
[features]
# No-op features used only by the example to allow conditional compilation in docs/examples.