poodio 0.0.8

💩 Fart poo poo audio 💩
# 💩 What does **`poodio`** do? 💩

💩
[![Npmjs.com](https://img.shields.io/npm/v/poodio?style=for-the-badge&label=NPMJS&logo=npm&logoColor=%23c33&labelColor=%23333&color=%23c33)](https://www.npmjs.com/package/poodio)
💩
[![Crates.io](https://img.shields.io/crates/v/poodio?style=for-the-badge&label=CRATES&logo=docs.rs&logoColor=%23fc3&labelColor=%23333&color=%23fc3)](https://docs.rs/poodio)
💩
[![License](https://img.shields.io/crates/l/poodio?style=for-the-badge&label=LICENSE&logo=opensourceinitiative&logoColor=%23fff&labelColor=%23333&color=%234a3)](https://docs.rs/crate/poodio/latest/source/LICENSE.txt)
💩
[![Issues](https://img.shields.io/github/issues/AsherJingkongChen/poopoo?style=for-the-badge&label=ISSUES&logo=github&logoColor=%23fff&labelColor=%23333&color=%23eee)](https://github.com/AsherJingkongChen/poopoo/issues)
💩

💩 🔊 Fart poo poo audio 🔊 💩

## 💩 Install & Run 💩

💩 We provide various ways to install and run **`poodio`** on your system, so you can pick the one that suits you best, including: `npx`, `bunx`, `cargo-binstall`, and `git` 💩

### 💩 Install & Run: from `npx` 💩

> 💩 It's the simplest option. 💩

<details><summary><i>💩 View pre-requisites: 💩</i></summary>

- 💩 [`node.js` + `npm`]https://nodejs.org/en/download/

</details>

💩 Install **once** and Run the **latest version** of executable. 💩

```shell
npx -y poodio
```

### 💩 Install & Run: from `bunx` 💩

> 💩 It's a faster version of `npx`. 💩

<details><summary><i>💩 View pre-requisites: 💩</i></summary>

- 💩 [`bun`]https://bun.sh/

</details>

💩 Install **once** and Run the **latest version** of executable. 💩

```shell
bunx poodio
```

### 💩 Install & Run: from "Cargo-Binstall" 💩

> 💩 It's the Rustiest option. 💩

<details><summary><i>💩 View pre-requisites: 💩</i></summary>

- 💩 [`rustup` + `cargo`]https://doc.rust-lang.org/cargo/getting-started/installation.html
- 💩 [`cargo-binstall`]https://github.com/cargo-bins/cargo-binstall?tab=readme-ov-file#installation

</details>

💩 Install **once** and Run the **specific version** (e.g. `0.1.0`) of executable. 💩

```shell
cargo binstall -qy poodio@0.1.0 && poodio
```

### 💩 Install & Run: from "Git" 💩

> 💩 It's the most transparent option. 💩

<details><summary><i>💩 View pre-requisites: 💩</i></summary>

- 💩 [`git`]https://git-scm.com/downloads
- 💩 [`rustup` + `cargo`]https://doc.rust-lang.org/cargo/getting-started/installation.html

</details>

💩 Install and Run the **development version** of executable. 💩

```shell
git clone --branch main --depth 1 https://github.com/AsherJingkongChen/poopoo && \
cargo install --path poopoo/poodio && \
poodio
```