master
Avril 4 years ago
parent 23dc46f39a
commit cda1de618a
Signed by: flanchan
GPG Key ID: 284488987C31F630

@ -2,7 +2,7 @@
name = "termprogress"
description = "A terminal progress bar renderer with status and spinners"
license = "GPL-3.0-or-later"
version = "0.1.0"
version = "0.1.1"
authors = ["Avril <flanchan@cumallover.me>"]
edition = "2018"

@ -1,4 +1,4 @@
///! Progress bar that has a size and also a max size.
//! Progress bar that has a size and also a max size.
use super::*;
use std::{

@ -1,4 +1,4 @@
///! A simple character spinner for bars with no known size
//! A simple character spinner for bars with no known size
use super::*;

@ -1,4 +1,4 @@
///! Contains infinite `char` iterators and the type wrapping them, `Wheel`.
//! Contains infinite `char` iterators and the type wrapping them, `Wheel`.
/// An infinite repeating series of `char`. Used for `spinner::Spin`.
///

Loading…
Cancel
Save