joatmon 0.0.24

Jack of All Trades Master of None
Documentation
# Jack of All Trades Master of None

[![CI](https://github.com/rcook/joatmon-rs/actions/workflows/ci.yaml/badge.svg)][ci-workflow]
[![Publish](https://github.com/rcook/joatmon-rs/actions/workflows/publish.yaml/badge.svg)][publish-workflow]
[![crates.io](https://img.shields.io/crates/v/joatmon.svg)][crates-io]

General-purpose helpers functions including  file system functions with
improved error messages etc.

## Use package

Get it from [crates.io][crates-io]:

```bash
cargo add joatmon
```

[ci-workflow]: https://github.com/rcook/joatmon-rs/actions/workflows/ci.yaml
[crates-io]: https://crates.io/crates/joatmon
[publish-workflow]: https://github.com/rcook/joatmon-rs/actions/workflows/publish.yaml