You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: