mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-12-30 13:20:59 +00:00
- enforce compile-time errors if you try to block on an async-only runtime or await a blocking runtime - remove viral HRTB for Streams - support UNIX streams
4 lines
37 B
Rust
4 lines
37 B
Rust
mod stream;
|
|
|
|
pub use stream::Stream;
|