lib_rapid 0.7.0

LibRapid - a library specifically built for mathematical calculations and scientific applications.
Documentation
1
2
3
4
5
6
7
//! This part of LibRapid is designed for computer science - Huffman text compression, dates and other tools related to computers and data types.
pub mod compression;
pub mod general;
pub mod rapidlogging;
pub mod unit_conversion;
pub mod colours;
pub mod stringhelpers;