-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathcbindgen.toml
32 lines (28 loc) · 1.39 KB
/
cbindgen.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
include_guard = "FuzzyLog_C_bindings_h"
autogen_warning = "/* Warning, this file is autogenerated by cbindgen. Don't modify this manually. */"
include_version = true
braces = "SameLine"
line_length = 80
tab_width = 4
language = "C"
style = "Type"
documentation = true
[parse]
parse_deps = false
[export]
exclude = [
"WriteId", "WriteIdAndLocs", "Box_DAG", "HashMap_order__entry", "ReaderAndWriter", "Vals",
"async_causal_append", "async_get_next2", "async_no_remote_append",
"async_simple_causal_append", "do_append", "flush_completed_appends",
"get_next", "get_next2", "new_dag_handle", "new_dag_handle_from_config",
"new_dag_handle_with_replication", "new_dag_handle_with_skeens",
"no_remote_append", "snapshot", "snapshot_colors", "split_dag_handle",
"start_fuzzy_log_server_thread", "start_fuzzy_log_server_thread_from_group",
"start_servers_from_config", "try_wait_for_any_append",
"try_wait_for_any_append_and_location", "wait_for_a_specific_append",
"wait_for_a_specific_append_and_locations", "wait_for_all_appends",
"wait_for_any_append", "close_dag_handle", "ColorId", "colors", "fuzzylog_async_append",
"fuzzylog_try_wait_for_any_append", "fuzzylog_wait_for_any_append", "fuzzylog_wait_for_all_appends", "fuzzylog_wait_for_a_specific_append", "fuzzylog_sync_events", "FuzzyLogEvent", "fuzzylog_sync_chain",
"fuzzylog_event_inhabits_chain"]
[fn]
args = "Auto"