Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Tokio

An asynchronous I/O stack for the Rust programming language.
Collective - Host: opensource - https://opencollective.com/tokio - Website: https://tokio.rs - Code: https://github.com/tokio-rs

metrics: update stats when unparking in multi-thread (#6131)

github.com/tokio-rs/tokio - 8ec3e0d94d624d1be86afabc9594e2276500412f authored about 1 year ago by aliu <[email protected]>
Bump to 0.5.8 (#148)

github.com/tokio-rs/turmoil - 19a7ef524ae1c1de47afc7a626609e2ca21d47ab authored about 1 year ago by Brett McChesney <[email protected]>
stream: fix typo in peekable docs (#6130)

github.com/tokio-rs/tokio - 161ecec156822811ac994b4de7d2050957c90496 authored about 1 year ago by Yotam Ofek <[email protected]>
Fix subtraction overflow bug with latency (#147)

Previously if you specify a `min_message_latency` greater than the default
`max_message_latency...

github.com/tokio-rs/turmoil - d2d6a799002b1c25001b7758f15dc23f26089ad6 authored about 1 year ago by Ben Schofield <[email protected]>
Fix ephemeral port leak upon tcp stream shutdown (#145)

Do not send a Fin upon the write half drop if the stream is
already shutdown but still perform ...

github.com/tokio-rs/turmoil - 68002cd09b0f7b6b55d98915adaaa3001405eeb0 authored about 1 year ago by brightcoder <[email protected]>
time: remove cached `elapsed` value from driver state (#6097)

github.com/tokio-rs/tokio - 61fcc3bc0b24f23036a5bc20fe8eba3977924a05 authored about 1 year ago by Tymoteusz Wiśniewski <[email protected]>
Update no_atomic.rs (#123)

Co-authored-by: Taiki Endo <[email protected]>

github.com/tokio-rs/valuable - d9f44218412e76fee30d27165fb420afade42bf8 authored about 1 year ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
chore: update rust-version to 1.63 in all crates (#6126)

github.com/tokio-rs/tokio - 944024e8ebd5c6d552bc323c81ebe063cf0b80db authored about 1 year ago by Alice Ryhl <[email protected]>
fix(console): accept only `file://`, `http://`, `https://` URI (#486)

Tokio console can connect to a console subscriber over HTTP or
(on UNIX) via a socket. However,...

github.com/tokio-rs/console - 031bdddd2b0828e8407f09bdb8f0be473bd72bc1 authored about 1 year ago by Rustin Liu <[email protected]>
stream: add `StreamExt::peekable` (#6095)

github.com/tokio-rs/tokio - 65f861f478ac307fb4b4b6378fed119a09d14561 authored about 1 year ago by ad hoc <[email protected]>
ci: fix docs on latest nightly (#6120)

github.com/tokio-rs/tokio - 4c8580152d2b81159017f4e0050acb9fd49a214d authored about 1 year ago by Alice Ryhl <[email protected]>
add axum-valid to ECOSYSTEM.md (#2299)

github.com/tokio-rs/axum - d7258bf009194cf2f242694e673759d1dbf8cfc0 authored about 1 year ago by GengTeng <[email protected]>
task: add tests for tracing instrumentation of tasks (#6112)

Tokio is instrumented with traces which can be used to analyze the
behavior of the runtime duri...

github.com/tokio-rs/tokio - ed32cd194c47c9ad674c65cee5a5a901b387cb79 authored about 1 year ago by Hayden Stainsby <[email protected]>
Update glossary.md (#730)

github.com/tokio-rs/website - dcd2c8adea58f9af6c996c1183324b66dae4cc1a authored about 1 year ago by JINFU XIE <[email protected]>
attributes: added missing RecordTypes for instrument (#2781)

When using a function annotated with `#[instrument]` it parses the
parameters of the function a...

github.com/tokio-rs/tracing - e06201ca27eb5bb2b7574acf7a085e71ece821a9 authored about 1 year ago by Gabriel Goller <[email protected]>
subcriber: update docs for EnvFilter Builder (#2782)

The `from_env` and `try_from_env` methods on the builder had the same documentation. This change...

github.com/tokio-rs/tracing - bfc859314f7ea82c39184270a3cb6aff069c21d2 authored about 1 year ago by Nathaniel Cook <[email protected]>
refac(console): remove useless `Pin::new()` on streaming (#485)

It seems we don't need to `Pin` it here.

For the `next` API:
```rust
/// Creates a futu...

github.com/tokio-rs/console - 528a4ca869858c50b12cecc7882c9edd3218a359 authored about 1 year ago by Rustin Liu <[email protected]>
refac(console): bail out UDS connect errors earlier (#484)

We don't need to create the endpoint first.

github.com/tokio-rs/console - df4457fcc1a9850331aab9f3f98bd25535094cc2 authored about 1 year ago by Rustin Liu <[email protected]>
docs: fix typos (#6118)

github.com/tokio-rs/tokio - 593dbf55d1165df9d27f81b1214eecacbb7f94dc authored about 1 year ago by Fritz Rehde <[email protected]>
Update bridging.md (#729)

add syntax highlight for sample codes

github.com/tokio-rs/website - 089721cbe6c1a3484d415e80f7a549d4a2413395 authored about 1 year ago by JINFU XIE <[email protected]>
tokio: gate some panicking tests with #[cfg(panic = "unwind")] (#6115)

github.com/tokio-rs/tokio - d8a4a5f24bfc5012071eec4e501bb4a58a1181d6 authored about 1 year ago by Satyam1Vishwakarma <[email protected]>
Update no_atomic.rs (#122)

Co-authored-by: Taiki Endo <[email protected]>

github.com/tokio-rs/valuable - c3aacca0f9d6ba7d6610931e8c405a611aa43a25 authored about 1 year ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
chore(console): fix format issue in select! (#483)

Adds a missing space.

Rustfmt doesn't really work at full power inside macros.

Signed-off-...

github.com/tokio-rs/console - 8acd8bfc49fbd5f4691db879714b1754c75f67bb authored about 1 year ago by Rustin Liu <[email protected]>
chore(deps): bump the dirs from v4 to v5 (#482)

Updates teh `dirs` crate dependency in `tokio-console` from v4
to v5. No code changes necessary...

github.com/tokio-rs/console - 43b4d88d96234a27de668afff1cf3ab98e2eba11 authored about 1 year ago by Rustin Liu <[email protected]>
fix: expiration bug (#137)

github.com/tokio-rs/mini-redis - 9b93f751b3cd0fb84e27ad1f938da8121ce1e83b authored about 1 year ago by qyuzh <[email protected]>
tokio: gate some panicking tests with `#[cfg(panic = "unwind")]` (#6110)

github.com/tokio-rs/tokio - cc86fef9c0d09a688b273c114bb3ad64c40df462 authored about 1 year ago by Alice Ryhl <[email protected]>
add sero to ECOSYSTEM.md (#2290)

github.com/tokio-rs/axum - 276aa9e4b013de1646ea57cfcbf74e5966524f68 authored about 1 year ago by Dmitry Miasnenko <[email protected]>
Improve documentation of axum::Form (#2289)

github.com/tokio-rs/axum - e84d563b261f7e32c882db2383fc7b36c1b0cf9a authored about 1 year ago by Jonas Platte <[email protected]>
tokio: added vita target support (#6094)

github.com/tokio-rs/tokio - f3949cc56dfce415c61e0a7a2d7e5e6df188aa4f authored about 1 year ago by Nikolay Arhipov <[email protected]>
chore: prepare tokio-util v0.7.10 (#6104)

github.com/tokio-rs/tokio - 503fad79087ed5791c7a018e07621689ea5e4676 authored about 1 year ago by Alice Ryhl <[email protected]>
Add axum-prometheus to ECOSYSTEM.md (#2288)

github.com/tokio-rs/axum - a4133d0d4a97622481fd638637a10973f7bb5441 authored about 1 year ago by Péter Leéh <[email protected]>
test(subscriber): prefer `sleep` over `yield_now` in tests (#475)

A flakiness problem has been discovered with the `console-subscriber`
integration tests introdu...

github.com/tokio-rs/console - 124c778179484b4c958d851b87b236cf481d74ef authored about 1 year ago by Hayden Stainsby <[email protected]>
ci: update nightly to 2023-10-21 (#6103)

github.com/tokio-rs/tokio - 58acb56a172747e5d9ddaec6bf578330d251ddaa authored about 1 year ago by Alice Ryhl <[email protected]>
Update footer.tsx (#725)

Made sure that all the links in the footer open in new tab hence improving the user experience.

github.com/tokio-rs/website - 4507990a411f5fe46a832b50e12263ad28424956 authored about 1 year ago by S A G A R <[email protected]>
remove crossbeam, use std::sync::mpsc channel instead. (#727)

github.com/tokio-rs/website - cf623c95621947266dde5b2037b9a8fdf342cf55 authored about 1 year ago by yeoleobun <[email protected]>
deps: update hashbrown to 0.14 (#6102)

github.com/tokio-rs/tokio - d22c549d971d7b10572e24d1b448d0946baa8b9f authored about 1 year ago by Friedel Ziegelmayer <[email protected]>
sync: fix `broadcast::channel` link (#6100)

Co-authored-by: Xianhua Zhou <[email protected]>

github.com/tokio-rs/tokio - bc48a6fa8d29f25641ecaaf50070cebcc43b74bc authored about 1 year ago by xianhua zhou <[email protected]>
Fix importing of IoSourceState

It's only available when I/O features are enabled.

github.com/tokio-rs/mio - 862786bbbf719886be55631c0d150d4813a9a1b6 authored about 1 year ago by Thomas de Zeeuw <[email protected]>
Release v0.8.9

github.com/tokio-rs/mio - e80c3b21b59b92238f4c8c331fcfc4a71508d1c5 authored about 1 year ago by Thomas de Zeeuw <[email protected]>
Replace reference to multiple with singular in docs. (#2285)

Co-authored-by: Fred Cook <[email protected]>

github.com/tokio-rs/axum - 68288ef44f34fe6d76edfdb3004dbcea15f36b4b authored about 1 year ago by nectarine <[email protected]>
bug: fix overflow in `io-uring-test::register_buf_ring::InnerBufRing::buf_ring_push` (#243)

* Alter the buf_ring_play test to foce the local_tail u16 to overflow once.

* Explicitly wrap...

github.com/tokio-rs/io-uring - 1999f80945354740c25c7b076a7ab01220ce90bc authored about 1 year ago by John Van Enk <[email protected]>
task: add `tokio_util::sync::TaskTracker` (#6033)

github.com/tokio-rs/tokio - 70410836ae51b955fe86e42dd5824e873a73944e authored about 1 year ago by Alice Ryhl <[email protected]>
tracing: removed core imports in macros (#2762)

When a user has a crate named `core`, it can cause issues
because our crates import from `::cor...

github.com/tokio-rs/tracing - f93cfa087e6ebdcbd8ecdcccca47d73c3a89ab94 authored about 1 year ago by Gabriel Goller <[email protected]>
Bump to 0.5.7 (#143)

github.com/tokio-rs/turmoil - 22f417e8f26dcdddcffb252983ee66bc9ad11c08 authored about 1 year ago by Brett McChesney <[email protected]>
Fix duplicate FIN in the drop glue (#142)

If the stream is shutdown manually it sends a FIN on the write half,
however we don't check the...

github.com/tokio-rs/turmoil - 5c3c732bdca12921caf56f7740cc59bea4250afb authored about 1 year ago by Brett McChesney <[email protected]>
Add support for vita target

github.com/tokio-rs/mio - 40348728e4f06f5e150783d8f1559ee974e5e834 authored about 1 year ago by Nikolay Arhipov <[email protected]>
docs: typo fix (#637)

Co-authored-by: Daniel Bauman <[email protected]>

github.com/tokio-rs/bytes - bde8c50703869f54b905560eb62c2478a0111885 authored about 1 year ago by DanielB <[email protected]>
core: fix incorrect (incorrectly updated) docs for LevelFilter (#2767)

These docs were updated (in response to #1669), but the "or equal to"
phrase should have been m...

github.com/tokio-rs/tracing - 90ef8e3acb5c408d701a6b0ceae8b9f53037200c authored about 1 year ago by Søren Mortensen <[email protected]>
Add reverse DNS resolution capabilities (#141)

github.com/tokio-rs/turmoil - c4d28d63dcbe903d4eb0626e2367577fa35be88a authored about 1 year ago by Brett McChesney <[email protected]>
chore(deps): bump rustix from 0.37.24 to 0.37.25 (#479)

Bumps [rustix](https://github.com/bytecodealliance/rustix) from 0.37.24 to 0.37.25.
- [Release ...

github.com/tokio-rs/console - 9f94d2202016607547cb1cebc9427fa6fb43ff21 authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fix receiver and sender fd in pipe based waker

Sender and receiver fd where swapped resulting in:
```
❯ RUSTFLAGS="--cfg mio_unsupported_forc...

github.com/tokio-rs/mio - 8eb4010a92bede550850e177d3dd7c4c76eb90ba authored about 1 year ago by Harald Hoyer <[email protected]>
tracing: use ManuallyDrop instead of mem::forget (#2765)

The current code is UB and LLVM could choose to reuse the stack slot causing a UAF.

## Motiva...

github.com/tokio-rs/tracing - 82a22ee4cc4aeca2c3c1537e4115521c4a7c3c31 authored about 1 year ago by Manish Goregaokar <[email protected]>
test(console): use try_cmd to generate the help text (#477)

We have a test to ensure that the documentation containing the help text
generated by `tokio-co...

github.com/tokio-rs/console - b0987c1478d4e44688f5d8b21c4c3745e2fa42a6 authored about 1 year ago by Rustin Liu <[email protected]>
Extend loopback workaround (#140)

Current workaround for loopback does not allow connecting to the same
host when using the publi...

github.com/tokio-rs/turmoil - 9f56e963fdcf3fbdbe6d3123545dd01a0516bd4d authored about 1 year ago by jeremymill <[email protected]>
feat(console): replace target column with kind column in tasks view (#478)

In the `tokio-console` tasks view, there are a fixed set of columns and
any remaining fields ar...

github.com/tokio-rs/console - 903d9fa9f9d2dddec2235206b792c264ed9892fb authored about 1 year ago by Hayden Stainsby <[email protected]>
sync: add `mpsc::Receiver::recv_many` (#6010)

github.com/tokio-rs/tokio - 881b510a072f5acd773a10d3be0debf74113404e authored about 1 year ago by Aaron Schweiger <[email protected]>
chore: clippy and doc fixes (#6081)

github.com/tokio-rs/tokio - 6871084629ad95c37c7136d865890ab2e371ea12 authored about 1 year ago by Rafael Bachmann <[email protected]>
readme: remove rdbc and add axum to related projects (#6077)

github.com/tokio-rs/tokio - 1b8ebfcffb10beadda709ea4edfc1078a9897936 authored about 1 year ago by Alice Ryhl <[email protected]>
io: fix integer overflow in `take` (#6080)

github.com/tokio-rs/tokio - 654a3d5acf37841d74dca411ec7a7cc70495e1cd authored about 1 year ago by Alice Ryhl <[email protected]>
appender: remove `Sync` bound from writer for `NonBlocking` (#2607)

## Motivation

`NonBlocking` from `tracing-appender` wraps a writer and requires that
writer ...

github.com/tokio-rs/tracing - 3a80127aad7e2285e782897a28210169aa2a6a20 authored about 1 year ago by AnthonyMikh <[email protected]>
changelog: fix typo in quadratic (#6079)

github.com/tokio-rs/tokio - a08ad926b1befb93ff02ea42526ac0930a89aa4f authored about 1 year ago by Alice Ryhl <[email protected]>
time: reorder comment in sleep.rs (#6076)

github.com/tokio-rs/tokio - 723934242b792fdc89105901640b15e14d2d1535 authored about 1 year ago by Alice Ryhl <[email protected]>
chore: remove bin directory (#6078)

github.com/tokio-rs/tokio - 944f769cd59f12c06dd8f45319cb21b139eefea9 authored about 1 year ago by Alice Ryhl <[email protected]>
task: fix missing wakeup when using `LocalSet::enter` (#6016)

github.com/tokio-rs/tokio - f3ad6cffd90eb54a56e8ed4c6f627f1c2f64bea1 authored about 1 year ago by inkyu <[email protected]>
task: add `JoinMap::keys` (#6046)

Co-authored-by: Alice Ryhl <[email protected]>

github.com/tokio-rs/tokio - f1e41a4ad43e0368e63ed8e7b15dd5c9e10c7bb2 authored about 1 year ago by Andrea Stedile <[email protected]>
fs: update cfg attr in `fs::read_dir` (#6075)

github.com/tokio-rs/tokio - f9335b818681836f8ae682e892911e54d27b84bf authored about 1 year ago by icedrocket <[email protected]>
net: fix flaky doctest for `TcpStream::into_std` (#6074)

github.com/tokio-rs/tokio - 1134cbb168db0b562d757cfb496957b20b8c5378 authored about 1 year ago by Alice Ryhl <[email protected]>
tokio: remove #5973 from changelog (#6073)

github.com/tokio-rs/tokio - 339c78a680d52a3f7d24a9201e3239ad7e7fcc36 authored about 1 year ago by Alice Ryhl <[email protected]>
tracing: use full path when calling `format_args!` (#2757)

When a custom macro "format_args" is defined, macros such as
`tracing::warn`, `tracing::debug`,...

github.com/tokio-rs/tracing - b16965b102c46cb47538cb9b37e7bfc7d5e9120d authored about 1 year ago by Gabriel Goller <[email protected]>
Revert "log: update to env_logger 0.10 to fix GHSA-g98v-hv3f-hcfr (#2740)" (#2750)

github.com/tokio-rs/tracing - 22975803faca6a5e600a4b784b79302871b3eef6 authored about 1 year ago by David Barsky <[email protected]>
chore: release v0.3.1 (#56)

github.com/tokio-rs/tokio-metrics - a9e84ad80616df6ca74a46c1a51ee9e8b43adc4e authored about 1 year ago by Noah Kennedy <[email protected]>
chore: support tokio 1.33 without stats feature (#55)

github.com/tokio-rs/tokio-metrics - 2de1d1c2c738c6f117660b0a1b287ef45c389670 authored about 1 year ago by Marc-Andre Giroux <[email protected]>
chore: remove `env_logger` from `hyper` example

Currently, the `hyper_echo` example uses the `tracing-log` env logger
support for some weird rea...

github.com/tokio-rs/tracing - 84f0a608123a651f268ff76347f81182f487d3b1 authored about 1 year ago by Eliza Weisman <[email protected]>
log: update to env_logger 0.10 to fix GHSA-g98v-hv3f-hcfr (#2740)

The package `atty`, a dependent of `env_logger` < 0.10, has a RUSTSEC advisory
raised against it...

github.com/tokio-rs/tracing - 6cb6c2722f773dcd8fa7d8f5186f3e20be757f2c authored about 1 year ago by Max Burke <[email protected]>
attributes: fix typo "overriden" => "overridden" (#2719)

Co-authored-by: Eliza Weisman <[email protected]>

github.com/tokio-rs/tracing - 9eda68bb9c4123d52ac454952448e6d248e36553 authored about 1 year ago by Toby Murray <[email protected]>
chore: move 1.20.x to previous LTS releases (#6069)

github.com/tokio-rs/tokio - c00861210b82a23217ea1cb909cf9da2d624bb08 authored about 1 year ago by Tymoteusz Wiśniewski <[email protected]>
io: allow `clear_readiness` after io driver shutdown (#6067)

github.com/tokio-rs/tokio - 0f296d2089ccbe9861ad78792326d393d1db1a48 authored about 1 year ago by Alice Ryhl <[email protected]>
Tutorial: Add link to rayon example (#722)

github.com/tokio-rs/website - 68765467d8d168c959ac39ba7cc37df7cee3678e authored about 1 year ago by Matilda Smeds <[email protected]>
subscriber: make `format::Writer::new()` public (#2680)

## Motivation

As seen here #2512 and #2223. Previously pr'ed here #2525, but no progress has
...

github.com/tokio-rs/tracing - 99e0377a6c48dd88b06ed2ae0259c62d8312c58d authored about 1 year ago by Kaifas <[email protected]>
docs: update outdated main README.md (#470)

After upgrading to Clap v4 (#469), the help output of `tokio-console`
changed slightly.

This...

github.com/tokio-rs/console - 6dd661dd57aeacedb8dbda2ed7ab17a20888409a authored about 1 year ago by Rustin Liu <[email protected]>
journald: fix clippy `unwrap_or_default` warning (#2742)

The latest Clippy emits warnings for uses of `unwrap_or_else` with
functions that return a type'...

github.com/tokio-rs/tracing - 180684a3db0774947f7fd0d3cac2960fdfe420cd authored about 1 year ago by Eliza Weisman <[email protected]>
attributes: fix clippy warning in attributes tests (#2742)

Clippy doesn't like the redefinition of a binding with itself. I don't
think this was necessary ...

github.com/tokio-rs/tracing - f085b8905745a7d30a16a77fda851d3b683d693b authored about 1 year ago by Eliza Weisman <[email protected]>
docs: fix typo in proto (#472)

github.com/tokio-rs/console - 2dd3559ccf8a88e0e0a140f076135ea3f6f26f02 authored about 1 year ago by Rustin Liu <[email protected]>
chore(subscriber): trace events drain loop stats (#465)

The number of each variant of event encountered while draining the mpsc
channel of events sent ...

github.com/tokio-rs/console - 0bb14fe541219310612de3adc163a0d2c75f45b2 authored about 1 year ago by Hayden Stainsby <[email protected]>
chore(subscriber): make clippy happy (#471)

Changes for Clippy in Rust 1.73.0.

Signed-off-by: hi-rustin <[email protected]>

github.com/tokio-rs/console - e1b1e16f0fead0f41aa3f7f9aefb88ce7edb3152 authored about 1 year ago by Rustin Liu <[email protected]>
chore: render taskdump docs in Netlify previews (#6060)

github.com/tokio-rs/tokio - d420d528f96c068736873398124734769afde81b authored about 1 year ago by Tymoteusz Wiśniewski <[email protected]>
chore: prepare Tokio v1.33.0 release (#6059)

github.com/tokio-rs/tokio - 0457690d010349172fe7d5972d343cdcaffec635 authored about 1 year ago by Tymoteusz Wiśniewski <[email protected]>
derive: add clippy::indexing_slicing to the list of ignored lints (#120)

github.com/tokio-rs/valuable - 32225283e0fd5293edb95d3e2cbe6c2c56cdbbe0 authored about 1 year ago by Cainã Costa <[email protected]>
Migrate to Rust 2021 (#121)

github.com/tokio-rs/valuable - 3fdac1c4ce6d398de6deb11116ad6734d9cee0f9 authored about 1 year ago by Taiki Endo <[email protected]>
io: implement `Seek` for `SyncIoBridge` (#6058)

github.com/tokio-rs/tokio - 45574512574e77011964e45fe58ec2d09ba60367 authored about 1 year ago by David Yamnitsky <[email protected]>
rt: do not trace tasks while locking `OwnedTasks` (#6036)

github.com/tokio-rs/tokio - 2bd43765d99e7caaee626f6804ef9f56cc06aefd authored about 1 year ago by Jack Wrenn <[email protected]>
sync: fix unclosed code block in example (#6056)

github.com/tokio-rs/tokio - f306bd02c3e8bbc4b6e79e68cb547709c5c5596b authored about 1 year ago by Dan Kov <[email protected]>
docs: fix new doc warnings in 1.73.0 (#6055)

github.com/tokio-rs/tokio - 6b010ac80f408960aec5b5ace36c94e9a76b9600 authored about 1 year ago by Alice Ryhl <[email protected]>
time: reduce iteration count in short_sleeps test (#6052)

github.com/tokio-rs/tokio - 8cd3383913e343b01e43b2bf4a36e466eaba3216 authored about 1 year ago by Alice Ryhl <[email protected]>
sync: `Semaphore` doc final cleanup (#6050)

github.com/tokio-rs/tokio - d6ed00c292472d2aa75abd90321f0155141e06ad authored about 1 year ago by Alice Ryhl <[email protected]>
docs: add semaphore example for running tests sequentially (#6038)

Signed-off-by: Muhan Song <[email protected]>

github.com/tokio-rs/tokio - 5d29136a8348ca13262295cc5bd7eb96d647ba65 authored about 1 year ago by songmuhan <[email protected]>
subscriber: update documentation link to latest (#2434)

## Motivation

Currently, link points to an outdated version.

## Solution

Make the link ...

github.com/tokio-rs/tracing - 4be2eabd4f9761e2efd04c983383c0f0e8d090a2 authored about 1 year ago by Benoît Burnichon <[email protected]>
net: add apple tvos support (#6045)

github.com/tokio-rs/tokio - 52b29b33bb7d3098fccf6092d3be51b15a9a8d91 authored about 1 year ago by Luís Cruz <[email protected]>
Clarify variable naming in async.md (#718)

It's a little bit confusing for a newcomer that notify one method is called on notify two -- it ...

github.com/tokio-rs/website - eb4c6936cf4541a369185ced7291852e37edfe28 authored about 1 year ago by Sergey Kaunov <[email protected]>
fix(console): ignore key release events (#468)

On supported platforms, a short key press generates two crossterm
events: One for the initial p...

github.com/tokio-rs/console - 715713abda2f2ac22e84f7cf286fed9d723d22f7 authored about 1 year ago by Fenhl <[email protected]>