briantwene / paperflow

A Cross Platform Desktop app made to discover and download beautiful wallpapers sourced from Reddit.
3 stars 0 forks source link

REFACTOR: Rust backend organising #71

Closed briantwene closed 11 months ago

briantwene commented 11 months ago

Description

The rust backend was getting very messy so decided to rearrange everything into separate modules:

The three main modules of the application are:

There is also a utils module for holding code that maybe used across the other domains. The goal of this is to make it easier to add new features from the backend if needed in the future.

Other Things