fdec 0.2.0

A collection of macros for generating fixed-size fixed-point numeric types for Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies.lazy_static]
version = "1.4"

[package]
authors = ["Andrew Lygin <alygin@gmail.com>"]
categories = ["data-structures", "algorithms", "mathematics"]
description = "A collection of macros for generating fixed-size fixed-point numeric types for Rust."
homepage = "https://github.com/alygin/fdec"
keywords = ["numbers", "numeric", "fixed-point", "decimal", "arithmetic"]
license = "MIT"
name = "fdec"
readme = "README.md"
repository = "https://github.com/alygin/fdec"
version = "0.2.0"