zola/components/site
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
..
benches Fix benchmarks (#1113) 2020-08-04 12:39:09 +02:00
src Use platform-neutral path comparison for in-memory serving (fixes #1169) (#1175) 2020-09-22 09:46:22 +02:00
tests Reverse pagination (#1147) 2020-09-01 21:00:21 +02:00
Cargo.toml Use platform-neutral path comparison for in-memory serving (fixes #1169) (#1175) 2020-09-22 09:46:22 +02:00