tari_utilities 0.6.2

A set of useful and commonly used utilities that are used in several places in the Tari project.
Documentation
target
.env

# These are backup files generated by rustfmt
**/*.rs.bk

# Ignore IDE workspace files
.idea
*.iml
.vs/
*.userprefs
.vscode/
*.code-workspace
tags

# Ignore OS files
.DS_Store

# Custom formatting files
.rustfmt.toml
.clippy.toml
default.profraw

# Ignore Code Coverage Report files
cov_raw
coverage_report

Cargo.lock
*.log