this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 6 lines 127 B view raw
1use rust_embed::Embed; 2 3#[derive(Embed)] 4#[folder = "challenges_markdown/"] 5#[include = "*.md"] 6pub struct ChallengesMarkdown;