Modules

The Backend project is structured into modules. Modules are the single Rust files (.rs) inside of the project. Each module groups related codeblocks together.

  • main.rs - Entry point for the application
  • error.rs - todo: short description
  • redcap.rs - Functions for interacting with the REDCap instance
  • study.rs - todo: short description
  • users.rs - todo: short description

Each module has its own chapter. Click on any one of them to go to jump directly to their chapter.