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

refactor(sqlite): fix some warnings

github.com/tokio-rs/toasty - open-schnick opened this pull request about 2 months ago
refactor(sqlite): rename Sqlite::new() to Sqlite::in_memory()

github.com/tokio-rs/toasty - open-schnick opened this pull request about 2 months ago
fix `Send` and lifetime issue

github.com/tokio-rs/toasty - carllerche opened this pull request about 2 months ago
rename new_with_file -> open

github.com/tokio-rs/toasty - alaingilbert opened this pull request about 2 months ago
style: simplify string formatting for readability

github.com/tokio-rs/toasty - hamirmahal opened this pull request about 2 months ago
`format!` statement simplification

github.com/tokio-rs/toasty - hamirmahal opened this issue about 2 months ago
remove stray printlns

github.com/tokio-rs/toasty - carllerche opened this pull request about 2 months ago
Feature: Store provided buffers address

github.com/tokio-rs/io-uring - gwendalF opened this issue about 2 months ago
Setup CI

github.com/tokio-rs/toasty - carllerche opened this pull request about 2 months ago
Trunk build gives error on mio lib

github.com/tokio-rs/mio - illyrius666 opened this issue about 2 months ago
sharing experience from `loco.rs`

github.com/tokio-rs/toasty - jondot opened this issue about 2 months ago
lifetime errors using db with axum

github.com/tokio-rs/toasty - codegod100 opened this issue about 2 months ago
use tracing crate, debug! macro, instead of println/dbg

github.com/tokio-rs/toasty - alaingilbert opened this pull request about 2 months ago
Sqlite open function to allow connection to a sqlite file

github.com/tokio-rs/toasty - alaingilbert opened this pull request about 2 months ago
return Result from create_table

github.com/tokio-rs/toasty - codegod100 opened this pull request about 2 months ago
open with file

github.com/tokio-rs/toasty - codegod100 opened this pull request about 2 months ago
check to see if None

github.com/tokio-rs/toasty - codegod100 opened this pull request about 2 months ago
open with file

github.com/tokio-rs/toasty - codegod100 opened this pull request about 2 months ago
BelongsTo is None

github.com/tokio-rs/toasty - codegod100 opened this issue about 2 months ago
Fix typo in README.md

github.com/tokio-rs/toasty - reubenwong97 opened this pull request about 2 months ago
use tracing e.g. `debug!` instead of `println!`

github.com/tokio-rs/toasty - codegod100 opened this issue about 2 months ago
check to see if None

github.com/tokio-rs/toasty - codegod100 opened this pull request about 2 months ago
unwrap on None

github.com/tokio-rs/toasty - codegod100 opened this issue about 2 months ago
Option unwrap() on None when using AsyncWriteExt

github.com/tokio-rs/tokio - msftsecurityteam opened this issue about 2 months ago
Toasty blog post tweaks

github.com/tokio-rs/website - carllerche opened this pull request about 2 months ago
Toasty: clarify current status

github.com/tokio-rs/website - carllerche opened this pull request about 2 months ago
add blog post for Toasty

github.com/tokio-rs/website - carllerche opened this pull request about 2 months ago
.with_ansi(false) doesnt work

github.com/tokio-rs/tracing - TheGP opened this issue about 2 months ago
style: Remove explicit lifetimes

github.com/tokio-rs/prost - caspermeijn opened this pull request about 2 months ago
feat: Bytes::from_owner

github.com/tokio-rs/bytes - amunra opened this pull request about 2 months ago
build: Use `trait Error` from core

github.com/tokio-rs/prost - caspermeijn opened this pull request about 2 months ago
test(custom_debug): Merge `skip_debug` into `custom_debug`

github.com/tokio-rs/prost - caspermeijn opened this pull request about 2 months ago
Negative zero float is encoded equal to zero float (i.e. NULL)

github.com/tokio-rs/prost - HK416-is-all-you-need opened this issue about 2 months ago
build(deps): Update protobuf to v25.4

github.com/tokio-rs/prost - caspermeijn opened this pull request about 2 months ago
feat: derive Eq and Hash trait for messages where possible

