"This library is developed incrementally"
This is the correct approach when creating bindings instead of completeness (unless there is an automatic procedure). Make a foundation upon to build, like some types, some adaptor functions, some examples of calling and thats's it.
The benefits
- Smaller idiomatic codebase
- Take advantage of documentation of the original platform
- Smaller maintenance effort
I think your approach should be emphasised.
"This library is developed incrementally"
This is the correct approach when creating bindings instead of completeness (unless there is an automatic procedure). Make a foundation upon to build, like some types, some adaptor functions, some examples of calling and thats's it.
The benefits
I think your approach should be emphasised.