Pinned Repositories
amqprs
Async & Lock-free RabbitMQ Rust Client, Easy-to-use API
antlr4
ANTLR (ANother Tool for Language Recognition) is a powerful parser generator for reading, processing, executing, or translating structured text or binary files.
aptos-core
Aptos is a layer 1 blockchain built to support the widespread use of blockchain through better technology and user experience.
bankid
passport strategy for Swedish Bank ID
cascade-protocol
Rust implementation for Cascade information reconciliation protocol for Quantum Key Distribution (QKD)
rust_async_runtime
minimal example to explore rust async runtime concept. The articles https://medium.com/@gftea/list/async-rust-43d86f0179ef
rust
Empowering everyone to build reliable and efficient software.
rust-analyzer
A Rust compiler front-end for IDEs
tokio
A runtime for writing reliable asynchronous applications with Rust. Provides I/O, networking, scheduling, timers, ...
gftea's Repositories
gftea/amqprs
Async & Lock-free RabbitMQ Rust Client, Easy-to-use API
gftea/cascade-protocol
Rust implementation for Cascade information reconciliation protocol for Quantum Key Distribution (QKD)
gftea/rust_async_runtime
minimal example to explore rust async runtime concept. The articles https://medium.com/@gftea/list/async-rust-43d86f0179ef
gftea/aptos-core
Aptos is a layer 1 blockchain built to support the widespread use of blockchain through better technology and user experience.
gftea/fastbook
The fastai book, published as Jupyter Notebooks
gftea/rust_lang_notes
Rust learning notes
gftea/tokio
A runtime for writing reliable asynchronous applications with Rust. Provides I/O, networking, scheduling, timers, ...
gftea/cloudamq
gftea/containers
Bitnami container images
gftea/developer-docs
Source for https://aptos.dev
gftea/generic-associated-types-initiative
Generic Associated Types lang team initiative
gftea/ghost-cell
An implementation of Joshua Yanovski's Ghost Cell paper.
gftea/honggfuzz-rs
Fuzz your Rust code with Google-developed Honggfuzz !
gftea/hyper
An HTTP library for Rust
gftea/miniredis
gftea/move
gftea/perf-tools
Performance analysis tools based on Linux perf_events (aka perf) and ftrace
gftea/proc-macro-workshop
Learn to write Rust procedural macros [Rust Latam conference, Montevideo Uruguay, March 2019]
gftea/rabbitmq-website
RabbitMQ website and documentation guides
gftea/rocksdb
A library that provides an embeddable, persistent key-value store for fast storage.
gftea/rust
Empowering everyone to build reliable and efficient software.
gftea/rust-analyzer
A Rust compiler front-end for IDEs
gftea/rust-libp2p
The Rust Implementation of the libp2p networking stack.
gftea/rust-quiz
Medium to hard Rust questions with explanations
gftea/rustc-dev-guide
A guide to how rustc works and how to contribute to it.
gftea/rustls
A modern TLS library in Rust
gftea/sui
Sui, a next-generation smart contract platform with high throughput, low latency, and an asset-oriented programming model powered by the Move programming language
gftea/tlborm
The Little Book of Rust Macros (updated fork)
gftea/tls
A collection of Tokio based TLS libraries.
gftea/tower
async fn(Request) -> Result<Response, Error>