summaryrefslogtreecommitdiffstats
path: root/vendor/mdbook/tests/summary_md_files/rust_ffi_guide.md
blob: f64fcab1b68ef70915dee9f8bbc1479e3f8ef870 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Summary

- [Overview](./overview.md)
- [Setting Up](./setting_up.md)
- [Core Client Library](./client.md)
- [Constructing a Basic Request](./basic_request.md)
- [Sending the Request](./send_basic.md)
- [Generating a Header File](./cbindgen.md)
- [Better Error Handling](./error_handling.md)
- [Asynchronous Operations](./async.md)
- [More Complex Requests](./complex_request.md)
- [Testing](./testing.md)
- [Dynamic Loading & Plugins](./dynamic_loading.md)

---

- [Break All The Things!!1!](./fun/index.md)
    - [Problems](./fun/problems.md)
    - [Solutions](./fun/solutions.md)