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: add examples for FramedRead and FramedWrite

github.com/tokio-rs/tokio - maminrayej opened this pull request about 1 year ago
feat: Make allocations when decoding fallible

github.com/tokio-rs/prost - ParkMyCar opened this pull request about 1 year ago
Add safer abstractions for buffer rings

github.com/tokio-rs/io-uring - SUPERCILEX opened this pull request about 1 year ago
macros: fix trait_method breaking change detection

github.com/tokio-rs/tokio - ik1ne opened this pull request about 1 year ago
Support one-way partitions

github.com/tokio-rs/turmoil - mooso opened this issue about 1 year ago
__io_uring_buf_ring_cq_advance broken?

github.com/tokio-rs/tokio-uring - SUPERCILEX opened this issue about 1 year ago
Added MongoDB example

github.com/tokio-rs/axum - tr1sm0s1n opened this pull request about 1 year ago
Implement CSRF token verification for OAuth example

github.com/tokio-rs/axum - loganbnielsen opened this pull request about 1 year ago
Update README.md with correct link to tracing-etw

github.com/tokio-rs/tracing - cijothomas opened this pull request about 1 year ago
Add do_io on peek for TcpStream

github.com/tokio-rs/mio - Sytten opened this pull request about 1 year ago
peek blocks after read on windows

github.com/tokio-rs/mio - Sytten opened this issue about 1 year ago
Add spellchecker

github.com/tokio-rs/tokio - arvaer opened this pull request about 1 year ago
How to customize grpc method uri

github.com/tokio-rs/prost - caibirdme opened this issue about 1 year ago
chore: Remove old comment

github.com/tokio-rs/tokio - mox692 opened this pull request about 1 year ago
Using workspace dependencies

github.com/tokio-rs/tokio - rodoufu opened this pull request about 1 year ago
task: implement `FromIterator` for `JoinSet`

github.com/tokio-rs/tokio - erikdesjardins opened this pull request about 1 year ago
chore(deps): bump shlex from 1.2.0 to 1.3.0

github.com/tokio-rs/console - dependabot[bot] opened this pull request about 1 year ago
Use rustix for direct syscall feature?

github.com/tokio-rs/io-uring - SUPERCILEX opened this issue about 1 year ago
Refactor split_at/split_to

github.com/tokio-rs/bytes - braddunbar opened this pull request about 1 year ago
Implement `AsFd` for all entry sizes

github.com/tokio-rs/io-uring - oxalica opened this pull request about 1 year ago
Update README.md

github.com/tokio-rs/console - SimonsMine opened this pull request about 1 year ago
Remove an unnecessary else

github.com/tokio-rs/bytes - braddunbar opened this pull request about 1 year ago
Remove unreachable else

github.com/tokio-rs/bytes - braddunbar opened this pull request about 1 year ago
Remove some unnecessary namespaces

github.com/tokio-rs/bytes - braddunbar opened this pull request about 1 year ago
Move rebuild_vec into a method

github.com/tokio-rs/bytes - braddunbar opened this pull request about 1 year ago
Add SeekBuf trait and BufCursor implementation

github.com/tokio-rs/bytes - dylanplecki opened this pull request about 1 year ago
Add support for the nightly unstable allocator API

github.com/tokio-rs/bytes - dylanplecki opened this pull request about 1 year ago
Add Buf and BufMut auto-impl for pinned data types

github.com/tokio-rs/bytes - dylanplecki opened this pull request about 1 year ago
Restructuring

github.com/tokio-rs/tokio-uring - ollie-etl opened this issue about 1 year ago
chore(deps): bump h2 from 0.3.18 to 0.3.24

github.com/tokio-rs/console - dependabot[bot] opened this pull request about 1 year ago
Update ECOSYSTEM.md

github.com/tokio-rs/axum - maxcountryman opened this pull request about 1 year ago
Implement axum_extra query rejection tracing

github.com/tokio-rs/axum - ghashy opened this pull request about 1 year ago
Add new CI Spellcheck job

github.com/tokio-rs/tokio - Owen-CH-Leung opened this pull request about 1 year ago
BytesMut: Assert alignment of Shared

github.com/tokio-rs/bytes - braddunbar opened this pull request about 1 year ago
Typo fixes

