#library #common #general

bin+lib claudiofsr_lib

General-purpose library used by my programs

115 releases (18 breaking)

Uses new Rust 2024

0.19.8 Apr 26, 2026
0.19.7 Jan 19, 2026
0.19.2 Dec 31, 2025
0.17.0 Nov 21, 2025
0.2.5 Oct 18, 2023

#1743 in Command line utilities

BSD-3-Clause

160KB
2.5K SLoC

claudiofsr_lib

General-purpose library used by my programs.

Building

To use this library, add in Cargo.toml:

[dependencies.claudiofsr_lib]
version = "0.19"
# git = "https://github.com/claudiofsr/claudiofsr_lib"

To use this library as a dependency with the decimal feature enabled, add the following to your project's Cargo.toml:

Cargo.toml:

[dependencies]
claudiofsr_lib = { version = "0.19", features = ["decimal"] }

See the documentation.

Dependencies

~8–13MB
~235K SLoC