cargo-culture

Overview

Cargo subcommand command that provides easy access to the cargo-culture-kit's default rules and provides an exemplar for the development of rule-checking binaries.

Getting Started

Dependencies

cargo-culture is a Rust project, and manages its dependencies with cargo, available as part of the standard Rust toolchain.

Building

For local program development, you can build cargo-culture with:

Installation

You can install cargo-culture directly from crates.io.

Usage

The easiest way to use cargo-culture is simply to run it from the root directory of a Rust project:

```bash cd myrustproject

cargo culture ```

Examples

Tests

The cargo-culture tests are managed through the standard cargo-integrated Rust test framework, with additional enhancement through the proptest property based testing library.

Building

To build but not run the tests:

bash cargo build --tests

Running

To both build and run the tests:

bash cargo test

License

© 2018, PolySync Technologies, Inc.

Please see the LICENSE file for more details