paprika/src
Peter Cai 5c2615a6cb
blog: get rid of Vec allocation in render for good
just spawn the cache whitelist task onto the js ev loop and don't care
about it; the write only need to succeed once and that normally happens
at the very first time.
2020-04-18 16:46:11 +08:00
..
blog.rs blog: get rid of Vec allocation in render for good 2020-04-18 16:46:11 +08:00
hljs.rs hljs: binding: catch hljs errors when specifying language 2020-04-12 17:01:45 +08:00
hljs_tpl.rs hljs: binding: catch hljs errors when specifying language 2020-04-12 17:01:45 +08:00
lib.rs lib: get rid of the "hello world" endpoint 2020-04-15 14:28:28 +08:00
render.rs support adding description meta tag to pages 2020-04-15 15:21:51 +08:00
router.rs initial commit 2020-04-07 16:10:01 +08:00
sn.rs add a preferred_url option 2020-04-16 16:21:21 +08:00
store.rs sn: implement the Delete action 2020-04-16 15:59:42 +08:00
utils.rs add a preferred_url option 2020-04-16 16:21:21 +08:00