{% extends "base.html" %} {% block title %}tacos ยท build system infrastructure for Rust{% endblock title %} {% block body_class %}home{% endblock body_class %} {% block body %}
build system infrastructure
The glue between the file system and picante's incremental query engine.
Watch files, hash content, store artifacts.
Efficient, debounced file system notifications via notify. Automatic new directory watching, temp file filtering.
Store build artifacts by their content hash. Version-gated cache invalidation. Sharded directory structure for filesystem efficiency.
RapidHash for speed, not cryptographic strength. Perfect for cache busting and change detection.
Track output file hashes to avoid unnecessary disk writes. Only touch files that actually changed.
tacos + picante = everything you need for an incremental build system.
Extracted from dodeca, a real incremental static site generator.