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

chore: fix new clippy lint

github.com/tokio-rs/axum - mladedav opened this pull request 2 months ago
Fixes TSRs redirecting to toplevel inside nested Router

github.com/tokio-rs/axum - erin-desu opened this pull request 2 months ago
flaky test for quinn on windows

github.com/tokio-rs/tokio - rcoh opened this issue 2 months ago
Improve docs regarding state and extensions

github.com/tokio-rs/axum - Lachstec opened this pull request 2 months ago
docs: Adding a link to a stream recording of @jonhoo

github.com/tokio-rs/tracing - porkbrain opened this pull request 2 months ago
Fix clippy warnings

github.com/tokio-rs/tokio-uring - mladedav opened this pull request 2 months ago
[axum-extra] `metrics` integration?

github.com/tokio-rs/axum - oxalica opened this issue 2 months ago
Listening to tokio_uring::net::TcpListener

github.com/tokio-rs/axum - milen-denev opened this issue 2 months ago
Update changelog

github.com/tokio-rs/axum - mladedav opened this pull request 2 months ago
Remove the `Vec` representation

github.com/tokio-rs/bytes - SabrinaJewson opened this pull request 2 months ago
ECOSYSTEM.md: add Pods-Blitz

github.com/tokio-rs/axum - uduerholz opened this pull request 2 months ago
Add prelude support

github.com/tokio-rs/axum - mrgzi opened this issue 2 months ago
Add miri support to tests suite

github.com/tokio-rs/tokio - nurmohammed840 opened this pull request 2 months ago
Include span in static directive

github.com/tokio-rs/tracing - pkoenig10 opened this pull request 2 months ago
Add support for zerocopy trait impls

github.com/tokio-rs/bytes - joshlf opened this issue 2 months ago
Handler stuck when receiving request from ffmpeg

github.com/tokio-rs/axum - marcoNjoHarmonic opened this issue 2 months ago
Add `struct NoContent` as a self-described shortcut

github.com/tokio-rs/axum - oxalica opened this pull request 2 months ago
Remove `ServeFuture`

github.com/tokio-rs/axum - mladedav opened this pull request 2 months ago
refactor: name buffer type parameters B

github.com/tokio-rs/tokio-uring - robjtede opened this pull request 2 months ago
stabilize worker_total_busy_duration

github.com/tokio-rs/tokio - Owen-CH-Leung opened this pull request 2 months ago
test: implement safe abstraction using the `Wake` trait

github.com/tokio-rs/tokio - nurmohammed840 opened this pull request 2 months ago
Need better histogram granularity

github.com/tokio-rs/tokio - rcoh opened this issue 2 months ago
LengthDelimitedCodec should support [u8]

github.com/tokio-rs/tokio - wraitii opened this issue 2 months ago
Remove `.close()`, and document clean WebSocket closing

github.com/tokio-rs/axum - SabrinaJewson opened this pull request 2 months ago
Avoid clone in layer

github.com/tokio-rs/axum - yanns opened this pull request 2 months ago
state always need to implement Clone

github.com/tokio-rs/axum - yanns opened this pull request 2 months ago
avoid cloning the uri/path

github.com/tokio-rs/axum - yanns opened this pull request 2 months ago
process: add periodic polling in `Reaper`

github.com/tokio-rs/tokio - ruihe774 opened this pull request 2 months ago
Avoid clone in fallback

github.com/tokio-rs/axum - yanns opened this pull request 2 months ago
avoid one state clone

github.com/tokio-rs/axum - yanns opened this pull request 2 months ago
add wasm32-wasip2 support

github.com/tokio-rs/tokio - dicej opened this pull request 2 months ago
add `wasm32-wasip2` support

github.com/tokio-rs/mio - dicej opened this pull request 2 months ago
Bump to 0.6.4

github.com/tokio-rs/turmoil - mcches opened this pull request 2 months ago
Add free fns for one way partition and repair

github.com/tokio-rs/turmoil - mcches opened this pull request 2 months ago
backport PR 2865 to main

github.com/tokio-rs/axum - yanns opened this pull request 2 months ago
Update middleware.md

github.com/tokio-rs/axum - Flamenco opened this pull request 2 months ago
Added support for `mdbook` version of the tutorials

github.com/tokio-rs/website - nurmohammed840 opened this pull request 2 months ago
Add missing word in shutdown.md

github.com/tokio-rs/website - dawedawe opened this pull request 2 months ago
task: stabilize `task::Id` related apis

github.com/tokio-rs/tokio - mox692 opened this pull request 2 months ago
doc: document cancellation safety

github.com/tokio-rs/tokio - vrnvu opened this pull request 2 months ago
Update methods to create `FromFnLayer`

github.com/tokio-rs/axum - HigherOrderLogic opened this pull request 2 months ago
does tokio::io::copy support for pipe?

github.com/tokio-rs/tokio - ningmingxiao opened this issue 2 months ago
task: make inner of `Unconstrained` accessible

github.com/tokio-rs/tokio - ruihe774 opened this pull request 2 months ago
Add more test to be tested with miri in CI

github.com/tokio-rs/tokio - tiif opened this pull request 3 months ago
Add styles to support printing the tutorial

github.com/tokio-rs/website - sruggier opened this pull request 3 months ago
Fallible handlers for custom rejections

github.com/tokio-rs/axum - SabrinaJewson opened this issue 3 months ago
time: imports `Future` trait from std lib

github.com/tokio-rs/tokio - nurmohammed840 opened this pull request 3 months ago
Add `axum_extra::json!`

github.com/tokio-rs/axum - SabrinaJewson opened this pull request 3 months ago
Add `MethodFilter::CONNECT`

github.com/tokio-rs/axum - SabrinaJewson opened this pull request 3 months ago
Build a landing page for axum

github.com/tokio-rs/axum - PrethamMuthappa opened this issue 3 months ago
readme: update miri test flags

github.com/tokio-rs/tokio - mox692 opened this pull request 3 months ago
Post-alpha release cleanup

github.com/tokio-rs/axum - jplatte opened this pull request 3 months ago
non-blocking epoll feature request

github.com/tokio-rs/mio - rgeary1 opened this issue 3 months ago
Release axum 0.8.0-alpha.1 and related crates

github.com/tokio-rs/axum - jplatte opened this pull request 3 months ago
mock: match parent span on `ExpectedSpan`

github.com/tokio-rs/tracing - hds opened this pull request 3 months ago
Upgrade gRPC example deps

github.com/tokio-rs/turmoil - mcches opened this pull request 3 months ago
How does Loom differ from Valgrind?

github.com/tokio-rs/loom - zetanumbers opened this issue 3 months ago
Move the Host extractor to axum-extra

github.com/tokio-rs/axum - jplatte opened this pull request 3 months ago
Add established_tcp_stream_count{,_on}

github.com/tokio-rs/turmoil - marcbowes opened this pull request 3 months ago
Replace Router::{map_inner, tap_inner_mut} by macros

github.com/tokio-rs/axum - jplatte opened this pull request 3 months ago
Clippy warning of unwrap usage in generated code

github.com/tokio-rs/prost - bittermandel opened this issue 3 months ago
Add AIX back to CI after full stdlib support

github.com/tokio-rs/mio - mustartt opened this issue 3 months ago
mock: unify expected span checking

github.com/tokio-rs/tracing - hds opened this pull request 3 months ago