Pinned Repositories
cronexpr
Calculate the next timestamp matching a given crontab pattern
fastant
A drop-in replacement for std::time::Instant that is faster and more accurate.
fastimer
This crate implements runtime-agnostic driver for async timers and scheduled tasks.
fastpool
A fast runtime-agnostic object pool for async rust.
fastrace
A tracing library 10~100x faster than others.
fasyslog
Syslog client written in Rust
logcall
An attribute macro that logs the function return value
logforth
A versatile and extensible logging implementation.
mea
Mea provides async primitives and combinators that are runtime agnostic.
stacksafe
Prevent stack overflow in deeply recursive functions with automatic stack management.
FastLabs's Repositories
fast/fastrace
A tracing library 10~100x faster than others.
fast/logforth
A versatile and extensible logging implementation.
fast/mea
Mea provides async primitives and combinators that are runtime agnostic.
fast/cronexpr
Calculate the next timestamp matching a given crontab pattern
fast/stacksafe
Prevent stack overflow in deeply recursive functions with automatic stack management.
fast/fastimer
This crate implements runtime-agnostic driver for async timers and scheduled tasks.
fast/fastpool
A fast runtime-agnostic object pool for async rust.
fast/fastant
A drop-in replacement for std::time::Instant that is faster and more accurate.
fast/logcall
An attribute macro that logs the function return value
fast/fasyslog
Syslog client written in Rust
fast/template
Fast template for developing a new Rust project
fast/fastrace-axum
A axum instrument for propagating trace context for fastrace.
fast/fastrace-tracing
A compatibility layer that connects tokio-tracing with fastrace tracing library.
fast/libfastrace
C binding for fastrace: A tracing library 10~100x faster than others
fast/community
Fast Community
fast/fast.github.io
fast/fastcrc
Fast CRC implementation collections for ALL CRC algorithms, including crc32, crc64, crc64-nvme.
fast/fastrace-poem
A Poem middleware for propagating trace context for fastrace.
fast/fastrace-reqwest
A reqwest util for propagating trace context for fastrace.
fast/fastrace-tonic
A tonic instrument for propagating trace context for fastrace.
fast/fastrace-tower
A tower layer for propagating trace context for fastrace