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

Include Trace ID and Span ID in formatted logs

github.com/tokio-rs/tracing - bjchambers opened this issue over 3 years ago
Add LazyConfigAcceptor API

github.com/tokio-rs/tls - djc opened this pull request over 3 years ago
Further updates to rustls 0.20

github.com/tokio-rs/tls - djc opened this pull request over 3 years ago
Fix a typo

github.com/tokio-rs/valuable - taiki-e opened this pull request over 3 years ago
Update list of targets that do not support Atomic*64

github.com/tokio-rs/valuable - taiki-e opened this pull request over 3 years ago
Owned [NamedField] for Fields

github.com/tokio-rs/valuable - sunng87 opened this issue over 3 years ago
tokio::select! cfg-gated

github.com/tokio-rs/tokio - pickfire opened this issue over 3 years ago
Valuable bridge for serde_json::Value

github.com/tokio-rs/valuable - sunng87 opened this pull request over 3 years ago
how to config memory to be used?

github.com/tokio-rs/mini-redis - hiqsociety opened this issue over 3 years ago
why so slow compared with redis?

github.com/tokio-rs/mini-redis - hiqsociety opened this issue over 3 years ago
Add access guards to `UnsafeCell`

github.com/tokio-rs/loom - hawkw opened this pull request over 3 years ago
Update versions in Cargo.lock

github.com/tokio-rs/mini-redis - Darksonn opened this pull request over 3 years ago
Fix doc string typo

github.com/tokio-rs/valuable - sunng87 opened this pull request over 3 years ago
Move oneof fields' Enum types into child module

github.com/tokio-rs/prost - aquarhead opened this pull request over 3 years ago
chore: prepare mini-redis v0.4.1

github.com/tokio-rs/mini-redis - Darksonn opened this pull request over 3 years ago
use futures_util for util functions

github.com/tokio-rs/tokio-openssl - fakeshadow opened this pull request over 3 years ago
Consider an unsplit method for Bytes

github.com/tokio-rs/bytes - eloff opened this issue over 3 years ago
Implement valuable value pointer

github.com/tokio-rs/valuable - taiki-e opened this pull request over 3 years ago
allow matching fields by attributes

github.com/tokio-rs/prost - cab opened this pull request over 3 years ago
[DRAFT] update `tokio-rustls` to `rustls` 0.20.x

github.com/tokio-rs/tls - hawkw opened this pull request over 3 years ago
Condition variables (again)

github.com/tokio-rs/tokio - ijackson opened this issue over 3 years ago
Add more attributes

github.com/tokio-rs/prost - r3v2d0g opened this pull request over 3 years ago
impl valuable traits for more types

github.com/tokio-rs/valuable - taiki-e opened this pull request over 3 years ago
attributes: auto skip unused parameters

github.com/tokio-rs/tracing - Folyd opened this pull request over 3 years ago
Feature request: impl AsyncBufRead

github.com/tokio-rs/tokio-openssl - wongsyrone opened this issue over 3 years ago
add configuration for prost and prost_types paths

github.com/tokio-rs/prost - cab opened this pull request over 3 years ago
added steps to follow in the contributing.md file

github.com/tokio-rs/tokio - AtulJatia opened this pull request over 3 years ago
Dep Update

github.com/tokio-rs/tokio-openssl - conblem opened this pull request over 3 years ago
Allow setting event names in macros

github.com/tokio-rs/tracing - seanmonstar opened this issue over 3 years ago
Fix typos

github.com/tokio-rs/valuable - taiki-e opened this pull request over 3 years ago
Update list of targets that do not support atomic CAS

github.com/tokio-rs/valuable - taiki-e opened this pull request over 3 years ago
Proposal: optimize for binary size

github.com/tokio-rs/tracing - Folyd opened this issue over 3 years ago
Fix panic in FromIterator impl

github.com/tokio-rs/slab - taiki-e opened this pull request over 3 years ago
Fix typos

github.com/tokio-rs/slab - taiki-e opened this pull request over 3 years ago
FromIterator impl gives a corrupt vacant list

github.com/tokio-rs/slab - alecmocatta opened this issue over 3 years ago
Visitor holding `Value`

