cursive-spinner-view 0.1.3

Cursive spinner view
Documentation
# cursive-spinner-view
[![Crates.io: cursive-spinner-view](https://img.shields.io/crates/v/cursive-spinner-view.svg)](https://crates.io/crates/cursive-spinner-view)
[![Documentation](https://docs.rs/cursive-spinner-view/badge.svg)](https://docs.rs/cursive-spinner-view)
[![CI Status (Github Actions)](https://github.com/otov4its/cursive-spinner-view/workflows/CI/badge.svg?main)](https://github.com/otov4its/cursive-spinner-view/actions)
[![CD Status (Github Actions)](https://github.com/otov4its/cursive-spinner-view/workflows/CD/badge.svg?main)](https://github.com/otov4its/cursive-spinner-view/actions)

![example.gif](example.gif)

## Example

```bash
$ cargo run --example spinner
```

## Documentation

[Documentation](https://docs.rs/cursive-spinner-view/)

## Release history

See [HISTORY.md](HISTORY.md)

## Tests

```bash
$ cargo test
```

## Developing

```bash
$ nix develop
```

## License

Licensed under either of

 * Apache License, Version 2.0
   ([LICENSE-APACHE]LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
 * MIT license
   ([LICENSE-MIT]LICENSE-MIT or 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.