astro-float-macro 0.3.2

Macros for multiple precision floating point numbers library astro-float.
Documentation
[dependencies.astro-float-num]
default-features = false
version = "0.2.2"

[dependencies.proc-macro2]
default-features = false
version = "1"

[dependencies.quote]
default-features = false
version = "1"

[dependencies.syn]
default-features = false
features = ["parsing", "proc-macro", "full", "extra-traits", "printing"]
version = "1"

[lib]
proc-macro = true

[package]
authors = ["stencillogic <stencillogic@gmail.com>"]
categories = ["algorithms", "data-structures", "science"]
description = "Macros for multiple precision floating point numbers library astro-float."
edition = "2021"
keywords = ["bigfloat", "numeric", "mathematics", "bignum"]
license = "MIT"
name = "astro-float-macro"
readme = "README.md"
repository = "https://github.com/stencillogic/astro-float"
version = "0.3.2"