github.com/tokio-rs/valuable - Keats opened this issue over 3 years ago
Implement `Mutex::into_inner` and `RwLock::into_inner`

github.com/tokio-rs/loom - jamesbornholt opened this pull request over 3 years ago
derive: implement #[valuable] attributes

github.com/tokio-rs/valuable - taiki-e opened this issue over 3 years ago
serde: support tuple

github.com/tokio-rs/valuable - taiki-e opened this pull request over 3 years ago
Don't force zero-yield stream item type of '()'

github.com/tokio-rs/async-stream - SergioBenitez opened this pull request over 3 years ago
add dangle client example

github.com/tokio-rs/tls - yumm007 opened this pull request over 3 years ago
Check for buggy preadv2

github.com/tokio-rs/tokio - Darksonn opened this pull request over 3 years ago
Using rustls cargo features?

github.com/tokio-rs/tls - ayham-1 opened this issue over 3 years ago
add Tuplable

github.com/tokio-rs/valuable - carllerche opened this pull request over 3 years ago
update sqlparser

github.com/tokio-rs/rdbc - SingingBush opened this pull request over 3 years ago
Clean up CI config

github.com/tokio-rs/async-stream - taiki-e opened this pull request over 3 years ago
Prepare v0.3.2 release

github.com/tokio-rs/async-stream - taiki-e opened this pull request over 3 years ago
Remove dependency on `syn/extra-traits` feature

github.com/tokio-rs/async-stream - taiki-e opened this pull request over 3 years ago
document library root and Valuable macro

github.com/tokio-rs/valuable - carllerche opened this pull request over 3 years ago
add a basic example with HTTP headers

github.com/tokio-rs/valuable - carllerche opened this pull request over 3 years ago
valuable-serde: consistency with serde

github.com/tokio-rs/valuable - taiki-e opened this issue over 3 years ago
fix warnings

github.com/tokio-rs/valuable - carllerche opened this pull request over 3 years ago
Implement valuable-json

github.com/tokio-rs/valuable - taiki-e opened this pull request over 3 years ago
document misc types

github.com/tokio-rs/valuable - carllerche opened this pull request over 3 years ago
document `Listable` and `Mappable`

github.com/tokio-rs/valuable - carllerche opened this pull request over 3 years ago
Build docs on CI

github.com/tokio-rs/slab - taiki-e opened this pull request over 3 years ago
Fix SlabPartialEq

github.com/tokio-rs/slab - taiki-e opened this pull request over 3 years ago
Add blocking client

github.com/tokio-rs/mini-redis - Darksonn opened this pull request over 3 years ago
Document `Enumerable`

github.com/tokio-rs/valuable - carllerche opened this pull request over 3 years ago
remove Visit::visit_value default implementation

github.com/tokio-rs/valuable - carllerche opened this pull request over 3 years ago
document Valuable

github.com/tokio-rs/valuable - carllerche opened this pull request over 3 years ago
impl Valuable for atomic types

github.com/tokio-rs/valuable - taiki-e opened this pull request over 3 years ago
impl valuable traits for mutable reference

github.com/tokio-rs/valuable - taiki-e opened this pull request over 3 years ago
Migrate to Rust 2018

github.com/tokio-rs/slab - taiki-e opened this pull request over 3 years ago
Remove version from doc URLs

github.com/tokio-rs/slab - taiki-e opened this pull request over 3 years ago
Use Enumerate in iterators

github.com/tokio-rs/slab - taiki-e opened this pull request over 3 years ago
flatten `fields` mod

github.com/tokio-rs/valuable - carllerche opened this pull request over 3 years ago
document Visit

github.com/tokio-rs/valuable - carllerche opened this pull request over 3 years ago
peek will block after read

github.com/tokio-rs/tokio - nujz opened this issue over 3 years ago
impl Valuable for Path and PathBuf

github.com/tokio-rs/valuable - taiki-e opened this pull request over 3 years ago
impl Valuable for Option

github.com/tokio-rs/valuable - taiki-e opened this pull request over 3 years ago
Implement valuable-serde

github.com/tokio-rs/valuable - taiki-e opened this pull request over 3 years ago