Skip to content
This repository was archived by the owner on Jul 9, 2023. It is now read-only.
This repository was archived by the owner on Jul 9, 2023. It is now read-only.

Tool to streamline running public crate examples #30

@lgarczyn

Description

@lgarczyn

A large part of trying out new libraries (say rust-sdl2) is to clone them from their github page, and calling cargo --example on one of the listed examples.

It implies opening a browser, cloning, different folders, etc. All in all, it's a lot of work to do things that cargo knows how to do.

A cargo plugin (and maybe a feature later on) allowing to run cargo example rust-sdl2 example-n1 that would just work, without having to create then delete a whole folder, and maybe even caching large libraries, would streamline the whole process.

Simply running cargo example rust-sdl2 would list the available examples.

Some sandboxing might even be added for more safety.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions