sergy 0.1.2

macro for searching file data including dynamic search
Documentation
  • Coverage
  • 0%
    0 out of 2 items documented0 out of 0 items with examples
  • Size
  • Source code size: 11.27 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.09 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 11s Average build duration of successful builds.
  • all releases: 10s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • HashiramaSenjuhari

Sergy

file and content search utility including dynamic search

    // 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());