pub const BUILT_MARKER: &str = ".built-kobo";Expand description
Sentinel file written inside a library directory after a successful build.
Its presence means the library was already compiled and cached — both the patch and the build step can be skipped on the next run.