Parse integers directly from `[u8]` slices in safe code
☆67Jul 21, 2026Updated 3 weeks ago
Alternatives and similar repositories for atoi-rs
Users that are interested in atoi-rs are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- ☆16Jul 1, 2024Updated 2 years ago
- A simple, modern fuzzy finder tool to run examples in a Cargo project.☆14Apr 15, 2023Updated 3 years ago
- rust slice conversion library☆17Mar 23, 2022Updated 4 years ago
- Obtain the number of threads in the current process☆17Feb 15, 2024Updated 2 years ago
- Rust String type with configurable byte storage.☆36Sep 13, 2024Updated last year
- 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.
- Minimal float parser primitives with a focus on compile times.☆24Updated this week
- An implementation of random number generator based on rdrand instruction☆27May 15, 2026Updated 3 months ago
- Pass Rust strings to C with potentially not needing heap allocation☆13Jan 25, 2026Updated 6 months ago
- A maintained fork of the app-dirs-rs project.☆37Sep 5, 2024Updated last year
- LZW en- and decoding that goes weeeee!☆34May 17, 2026Updated 3 months ago
- A lightweight, no-std, object-safe, serialization-only framework for Rust☆108Aug 3, 2026Updated 2 weeks ago
- Cli application to simulate the display from "The Matrix" in terminal. Based on CMatrix and UniMatrix.☆21Apr 22, 2026Updated 3 months ago
- Generic Range iterators for Rust☆28Jul 7, 2026Updated last month
- A cargo subcommand for inspecting what changes brings dependency version update into your project☆16Jan 21, 2026Updated 6 months ago
- Serverless GPU API endpoints on Runpod - Get Bonus Credits • AdSkip the infrastructure headaches. Auto-scaling, pay-as-you-go, no-ops approach lets you focus on innovating your application.
- Google's list of Certificate Transparency logs as a rust crate for use with sct.rs☆14Feb 17, 2023Updated 3 years ago
- ☆57Jul 22, 2026Updated 3 weeks ago
- A rust library for converting between UTF-8, UTF-16 and UTF-32 characters.☆13Jul 5, 2024Updated 2 years ago
- Backported standard Rust library to older compilers.☆23Oct 7, 2022Updated 3 years ago
- A Rust library for doing URL percentage encoding.☆75May 22, 2024Updated 2 years ago
- Rust library for checking the installed/running rustc's version.☆54Jul 25, 2024Updated 2 years ago
- A gitmoji-cli written in rust to be independent of Node.js☆10Apr 18, 2021Updated 5 years ago
- Async task switching for cooperative multitasking in single thread environments with no_std support.☆17Feb 9, 2022Updated 4 years ago
- Fast function for printing integer primitives to a decimal string☆379Jun 24, 2026Updated last month
- Virtual machines for every use case on DigitalOcean • AdGet dependable uptime with 99.99% SLA, simple security tools, and predictable monthly pricing with DigitalOcean's virtual machines, called Droplets.
- bluss/IndexMap with amortized resizes☆14Dec 21, 2020Updated 5 years ago
- Lossless functionality for platform-native strings.☆75Jul 16, 2026Updated last month
- A Rust library offering newtyped indices and vecs that use those indices☆22Aug 17, 2024Updated 2 years ago
- moved to https://codeberg.org/dirs/dirs-sys-rs☆45Jan 11, 2025Updated last year
- A pure Rust implementation of WebRTC DataChannel API☆19Aug 23, 2022Updated 3 years ago
- A Box-like type in Rust that avoids allocations by storing small values in-place☆15Jun 15, 2025Updated last year
- Library for numeric prefixes, such as “Kilo” or “Giga” or “Kibi”.☆25Jul 20, 2021Updated 5 years ago
- Dynamic structured values for Rust☆32Jul 30, 2026Updated 2 weeks ago
- Provide retain_mut method that has the same functionality as retain but gives mutable borrow to the predicate