Photo manager web app, written in rust.
Go to file
Rasmus Kaj 444aa2f39d Release 0.4.16.
* Add admin ux to set image position.
* Fix leaflet markers. Sometimes the markers would not view, that was
  because the trick to find the correct url for the marker images
  didn't work when the css might load after the js.  So just load the
  css before the js instead.
* Update ructe to 0.4.x.
* Some cleanups, mainly clippy-suggested.
2018-07-15 22:53:41 +02:00
migrations Add admin ux to set image position. 2018-07-15 21:52:44 +02:00
res Fix leaflet markers. 2018-07-15 22:46:56 +02:00
src Add admin ux to set image position. 2018-07-15 21:52:44 +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 Rustfmt. 2018-07-05 23:28:57 +02:00
Cargo.toml Release 0.4.16. 2018-07-15 22:53:41 +02:00
README.md Fix travis link in readme. 2017-05-12 16:43:22 +02:00
rustfmt.toml Rustfmt. 2018-07-05 23:28:57 +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.