The Wayback Machine - https://web.archive.org/web/20210209232950/https://github.com/topics/ffi-wrapper
Skip to content
#

ffi-wrapper

Here are 34 public repositories matching this topic...

ionut-arm
ionut-arm commented Mar 23, 2020

Most fields denoting sizes (e.g. of keys) are marked as usize at the moment. To make it less ambiguous, the ones representing sizes in bits should be set to u16, u32 or other types unrelated to word size on current platform (as the size itself is not related to the memory of the platform)

Improve this page

Add a description, image, and links to the ffi-wrapper topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the ffi-wrapper topic, visit your repo's landing page and select "manage topics."

Learn more