Skip to content

Latest commit

 

History

History
52 lines (35 loc) · 905 Bytes

DEVELOPMENT.md

File metadata and controls

52 lines (35 loc) · 905 Bytes

OVERVIEW

tinyrick_extras' own compilation process is compatible with standard cargo. We wrap some common workflows with tinyrick tasks for convenience.

BUILDTIME REQUIREMENTS

  • POSIX compatible make
  • Rust 1.75.0+
  • Provision additional dev tools with make

Recommended

SECURITY AUDIT

$ tinyrick audit

LINT

$ tinyrick lint

TEST

$ tinyrick test

DOCUMENT API

$ tinyrick doc

PUBLISH

$ tinyrick publish

CLEAN

$ tinyrick clean