RFR: Add jextract guide

Jorn Vernee jvernee at openjdk.org
Tue Apr 9 20:18:10 UTC 2024


On Tue, 9 Apr 2024 17:31:47 GMT, Nir Lisker <nlisker at openjdk.org> wrote:

>> Add a comprehensive jextract guide under a new `doc/` folder.
>> 
>> This is meant as a comprehensive guide about the features of jextract and the code that it generates (including both examples from header files, the code that jextract generates, and corresponding Java user code). This is a first cut, and I'm anticipating quite a bit of comments.
>> 
>> Some sections of the readme have been moved to the guide (with minor edits here and there), and replaced by a link in the readme.
>
> doc/GUIDE.md line 8:
> 
>> 6: 
>> 7: Interacting with native C code through the FFM API works
>> 8: by loading a native library (e.g. a `.so`/`.dll`/`.dylib` file), which is essentially an
> 
> Comma after `e.g.`.

You mean add a comma like `e.g., ...`?

-------------

PR Review Comment: https://git.openjdk.org/jextract/pull/231#discussion_r1558233679


More information about the jextract-dev mailing list