blob: 07956b6dd7a313b694b0c2564a386636f79a696f [file] [log] [blame] [view] [edit]
# FFIgen Documentation
## General documentation
- [FAQ](faq.md)
- [Common errors](errors.md) in FFIgen and how to deal with them.
## Objective-C specific documentation
- [Objective-C memory management considerations](objc_gc.md)
- [Dealing with OS differences](objc_os_differences.md)
- [Runtime type checks in Objective-C](objc_runtime_types.md)
- [Objective-C threading considerations](objc_threading.md)
- [Objective-C method filtering](objc_method_filtering.md)
- [Generating bindings for Apple APIs](apple_apis.md)