zenoh icon indicating copy to clipboard operation
zenoh copied to clipboard

API coverage matrix

Open milyin opened this issue 1 year ago • 1 comments

Describe the feature

An API coverage matrix should be done for all the languages, bindings. The matrix should highlight what “core” APIs are available in the different bindings. Once the gaps identified, we will decide how to fill those gaps. The API coverage matrix should be made public as part of the documentation

Plan:

  • in zenoh automatically generate tag for each API entry
  • in other projects sources manually place these tags in comments at corresponding places
  • allow to declare additional tags outside of rust sources
  • fill the matrix by parsing the sources of all projects

milyin avatar Jan 25 '24 11:01 milyin

Done in https://github.com/ZettaScaleLabs/api-matrix

milyin avatar Feb 01 '24 08:02 milyin