Photo manager web app, written in rust.
Go to file
Rasmus Kaj 27de134d17 Release 0.6.10
* Use more places from OSM.
* Calc function is fixed in rsass 0.11.2, remove workarounds.
* Refactor facet search.
* Some cleanup.
* Fix toggling for "pos" and "!pos" search.
2019-10-08 20:19:34 +02:00
migrations Make photo size required in db. 2019-05-18 21:43:58 +02:00
res Calc function is fixed in rsass 0.11.2. 2019-09-29 15:17:39 +02:00
src Use more places from OSM. 2019-10-08 20:13:08 +02:00
templates Refactor facet search. 2019-09-29 15:16:05 +02:00
.gitignore No secrets in git. 2016-07-17 14:16:41 +02:00
.travis.yml Use stable rustfmt. 2019-02-23 21:20:36 +01:00
Cargo.toml Release 0.6.10 2019-10-08 20:19:34 +02:00
diesel.toml Quit using diesel_infer_schema. 2018-08-31 22:40:39 +02:00
README.md Fix travis link in readme. 2017-05-12 16:43:22 +02:00
rustfmt.toml Use stable rustfmt. 2019-02-23 21:20:36 +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.