dec-number-sys 0.0.4

Rust bindings to decNumber C library
Documentation
1
2
3
4
5
/// Links to `The decNumber C Library` installed on Fedora 36.
fn main() {
  println!("cargo:rustc-link-lib=decNumber64");
  println!("cargo:rustc-link-search=/usr/lib64");
}