Skip to content

Commit d322f54

Browse files
authored
feat(uniffi): cpp bindings w fork (#157)
1 parent 102a658 commit d322f54

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+16770
-10503
lines changed

.vscode/settings.json

Lines changed: 37 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,43 @@
1515
"locale": "c",
1616
"new": "c",
1717
"string": "c",
18-
"string_view": "c"
18+
"string_view": "c",
19+
"__verbose_abort": "cpp",
20+
"cstddef": "cpp",
21+
"cstdint": "cpp",
22+
"cstdlib": "cpp",
23+
"initializer_list": "cpp",
24+
"iosfwd": "cpp",
25+
"__hash_table": "cpp",
26+
"__node_handle": "cpp",
27+
"__split_buffer": "cpp",
28+
"array": "cpp",
29+
"cctype": "cpp",
30+
"clocale": "cpp",
31+
"cmath": "cpp",
32+
"complex": "cpp",
33+
"cstdarg": "cpp",
34+
"cstdio": "cpp",
35+
"cstring": "cpp",
36+
"ctime": "cpp",
37+
"cwchar": "cpp",
38+
"cwctype": "cpp",
39+
"deque": "cpp",
40+
"execution": "cpp",
41+
"memory": "cpp",
42+
"istream": "cpp",
43+
"mutex": "cpp",
44+
"optional": "cpp",
45+
"print": "cpp",
46+
"queue": "cpp",
47+
"ratio": "cpp",
48+
"sstream": "cpp",
49+
"stack": "cpp",
50+
"stdexcept": "cpp",
51+
"streambuf": "cpp",
52+
"unordered_map": "cpp",
53+
"variant": "cpp",
54+
"algorithm": "cpp"
1955
},
2056
"rust-analyzer.linkedProjects": [
2157
"./Cargo.toml"
File renamed without changes.

0 commit comments

Comments
 (0)