I suggest to have categories for the various libraries, and the use cases for which they provide functionality.
How to do X,
how to do Y.
For example:
How to download a file?
stdlib way and 3 packages found:
using the standard library:
sample code
using package Nr.1:
...
Explaining how to accomplish various tasks in nim. This is complimentary to just listing the available nimble libraries in my opinion.
a library can provide a few use cases. we just show their api.
Maybe it's a big documentation project. Maybe the library owners should do that.
What do you think?
I suggest to have categories for the various libraries, and the use cases for which they provide functionality.
For example: How to download a file? stdlib way and 3 packages found: using the standard library: sample code using package Nr.1: ...
Explaining how to accomplish various tasks in nim. This is complimentary to just listing the available nimble libraries in my opinion. a library can provide a few use cases. we just show their api. Maybe it's a big documentation project. Maybe the library owners should do that. What do you think?