termspin 0.1.0

A terminal spinner library.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "termspin"
version = "0.1.0"
edition = "2021"
authors = ["tamasfe"]
categories = ["command-line-interface"]
keywords = ["spinner", "ansi"]
license = "MIT"
description = "A terminal spinner library."
repository = "https://github.com/tamasfe/termspin"

[dependencies]
downcast = "0.11.0"