Helpers

This chapter contains examples of all the helper functions. If you need more specific documentation, look on docs.rs.

Importing

You can import all the helper modules like this

use lab_grader::helpers::*;

Or import any specific helper module with

use lab_grader::[module_name];