yansi
A dead simple ANSI terminal color painting library.
1.0.1
242M downloads/mo
#432 most downloaded on crates.io
SergioBenitez/yansi
What this package is like to depend on
Last release 2 years ago
no release in 18 months
Ships unpredictably
gaps range from 2 weeks to 3.3 years
No release notes found
nothing matched a version
1 version withdrawn
withdrawn after publishing
9 years old
17 releases · first in 2017
0 releases in the last 12 months
see the full history below
Release timeline
17 releases · Jun 2017 to Mar 2024Releases
latest 17-
1.0.113 Mar 2024Nothing published for this version
-
1.0.006 Mar 2024 withdrawnRelease notes
Open source →Version 1.0.0 of
yansiis now available.For most users, upgrading will consist largely of changing calls of the form
Paint::foo(value)tovalue.foo():- use yansi::{Paint, Color}; + use yansi::Paint; println!("Testing, {}, {}, {}!", - Paint::red(1), + 1.red(), - Paint::green(2).bold().underline(), + 2.green().bold().underline(), - Paint::blue("3").bg(Color::White).italic()); + "3".blue().on_white().italic());
Please see the rustdocs for complete documentation.
-
1.0.0-rc.111 Aug 2023 pre-releaseNothing published for this version
-
1.0.0-rc07 Jul 2023 pre-releaseNothing published for this version
-
1.0.0-gamma22 Jun 2023 pre-releaseNothing published for this version
-
1.0.0-beta16 Jun 2023 pre-releaseNothing published for this version
-
0.5.123 Mar 2022Nothing published for this version
-
0.5.030 Nov 2018Nothing published for this version
-
0.4.021 Feb 2018Nothing published for this version
-
0.3.417 Sep 2017Nothing published for this version
-
0.3.311 Aug 2017Nothing published for this version
-
0.3.226 Jul 2017Nothing published for this version
-
0.3.126 Jul 2017Nothing published for this version
-
0.3.006 Jun 2017Nothing published for this version
-
0.2.002 Jun 2017Nothing published for this version
-
0.1.102 Jun 2017Nothing published for this version
-
0.1.002 Jun 2017Nothing published for this version