← Back to context Comment by kmfrk 7 hours ago GitHub too for their releases; you just add /atom to get the feed, which works great. 1 comment kmfrk Reply erk__ 3 hours ago GitHub have some quite nice feedsIf you want all the commits from a repo you can do something like: https://github.com/rust-lang/rust/commits/main/.atomAnd if you now only is interested in the num module you can do: https://github.com/rust-lang/rust/commits/main/library/std/s...
erk__ 3 hours ago GitHub have some quite nice feedsIf you want all the commits from a repo you can do something like: https://github.com/rust-lang/rust/commits/main/.atomAnd if you now only is interested in the num module you can do: https://github.com/rust-lang/rust/commits/main/library/std/s...
GitHub have some quite nice feeds
If you want all the commits from a repo you can do something like: https://github.com/rust-lang/rust/commits/main/.atom
And if you now only is interested in the num module you can do: https://github.com/rust-lang/rust/commits/main/library/std/s...