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>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 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:
master← Head:add-num-format📝 Commits (1)
655bd14add 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-formatto list ofno_stdcrates.num-formatis a Rust crate for producing string representations of numbers, formatted according to international standards, e.g.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.