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

docs: Clarify FIFO Behavior of tokio::sync::Mutex

github.com/tokio-rs/tokio - azuredream opened this pull request about 1 year ago
fix link to serde::Deserialize

github.com/tokio-rs/axum - yanns opened this pull request about 1 year ago
Display attribute in metrics

github.com/tokio-rs/tracing-opentelemetry - KentaKudo opened this pull request about 1 year ago
Fix 2796

github.com/tokio-rs/tracing - Hakuyume opened this pull request about 1 year ago
Bump tokio to version "1"

github.com/tokio-rs/turmoil - mcches opened this pull request about 1 year ago
try_join_next for JoinSet

github.com/tokio-rs/tokio - jhelwig opened this issue about 1 year ago
chore: remove outdated link

github.com/tokio-rs/axum - qrilka opened this pull request about 1 year ago
Broken link in axum::extract

github.com/tokio-rs/axum - qrilka opened this issue about 1 year ago
chore: fix typo in README

github.com/tokio-rs/prost - sefidel opened this pull request about 1 year ago
time: add Future::timeout method via FutureExt

github.com/tokio-rs/tokio - evanrittenhouse opened this pull request about 1 year ago
trying to implement partial order sampling based concurrency testing

github.com/tokio-rs/loom - siddhantsharma301 opened this pull request about 1 year ago
RUSTSEC-2021-0145: Potential unaligned read

github.com/tokio-rs/console - github-actions[bot] opened this issue about 1 year ago
Ignore clippy::out_of_bounds_indexing error

github.com/tokio-rs/io-uring - taiki-e opened this pull request about 1 year ago
Update actions/checkout action to v4

github.com/tokio-rs/io-uring - taiki-e opened this pull request about 1 year ago
Update loom version in docs

github.com/tokio-rs/loom - taiki-e opened this pull request about 1 year ago
Update loom to 0.7

github.com/tokio-rs/bytes - taiki-e opened this pull request about 1 year ago
Update CI config

github.com/tokio-rs/bytes - taiki-e opened this pull request about 1 year ago
Update actions/checkout and actions/cache actions

github.com/tokio-rs/tokio-openssl - taiki-e opened this pull request about 1 year ago
chore: format let-else

github.com/tokio-rs/tokio-uring - taiki-e opened this pull request about 1 year ago
chore: update actions/checkout action to v4

github.com/tokio-rs/tokio-uring - taiki-e opened this pull request about 1 year ago
Update actions/checkout action to v4

github.com/tokio-rs/axum - taiki-e opened this pull request about 1 year ago
Built-in TLS Support 🎯

github.com/tokio-rs/axum - NiiightmareXD opened this issue about 1 year ago
chore: suppress clippy lint

github.com/tokio-rs/tracing - SUPERCILEX opened this pull request about 1 year ago
ci: update cargo-check-external-types to 0.1.10

github.com/tokio-rs/tokio - taiki-e opened this pull request about 1 year ago
Update actions/checkout action to v4

github.com/tokio-rs/mio - taiki-e opened this pull request about 1 year ago
Update actions/checkout action to v4

github.com/tokio-rs/website - taiki-e opened this pull request about 1 year ago
chore(ci): update actions/checkout action to v4

github.com/tokio-rs/tracing - taiki-e opened this pull request about 1 year ago
Update actions/checkout action to v4

github.com/tokio-rs/tls - taiki-e opened this pull request about 1 year ago
ci: update clippy version to 1.75

github.com/tokio-rs/tokio - taiki-e opened this pull request about 1 year ago
ci: update actions/checkout action to v4

github.com/tokio-rs/tokio - taiki-e opened this pull request about 1 year ago
Update CI config and fix CI failure

github.com/tokio-rs/async-stream - taiki-e opened this pull request about 1 year ago
Update CI config

github.com/tokio-rs/loom - taiki-e opened this pull request about 1 year ago
Update CI config

github.com/tokio-rs/valuable - taiki-e opened this pull request about 1 year ago
Update CI config

github.com/tokio-rs/slab - taiki-e opened this pull request about 1 year ago
Update FreeBSD CI environment to 13.2

github.com/tokio-rs/tokio - asomers opened this pull request about 1 year ago
Update mio-aio to 0.8

github.com/tokio-rs/tokio - asomers opened this pull request about 1 year ago
Add a tracing warning when a thread blocks steps

github.com/tokio-rs/turmoil - Benjscho opened this pull request about 1 year ago
Missing SyncUnsafeCell

github.com/tokio-rs/loom - Pr0methean opened this issue about 1 year ago
Implement `TypedPath` for `WithRejection<TypedPath, _>`

