Crates.io | stringconverter |
lib.rs | stringconverter |
version | 0.1.0 |
source | src |
created_at | 2023-01-07 16:34:00.576013 |
updated_at | 2023-01-07 16:34:00.576013 |
description | A simple set of functions for crudely converting strings to floats or integers |
homepage | |
repository | |
max_upload_size | |
id | 753129 |
size | 8,421 |
This is a simple program I wrote to (maybe somewhat sloppily) convert strings to integers / floats.
I'm new to rust and made this basically for fun and also as a utility for myself.