chiark / gitweb /
Factor out feed extension code into a method of File.
authorSimon Tatham <anakin@pobox.com>
Thu, 4 Jan 2024 07:48:00 +0000 (07:48 +0000)
committerSimon Tatham <anakin@pobox.com>
Thu, 4 Jan 2024 08:14:03 +0000 (08:14 +0000)
commitd085759361287afb12ad727352c09a8c21bc4c55
tree166e355a2def130b90ae010af7981944d3a964a2
parent2d13e1a2c1c113de9312e1666620d8360d5c9c2d
Factor out feed extension code into a method of File.

Mostly just because it's large and cumbersome and it's nice to keep
the key-handling match cases short.
src/file.rs