mpdec 4.0.1

wrapper for libmpdec math library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "mpdec"
authors = ["Artem Sokolovskiy <a641557@gmail.com>"]
license = "MIT"
description = "wrapper for libmpdec math library"
repository = "https://gitlab.com/omnid/rust-crates/mpdec"
readme.workspace = true
version = "4.0.1"
edition = "2024"

[package.metadata.docs.rs]
all-features = true

[dependencies]
mpdec-sys.workspace = true

[features]
internals = []