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

feat(prost-types): Add `normalized` functions

github.com/tokio-rs/prost - caspermeijn opened this pull request 3 months ago
Fix CI failures

github.com/tokio-rs/async-stream - taiki-e opened this pull request 3 months ago
Use std::pin::pin! macro instead of pin-utils

github.com/tokio-rs/loom - taiki-e opened this pull request 3 months ago
Upgrade to 2021 edition

github.com/tokio-rs/loom - taiki-e opened this pull request 3 months ago
Bump MSRV to 1.73

github.com/tokio-rs/loom - taiki-e opened this pull request 3 months ago
ci: update nightly to nightly-2024-09-15

github.com/tokio-rs/bytes - taiki-e opened this pull request 3 months ago
Fix CI failures

github.com/tokio-rs/slab - taiki-e opened this pull request 3 months ago
Make future_utils a dev-dependency

github.com/tokio-rs/tokio-openssl - hhirtz opened this pull request 3 months ago
Add request id example

github.com/tokio-rs/axum - conways-glider opened this pull request 3 months ago
tracing-log 0.2.0 is missing env_logger

github.com/tokio-rs/tracing - jethrogb opened this issue 3 months ago
how to print tokio stack ?

github.com/tokio-rs/tokio - ningmingxiao opened this issue 3 months ago
chore: add missing symbol

github.com/tokio-rs/axum - tiaoxizhan opened this pull request 3 months ago
ECOSYSTEM: add zino-rs

github.com/tokio-rs/axum - photino opened this pull request 3 months ago
tests(prost-build): Fix error texts

github.com/tokio-rs/prost - caspermeijn opened this pull request 3 months ago
build(deps): update pulldown-cmark-to-cmark from 16 to 17

github.com/tokio-rs/prost - caspermeijn opened this pull request 3 months ago
Crash and restart hosts in a runtime

github.com/tokio-rs/turmoil - dtwitty opened this issue 3 months ago
sync: add `watch::Sender::sender_count`

github.com/tokio-rs/tokio - soerenmeier opened this pull request 3 months ago
Documentation: Improve WASM support documentation

github.com/tokio-rs/tokio - 9SMTM6 opened this pull request 3 months ago
build: fix clippy::use_self

github.com/tokio-rs/prost - thecaralice opened this pull request 3 months ago
chore: bump matchers to 0.2.0

github.com/tokio-rs/tracing - mokurin000 opened this pull request 3 months ago
Upgrade to opentelemetry 0.25

github.com/tokio-rs/tracing-opentelemetry - ymgyt opened this pull request 3 months ago
Fix warnings and errors from beta Rust

github.com/tokio-rs/axum - bengsparks opened this pull request 3 months ago
add method_not_allowed_fallback to router

github.com/tokio-rs/axum - Lachstec opened this pull request 3 months ago
Update no_atomic.rs

github.com/tokio-rs/valuable - github-actions[bot] opened this pull request 4 months ago
tests(prost-build): Validate error texts

github.com/tokio-rs/prost - caspermeijn opened this pull request 4 months ago
style: `MessageGraph::new()` can't actually fail

github.com/tokio-rs/prost - caspermeijn opened this pull request 4 months ago
style: use `Path::display()` when printing a path

github.com/tokio-rs/prost - caspermeijn opened this pull request 4 months ago
docs(prost-build): Use `cargo add` in example

github.com/tokio-rs/prost - caspermeijn opened this pull request 4 months ago
Use hugepage for SQE/CQE mmap

github.com/tokio-rs/io-uring - ileixe opened this issue 4 months ago
feat: add the WatchState API

github.com/tokio-rs/console - Rustin170506 opened this pull request 4 months ago
sync: add `#[must_use]` to `Notified`

github.com/tokio-rs/tokio - xoac opened this pull request 4 months ago
Always send large futures to heap

github.com/tokio-rs/tokio - mhils opened this pull request 4 months ago
stream: prepare 0.1.16 release

github.com/tokio-rs/tokio - djc opened this pull request 4 months ago
chore: prepare tokio-util 0.7.12

github.com/tokio-rs/tokio - tglane opened this pull request 4 months ago
Enable cfg_fs for wasi

github.com/tokio-rs/tokio - namse opened this pull request 4 months ago
tests: Actually test `skip_debug` for `prost::Oneof`

github.com/tokio-rs/prost - caspermeijn opened this pull request 4 months ago
io: recommend `OwnedFd` with `AsyncFd`

github.com/tokio-rs/tokio - Darksonn opened this pull request 4 months ago
Unbury the lede on tokio::sync::mutex docs

github.com/tokio-rs/tokio - tbodt opened this pull request 4 months ago
feat: Relax Message Debug trait bound

github.com/tokio-rs/prost - tottoto opened this pull request 4 months ago
Get length of channel on mpsc::Sender

github.com/tokio-rs/tokio - barafael opened this issue 4 months ago
time::timeout ignores panic and waits forever

github.com/tokio-rs/tokio - stevenroose opened this issue 4 months ago
Add `impl Copy` to Id in span.rs

github.com/tokio-rs/tracing - wcarmon opened this pull request 4 months ago
add static web server.

github.com/tokio-rs/axum - zhangwuqiao opened this issue 4 months ago
subscriber: fix excessive padding on `log` messages

github.com/tokio-rs/tracing - kaffarell opened this pull request 4 months ago
add example doc for SyncIoBridge

github.com/tokio-rs/tokio - lixiang365 opened this pull request 4 months ago
fix: avoid setting content-length before middleware

github.com/tokio-rs/axum - SabrinaJewson opened this pull request 4 months ago
Clarify some subtleties of routing

github.com/tokio-rs/axum - SabrinaJewson opened this pull request 4 months ago
build(protobuf): Compile and install protoc on Windows

github.com/tokio-rs/prost - caspermeijn opened this pull request 4 months ago
Open up more test for Miri

github.com/tokio-rs/tokio - tiif opened this issue 4 months ago
Use `poll_fn` from the standard library

github.com/tokio-rs/tokio - eduardosm opened this pull request 4 months ago
rt: fix race in yield_defers_until_park test

github.com/tokio-rs/tokio - adelavegaf opened this pull request 4 months ago
Guarantee return value of `serve`

github.com/tokio-rs/axum - SabrinaJewson opened this pull request 4 months ago
Example does not match "IntoIter::new"

github.com/tokio-rs/bytes - michael88888888 opened this pull request 4 months ago
rt: add LocalRuntime

github.com/tokio-rs/tokio - Noah-Kennedy opened this pull request 4 months ago
chore: unify assert on fixtures

github.com/tokio-rs/prost - caspermeijn opened this pull request 4 months ago
docs(prost-types): Add description of using Any

github.com/tokio-rs/prost - caspermeijn opened this pull request 4 months ago
feat(prost-build): emit `rerun` commands

github.com/tokio-rs/prost - caspermeijn opened this pull request 4 months ago
chore: Release version 0.13.2

github.com/tokio-rs/prost - caspermeijn opened this pull request 4 months ago
chore: prepare Tokio v1.40.0

github.com/tokio-rs/tokio - mox692 opened this pull request 4 months ago
v0.1.x: clean up warnings

github.com/tokio-rs/tracing - djc opened this pull request 4 months ago
Add support for WebSockets over HTTP/2

github.com/tokio-rs/axum - SabrinaJewson opened this pull request 4 months ago