angrynode

Results 4 issues of angrynode

I've been working around the serializer implementations by using `skip_serializing_if` attributes on struct fields to avoid serializing an empty option, vec or map (for example [here](https://github.com/angrynode/hightorrent/blob/f4df806ba295a827efac82446b297d11f3ff811f/src/torrent_file.rs#L98)) I'm wondering if this...

This is heavily WIP please see https://github.com/bluk/bt_bencode/issues/6

I'm looking for a way to produce typed links at compile-time with askama or maud to avoid internal link rot in the future, or wrong data types in route arguments...

Hi, i'd like to normalize paths to avoid/check duplicates in my DB, and to make the UI more consistent so i don't have trailing slashes everywhere. At this point in...