Skip to content

Use AppResult alias across the crate#27

Merged
RAprogramm merged 1 commit intomainfrom
codex/-result-appresult
Sep 17, 2025
Merged

Use AppResult alias across the crate#27
RAprogramm merged 1 commit intomainfrom
codex/-result-appresult

Conversation

@RAprogramm
Copy link
Owner

Summary

  • generalize the AppResult type alias to accept alternate error types and document the behavior
  • replace remaining Result return types in the frontend helpers with AppResult and update the README example
  • update the Actix integration test and docs to leverage AppResult for consistency across the crate

Testing

  • cargo +nightly fmt --
  • cargo clippy --all-targets --all-features -- -D warnings
  • cargo build --all-targets --all-features
  • cargo test --all-features
  • cargo doc --no-deps --all-features

https://chatgpt.com/codex/tasks/task_e_68c9fa29f338832b9937e25a7ec080bd

@RAprogramm RAprogramm merged commit f66e2c6 into main Sep 17, 2025
2 checks passed
@RAprogramm RAprogramm deleted the codex/-result-appresult branch September 17, 2025 00:22
@RAprogramm RAprogramm restored the codex/-result-appresult branch September 17, 2025 00:40
@RAprogramm RAprogramm deleted the codex/-result-appresult branch September 17, 2025 01:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant