tari_utilities 0.1.1

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

# Ignore Code Coverage Report files
report

Cargo.lock
*.log