ok_macros

Crates.iook_macros
lib.rsok_macros
version2.0.1
created_at2024-10-03 11:56:51.376506+00
updated_at2025-06-08 16:08:52.802258+00
descriptionThe standard library that's ok
homepage
repository
max_upload_size
id1395142
size13,909
Sevki (sevki)

documentation

README

Fallback image description

okstd

Standards that are OK.

Motivation

Rust's ecosystem is known for its vibrant community and wealth of high-quality crates. However, this abundance has led to some fragmentation, especially when it comes to foundational aspects like asynchronous programming, I/O, and logging. Developers are often faced with choosing between multiple ways of handling async code (e.g., async-std, tokio, smol, surf), several approaches to async I/O, and numerous logging frameworks (e.g., log, env_logger, pretty_env_logger, femme, flexi_logger). While having options is valuable, it can also lead to decision paralysis and make it harder to build an ecosystem of interoperable libraries and frameworks.

This is the crate when we reach for when we need such primitives, essentially the "Battery Included" crate.

📚 Read the book 📚

Commit count: 0

cargo fmt