#search #html #sergy

sergy

macro for searching file data including dynamic search

2 releases

Uses new Rust 2024

0.1.2 Apr 4, 2025
0.1.1 Apr 3, 2025
0.1.0 Apr 3, 2025

#250 in #search

Download history 318/week @ 2025-03-31 59/week @ 2025-04-07

377 downloads per month

MIT license

10KB
118 lines

Sergy

    // actual dir /app/[id]/[id]/[id]/[id]/b.html
    let billionaire = page!("app", "app/b/b/b/b/b.html"); // it searches inside app directory and find data
    println!("{}", billionaire.unwrap());

No runtime deps