An open API service indexing awesome lists of open source software.

https://github.com/grazen0/asciificate

Blazingly fast image-to-ASCII converter written in Rust
https://github.com/grazen0/asciificate

Last synced: 3 months ago
JSON representation

Blazingly fast image-to-ASCII converter written in Rust

Awesome Lists containing this project

README

          

# asciificate · ![Testing status](https://github.com/Grazen0/asciificate/actions/workflows/tests.yml/badge.svg)

A blazingly fast image-to-ASCII program written in Rust.

## Try it out!

If you use [Nix](https://nixos.org/) (which is awesome btw), just do `nix run github:Grazen0/asciificate`.

## Building

Just use Cargo.

```bash
cargo build
```

To run it directly, though, use `cargo run`.

## Testing

You probably know how to do this.

```bash
cargo test
```