kennytm / async-ctrlcLinks
`async-ctrlc` is an async wrapper of the `ctrlc` crate in Rust
☆15Updated 5 years ago
Alternatives and similar repositories for async-ctrlc
Users that are interested in async-ctrlc are comparing it to the libraries listed below
Sorting:
- ☆59Updated last year
- Proc macro for smol async runtime☆54Updated 4 years ago
- cargo subcommand for building proc-macro crates with web assembly☆34Updated 4 years ago
- Timer facilities for Rust's async story☆56Updated last year
- Advisory cross-platform file locks using file descriptors☆80Updated 5 months ago
- Adds `#[derive(Deref)]` and `#[derive(DerefMut)]`☆39Updated 3 years ago
- ☆39Updated 2 years ago
- User first async http client☆24Updated 2 years ago
- Test harness for declarative and procedural macros expansion via `cargo-expand`☆63Updated 2 months ago
- Utilities for encoding and decoding frames with async/await☆74Updated 4 years ago
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆86Updated 5 months ago
- Observer pattern which generates a futures 0.3 stream of events☆41Updated 2 years ago
- Unbuffered and unlocked I/O streams☆45Updated 7 months ago
- An async version of iterator☆40Updated last year
- Serialization value trees☆47Updated last year
- Oneshot Rust channel working both in and between sync and async environments☆92Updated 7 months ago
- ☆60Updated 2 years ago
- ☆87Updated 9 months ago
- Streaming parser extensions for BufRead☆23Updated 5 years ago
- Reactive dependency injection for Rust.☆42Updated 2 weeks ago
- Big array helper for serde☆64Updated last year
- Safely cast slices of one built-in fundamental number type to another☆28Updated 7 months ago
- Extended utilities for working with files and filesystems in Rust. This is a fork of the fs2-rs crate, the aim for this fork is to suppor…☆96Updated last month
- Windows INI file {de,}serialization☆25Updated last year
- `$crate` in procedural macros.☆75Updated 3 weeks ago
- Synchronization primitives for lazy and one-time initialization (no_std compatible).☆34Updated 6 months ago
- Experimental cooperative cancellation for async-std☆49Updated 3 years ago
- A Rust crate for formatting strings dynamically☆32Updated last year
- A thread pool for running multiple tasks on a configurable group of threads.