Hi there, i have found a very interesting tool that i think we should mention in the book.
gdnative-doc parses the documentation in the rust code and generate the documentation in markdown (that can be shipped with an addon you're developping for instance)
It can also take your doc test in ```gdscript and put them into a test_file so they can be run by Gut.
Its also flawlessly integrated into cargo
It is used in a project i contributed to
It would be pertinent to look at
- the build.rs file
- the structure exported to godot
- the generated doc
- the generated Test
This could all be part of a section about developping addons in godot-rust for instance (which i would be interested in writing) what do you think?
Hi there, i have found a very interesting tool that i think we should mention in the book.
gdnative-doc parses the documentation in the rust code and generate the documentation in markdown (that can be shipped with an addon you're developping for instance)
It can also take your doc test in ```gdscript and put them into a test_file so they can be run by Gut.
Its also flawlessly integrated into cargo
It is used in a project i contributed to
It would be pertinent to look at
This could all be part of a section about developping addons in godot-rust for instance (which i would be interested in writing) what do you think?