language = "C" header = "/* Generated by cbindgen — do not edit manually. */" include_guard = "FFF_C_H" include_version = true no_includes = true sys_includes = ["stdint.h", "stdbool.h", "stddef.h"] [export] include = [ "FffResult", "FffSearchResult", "FffFileItem", "FffScore", "FffLocation", "FffGrepResult", "FffGrepMatch", "FffMatchRange", "FffScanProgress", ] [export.rename] "FffResult" = "FffResult" "FffSearchResult" = "FffSearchResult" "FffFileItem" = "FffFileItem" "FffScore" = "FffScore" "FffLocation" = "FffLocation" "FffGrepResult" = "FffGrepResult" "FffGrepMatch" = "FffGrepMatch" "FffMatchRange" = "FffMatchRange" "FffScanProgress" = "FffScanProgress" [fn] sort_by = "None" # Translate `#[deprecated]` on extern "C" fns into a real C compiler # attribute so callers get a warning when they use a removed/legacy entry. # `{}` is substituted with the Rust deprecation note as a C string literal # (already quoted) — do not wrap in extra quotes. deprecated_with_note = "__attribute__((deprecated({})))"