hector-build 0.1.1

Build-script helper for hector: walks your source tree and produces a compile-time tar.gz archive
Documentation
  • Coverage
  • 50%
    1 out of 2 items documented0 out of 1 items with examples
  • Size
  • Source code size: 10.37 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.3 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 21s Average build duration of successful builds.
  • all releases: 20s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • neiam/hector
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • gmorell

hector-build

Build-script helper for hector.

Walks your source tree at compile time and produces a gzipped tar archive embedded into your binary via hector::sources!().

Usage

# Cargo.toml
[build-dependencies]
hector-build = "0.1"
// build.rs
fn main() {
    hector_build::collect_sources(".");
}

See the hector crate for the full example.

License

MIT