An open API service indexing awesome lists of open source software.

https://github.com/engossoftware/decimus

Decimal Floating-Point Math Library for Rust
https://github.com/engossoftware/decimus

decimal floating-point library musl rust wasm

Last synced: 1 day ago
JSON representation

Decimal Floating-Point Math Library for Rust

Awesome Lists containing this project

README

        

# decimus

[![Crates.io][crates-badge]][crates-url]
![Code coverage][coverage-badge]
![build Linux][build-badge-linux]
![build Musl][build-badge-musl]
![build WASM][build-badge-wasm]
![build WASI][build-badge-wasi]
![build Windows][build-badge-windows]
![build macOS][build-badge-macos]
![build macOS arm64][build-badge-macos-arm64]
[![MIT licensed][mit-badge]][mit-license-url]
[![Apache 2.0 licensed][apache-badge]][apache-license-url]
[![Contributor Covenant][cc-badge]][cc-url]
[![Made by Human][mbh-badge]][cc-url]

[crates-badge]: https://img.shields.io/crates/v/decimus.svg
[crates-url]: https://crates.io/crates/decimus
[mit-badge]: https://img.shields.io/badge/License-MIT-blue.svg
[mit-url]: https://opensource.org/licenses/MIT
[mit-license-url]: https://github.com/EngosSoftware/decimus/blob/main/LICENSE-MIT
[apache-badge]: https://img.shields.io/badge/License-Apache%202.0-blue.svg
[apache-url]: https://www.apache.org/licenses/LICENSE-2.0
[apache-license-url]: https://github.com/EngosSoftware/decimus/blob/main/LICENSE
[apache-notice-url]: https://github.com/EngosSoftware/decimus/blob/main/NOTICE
[build-badge-linux]: https://github.com/EngosSoftware/decimus/actions/workflows/build-linux.yml/badge.svg
[build-badge-musl]: https://github.com/EngosSoftware/decimus/actions/workflows/build-musl.yml/badge.svg
[build-badge-wasm]: https://github.com/EngosSoftware/decimus/actions/workflows/build-wasm.yml/badge.svg
[build-badge-wasi]: https://github.com/EngosSoftware/decimus/actions/workflows/build-wasi.yml/badge.svg
[build-badge-windows]: https://github.com/EngosSoftware/decimus/actions/workflows/build-windows.yml/badge.svg
[build-badge-macos]: https://github.com/EngosSoftware/decimus/actions/workflows/build-macos.yml/badge.svg
[build-badge-macos-arm64]: https://github.com/EngosSoftware/decimus/actions/workflows/build-macos-arm64.yml/badge.svg
[coverage-badge]: https://img.shields.io/badge/Code%20coverage-0%25-green.svg
[cc-badge]: https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg
[cc-url]: https://github.com/EngosSoftware/decimus/blob/main/CODE_OF_CONDUCT.md
[mbh-badge]: https://img.shields.io/badge/Made_by-HUMAN-d35400.svg
[repository-url]: https://github.com/EngosSoftware/decimus

## Overview

Decimal Floating-Point Math Library for Rust.

**WORK IN PROGRESS**

## License

Licensed under either of

- [MIT license][mit-url] (see [LICENSE-MIT][mit-license-url]) or
- [Apache License, Version 2.0][apache-url] (see [LICENSE][apache-license-url] and [NOTICE][apache-notice-url])

at your option.

## Contribution

Any contributions to [**decimus**][repository-url] are greatly appreciated.
All contributions intentionally submitted for inclusion in the work by you,
shall be dual licensed as above, without any additional terms or conditions.

---

Brought to you with 💙 by [Engos Software](https://engos.de)