Plume/src/routes
Igor Galić 65e213309b
do not allocate empty strings
follow review from @pwoolcoc, and do not use

    SafeString::new(&<String>::new())

since this makes an allocation which will then just be thrown away.
Instead, we pass ""
2018-09-14 18:24:27 +02:00
..
blogs.rs deps: Update to a more recent rocket and rust toolchain 2018-09-08 15:51:55 +02:00
comments.rs Use a more classical flow for creating comments 2018-09-09 16:08:53 +01:00
errors.rs Redesign menu items 2018-09-03 14:59:02 +01:00
instance.rs do not allocate empty strings 2018-09-14 18:24:27 +02:00
likes.rs Broadcast activities to all known instances 2018-09-09 12:19:11 +01:00
medias.rs Redesign menu items 2018-09-03 14:59:02 +01:00
mod.rs Add a page to list articles by tag 2018-09-06 13:06:04 +01:00
notifications.rs deps: Update to a more recent rocket and rust toolchain 2018-09-08 15:51:55 +02:00
posts.rs Only send notifications for mentions if the post is not a draft 2018-09-12 17:00:00 +01:00
reshares.rs Broadcast activities to all known instances 2018-09-09 12:19:11 +01:00
session.rs deps: Update to a more recent rocket and rust toolchain 2018-09-08 15:51:55 +02:00
tags.rs Add a page to list articles by tag 2018-09-06 13:06:04 +01:00
user.rs Hide articles on public pages 2018-09-10 20:06:00 +01:00
well_known.rs Remove the last build warning 2018-07-11 17:31:02 +02:00