tmux-lib 0.3.1

Tmux helper functions.
Documentation
# `tmux-lib`

[![crate](https://img.shields.io/crates/v/tmux-lib.svg)](https://crates.io/crates/tmux-lib)
[![documentation](https://docs.rs/tmux-lib/badge.svg)](https://docs.rs/tmux-lib)
[![minimum rustc 1.74](https://img.shields.io/badge/rustc-1.74+-red.svg)](https://rust-lang.github.io/rfcs/2495-min-rust-version.html)
[![build status](https://github.com/graelo/tmux-lib/actions/workflows/essentials.yml/badge.svg)](https://github.com/graelo/tmux-lib/actions)

<!-- cargo-sync-readme start -->

Read or manipulate Tmux.

Version requirement: _rustc 1.74.0+_

```toml
[dependencies]
tmux-lib = "0.3"
```

## Getting started

Work in progress

## Caveats

- This is a beta version

## License

Licensed under either of

- [Apache License, Version 2.0]http://www.apache.org/licenses/LICENSE-2.0
- [MIT license]http://opensource.org/licenses/MIT

at your option.

### Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you, as defined in the Apache-2.0 license, shall
be dual licensed as above, without any additional terms or conditions.

<!-- cargo-sync-readme end -->