Some interesting Rust patterns
☆15May 21, 2020Updated 5 years ago
Alternatives and similar repositories for shpat
Users that are interested in shpat are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- Combinator methods for `std::AsyncIterator` using all the new `async` superpowers☆10Feb 15, 2024Updated 2 years ago
- rust(1) cli prototype☆15Jan 2, 2022Updated 4 years ago
- Add a cute dependency declaration snippet in your crate documentation.☆43Nov 22, 2021Updated 4 years ago
- What if we could check declarative macros before using them?☆51Nov 3, 2024Updated last year
- Check that a crate builds without libstd☆25Jan 31, 2021Updated 5 years ago
- Deploy to Railway using AI coding agents - Free Credits Offer • AdUse Claude Code, Codex, OpenCode, and more. Autonomous software development now has the infrastructure to match with Railway.
- A CLI to control device backlight☆10Sep 20, 2025Updated 7 months ago
- "Generic generics" / higher-kinded APIs in stable Rust.☆19Dec 8, 2025Updated 4 months ago
- Ranged integers for Rust based on const generics☆29Jan 31, 2026Updated 3 months ago
- Optimization algorithms realized in Rust☆14Mar 10, 2020Updated 6 years ago
- Fully-runtime equivalent of Rust's string formatting macro.☆15May 20, 2022Updated 3 years ago
- A multistart framework for global optimization with scatter search and local NLP solvers written in Rust☆27Apr 26, 2026Updated last week
- Unleash the power of nightly Rust to write code that's generic over mutation!☆23Dec 18, 2020Updated 5 years ago
- Exercism exercises in Babashka.☆13May 30, 2023Updated 2 years ago
- ☆10May 28, 2021Updated 4 years ago
- Managed Database hosting by DigitalOcean • AdPostgreSQL, MySQL, MongoDB, Kafka, Valkey, and OpenSearch available. Automatically scale up storage and focus on building your apps.
- Is an Iterator sorted?☆22Oct 16, 2023Updated 2 years ago
- Examples of Selenium in Python☆11Jun 11, 2018Updated 7 years ago
- ☆19Nov 21, 2023Updated 2 years ago
- Rust Optimal Transport solvers☆13Mar 31, 2024Updated 2 years ago
- Set the minimum alignments of types using const generics.☆18Oct 17, 2024Updated last year
- Traits extending the Rust Range structs in std::ops☆42May 6, 2023Updated 2 years ago
- A newtype wrapper that causes Debug impls to skip a field.☆20Apr 5, 2026Updated 3 weeks ago
- Attribute macro that generates negated versions of`is_something` functions☆11Sep 4, 2021Updated 4 years ago
- Type-level interfaces for type-level design in Rust☆25Feb 3, 2025Updated last year
- Managed hosting for WordPress and PHP on Cloudways • AdManaged hosting for WordPress, Magento, Laravel, or PHP apps, on multiple cloud providers. Deploy in minutes on Cloudways by DigitalOcean.
- ☆12Jan 8, 2022Updated 4 years ago
- Universal ER diagram converter.☆14Jan 17, 2026Updated 3 months ago
- Implementation of the multi-objective genetic optimization algorithm NSGA-II☆12Jun 22, 2025Updated 10 months ago
- MaxiCP☆35Apr 26, 2026Updated last week
- Rust implementation of the Ulrich Drepper's "What every programmer should know about memory"☆13Aug 24, 2023Updated 2 years ago
- Black-box integration tests for your REST API using the Rust and its test framework☆15Oct 1, 2022Updated 3 years ago
- Allows for analog camera control on Super Mario 64.☆11May 8, 2020Updated 5 years ago
- Dependency injection library for Rust☆14Jun 13, 2024Updated last year
- WebAssembly System Interface☆86Dec 19, 2025Updated 4 months ago
- Deploy on Railway without the complexity - Free Credits Offer • AdConnect your repo and Railway handles the rest with instant previews. Quickly provision container image services, databases, and storage volumes.
- A library for conveniently displaying well-formatted, and good looking errors to users of CLI applications. Useful for bubbling up unreco…