kache 0.4.1

Zero-copy, content-addressed Rust build cache. No copies, no wasted disk — just hardlinks locally and S3 for sharing.
1
2
3
4
5
6
#include <stdio.h>

int main(void) {
    puts("exclude c ok");
    return 0;
}