Photo manager web app, written in rust.
Go to file
Rasmus Kaj 5ec073166d Release 0.4.10.
* 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.

* Don't override picture orientation for existing images in
  findphotos.

* Don't let the map hide dropdowns.

* Shorter about string in footer.

* Use kamadak-exif instead of rexif.

* Updates Diesel to 1.1.0, get rid of unnecessary New* structs.

* Miscellaneous code cleanup.
2018-04-08 11:12:57 +02: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 Rustfmt. 2018-04-08 03:10:38 +02:00
templates Improve template markup for img size attrs. 2018-04-08 02:37:02 +02: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 Release 0.4.10. 2018-04-08 11:12:57 +02: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.