gfaas-cli

Crates.iogfaas-cli
lib.rsgfaas-cli
version0.2.0
sourcesrc
created_at2020-08-20 09:56:11.725501
updated_at2020-10-28 12:20:00.621684
descriptiongfaas build tool for use with the gfaas crate
homepagehttps://github.com/golemfactory/gfaas
repositoryhttps://github.com/golemfactory/gfaas
max_upload_size
id278569
size52,484
core-dev (github:golemfactory:core-dev)

documentation

https://github.com/golemfactory/gfaas

README

gfaas build tool

gfaas build tool is a wrapper of cargo. It is required to build Cargo projects which aim at using the gfaas lib crate.

Since the tool is a thin wrapper around cargo, it can be used just like cargo would be. Currently supported subcommands are: build, run, and clean.

For example, in order to build the project in release mode

gfaas build --release

or running

gfaas run --release
Commit count: 82

cargo fmt