nim-lang / needed-libraries

This repository contains a list a needed libraries.
112 stars 5 forks source link

Examples of use cases #105

Open kobi2187 opened 5 years ago

kobi2187 commented 5 years ago

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?