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

[dependencies]
lazy_static = "1.4"