logo

Crates.io Crates.io GitHub All Releases Apache-2.0 OR MIT

TUI based ASCII diagram editor.

Installation

Install a binary release, or use cargo install askii to compile the latest source release from crates.io.

To use askii on Windows or Mac, you'll need to compile it from source. Cross compilation of Rust programs that import C libraries (ncurses) is difficult at best, so binary releases are not provided here.

Compilation

Use cargo. The binary links against libncursesw and libxcb (on linux), so make sure they are available during compilation.

Alternatively, the Makefile can be used to build a binary and deb / rpm / pacman packages.

cd askii && make

The produced artifacts will be located in askii/dist.

It requires:

License

Licensed under either of

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.