gralpli

Results 3 issues of gralpli

URLs with and without trailing slashes are considered to be different. Serving the same content behind a URL with and without a trailing slash may be considered duplicate content by...

This attempts to fix #224, but is incomplete yet. Open questions: - [ ] Does `res` need to be set in the immediately following else-if-branch and in the last else-branch...

Have you thought about implementing something like this: ```rust use std::convert::From; use std::fmt; use std::ops::Div; pub struct Meter(f64); pub struct Second(f64); pub struct MeterPerSecond(f64); pub struct KilometerPerHour(f64); impl Div for...