a2ui 0.1.2

A TUI component library built on top of ratatui
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

release-patch:
    cargo release patch --no-publish --execute

release-minor:
    cargo release minor --no-publish --execute

release-major:
    cargo release major --no-publish --execute

upgrade:
    cargo +nightly update --breaking -Z unstable-options

publish:
    cargo publish --registry crates-io