LukasKalbertodt / buntLinks
Simple macros to write colored and formatted text to a terminal. Based on `termcolor`, thus also cross-platform.
☆229Updated 2 years ago
Alternatives and similar repositories for bunt
Users that are interested in bunt are comparing it to the libraries listed below
Sorting:
- Procedural macro to implement Display and FromStr using common settings.☆188Updated 2 weeks ago
- a low-level library that provides config/cache/data paths, following the respective conventions on Linux, macOS and Windows☆201Updated 2 years ago
- Conditional compilation using boolean expression syntax, rather than any(), all(), not()☆292Updated 2 years ago
- Graph the number of crates that depend on your crate over time☆251Updated last week
- Faster, more compact implementation of std::Cow☆356Updated 2 years ago
- A simple wrapper around filesystem operations to provide more helpful error messages.☆150Updated 2 months ago
- Type that deserializes only from one specific value☆245Updated 2 weeks ago
- A dead simple ANSI terminal color painting library for Rust.☆268Updated last year
- Conditional compilation according to rustc compiler version☆375Updated last week
- Cargo subcommand that recursively finds and optionally wipes all "target" or "node_modules" folders that are found in the current path.☆163Updated 2 years ago
- Find out path at which a deserialization error occurred☆389Updated 2 weeks ago
- A lightweight terminal menu for Rust☆144Updated 2 years ago
- Easy code duplicate with substitution for Rust☆246Updated last week
- Rust crate to time your function using derive annotations.☆85Updated 2 years ago
- An allocator that can track and limit memory usage.☆213Updated 2 years ago
- A Rust macro to determine if a type implements a logical trait expression☆259Updated 5 years ago
- ☆314Updated 2 years ago
- Extract documentation for the feature flags from comments in Cargo.toml☆183Updated 4 months ago
- Zero-overhead type-safe builder pattern `derive` macro for your Rust structs☆223Updated 2 years ago
- Rust option parser with custom derive support☆233Updated 9 months ago
- A thread pool for isolating blocking I/O in async programs☆363Updated last week
- Statically-checked alternatives to RefCell and RwLock☆370Updated last year
- A parser and formatter for std::{SystemTime, Duration}☆342Updated last week
- Logger and ANSI formatter in Rust for pretty colors and text in the terminal with no dependencies. Aiming for a relatively simple API☆273Updated 2 years ago
- Color schemes for charts and maps☆228Updated 5 months ago
- Expanding opportunities standard library std::fs and std::io☆324Updated last year
- A super powered testing macro for Rust