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

Add support for WebSockets over HTTP/2

github.com/tokio-rs/axum - SabrinaJewson opened this pull request 4 months ago
chore: replace ready! with std::task::ready

github.com/tokio-rs/tokio - hmaka opened this pull request 4 months ago
process: kill child on error while spawning

github.com/tokio-rs/tokio - Maki325 opened this pull request 4 months ago
Add try_read and friends to TcpStream

github.com/tokio-rs/turmoil - mcches opened this issue 4 months ago
Fix typo in the docs for `Encoder::Error`

github.com/tokio-rs/tokio - yotamofek opened this pull request 4 months ago
Add tracing-config to related crates

github.com/tokio-rs/tracing - mateiandrei94 opened this issue 4 months ago
Fixes and Updates to README.md

github.com/tokio-rs/tokio - 11droid opened this pull request 4 months ago
Add unexpected_cfgs lint exception, fixes #182

github.com/tokio-rs/turmoil - brandonpike opened this pull request 4 months ago
build(protobuf): Use crate `cmake`

github.com/tokio-rs/prost - caspermeijn opened this pull request 4 months ago
Clippy failure on `main` branch

github.com/tokio-rs/turmoil - LeonHartley opened this issue 4 months ago
build: Increase MSRV to 1.71.1

github.com/tokio-rs/prost - caspermeijn opened this pull request 4 months ago
tests: Fix build without std

github.com/tokio-rs/prost - caspermeijn opened this pull request 4 months ago
Multipart file upload error on Lambda.

github.com/tokio-rs/axum - uygunbodur opened this issue 4 months ago
Infallible version of spawn_blocking

github.com/tokio-rs/tokio - mineichen opened this issue 4 months ago
tests: Change some proptest to kani proofs

github.com/tokio-rs/prost - caspermeijn opened this pull request 4 months ago
compile_protos nested import seems failed

github.com/tokio-rs/prost - Yongle-Fu opened this issue 4 months ago
upgrade grpc example deps, fixing #180

github.com/tokio-rs/turmoil - LeonHartley opened this pull request 4 months ago
Recommend alternatives to SyncIoBridge

github.com/tokio-rs/tokio - Darksonn opened this issue 4 months ago
CQ overflowing, but ring is never busy

github.com/tokio-rs/io-uring - lbrndnr opened this issue 4 months ago
remove dependency to hermit-abi

github.com/tokio-rs/mio - stlankes opened this pull request 4 months ago
Built in support for tracing

github.com/tokio-rs/axum - Diggsey opened this issue 4 months ago
fix(console): correct the grammar issue

github.com/tokio-rs/console - Rustin170506 opened this pull request 4 months ago
Apply sign extension when decoding int

github.com/tokio-rs/bytes - paolobarbolini opened this pull request 4 months ago
Fix double spaces in comments and doc comments

github.com/tokio-rs/bytes - paolobarbolini opened this pull request 4 months ago
task: stabilize task ids

github.com/tokio-rs/tokio - evanrittenhouse opened this pull request 4 months ago
feat: local_addr for Serve and WithGracefulShutdown

github.com/tokio-rs/axum - JosephLenton opened this pull request 4 months ago
util: fix typo in `TaskTracker` docs

github.com/tokio-rs/tokio - dpl0 opened this pull request 4 months ago
Upgrade tower and other dependencies

github.com/tokio-rs/axum - elichai opened this pull request 4 months ago
Comment description error

github.com/tokio-rs/tokio - michael88888888 opened this pull request 4 months ago
fix explanation of 'zero bytes read' case

github.com/tokio-rs/tokio - rosscanning opened this pull request 4 months ago
clippy fixes

github.com/tokio-rs/tokio - barafael opened this pull request 4 months ago
fix typo in README.md

github.com/tokio-rs/tracing - mchristou opened this pull request 4 months ago
Ecosystem: add spring-rs

github.com/tokio-rs/axum - holmofy opened this pull request 4 months ago
tests(fuzz): Add `parse_duration` fuzzing target

github.com/tokio-rs/prost - caspermeijn opened this pull request 4 months ago
ci(clippy): Update to cargo clippy version 1.80

github.com/tokio-rs/prost - caspermeijn opened this pull request 4 months ago
release 0.7.0

github.com/tokio-rs/io-uring - quininer opened this pull request 4 months ago
Merge 1.39.x into master

github.com/tokio-rs/tokio - mox692 opened this pull request 4 months ago
Merge 1.39.x to master

github.com/tokio-rs/tokio - mox692 opened this pull request 4 months ago
Add `AbortOnDropHandle` type

github.com/tokio-rs/tokio - barafael opened this pull request 4 months ago
Fix ci

github.com/tokio-rs/io-uring - quininer opened this pull request 4 months ago
task: add join_all method to JoinSet

github.com/tokio-rs/tokio - hmaka opened this pull request 4 months ago
Add notif and related SendZc docs

github.com/tokio-rs/io-uring - erenon opened this pull request 4 months ago
Mark some more types as `UnwindSafe`

github.com/tokio-rs/tokio - tbu- opened this pull request 4 months ago
chore: prepare Tokio v1.39.3

github.com/tokio-rs/tokio - mox692 opened this pull request 4 months ago
tests(fuzz): Add `parse_date` fuzzing target

github.com/tokio-rs/prost - caspermeijn opened this pull request 4 months ago
feat(prost-build): Add protoc executable path to Config

github.com/tokio-rs/prost - caspermeijn opened this pull request 4 months ago
build(deps): bump baptiste0928/cargo-install from 2 to 3

github.com/tokio-rs/prost - dependabot[bot] opened this pull request 4 months ago
build(deps): bump actions/upload-artifact from 3 to 4

github.com/tokio-rs/prost - dependabot[bot] opened this pull request 4 months ago
style: Remove needless borrow

github.com/tokio-rs/prost - caspermeijn opened this pull request 4 months ago
ci(dependabot): Add github actions

github.com/tokio-rs/prost - caspermeijn opened this pull request 4 months ago
tests: Add tests for public interface of DecodeError

github.com/tokio-rs/prost - caspermeijn opened this pull request 4 months ago
ci: run ci with 1.81 rustc beta release

github.com/tokio-rs/tokio - Darksonn opened this pull request 4 months ago
chore: Replace once_cell dependency by std lib

github.com/tokio-rs/prost - caspermeijn opened this pull request 4 months ago
fix daily method description

github.com/tokio-rs/tracing - 0x9bb1 opened this pull request 4 months ago
Made DefaultBodyLimit const friendly

github.com/tokio-rs/axum - StNicolay opened this pull request 4 months ago
rfc: propose an FFI API

github.com/tokio-rs/tokio - Noah-Kennedy opened this pull request 4 months ago
time: eliminate timer wheel allocations

github.com/tokio-rs/tokio - tglane opened this pull request 4 months ago
macros: improve documentation for `select!`

github.com/tokio-rs/tokio - barafael opened this pull request 4 months ago
sync: document mpsc channel allocation behavior

github.com/tokio-rs/tokio - barafael opened this pull request 4 months ago
tracing-subscriber: bump `matchers` to 0.2.0

github.com/tokio-rs/tracing - tobz opened this pull request 4 months ago
net: add handling for abstract socket name

github.com/tokio-rs/tokio - mox692 opened this pull request 4 months ago
fix: update the broken link for the timer paper

github.com/tokio-rs/tokio - Rustin170506 opened this pull request 4 months ago
Command .wait hanging on MacOS

github.com/tokio-rs/tokio - justin-elementlabs opened this issue 4 months ago
add a basic illumos test job

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