summaryrefslogtreecommitdiffstats
path: root/src/repository/fs
AgeCommit message (Expand)Author
2021-11-19Update Copyright string to 2020-2022Matthias Beyer
2021-08-30Fix clippy: Use or_insert_with() for less runtime costMatthias Beyer
2021-08-30Fix clippy: Use character constantMatthias Beyer
2021-08-27Fix: Remove unused importsMatthias Beyer
2021-08-27Fix: Replace unimplemented!() match arm with bail!()Matthias Beyer
2021-08-27Optimize: If there is a PathComponent::PkgToml, we can return true right awayMatthias Beyer
2021-08-27Split repository::fs into modules and expose only necessary interfaceMatthias Beyer