- Introduction
- Talks
- 1. Rust FFI
- 1.1. External Blocks
- 1.1.1. Functions
- 1.1.2. Statics
- 1.1.3. Application Binary Interface
- 1.1.4. Variadic Functions
- 1.1.5. Link
- 1.2. Bindgen
- 1.2.1. Build Script
- 1.2.1.1. Header
- 1.2.1.2. Filter
- 1.2.1.3. Derive
- 1.2.1.4. Callbacks
- 1.2.1.5. Include
- 2. Rust Error
- 2.1. Primer
- 2.1.1. Debug
- 2.1.2. Display
- 2.1.3. Error
- 2.2. thiserror
- 2.2.1. error
- 2.2.2. source
- 2.2.3. from
- 2.2.4. transparent
- About