github.com/tokio-rs/website - proski opened this pull request about 1 year ago
Mark *Fd traits on TcpSocket as unix-only

github.com/tokio-rs/tokio - maminrayej opened this pull request about 1 year ago
util: simplify check for empty slice in chain

github.com/tokio-rs/tokio - wutchzone opened this pull request about 1 year ago
Mark *Fd traits on TcpSocket as unix-only

github.com/tokio-rs/tokio - Darksonn opened this issue about 1 year ago
net: implement `UnixSocket`

github.com/tokio-rs/tokio - maminrayej opened this pull request about 1 year ago
Fix fallback handlers on nested routers returning 404

github.com/tokio-rs/axum - dalton-oliveira opened this pull request about 1 year ago
Using workspace dependencies

github.com/tokio-rs/tracing - rodoufu opened this pull request about 1 year ago
add minijinja templating example

github.com/tokio-rs/axum - Deffendor opened this pull request about 1 year ago
Expose a `bind` method on `UnixStream`

github.com/tokio-rs/tokio - little-dude opened this issue about 1 year ago
Set tcp nodelay on sockets

github.com/tokio-rs/axum - Clueliss opened this issue about 1 year ago
Grammar: Fix "it's" vs "its" in several places

github.com/tokio-rs/axum - DominoTree opened this pull request about 1 year ago
Improve documentation of `axum_extra::extract::Query`

github.com/tokio-rs/axum - AlphaKeks opened this pull request about 1 year ago
Update axum prometheus-metrics example

github.com/tokio-rs/axum - dayvejones opened this pull request about 1 year ago
Update sys to linux 6.7

github.com/tokio-rs/io-uring - quininer opened this pull request about 1 year ago
Add Memory Mapped Files for Windows IPC

github.com/tokio-rs/tokio - RivenSkaye opened this issue about 1 year ago
chore: Fix spelling

github.com/tokio-rs/tracing - jayvdb opened this pull request about 1 year ago
Allow enumerating routes on service

github.com/tokio-rs/axum - casey opened this issue about 1 year ago
Reduce contention in broadcast channel

github.com/tokio-rs/tokio - vnetserg opened this pull request about 1 year ago
docs: add Axum Test to ECOSYSTEM.md

github.com/tokio-rs/axum - JosephLenton opened this pull request about 1 year ago
Add note about missing CSRF validation in oauth example

github.com/tokio-rs/axum - davidpdrsn opened this pull request about 1 year ago
oauth example doesn't validate CSRF token

github.com/tokio-rs/axum - davidpdrsn opened this issue about 1 year ago
Release

github.com/tokio-rs/axum - davidpdrsn opened this pull request about 1 year ago
Mark compatibility with itertools 0.12

github.com/tokio-rs/prost - fornwall opened this pull request about 1 year ago
Support `#[instrument]` on impl Blocks

github.com/tokio-rs/tracing - ModProg opened this issue about 1 year ago
Create a span for plugin init

github.com/tokio-rs/valuable - BrynCooke opened this issue about 1 year ago
Re-export `BodyDataStream` from axum

github.com/tokio-rs/axum - davidpdrsn opened this pull request about 1 year ago
Add new linux-only API `process::Child::pidfd`

github.com/tokio-rs/tokio - NobodyXu opened this issue about 1 year ago
implement try_join_next

github.com/tokio-rs/tokio - maminrayej opened this pull request about 1 year ago
Add Scheme extractor

github.com/tokio-rs/axum - bengsparks opened this pull request about 1 year ago
Bump to 0.6.1

github.com/tokio-rs/turmoil - zakvdm opened this pull request about 1 year ago
`syscall!` macros hide unsafe code

github.com/tokio-rs/mio - djkoloski opened this issue about 1 year ago
Add Scheme extractor

github.com/tokio-rs/axum - bengsparks opened this issue about 1 year ago
docs: fix typo "synchonous" => "synchronous"

github.com/tokio-rs/tracing - mindeng opened this pull request about 1 year ago
docs: Clarify FIFO Behavior of tokio::sync::Mutex

github.com/tokio-rs/tokio - azuredream opened this pull request about 1 year ago