Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 885 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 885 Bytes

PolyPodCore crates

This folder contains all of the sub component crates which do make up the PolyPodCore.

Structure

  • common: Contains the shared functionality among all of the crates.
  • failure: Contains the unified core failure which represents all of the possible failures that can occur in the Rust core.
  • feature: Contains the functionalities specific for a PolyPod Feature.
  • feature_categories: Contains the functionality of loading and processing the Feature categories.
  • io: Contains the IO specific operations.
  • preferences: Contains the functionality for the Preferences storage.
  • user_session: Contains the functionality related to managing the user session.
  • update_notification: Contains the logic for showing update notifications to the user.