sixel-rs 0.5.0

A safe Rust wrapper for libsixel (active fork)
1
2
3
4
5
6
7
8
# sixel-rs

A safe Rust wrapper for libsixel. Active fork of [rabite0/sixel-rs](https://github.com/rabite0/sixel-rs)

Also see:

- [sixel-bytes]https://github.com/benjajaja/sixel-bytes: Encode an image with sixel-sys
- [icy_sixel]https://github.com/mkrueger/icy_sixel: Port of libsixel to Rust