danielhenrymantilla / fstrings-rsLinks
Python3 fstrings in Rust
☆85Updated 3 years ago
Alternatives and similar repositories for fstrings-rs
Users that are interested in fstrings-rs are comparing it to the libraries listed below
Sorting:
- A variant of include_bytes!/include_str! with compile-time deflation and runtime lazy inflation☆138Updated 8 months ago
- Postfix macros on stable Rust, today.☆76Updated 4 years ago
- Create extensions for types you don't own with extension traits but without the boilerplate☆130Updated 2 years ago
- Rust macro for automatically generating default☆142Updated last year
- Temporarily take ownership of a value at a mutable location, and replace it with a new value based on the old one.☆112Updated last month
- Macro for writing nested `if let` expressions☆168Updated last year
- This crate offers procedural macros designed to facilitate the swift implementation of Rust's built-in traits.☆147Updated 11 months ago
- A rust crate to offer compile-time assistance for working with unsafe code.☆122Updated 3 years ago
- Utility wrapper to send non send types to other threads safely☆183Updated 3 months ago
- Procedural macro to implement Display and FromStr using common settings.☆187Updated 2 weeks ago
- A scope for async_std and tokio to spawn non-static futures☆138Updated last year
- Make trait methods callable without the trait in scope☆149Updated last month
- Pull in every source file in a directory as a module