Skip to content

sug0/feim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

feim

A modular crate for working with images in Rust.

How to use this mess

For now, I'll be keeping it kind of low key. Insert this in your Cargo.toml file:

[dependencies.feim]
tag = "v0.19"
features = ["enable-all-formats"]
git = "https://github.com/sug0/feim"

Examples

To consult example code, browse the drivers directory in this repository.

About this repository

This is a low traffic version of https://sr.ht/~sugo/feim. Pushes on GitHub are less frequent.