#toolbox #tool #utilities

utils-box-mathematics

A toolbox of various small RUST mathematics utilities that make DSP calculations easier

1 stable release

Uses new Rust 2024

1.0.1 Nov 3, 2025

#1721 in Development tools

Download history 37/week @ 2025-12-10 20/week @ 2026-01-07 34/week @ 2026-01-14 53/week @ 2026-01-21 52/week @ 2026-01-28 64/week @ 2026-02-04 60/week @ 2026-02-11 58/week @ 2026-02-18 7/week @ 2026-02-25

206 downloads per month
Used in utils-box

MIT license

65KB
1.5K SLoC

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
    

Dependencies

~1.5–4MB
~68K SLoC