Module csv_export

Source

Modules§

code_giveaway_codes
course_instance_export
course_research_form_questions_answers_export
exercise_tasks_export
points
submissions
user_exericse_states_export
users_export

Structs§

CSVExportAdapter
CsvWriter 🔒
Convenience struct for creating CSV data.

Traits§

CsvExportDataLoader

Functions§

course_module_completion_info_to_grade_string 🔒
For csv export. Return the grade as a number if there is a numeric grade. If the grade is not numeric, returns pass/fail/ If course module has not been completed yet, returns “-”.
general_export
make_authorized_streamable
Without this one, actix cannot stream our authorized streams as responses
serializable_sqlx_result_stream_to_json_stream
For streaming arrays of json objects.