Closed
Description
It might be my bias but one of the problems I struggled mostly so far while I am trying to learn ruby and write library is the little details how to write library. The issues so far were for example:
- What's the proper structure (should
lib.rs
be in top directory orsrc//
?) - Where test.rs should be (main directory?
src//
)? - How to build documentation?
- What are the policies of annoucement of new libraries?
While some documentation exists it tend to be widespread and sometimes outdated (it might be on third party sites and be say about rust 0.6).
In Linux world there is libabc project which includes a basic sample projects showing how things are supposed to be done. While many details are not applicable to rust it'd be nice to have something like that kept in sync with rust.
Metadata
Metadata
Assignees
Labels
No labels