Basic cours support #44

Merged
Anri merged 67 commits from cours into main 2024-04-01 18:11:49 +02:00
Showing only changes of commit a6278fae8f - Show all commits

View file

@ -32,7 +32,7 @@ struct CoursTemplate {
content: Option<File>,
}
#[derive(Debug, Serialize, Clone)]
#[derive(Clone, Debug, Serialize)]
struct FileNode {
name: String,
is_dir: bool,