2
0
Fork 1
mirror of https://github.com/async-rs/async-std.git synced 2025-10-20 09:06:36 +00:00
async-std/src
Josh Triplett 812cc80987 Add deprecation notice to the top of the library documentation
This ensures it'll show up on docs.rs, in addition to the notice
currently in the README and crates.io.
2025-08-14 18:41:55 -07:00
..
collections fix CI for recent rustc 2023-11-23 15:01:15 +01:00
fs Fix compilation errors with feature = io_safety. 2024-08-20 17:40:24 -07:00
future silence warnings reported by newer rust versions 2024-08-21 10:13:50 +02:00
io silence warnings reported by newer rust versions 2024-08-21 10:13:50 +02:00
net silence warnings reported by newer rust versions 2024-08-21 10:13:50 +02:00
option fix CI for recent rustc 2023-11-23 15:01:15 +01:00
os Fix compilation errors with feature = io_safety. 2024-08-20 17:40:24 -07:00
path fix(stream): add send guards on collect 2020-06-27 16:46:14 +02:00
pin Cleanup: replace cfg-if with our macros (#361) 2019-10-17 19:17:49 +02:00
result fix CI for recent rustc 2023-11-23 15:01:15 +01:00
rt Update async-global-executor and add tokio feature for tokio 1.0 2021-01-13 11:11:28 +01:00
stream silence warnings reported by newer rust versions 2024-08-21 10:13:50 +02:00
string fix CI for recent rustc 2023-11-23 15:01:15 +01:00
sync chore: Fix rustdoc lints 2024-09-08 10:04:38 +08:00
task chore: Fix rustdoc lints 2024-09-08 10:04:38 +08:00
unit fix(stream): add send guards on collect 2020-06-27 16:46:14 +02:00
vec fix CI for recent rustc 2023-11-23 15:01:15 +01:00
channel.rs doc: update docs to fit the move of channels from the sync module 2021-08-30 17:51:40 +03:00
lib.rs Add deprecation notice to the top of the library documentation 2025-08-14 18:41:55 -07:00
macros.rs Revert "Stabilize most stream method and remove unnecessary macros" 2020-03-12 18:34:09 +09:00
prelude.rs Revert "Stabilize most stream method and remove unnecessary macros" 2020-03-12 18:34:09 +09:00
process.rs Restore sync process exports 2020-12-08 23:04:03 +01:00
utils.rs silence warnings reported by newer rust versions 2024-08-21 10:13:50 +02:00