utils-box-mathematics

Crates.ioutils-box-mathematics
lib.rsutils-box-mathematics
version1.0.1
created_at2025-11-03 08:00:32.94035+00
updated_at2025-11-03 08:00:32.94035+00
descriptionA toolbox of various small RUST mathematics utilities that make DSP calculations easier
homepage
repositoryhttps://github.com/klispap/utils-box
max_upload_size
id1914145
size67,207
Agathoklis Papadopoulos (klispap)

documentation

README

Coverage Status

Summary

A toolbox library that holds a useful collection of small unitilies written in Rust that make our life easier when writting Rust applications.

Utilities provided:

Mathematics

A collection of useful methematic methods used in various DSP and other applications

Tips for resolving Ubuntu 22.04/24.04 build issues:

  1. Make sure you have the following system-level dependencies installed:

    sudo apt install pkg-config build-essential fontconfig libfontconfig1-dev
    
  2. Verify that pkg-config can detect libstdc++ properly:

    pkg-config --libs libstdc++
    
  3. If libstdc++ is not detected, add the symbolic link:

    sudo ln -s /usr/lib/gcc/x86_64-linux-gnu/11/libstdc++.so /usr/lib/libstdc++.so
    
Commit count: 17

cargo fmt