github.com/tokio-rs/axum - davidpdrsn opened this pull request about 1 year ago
Static span name limitation

github.com/tokio-rs/tracing-opentelemetry - abdolence opened this issue about 1 year ago
Notify uses SeqCst orderings, but acquire/release is enough

github.com/tokio-rs/tokio - wang384670111 opened this pull request about 1 year ago
clippy: Remove identity map

github.com/tokio-rs/tracing - SUPERCILEX opened this pull request about 1 year ago
readme: add security policy

github.com/tokio-rs/bytes - Darksonn opened this pull request about 1 year ago
io: make copy cooperative

github.com/tokio-rs/tokio - hi-rustin opened this pull request about 1 year ago
Support iouring

github.com/tokio-rs/axum - iamazy opened this issue about 1 year ago
Add `must_use` attribute to `Serve`

github.com/tokio-rs/axum - sam-kirby opened this pull request about 1 year ago
Internally `Arc` `Router`, without breaking changes

github.com/tokio-rs/axum - davidpdrsn opened this pull request about 1 year ago
unresolved imports in target xtensa-esp32-espidf

github.com/tokio-rs/mio - javoerro opened this issue about 1 year ago
Make Router Sync without breaking the API

github.com/tokio-rs/axum - jplatte opened this pull request about 1 year ago
chore: typographic improvements

github.com/tokio-rs/tokio - Darksonn opened this pull request about 1 year ago
fix typo

github.com/tokio-rs/tokio - jesses-canva opened this pull request about 1 year ago
chore: update feature flag description

github.com/tokio-rs/axum - lvillis opened this pull request about 1 year ago
Make `serve` generic over the listener and IO types

github.com/tokio-rs/axum - davidpdrsn opened this pull request about 1 year ago
Upgrade mio-aio to 0.8.0

github.com/tokio-rs/tokio - Darksonn opened this pull request about 1 year ago
IPv6 & IPv4 use same port crash.

github.com/tokio-rs/tokio - dryBranch opened this issue about 1 year ago
Eliminate extensions allocations

github.com/tokio-rs/tracing - SUPERCILEX opened this pull request about 1 year ago
Support for IO_LINK feature

github.com/tokio-rs/tokio-uring - SidongYang opened this issue about 1 year ago
Add websocket integration test

github.com/tokio-rs/axum - davidpdrsn opened this pull request about 1 year ago
Internally `Arc` `Router`

github.com/tokio-rs/axum - davidpdrsn opened this pull request about 1 year ago
Add a separate trait for optional extractors

github.com/tokio-rs/axum - jplatte opened this pull request about 1 year ago
Add `serve_uds` to axum-extra

github.com/tokio-rs/axum - davidpdrsn opened this issue about 1 year ago
Require `Sync` for services

github.com/tokio-rs/axum - davidpdrsn opened this pull request about 1 year ago
Add `insert_with`

github.com/tokio-rs/slab - DasLixou opened this pull request about 1 year ago
`impl IntoResponseParts for ()`

github.com/tokio-rs/axum - davidpdrsn opened this pull request about 1 year ago
Use `IntoFuture` for test `RequestBuilder`

github.com/tokio-rs/axum - davidpdrsn opened this pull request about 1 year ago
Replace futures-util with futures-lite

github.com/tokio-rs/axum - notgull opened this pull request about 1 year ago
Fix `IntoResponse` for tuples overriding error response codes

github.com/tokio-rs/axum - davidpdrsn opened this pull request about 1 year ago
Fix out of date links to error-handling example

github.com/tokio-rs/axum - davidpdrsn opened this pull request about 1 year ago
Add dependency injection example

github.com/tokio-rs/axum - davidpdrsn opened this pull request about 1 year ago
Add an example integration test for SSE

github.com/tokio-rs/axum - chenhunghan opened this pull request about 1 year ago
build(deps): update to itertools 0.12

github.com/tokio-rs/prost - yotamofek opened this pull request about 1 year ago
Add hatsu to ECOSYSTEM.md

github.com/tokio-rs/axum - kwaa opened this pull request about 1 year ago
chore: Fixing failures with the latest compilers

github.com/tokio-rs/tokio - mox692 opened this pull request about 1 year ago
Release

github.com/tokio-rs/axum - davidpdrsn opened this pull request about 1 year ago
Enable tracing by default

github.com/tokio-rs/axum - davidpdrsn opened this pull request about 1 year ago
io: make `repeat` and `sink` cooperative

github.com/tokio-rs/tokio - mox692 opened this pull request about 1 year ago
`axum::serve` deadlocks in `#[tokio::test]`

github.com/tokio-rs/axum - Swatinem opened this issue about 1 year ago