rusty_utilities

Crates.iorusty_utilities
lib.rsrusty_utilities
version0.1.1
created_at2025-05-30 18:46:33.332638+00
updated_at2025-05-30 18:56:26.141171+00
descriptionAnother small library of Rust utilities
homepage
repositoryhttps://github.com/nessan/rusty_utilities
max_upload_size
id1695528
size12,444
Nessan (nessan)

documentation

README

rusty_utilities

Yet Another Crate of Rust Utilities

Latest Version License

Documentation Crate Downloads

Overview

rusty_utilities is a very small collection of useful Rust types, functions, and macros.

Everyone creates one of these libraries.
Until we get a lot more Rust experience, ours consists of just a single module.

Module Description
stopwatch Provides the Stopwatch type that can be used to measure the time a code block takes.

Copyright and License

Copyright (c) 2025-present nzzn.
You can use this software under the MIT License

Commit count: 5

cargo fmt