instability-example 0.3.7

Example crate demonstrating instablity usage.
Documentation
# Instability-example

This crate is an example of using the stability attributes from the [instability crate].

[![Crate Badge]][Crate] [![Build Badge]][Build] [![Docs Badge]][Docs] [![License Badge]][License]
![MSRV Badge]

## Overview

- Example code: [lib.rs]./src/lib.rs.
- Output: See the [Docs.rs][Docs] page for the output of the example code.

## License

This project's source code and documentation are licensed under the MIT [License].

[instability crate]: https://crates.io/crates/instability
[Crate Badge]: https://img.shields.io/crates/v/instability-example
[Build Badge]: https://img.shields.io/github/actions/workflow/status/ratatui/instability/check.yml
[Docs Badge]: https://img.shields.io/docsrs/instability-example
[License Badge]: https://img.shields.io/crates/l/instability-example
[MSRV Badge]: https://img.shields.io/crates/msrv/instability-example
[Crate]: https://crates.io/crates/instability-example
[Build]: https://github.com/ratatui/instability/actions/workflows/check.yml
[Docs]: https://docs.rs/instability-example
[License]: ../LICENSE.md