-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathcbindgen_async_ext.toml
32 lines (28 loc) · 1.32 KB
/
cbindgen_async_ext.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_async_ext_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 = [
"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_and_location",
"wait_for_a_specific_append_and_locations", "close_dag_handle", "ColorId",
"colors", "ColorSpec", "ServerSpec", "FLPtr", "SnapId", "delete_snap_id",
"fuzzylog_append", "fuzzylog_close", "fuzzylog_sync", "fuzzylog_trim",
"new_fuzzylog_instance", "HashMap", "try_wait_for_any_append", "wait_for_a_specific_append",
"wait_for_all_appends", "wait_for_any_append", "fuzzylog_sync_chain"]
[fn]
args = "Auto"