iterm2img

Crate Status docs.rs

Rust library for iTerm2 Inline Images Protocol

Usage

```rust let encoded = iterm2img::from_bytes(bytes) .width(5) .inline(true) .build();

println("{}", encoded); ```

See examples/main.rs for full code.

Running this on iTerm2 gives the following:

License

MIT