[PR #160] [MERGED] add num-format to list of no_std crates #181

Closed
opened 2025-11-06 08:20:25 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/rust-embedded/awesome-embedded-rust/pull/160
Author: @bcmyers
Created: 3/13/2019
Status: Merged
Merged: 3/13/2019
Merged by: @bors[bot]

Base: masterHead: add-num-format


📝 Commits (1)

  • 655bd14 add num-format to list of no_std crates

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 README.md (+1 -0)

📄 Description

Adds num-format to list of no_std crates.

num-format is a Rust crate for producing string representations of numbers, formatted according to international standards, e.g.

  • "1,000,000" for US English
  • "10,00,000" for Indian English
  • "1 000 000" for French French

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/rust-embedded/awesome-embedded-rust/pull/160 **Author:** [@bcmyers](https://github.com/bcmyers) **Created:** 3/13/2019 **Status:** ✅ Merged **Merged:** 3/13/2019 **Merged by:** [@bors[bot]](https://github.com/apps/bors) **Base:** `master` ← **Head:** `add-num-format` --- ### 📝 Commits (1) - [`655bd14`](https://github.com/rust-embedded/awesome-embedded-rust/commit/655bd14cb8796860d67e8aa71a4971ba8db90d48) add num-format to list of no_std crates ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) </details> ### 📄 Description Adds [`num-format`] to list of `no_std` crates. [`num-format`] is a Rust crate for producing string representations of numbers, formatted according to international standards, e.g. * "1,000,000" for US English * "10,00,000" for Indian English * "1 000 000" for French French [`num-format`]: https://crates.io/crates/num-format --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-06 08:20:25 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-embedded-rust#181