github.com/tokio-rs/prost - caspermeijn opened this pull request about 2 months ago
feat: impl Name for Protobuf well-known wrapper types

github.com/tokio-rs/prost - caspermeijn opened this pull request about 2 months ago
Fix for flaky worker_steal_count test

github.com/tokio-rs/tokio - jofas opened this pull request about 2 months ago
ci: use cargo deny

github.com/tokio-rs/tokio - Darksonn opened this pull request about 2 months ago
subscriber: fix typo in `layer` module docs

github.com/tokio-rs/tracing - mbrobbel opened this pull request about 2 months ago
does mio support `sendmmsg` for udp socket

github.com/tokio-rs/mio - seudut opened this issue about 2 months ago
Bump the npm-dependencies group across 1 directory with 21 updates

github.com/tokio-rs/website - dependabot[bot] opened this pull request about 2 months ago
io: avoid ptr->ref->ptr roundtrip in `RegistrationSet`

github.com/tokio-rs/tokio - tiif opened this pull request about 2 months ago
Support for dynamic linking

github.com/tokio-rs/tokio - sandtreader opened this issue 2 months ago
Miri reported UB in ``io_async_fd``

github.com/tokio-rs/tokio - tiif opened this issue 2 months ago
chore: prepare bytes v1.8.0

github.com/tokio-rs/bytes - Darksonn opened this pull request 2 months ago
chore: update dependencies

github.com/tokio-rs/console - hds opened this pull request 2 months ago
PoC of introducing SpoofableValue

github.com/tokio-rs/axum - yanns opened this pull request 2 months ago
Bump postcss and next

github.com/tokio-rs/website - dependabot[bot] opened this pull request 2 months ago
Bump next from 13.1.1 to 14.2.10

github.com/tokio-rs/website - dependabot[bot] opened this pull request 2 months ago
Bump braces from 3.0.2 to 3.0.3

github.com/tokio-rs/website - dependabot[bot] opened this pull request 2 months ago
core: add struct for recording errors

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

github.com/tokio-rs/valuable - github-actions[bot] opened this pull request 2 months ago
Upgrade matchit

github.com/tokio-rs/axum - jplatte opened this pull request 2 months ago
Typo in tokio-tls crate description

github.com/tokio-rs/tokio - atouchet opened this issue 2 months ago
Implement prost::Message for google.protobuf.Timestamp

github.com/tokio-rs/prost - younes-io opened this pull request 2 months ago
chore: prepare Tokio v1.41.0

github.com/tokio-rs/tokio - mox692 opened this pull request 2 months ago
update prettier

github.com/tokio-rs/website - joshka opened this pull request 2 months ago
use node.js 20.18.0

github.com/tokio-rs/website - joshka opened this pull request 2 months ago
Simplify callsite enabled check

github.com/tokio-rs/tracing - pkoenig10 opened this pull request 2 months ago
use cargo add when adding dependencies

github.com/tokio-rs/website - joshka opened this pull request 2 months ago
Bump the npm-dependencies group with 22 updates

github.com/tokio-rs/website - dependabot[bot] opened this pull request 2 months ago
add dependabot settings

github.com/tokio-rs/website - joshka opened this pull request 2 months ago
pin toolchain version to 1.81

github.com/tokio-rs/website - joshka opened this pull request 2 months ago
Explicit CI runner version

github.com/tokio-rs/axum - mladedav opened this pull request 2 months ago
macros: support setting name of spawned threads

github.com/tokio-rs/tokio - cgzones opened this pull request 2 months ago
Update README.md

github.com/tokio-rs/tokio - Sareewat opened this pull request 2 months ago
add dark mode support

github.com/tokio-rs/website - joshka opened this pull request 2 months ago
runtime: fix stability feature flags for docs

github.com/tokio-rs/tokio - joshka opened this pull request 2 months ago
Rename Context.subscriber to collector

github.com/tokio-rs/tracing - pkoenig10 opened this pull request 2 months ago
Remove unneeded #[allow] attributes

github.com/tokio-rs/axum - bengsparks opened this pull request 2 months ago