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

Resize refactor

github.com/tokio-rs/bytes - braddunbar opened this pull request 10 months ago
Reduce contention in timer driver

github.com/tokio-rs/tokio - Darksonn opened this issue 10 months ago
`ReadFixed` and `WriteFixed` descriptions

github.com/tokio-rs/io-uring - Connortsui20 opened this issue 10 months ago
workspace package metadata

github.com/tokio-rs/prost - gibbz00 opened this pull request 10 months ago
Remove the matchers crate

github.com/tokio-rs/tracing - wyatt-herkamp opened this pull request 10 months ago
Use workspace dependencies.

github.com/tokio-rs/prost - gibbz00 opened this pull request 10 months ago
ci: Add TOML validation with `taplo`

github.com/tokio-rs/prost - gibbz00 opened this pull request 10 months ago
chore: Move `prost` to a subdirectory

github.com/tokio-rs/prost - gibbz00 opened this pull request 10 months ago
docs: fix time::{pause,resume} requirement

github.com/tokio-rs/tokio - jainl28patel opened this pull request 10 months ago
Support wasi-cli (stdin, stdout)

github.com/tokio-rs/tokio - Timmmm opened this issue 10 months ago
io: add `copy_bidirectional_with_sizes`

github.com/tokio-rs/tokio - RRRadicalEdward opened this pull request 10 months ago
fix: error[E0658]: attribute name space is experimental

github.com/tokio-rs/axum - SuccinctPaul opened this pull request 10 months ago
chore: Fix clippy checks in CI

github.com/tokio-rs/prost - caspermeijn opened this pull request 10 months ago
Add trait `StreamInstrument `

github.com/tokio-rs/tracing - cjwcommuny opened this issue 10 months ago
docs: Runtime::metrics() documentation

github.com/tokio-rs/tokio - kvcache opened this pull request 10 months ago
Add support for editions

github.com/tokio-rs/prost - ouillie opened this issue 10 months ago
release 0.6.4

github.com/tokio-rs/io-uring - quininer opened this pull request 10 months ago
Document that barriers are not cancel safe

github.com/tokio-rs/tokio - Darksonn opened this pull request 10 months ago
Tokio select! Macro Issue with Barrier

github.com/tokio-rs/tokio - suxb201 opened this issue 10 months ago
fix: set span end time when it exits

github.com/tokio-rs/tracing-opentelemetry - mladedav opened this pull request 10 months ago
Catch infinite recursion

github.com/tokio-rs/tokio - dev-ardi opened this issue 10 months ago
Fix lint

github.com/tokio-rs/io-uring - SUPERCILEX opened this pull request 10 months ago
core: fix missed `register_callsite` error

github.com/tokio-rs/tracing - hds opened this pull request 10 months ago
chore(ci): Bump `crate-ci/typos` from v1.16.2 to v1.20.8

github.com/tokio-rs/axum - afifurrohman-id opened this pull request 10 months ago
Consider implementing JoinHandle::try_join

github.com/tokio-rs/tokio - andreastedile opened this issue 10 months ago
Document `Runtime::metrics`

github.com/tokio-rs/tokio - Darksonn opened this issue 10 months ago
chore: run clippy against all targets

github.com/tokio-rs/console - hi-rustin opened this pull request 10 months ago
max_log_files can‘ work

github.com/tokio-rs/tracing - laiyi55 opened this issue 10 months ago
Add zero-copy make_mut

github.com/tokio-rs/bytes - Sytten opened this pull request 10 months ago
Truncate tweaks

github.com/tokio-rs/bytes - braddunbar opened this pull request 10 months ago
parse only comma-less field part as field

github.com/tokio-rs/tracing - Voker57 opened this pull request 10 months ago
Update to windows-sys v0.52

github.com/tokio-rs/mio - skyfloogle opened this pull request 10 months ago
Inconsistency of bash scripts in the tutorial

github.com/tokio-rs/website - timKraeuter opened this issue 10 months ago
chore - codegen: `Syntax` to a separate file

github.com/tokio-rs/prost - gibbz00 opened this pull request 10 months ago
Use `wasm32-wasip1` target

github.com/tokio-rs/tokio - Darksonn opened this issue 10 months ago
Transition to `quote` + `syn` for code generation.

github.com/tokio-rs/prost - gibbz00 opened this pull request 10 months ago
Bytes::split_off - check fast path first

github.com/tokio-rs/bytes - braddunbar opened this pull request 10 months ago
Add missing types to net module docs

github.com/tokio-rs/tokio - Darksonn opened this pull request 10 months ago
Demonstrate markdown lint errors

github.com/tokio-rs/tokio - joshka opened this pull request 10 months ago
Lint markdown docs

github.com/tokio-rs/tokio - joshka opened this pull request 10 months ago
docs: add --locked to cargo install commands

github.com/tokio-rs/tokio - joshka opened this pull request 10 months ago
chore: automate releases with Release-plz

github.com/tokio-rs/console - hds opened this pull request 10 months ago
chore: Add Casper Meijn as author

github.com/tokio-rs/prost - caspermeijn opened this pull request 10 months ago
opcode: add Futex{Wake,Wait,Waitv}

github.com/tokio-rs/io-uring - oxalica opened this pull request 10 months ago
comment spacing fix in examples/websockets

github.com/tokio-rs/axum - ChannyClaus opened this pull request 10 months ago
Fix ci test for new kernel

github.com/tokio-rs/io-uring - quininer opened this pull request 10 months ago
Explicitly guarantee `Bytes` to be immutable

github.com/tokio-rs/bytes - VixieTSQ opened this issue 10 months ago
Make license metadata SPDX compliant

github.com/tokio-rs/io-uring - paolobarbolini opened this pull request 10 months ago
test(subscriber): remove very flaky tests

github.com/tokio-rs/console - hds opened this pull request 10 months ago
fix server leaking IO resources

github.com/tokio-rs/axum - nicolaiunrein opened this pull request 10 months ago
docs(subscriber): fix typo in doc comment

github.com/tokio-rs/console - joshka opened this pull request 10 months ago
Dr. Web detects axum 0.7.5 as virus

github.com/tokio-rs/axum - incker opened this issue 10 months ago
Bytes::split_to - check fast path first

github.com/tokio-rs/bytes - braddunbar opened this pull request 10 months ago
axum_extra Query doesn't support Vec<Enum>

github.com/tokio-rs/axum - yuki0418 opened this issue 10 months ago
perf: improve Bytes::copy_to_bytes

github.com/tokio-rs/bytes - tisonkun opened this pull request 10 months ago
tests: update nix dependency to 0.28

github.com/tokio-rs/tokio - fkm3 opened this pull request 10 months ago
Bytes: Add try_into_mut.

github.com/tokio-rs/bytes - rklaehn opened this pull request 10 months ago
chore: get rid of remove_dir_all

github.com/tokio-rs/console - hi-rustin opened this pull request 10 months ago
test: add cases for format_location

github.com/tokio-rs/console - hi-rustin opened this pull request 10 months ago
chore: all use `.yml` for workflows

github.com/tokio-rs/console - hi-rustin opened this pull request 10 months ago