imgix 0.1.0

imgix-rs is a crate used for generating urls.
Documentation

Unofficial imgix crate

Build Status

Overview

The imgix-rs crate provides functionality for programmatically constructing imgix-urls.

Contents

Requirements

imgix-rs is written in Rust and currently only depends on clap.

Installation

Coming soon! For now, you can git clone this repository.

Contributing

Contributions are welcome! No contribution is too small––bug fix, a new feature, feature-request, or a typo fix––all are welcome.

Prerequisites

imgix-rs is written in Rust so make sure you have Rust installed

Clone

Clone the repository:

$ git clone https://github.com/ericdeansanchez/imgix-rs.git

Build

cd into the repository and run:

$ cargo build

Test

Ensure the tests pass on your system (please open an issue if they do not):

$ cargo test

Read

These are the docs you really want. Copy & paste the command below in your terminal. Make sure --no-deps is passed otherwise you'll build documentation for all/any dependencies.

$ cargo doc --no-deps --open

Run