Photo manager web app, written in rust.
Go to file
Rasmus Kaj b7ffbe647e Lock image and xml-rs versions.
Avoid updating bitflags dependency to 1.0.0, which does not
support rustc 1.19.0 (which is what I currently have on my
FreeBSD server).
2017-10-23 12:39:27 +02:00
db Add original time to photos. 2015-12-22 18:22:21 +01:00
migrations Add basic attribution. 2017-02-11 22:24:35 +01:00
src Some lint-style changes suggested by clippy. 2017-09-27 00:19:03 +02:00
templates Some lint-style changes suggested by clippy. 2017-09-27 00:19:03 +02:00
.gitignore No secrets in git. 2016-07-17 14:16:41 +02:00
.travis.yml Drop rust 1.18. 2017-10-23 11:22:25 +02:00
admin.js Space between buttons. 2017-09-27 16:58:26 +02:00
Cargo.toml Lock image and xml-rs versions. 2017-10-23 12:39:27 +02:00
photos.scss Marginally less padding. 2017-09-27 16:58:49 +02:00
README.md Fix travis link in readme. 2017-05-12 16:43:22 +02:00
rustfmt.toml Order imports. 2016-05-11 18:15:00 +02: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.