Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/est31/numbers-rs
Cross language i64 to String conversion utility
https://github.com/est31/numbers-rs
Last synced: 24 days ago
JSON representation
Cross language i64 to String conversion utility
- Host: GitHub
- URL: https://github.com/est31/numbers-rs
- Owner: est31
- License: other
- Created: 2017-04-22T22:18:15.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-04-22T22:51:11.000Z (over 7 years ago)
- Last Synced: 2024-09-17T06:24:54.360Z (about 2 months ago)
- Language: Rust
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# numbers
Create String representations of `i64` in various languages.
## License
Licensed under Apache 2 or MIT (at your option). For details, see the [LICENSE](LICENSE) file.
All examples inside the `examples/` folder are licensed under the
[CC-0](https://creativecommons.org/publicdomain/zero/1.0/) license.### License of your contributions
Unless you explicitly state otherwise, any contribution intentionally submitted for
inclusion in the work by you, as defined in the Apache-2.0 license,
shall be dual licensed / CC-0 licensed as above, without any additional terms or conditions.