The Wayback Machine - https://web.archive.org/web/20200812215017/https://github.com/est31
Skip to content
Avatar

Highlights

  • Arctic Code Vault Contributor

Organizations

@RustAudio @KOBUGE-Games

Pinned

  1. Find unused dependencies in Cargo.toml

    Rust 342 11

  2. Rust vorbis decoder

    Rust 198 15

  3. Generate X.509 certificates

    Rust 45 12

  4. Ogg container decoder and encoder written in pure Rust

    Rust 47 11

  5. Minetest, an open source infinite-world block sandbox game engine with support for survival and crafting. Also see https://github.com/minetest/minetest_game

    C++ 5.4k 1.3k

  6. Minimal C implementation of the Secure Remote Password protocol (version 6a)

    C 5 2

Contribution activity

August 2020

Created a pull request in rust-lang/cargo that received 4 comments

Return (Result<(),E>,) in drain_the_queue

This refactors the drain_the_queue function to return a tuple containing Result. That way, it's still not possible to use ? or try! to handle errors,…

+11 −12 4 comments

Created an issue in mozilla/STT that received 2 comments

Name for Rust bindings

Hi I've seen you've renamed the library. fa21911 Currently the Rust bindings are still named deepspeech and deepspeech-sys. I wonder which name the…

2 comments
You can’t perform that action at this time.