Ecosyste.ms sponsors
An open API service aggregating public data about GitHub Sponsors.
An open API service aggregating public data about GitHub Sponsors.
Funding Links: https://github.com/sponsors/taiki-e
I maintain futures-rs and crossbeam.
I am a member of @tokio-rs and am involved in the maintenance of Tokio and some projects.
Some examples of my projects:
Rust
pin-project and pin-project-lite: macro for allowing to use of the unsafe operations of std::pin API safely. These libraries are widely used and most projects in the Rust async ecosystem depend directly or transitively on them.
cargo-llvm-cov: cargo subcommand to easily use LLVM source-based code coverage (-C instrument-coverage).
cargo-hack: cargo subcommand to provide various options useful for testing and continuous integration.
auto_enums: macro for allowing to return multiple impl Trait. This is also a proof of concept of rust-lang/rfcs#2414.
futures-async-stream: async stream for Rust.
GitHub Actions:
create-gh-release-action: GitHub Action for creating GitHub Releases based on changelog.
upload-rust-binary-action: GitHub Action for building and uploading Rust binary to GitHub Releases.
install-action: GitHub Action for installing development tools (mainly from GitHub Releases).
setup-cross-toolchain-action: GitHub Action for setup toolchains for cross compilation and cross testing for Rust.
Cargo subcommand to easily use LLVM source-based code coverage (-C instrument-coverage).
Language: Rust - Stars: 949A crate for safe and ergonomic pin-projection.
Language: Rust - Stars: 616Cargo subcommand to provide various options useful for testing and continuous integration.
Language: Rust - Stars: 638Async stream for Rust and the futures crate.
Language: Rust - Stars: 177A library for to allow multiple return types by automatically generated enum.
Language: Rust - Stars: 351GitHub Action for installing development tools (mainly from GitHub Releases).
Language: Shell - Stars: 283