Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

indirect/rake-rustpkg

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

rake-rustpkg

Rustpkg was deprecated and removed, but I already had a project set up to use it. This replaces rustpkg with a small Rakefile, and provides rake tasks for each crate in src.

Usage

Copy Rakefile into the root of your rustpkg-layout directory. Run rake -T to see a list of tasks you can run.

$ rake build:crate
$ rake test:crate
$ ./bin/crate

Filesystem layout

$ tree .
.
├── bin
│   └── crate
├── lib
│   └── libcrate-abc123-0.1.rlib
└── src
    └── crate
        ├── lib.rs
        ├── main.rs
        └── test.rs

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages