Photo manager web app, written in rust.
Go to file
Rasmus Kaj fc1ed81561 Store width and height of images.
Use it to calculate width and height of small images in lists.

Since the old database should be migratable to the new, the width and
height fields are nullable.  I aim to make them not nullable later,
after all images in the database has got width and height.
2018-03-05 00:29:39 +01:00
migrations Store width and height of images. 2018-03-05 00:29:39 +01:00
res Don't let the map hide dropdowns. 2018-02-19 23:03:07 +01:00
src Store width and height of images. 2018-03-05 00:29:39 +01:00
templates Store width and height of images. 2018-03-05 00:29:39 +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.