rust-functions 0.2.1

A collection of Rust utility functions (starting with format_number).
Documentation
# Ignore Cargo build artifacts in all folders
**/target/


# rustc / build by-products (in case they appear outside target)
**/*.o

**/*.d

**/*.rmeta

**/*.rlib


# OS / binary artifacts (any platform, any depth)
**/*.exe

**/*.dll

**/*.pdb

**/*.so

**/*.dylib

**/*.a


# rustfmt backups
**/*.rs.bk


# Coverage and profiling
**/coverage/

**/*.profraw

**/*.profdata


# IDE/editor settings (any depth)
**/.vscode/

**/.idea/

**/.vs/

**/*.swp

**/*.swo


# Logs
**/*.log


# OS cruft
**/.DS_Store

**/Thumbs.db


# Ignore Cargo.lock for libraries
Cargo.lock