formula-example 0.0.1

Simple example binary for Homebrew formula testing
# Formula Example

[![Rust](https://img.shields.io/crates/msrv/formula-example?style=for-the-badge&label=rust&logo=rust&logoColor=fff&labelColor=333&color=d41)](https://crates.io/crates/formula-example)
[![Homebrew](https://img.shields.io/badge/dynamic/regex?url=https%3A%2F%2Fraw.githubusercontent.com%2FAsherJingkongChen%2Fhomebrew--%2Frefs%2Fheads%2Fmain%2FFormula%2Fformula-example.rb&search=version%20%27%28%5B0-9%5D%2B.%5B0-9%5D%2B.%5B0-9%5D%2B%29%27&replace=v%241&style=for-the-badge&label=homebrew&logo=homebrew&logoColor=fc9&labelColor=333&color=b73)](https://github.com/AsherJingkongChen/homebrew--/blob/main/Formula/formula-example.rb)
[![Crates.io](https://img.shields.io/crates/v/formula-example?style=for-the-badge&label=crates&logo=docs.rs&logoColor=da3&labelColor=333&color=473)](https://crates.io/crates/formula-example)

Simple example binary for Homebrew formula testing

## Install

1. **[`brew`]https://brew.sh/**

    ```shell
    brew install asherjingkongchen/-/formula-example
    ```

2. **[`cargo-binstall`]https://github.com/cargo-bins/cargo-binstall?tab=readme-ov-file#installation**

    ```shell
    cargo-binstall -y formula-example
    ```

## Run

[![macOS](https://img.shields.io/badge/macos-eee?style=for-the-badge&logo=apple&logoColor=fff&labelColor=333)](https://www.apple.com/macos/)
[![x86-64](https://img.shields.io/badge/x86%e2%80%9364-e22?style=for-the-badge&logo=amd&logoColor=e22&labelColor=333)](https://www.kernel.org/doc/html/v6.14/arch/x86/x86_64/index.html)
[![Linux](https://img.shields.io/badge/linux-fc2?style=for-the-badge&logo=linux&logoColor=fc2&labelColor=333)](https://kernel.org/)
[![CLI](https://img.shields.io/badge/cli-6a3?style=for-the-badge&logo=gnometerminal&logoColor=6a3&labelColor=333)](https://en.wikipedia.org/wiki/Command-line_interface)
[![ARM64](https://img.shields.io/badge/arm64-09b?style=for-the-badge&logo=arm&logoColor=09b&labelColor=333)](https://www.kernel.org/doc/html/v6.14/arch/arm64/index.html)

After [installing](#install) the formula, run it with the following command:

```shell
formula-example
```