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

util: Make tracing optional when codec is enabled

github.com/tokio-rs/tokio - Gelbpunkt opened this pull request 11 months ago
0.7.5 diagnostic error

github.com/tokio-rs/axum - dgagn opened this issue 11 months ago
feat: impl Clone for task_local where T: Clone

github.com/tokio-rs/tokio - fenollp opened this pull request 11 months ago
Enable tokio io driver

github.com/tokio-rs/turmoil - HolyShitMan opened this pull request 11 months ago
Fix Clippy's unused-io-amount lint

github.com/tokio-rs/mio - Thomasdezeeuw opened this pull request 11 months ago
Fix typo in auto-reload example.

github.com/tokio-rs/axum - saukymo opened this pull request 11 months ago
Optimize deserialization of Path

github.com/tokio-rs/axum - dakai-chen opened this pull request 11 months ago
Implement `Bytes::from_raw_parts`

github.com/tokio-rs/bytes - JackKelly opened this pull request 11 months ago
Routing percent-encoded paths

github.com/tokio-rs/axum - mladedav opened this issue 11 months ago
io: document cancel safety of `AsyncBufReadExt::fill_buf`

github.com/tokio-rs/tokio - maminrayej opened this pull request 11 months ago
Fix changelog link

github.com/tokio-rs/axum - davidpdrsn opened this pull request 11 months ago
feat: support From<&[u8; N]> for Bytes

github.com/tokio-rs/bytes - cjwcommuny opened this pull request 11 months ago
Add `is_empty` or similar to `mpsc::Receiver`

github.com/tokio-rs/tokio - Palladinium opened this issue 11 months ago
Release axum and axum-extra

github.com/tokio-rs/axum - davidpdrsn opened this pull request 11 months ago
axum: remove unnecessary `Arc::clone`

github.com/tokio-rs/axum - mladedav opened this pull request 11 months ago
Don't set `len` in `BytesMut::reserve`

github.com/tokio-rs/bytes - braddunbar opened this pull request 11 months ago
macros: Fix if_log_enabled condition.

github.com/tokio-rs/tracing - jevolk opened this pull request 11 months ago
Update no_atomic.rs

github.com/tokio-rs/valuable - github-actions[bot] opened this pull request 11 months ago
readme: add discription about benchmarks

github.com/tokio-rs/tokio - mox692 opened this pull request 11 months ago
chore: prepare v1.6.0

github.com/tokio-rs/bytes - braddunbar opened this pull request 11 months ago
Many people report scheduler panics recently

github.com/tokio-rs/tokio - Darksonn opened this issue 11 months ago
Setting trace and span id in logs.

github.com/tokio-rs/tracing-opentelemetry - ShovelJockey opened this issue 11 months ago
chore: fix dead code warning

github.com/tokio-rs/tokio - maminrayej opened this pull request 11 months ago
assertion failed: prev.ref_count() >= 1

github.com/tokio-rs/tokio - lifeRobot opened this issue 11 months ago
Adding support for QNX OS

github.com/tokio-rs/tokio - SebastianSchildt opened this pull request 11 months ago
Adding support for QNX OS

github.com/tokio-rs/mio - SebastianSchildt opened this pull request 11 months ago
"Next steps with Tracing" is out of date

github.com/tokio-rs/website - WesleyAC opened this issue 11 months ago
`rust-version` rewrite to 1.66 of axum-core

github.com/tokio-rs/axum - Hmikihiro opened this pull request 11 months ago
Update `sync_wrapper` to 1.0.0 from 0.1.1

github.com/tokio-rs/axum - Hmikihiro opened this pull request 11 months ago
Improve error handling user experience.

github.com/tokio-rs/axum - PaulGrandperrin opened this pull request 11 months ago
Use core instead of std in lazy_static! macro

github.com/tokio-rs/loom - peterthejohnston opened this pull request 11 months ago
Owo color

github.com/tokio-rs/tracing - stefnotch opened this pull request 11 months ago
Panic within multi-threaded scheduler

github.com/tokio-rs/tokio - hallmaxw opened this issue 11 months ago
Update `sync_wrapper` to 1.0.0 from 0.1.1

github.com/tokio-rs/axum - Hmikihiro opened this issue 11 months ago
Update heck to v0.5?

github.com/tokio-rs/prost - Jisu-Woniu opened this issue 11 months ago
Semaphore example on sending http requests

github.com/tokio-rs/tokio - Darksonn opened this issue 11 months ago
Enable shrinking of allocations

github.com/tokio-rs/bytes - tgnottingham opened this issue 11 months ago
fs: add `set_max_buf_size` to `tokio::fs::File`

github.com/tokio-rs/tokio - mox692 opened this pull request 11 months ago
enhancement: add gauge metric behind feature

github.com/tokio-rs/tracing-opentelemetry - academiaresf opened this pull request 11 months ago
Fix clippy warnings and enable clippy in CI

github.com/tokio-rs/prost - gibbz00 opened this pull request 11 months ago
Minor clippy lint fixes.

github.com/tokio-rs/prost - gibbz00 opened this pull request 11 months ago
cargo bench --workspace fails

github.com/tokio-rs/prost - zamazan4ik opened this issue 11 months ago
Allow `Mutex` to work with `?Sized` types

github.com/tokio-rs/loom - Phantomical opened this pull request 11 months ago
readme: fix the guide for running loom tests

github.com/tokio-rs/tokio - maminrayej opened this pull request 11 months ago
Remove tracing feature from axum-core

github.com/tokio-rs/axum - jplatte opened this issue 11 months ago
sync: remove stale comment

github.com/tokio-rs/tokio - maminrayej opened this pull request 11 months ago
Bytes: Use ManuallyDrop instead of mem::forget

github.com/tokio-rs/bytes - braddunbar opened this pull request 11 months ago
docs: Document feature flags

github.com/tokio-rs/prost - caspermeijn opened this pull request 11 months ago
Feature: `Serve::tcp_nodelay`

github.com/tokio-rs/axum - Clueliss opened this pull request 11 months ago
Correctly handle coop_taskrun

github.com/tokio-rs/io-uring - jrahman opened this pull request 11 months ago
io: use Mutex instead of spinlock

github.com/tokio-rs/tokio - maminrayej opened this pull request 11 months ago
Consider disallowing root nesting

github.com/tokio-rs/axum - jplatte opened this issue 11 months ago
Fix nightly tests

github.com/tokio-rs/axum - mladedav opened this pull request 11 months ago
JoinHandle polled after completion

github.com/tokio-rs/tokio - lifeRobot opened this issue 11 months ago
chore: prepare tokio-stream v0.1.15

github.com/tokio-rs/tokio - Darksonn opened this pull request 11 months ago
chore: prepare tokio-test v0.4.4

github.com/tokio-rs/tokio - Darksonn opened this pull request 11 months ago
fix: include_file should handle proto without package

github.com/tokio-rs/prost - MixusMinimax opened this pull request 11 months ago
doc: Fix link for `SocketAddr`

github.com/tokio-rs/mio - ldm0 opened this pull request 11 months ago
sync: update watch channel docs

github.com/tokio-rs/tokio - mox692 opened this pull request 11 months ago
Multiline tracing_appender non_blocking

github.com/tokio-rs/tracing - mateiandrei94 opened this issue 11 months ago
Consistent JSON serialisation

github.com/tokio-rs/prost - rollo-b2c2 opened this issue 11 months ago
chore: update matchit to 0.8

github.com/tokio-rs/axum - mladedav opened this pull request 11 months ago