[package] name = "clf" version = "0.1.9" authors = ["aki "] description = "flush the cpu cache line by __builtin_clear_cache()" keywords = ["memory", "flush", "clear"] categories = ["algorithms"] license = "MIT OR Apache-2.0" readme = "README.md" edition = "2021" rust-version = "1.70.0" repository = "https://github.com/aki-akaguma/clf" [dependencies] [build-dependencies] cc = "1.0"