| Crates.io | sergy |
| lib.rs | sergy |
| version | 0.1.2 |
| created_at | 2025-04-03 11:51:57.339441+00 |
| updated_at | 2025-04-04 11:50:37.339669+00 |
| description | macro for searching file data including dynamic search |
| homepage | |
| repository | |
| max_upload_size | |
| id | 1618058 |
| size | 11,745 |
// 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());