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
Confusing documentation around `Arc<[u8]>` compatibility
github.com/tokio-rs/bytes - BTOdell opened this issue 11 months ago
github.com/tokio-rs/bytes - BTOdell opened this issue 11 months ago
util: Make tracing optional when codec is enabled
github.com/tokio-rs/tokio - Gelbpunkt opened this pull request 11 months ago
github.com/tokio-rs/tokio - Gelbpunkt opened this pull request 11 months ago
feat: impl Clone for task_local where T: Clone
github.com/tokio-rs/tokio - fenollp opened this pull request 11 months ago
github.com/tokio-rs/tokio - fenollp opened this pull request 11 months ago
Build error with Axum 0.7.5 on vanilla project: error[E0658]: `#[diagnostic]` attribute name space is experimental
github.com/tokio-rs/axum - apps4uco opened this issue 11 months ago
github.com/tokio-rs/axum - apps4uco opened this issue 11 months ago
tracing-attributes: support const values for `target` and `name`
github.com/tokio-rs/tracing - mbrobbel opened this pull request 11 months ago
github.com/tokio-rs/tracing - mbrobbel opened this pull request 11 months ago
Enable tokio io driver
github.com/tokio-rs/turmoil - HolyShitMan opened this pull request 11 months ago
github.com/tokio-rs/turmoil - HolyShitMan opened this pull request 11 months ago
Use `std::thread::available_parallelism()` instead of `num_cpus`
github.com/tokio-rs/tokio - Darksonn opened this issue 11 months ago
github.com/tokio-rs/tokio - Darksonn opened this issue 11 months ago
Fix Clippy's unused-io-amount lint
github.com/tokio-rs/mio - Thomasdezeeuw opened this pull request 11 months ago
github.com/tokio-rs/mio - Thomasdezeeuw opened this pull request 11 months ago
Fix typo in auto-reload example.
github.com/tokio-rs/axum - saukymo opened this pull request 11 months ago
github.com/tokio-rs/axum - saukymo opened this pull request 11 months ago
Optimize deserialization of Path
github.com/tokio-rs/axum - dakai-chen opened this pull request 11 months ago
github.com/tokio-rs/axum - dakai-chen opened this pull request 11 months ago
Implement `Bytes::from_raw_parts`
github.com/tokio-rs/bytes - JackKelly opened this pull request 11 months ago
github.com/tokio-rs/bytes - JackKelly opened this pull request 11 months ago
io: document cancel safety of `AsyncBufReadExt::fill_buf`
github.com/tokio-rs/tokio - maminrayej opened this pull request 11 months ago
github.com/tokio-rs/tokio - maminrayej opened this pull request 11 months ago
Document cancelation safety `AsyncBufReadExt::fill_buf`
github.com/tokio-rs/tokio - jkalez opened this issue 11 months ago
github.com/tokio-rs/tokio - jkalez opened this issue 11 months ago
tokio_util::io::poll_read_buf does not work with ?Sized type.
github.com/tokio-rs/tokio - fakeshadow opened this issue 11 months ago
github.com/tokio-rs/tokio - fakeshadow opened this issue 11 months ago
A more lightweight, informative error value in `TryFrom<i32>` for enums
github.com/tokio-rs/prost - mzabaluev opened this pull request 11 months ago
github.com/tokio-rs/prost - mzabaluev opened this pull request 11 months ago
feat: support From<&[u8; N]> for Bytes
github.com/tokio-rs/bytes - cjwcommuny opened this pull request 11 months ago
github.com/tokio-rs/bytes - cjwcommuny opened this pull request 11 months ago
Add `is_empty` or similar to `mpsc::Receiver`
github.com/tokio-rs/tokio - Palladinium opened this issue 11 months ago
github.com/tokio-rs/tokio - Palladinium opened this issue 11 months ago
fs: add read_at/write_at/seek_read/seek_write for fs::File
github.com/tokio-rs/tokio - SteveLauC opened this pull request 11 months ago
github.com/tokio-rs/tokio - SteveLauC opened this pull request 11 months ago
Release axum and axum-extra
github.com/tokio-rs/axum - davidpdrsn opened this pull request 11 months ago
github.com/tokio-rs/axum - davidpdrsn opened this pull request 11 months ago
axum: remove unnecessary `Arc::clone`
github.com/tokio-rs/axum - mladedav opened this pull request 11 months ago
github.com/tokio-rs/axum - mladedav opened this pull request 11 months ago
Don't set `len` in `BytesMut::reserve`
github.com/tokio-rs/bytes - braddunbar opened this pull request 11 months ago
github.com/tokio-rs/bytes - braddunbar opened this pull request 11 months ago
macros: Fix if_log_enabled condition.
github.com/tokio-rs/tracing - jevolk opened this pull request 11 months ago
github.com/tokio-rs/tracing - jevolk opened this pull request 11 months ago
Open SSE connections with pending streams block graceful shutdown
github.com/tokio-rs/axum - sulami opened this issue 11 months ago
github.com/tokio-rs/axum - sulami opened this issue 11 months ago
Update no_atomic.rs
github.com/tokio-rs/valuable - github-actions[bot] opened this pull request 11 months ago
github.com/tokio-rs/valuable - github-actions[bot] opened this pull request 11 months ago
readme: add discription about benchmarks
github.com/tokio-rs/tokio - mox692 opened this pull request 11 months ago
github.com/tokio-rs/tokio - mox692 opened this pull request 11 months ago
feat: allow uring builder to customize flags/features
github.com/tokio-rs/io-uring - bychjzh opened this pull request 11 months ago
github.com/tokio-rs/io-uring - bychjzh opened this pull request 11 months ago
Consider making it easier to construct ErrorResponse from a non-IntoResponse error
github.com/tokio-rs/axum - jplatte opened this issue 11 months ago
github.com/tokio-rs/axum - jplatte opened this issue 11 months ago
Implemented the From trait for converting mio socket types into std
github.com/tokio-rs/mio - tglane opened this pull request 11 months ago
github.com/tokio-rs/mio - tglane opened this pull request 11 months ago
Many people report scheduler panics recently
github.com/tokio-rs/tokio - Darksonn opened this issue 11 months ago
github.com/tokio-rs/tokio - Darksonn opened this issue 11 months ago
Setting trace and span id in logs.
github.com/tokio-rs/tracing-opentelemetry - ShovelJockey opened this issue 11 months ago
github.com/tokio-rs/tracing-opentelemetry - ShovelJockey opened this issue 11 months ago
chore: fix dead code warning
github.com/tokio-rs/tokio - maminrayej opened this pull request 11 months ago
github.com/tokio-rs/tokio - maminrayej opened this pull request 11 months ago
assertion failed: prev.ref_count() >= 1
github.com/tokio-rs/tokio - lifeRobot opened this issue 11 months ago
github.com/tokio-rs/tokio - lifeRobot opened this issue 11 months ago
Adding support for QNX OS
github.com/tokio-rs/tokio - SebastianSchildt opened this pull request 11 months ago
github.com/tokio-rs/tokio - SebastianSchildt opened this pull request 11 months ago
Adding support for QNX OS
github.com/tokio-rs/mio - SebastianSchildt opened this pull request 11 months ago
github.com/tokio-rs/mio - SebastianSchildt opened this pull request 11 months ago
"Next steps with Tracing" is out of date
github.com/tokio-rs/website - WesleyAC opened this issue 11 months ago
github.com/tokio-rs/website - WesleyAC opened this issue 11 months ago
`rust-version` rewrite to 1.66 of axum-core
github.com/tokio-rs/axum - Hmikihiro opened this pull request 11 months ago
github.com/tokio-rs/axum - Hmikihiro opened this pull request 11 months ago
Update `sync_wrapper` to 1.0.0 from 0.1.1
github.com/tokio-rs/axum - Hmikihiro opened this pull request 11 months ago
github.com/tokio-rs/axum - Hmikihiro opened this pull request 11 months ago
Improve error handling user experience.
github.com/tokio-rs/axum - PaulGrandperrin opened this pull request 11 months ago
github.com/tokio-rs/axum - PaulGrandperrin opened this pull request 11 months ago
Ability to resize the async main()'s thread pool from within
github.com/tokio-rs/tokio - Pr0methean opened this issue 11 months ago
github.com/tokio-rs/tokio - Pr0methean opened this issue 11 months ago
Contradictory allocation behaviour compared to documentation
github.com/tokio-rs/bytes - shahn opened this issue 11 months ago
github.com/tokio-rs/bytes - shahn opened this issue 11 months ago
Add Semaphore example for limiting the number of outgoing requests be…
github.com/tokio-rs/tokio - czzrr opened this pull request 11 months ago
github.com/tokio-rs/tokio - czzrr opened this pull request 11 months ago
Use core instead of std in lazy_static! macro
github.com/tokio-rs/loom - peterthejohnston opened this pull request 11 months ago
github.com/tokio-rs/loom - peterthejohnston opened this pull request 11 months ago
sync: add a `rwlock()` method to owned `RwLock` guards
github.com/tokio-rs/tokio - r3v2d0g opened this pull request 11 months ago
github.com/tokio-rs/tokio - r3v2d0g opened this pull request 11 months ago
util: add documentation about cancel safety of `SinkExt::send`
github.com/tokio-rs/tokio - maminrayej opened this pull request 11 months ago
github.com/tokio-rs/tokio - maminrayej opened this pull request 11 months ago
Panic within multi-threaded scheduler
github.com/tokio-rs/tokio - hallmaxw opened this issue 11 months ago
github.com/tokio-rs/tokio - hallmaxw opened this issue 11 months ago
JoinHandle should implement Clone, to support arbitrary dependency DAGs
github.com/tokio-rs/tokio - Pr0methean opened this issue 11 months ago
github.com/tokio-rs/tokio - Pr0methean opened this issue 11 months ago
util: assert compatibility between `LengthDelimitedCodec` options
github.com/tokio-rs/tokio - maminrayej opened this pull request 11 months ago
github.com/tokio-rs/tokio - maminrayej opened this pull request 11 months ago
Regression (change?) from 0.6: POST with status code doesn't compile
github.com/tokio-rs/axum - moh-eulith opened this issue 11 months ago
github.com/tokio-rs/axum - moh-eulith opened this issue 11 months ago
Update `sync_wrapper` to 1.0.0 from 0.1.1
github.com/tokio-rs/axum - Hmikihiro opened this issue 11 months ago
github.com/tokio-rs/axum - Hmikihiro opened this issue 11 months ago
Semaphore example on sending http requests
github.com/tokio-rs/tokio - Darksonn opened this issue 11 months ago
github.com/tokio-rs/tokio - Darksonn opened this issue 11 months ago
Enable shrinking of allocations
github.com/tokio-rs/bytes - tgnottingham opened this issue 11 months ago
github.com/tokio-rs/bytes - tgnottingham opened this issue 11 months ago
fs: add `set_max_buf_size` to `tokio::fs::File`
github.com/tokio-rs/tokio - mox692 opened this pull request 11 months ago
github.com/tokio-rs/tokio - mox692 opened this pull request 11 months ago
`tracing/log` doesn't work with `tokio::spawn` / `.with_current_subscriber()`.
github.com/tokio-rs/tracing - Lorak-mmk opened this issue 11 months ago
github.com/tokio-rs/tracing - Lorak-mmk opened this issue 11 months ago
enhancement: add gauge metric behind feature
github.com/tokio-rs/tracing-opentelemetry - academiaresf opened this pull request 11 months ago
github.com/tokio-rs/tracing-opentelemetry - academiaresf opened this pull request 11 months ago
Consider changing the behavior of / route when nesting
github.com/tokio-rs/axum - jplatte opened this issue 11 months ago
github.com/tokio-rs/axum - jplatte opened this issue 11 months ago
runtime: prevent using unhandled_panic option on multi-thread runtime
github.com/tokio-rs/tokio - maminrayej opened this pull request 11 months ago
github.com/tokio-rs/tokio - maminrayej opened this pull request 11 months ago
Fix clippy warnings and enable clippy in CI
github.com/tokio-rs/prost - gibbz00 opened this pull request 11 months ago
github.com/tokio-rs/prost - gibbz00 opened this pull request 11 months ago
stream: add `next_many` and `poll_next_many` to `StreamMap`
github.com/tokio-rs/tokio - maminrayej opened this pull request 11 months ago
github.com/tokio-rs/tokio - maminrayej opened this pull request 11 months ago
chore: Split prost-types lib.rs into separate modules.
github.com/tokio-rs/prost - gibbz00 opened this pull request 11 months ago
github.com/tokio-rs/prost - gibbz00 opened this pull request 11 months ago
cargo bench --workspace fails
github.com/tokio-rs/prost - zamazan4ik opened this issue 11 months ago
github.com/tokio-rs/prost - zamazan4ik opened this issue 11 months ago
Allow `Mutex` to work with `?Sized` types
github.com/tokio-rs/loom - Phantomical opened this pull request 11 months ago
github.com/tokio-rs/loom - Phantomical opened this pull request 11 months ago
readme: fix the guide for running loom tests
github.com/tokio-rs/tokio - maminrayej opened this pull request 11 months ago
github.com/tokio-rs/tokio - maminrayej opened this pull request 11 months ago
Why itparsing is set to fail when frame is not array?
github.com/tokio-rs/mini-redis - IvanovOleg opened this issue 11 months ago
github.com/tokio-rs/mini-redis - IvanovOleg opened this issue 11 months ago
Remove tracing feature from axum-core
github.com/tokio-rs/axum - jplatte opened this issue 11 months ago
github.com/tokio-rs/axum - jplatte opened this issue 11 months ago
Missing `IsTerminal::is_terminal` for files and stdin
github.com/tokio-rs/tokio - ventaquil opened this issue 11 months ago
github.com/tokio-rs/tokio - ventaquil opened this issue 11 months ago
sync: remove stale comment
github.com/tokio-rs/tokio - maminrayej opened this pull request 11 months ago
github.com/tokio-rs/tokio - maminrayej opened this pull request 11 months ago
Add multipart/form-data response builders to axum-extra
github.com/tokio-rs/axum - zleyyij opened this pull request 11 months ago
github.com/tokio-rs/axum - zleyyij opened this pull request 11 months ago
sync: expose strong and weak counts of mpsc sender handles
github.com/tokio-rs/tokio - maminrayej opened this pull request 11 months ago
github.com/tokio-rs/tokio - maminrayej opened this pull request 11 months ago
Bytes: Use ManuallyDrop instead of mem::forget
github.com/tokio-rs/bytes - braddunbar opened this pull request 11 months ago
github.com/tokio-rs/bytes - braddunbar opened this pull request 11 months ago
Module generated for 'oneof' field conflicts with module generated for package
github.com/tokio-rs/prost - kriomant opened this issue 11 months ago
github.com/tokio-rs/prost - kriomant opened this issue 11 months ago
docs: Document feature flags
github.com/tokio-rs/prost - caspermeijn opened this pull request 11 months ago
github.com/tokio-rs/prost - caspermeijn opened this pull request 11 months ago
Feature: `Serve::tcp_nodelay`
github.com/tokio-rs/axum - Clueliss opened this pull request 11 months ago
github.com/tokio-rs/axum - Clueliss opened this pull request 11 months ago
Correctly handle coop_taskrun
github.com/tokio-rs/io-uring - jrahman opened this pull request 11 months ago
github.com/tokio-rs/io-uring - jrahman opened this pull request 11 months ago
io: use Mutex instead of spinlock
github.com/tokio-rs/tokio - maminrayej opened this pull request 11 months ago
github.com/tokio-rs/tokio - maminrayej opened this pull request 11 months ago
Consider disallowing root nesting
github.com/tokio-rs/axum - jplatte opened this issue 11 months ago
github.com/tokio-rs/axum - jplatte opened this issue 11 months ago
`#[instrument(err)]` triggers `clippy::blocks_in_conditions` when used inside of `#[async_trait]` on nightly
github.com/tokio-rs/tracing - Veetaha opened this issue 11 months ago
github.com/tokio-rs/tracing - Veetaha opened this issue 11 months ago
JoinHandle polled after completion
github.com/tokio-rs/tokio - lifeRobot opened this issue 11 months ago
github.com/tokio-rs/tokio - lifeRobot opened this issue 11 months ago
chore: prepare tokio-stream v0.1.15
github.com/tokio-rs/tokio - Darksonn opened this pull request 11 months ago
github.com/tokio-rs/tokio - Darksonn opened this pull request 11 months ago
chore: prepare tokio-test v0.4.4
github.com/tokio-rs/tokio - Darksonn opened this pull request 11 months ago
github.com/tokio-rs/tokio - Darksonn opened this pull request 11 months ago
What do you think? https://zenoh.io/blog/2022-04-14-rust-async-eval/
github.com/tokio-rs/tokio - han1548772930 opened this issue 11 months ago
github.com/tokio-rs/tokio - han1548772930 opened this issue 11 months ago
fix: include_file should handle proto without package
github.com/tokio-rs/prost - MixusMinimax opened this pull request 11 months ago
github.com/tokio-rs/prost - MixusMinimax opened this pull request 11 months ago
doc: Fix link for `SocketAddr`
github.com/tokio-rs/mio - ldm0 opened this pull request 11 months ago
github.com/tokio-rs/mio - ldm0 opened this pull request 11 months ago
include_file does not work if any of the modules does not declare a package
github.com/tokio-rs/prost - MixusMinimax opened this issue 11 months ago
github.com/tokio-rs/prost - MixusMinimax opened this issue 11 months ago
tokio-util: remove `'static` bound on `impl Sink for PollSender`
github.com/tokio-rs/tokio - nyibbang opened this pull request 11 months ago
github.com/tokio-rs/tokio - nyibbang opened this pull request 11 months ago
Awaiting Read and Write Half concurrently causes spin lock.
github.com/tokio-rs/tokio - Frostie314159 opened this issue 11 months ago
github.com/tokio-rs/tokio - Frostie314159 opened this issue 11 months ago
sync: update watch channel docs
github.com/tokio-rs/tokio - mox692 opened this pull request 11 months ago
github.com/tokio-rs/tokio - mox692 opened this pull request 11 months ago
Cannot work with tower-http's RequestDecompressionLayer
github.com/tokio-rs/axum - tisonkun opened this issue 11 months ago
github.com/tokio-rs/axum - tisonkun opened this issue 11 months ago
Multiline tracing_appender non_blocking
github.com/tokio-rs/tracing - mateiandrei94 opened this issue 11 months ago
github.com/tokio-rs/tracing - mateiandrei94 opened this issue 11 months ago
Consistent JSON serialisation
github.com/tokio-rs/prost - rollo-b2c2 opened this issue 11 months ago
github.com/tokio-rs/prost - rollo-b2c2 opened this issue 11 months ago
Latest published version of tokio-native-tls contains bad dependency
github.com/tokio-rs/tls - perheed-adv opened this issue 11 months ago
github.com/tokio-rs/tls - perheed-adv opened this issue 11 months ago
Documentation about Key::derive_from lists wrong feature name
github.com/tokio-rs/axum - PuercoPop opened this issue 11 months ago
github.com/tokio-rs/axum - PuercoPop opened this issue 11 months ago
chore: update matchit to 0.8
github.com/tokio-rs/axum - mladedav opened this pull request 11 months ago
github.com/tokio-rs/axum - mladedav opened this pull request 11 months ago