Photo manager web app, written in rust.
Go to file
2018-03-05 18:33:17 +01:00
migrations Store width and height of images. 2018-03-05 00:29:39 +01:00
res Use image size on details view. 2018-03-05 18:33:17 +01:00
src Store width and height of images. 2018-03-05 00:29:39 +01:00
templates Use image size on details view. 2018-03-05 18:33:17 +01:00
.gitignore No secrets in git. 2016-07-17 14:16:41 +02:00
.travis.yml Use nightly distributed rustfmt-preview. 2018-01-25 21:20:15 +01:00
Cargo.toml Use kamadak-exif instead of rexif. 2018-03-04 14:35:30 +01:00
README.md Fix travis link in readme. 2017-05-12 16:43:22 +02:00
rustfmt.toml Remove some no-longer-supported fmt options. 2017-12-30 15:29:38 +01:00

rphotos

Toy web app in Rust language: manage my photos

Build Status

Some day it might be a usefull tool to manage a photo collection, but at this moment, it is mainly a test of developing a web application in rust, using the nickel framework.