zola/src
John-John Tedro f9ae897190 Use platform-neutral path comparison for in-memory serving (fixes #1169) (#1175)
This introduces `relative-path`, a crate I've written for the specific
purpose of providing platform-neutral operations over paths the same way
they are used in URLs.

This means that `///hello///` == `/hello`, which should do the same as
the existing stripping minus the platform-specific path separators
causing the [bug being referenced](#1169).
2020-09-22 09:46:22 +02:00
..
cmd Use platform-neutral path comparison for in-memory serving (fixes #1169) (#1175) 2020-09-22 09:46:22 +02:00
cli.rs Change zola serve to load HTML from memory instead of disk (#1114) 2020-08-16 18:39:04 +02:00
console.rs Extract some Tera logic out of site/lib.rs 2020-07-24 23:46:27 +02:00
main.rs Change zola serve to load HTML from memory instead of disk (#1114) 2020-08-16 18:39:04 +02:00
prompt.rs rustfmt 2018-10-31 08:18:57 +01:00