| Crates.io | claudiofsr_lib |
| lib.rs | claudiofsr_lib |
| version | 0.19.7 |
| created_at | 2023-10-01 14:45:05.219623+00 |
| updated_at | 2026-01-19 15:05:22.182025+00 |
| description | General-purpose library used by my programs |
| homepage | https://github.com/claudiofsr/claudiofsr_lib |
| repository | https://github.com/claudiofsr/claudiofsr_lib |
| max_upload_size | |
| id | 989276 |
| size | 184,332 |
General-purpose library used by my programs.
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.