interactsh 0.2.1

Async Rust client for polling out-of-band interaction servers.
Documentation
1
2
3
4
5
6
7
8
# Changelog

## v0.2.0

- Added `#[non_exhaustive]` to public enums that may grow, including config and transport error enums.
- Added `Display` implementations for printable public types such as `InteractshClient`, `ClientConfig`, `InteractionContext`, `GeneratedUrl`, `InteractionEvent`, and `CorrelatedInteraction`.
- Added `# Thread Safety` sections documenting `Send`/`Sync` behavior across the public API.
- Added `#[must_use]` to important constructors, parsing helpers, and value-returning client methods.