Skip to content

Create libabc-rs (and possibly xyz program) as a sample library #11286

Closed
@uzytkownik

Description

@uzytkownik

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 or src//?)
  • 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions