Skip to content

Instantly share code, notes, and snippets.

@Lokathor
Created December 14, 2018 23:56
Show Gist options
  • Save Lokathor/ec5f94ec44d16a1a7fd4a05360147b40 to your computer and use it in GitHub Desktop.
Save Lokathor/ec5f94ec44d16a1a7fd4a05360147b40 to your computer and use it in GitHub Desktop.

Revisions

  1. Lokathor created this gist Dec 14, 2018.
    25 changes: 25 additions & 0 deletions rust_console_explanation.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,25 @@
    # Rust Console Group Info

    Hey, I'm Lokathor, the admin for the group.

    Currently we have members who are working on:

    * GBA
    * PS2
    * Switch
    * 3DS
    * N64

    And we also have some members who have worked on:

    * GCN
    * Using Rust as a customizable GB Linker

    ## Organization

    Each console has its own needs, and we want to be flexible, but the basic idea
    is that each console should have a "main" repository, which hopefully has that
    console's name or something easily close to it. In addition, a console might
    require any number of additional repositories for support. For example, the
    Switch and the 3DS each have their own version of the rust standard library,
    which has to be a separate crate, so a separate repository makes sense.