aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* use associated type boundsHEADmasterNathan Perry2019-10-241-2/+2
* bump versionNathan Perry2019-10-241-1/+1
* use err-derive, clean up docsNathan Perry2019-10-242-57/+27
* fix exec exampleNathan Perry2019-10-241-7/+9
* various upgradesNathan Perry2019-10-245-64/+115
* Simplify TravisCI setupEric Kidd2017-09-221-13/+2
* v0.3.1: Fix compilation errors on ARMv0.3.1Eric Kidd2017-09-221-2/+2
* Merge pull request #2 from willnewton/char-typeEric Kidd2017-09-221-3/+2
|\
| * Use *c_char type for strings passed to C codeWill Newton2017-09-211-3/+2
|/
* v0.3.0: Update to latest errno cratev0.3.0Eric Kidd2017-07-131-2/+2
* v0.2.0: Overhaul API to look more like `std::process::Command`v0.2.0Eric Kidd2016-03-261-1/+1
* Provide a wrapper similar to `std::process::Command`Eric Kidd2016-03-263-37/+69
* Generalize types from `AsRef<str>` to `AsRef<OsStr>`Eric Kidd2016-03-261-4/+6
* Rename ExecError -> ErrorEric Kidd2016-03-261-15/+16
* Remove useless lifetime specifierEric Kidd2016-03-251-1/+1
* Include example code in the docsEric Kidd2016-03-252-5/+31
* v0.1.1: Fix broken repo link and add more documentationv0.1.1Eric Kidd2016-03-251-1/+1
* Fill in more documentationEric Kidd2016-03-251-0/+13
* Add badges and documentation linkEric Kidd2016-03-252-0/+5
* travis: Remove duplicate secure credentialsEric Kidd2016-03-251-1/+0
* Add an `unstable` feature flag to keep travis-cargo happyEric Kidd2016-03-251-0/+3
* Set up Travis CI for a typical Rust crateEric Kidd2016-03-251-0/+21
* Fix linkAndy Rossmeissl2016-03-251-1/+1
* Update Cargo.toml to prepare for a releasev0.1.0Eric Kidd2016-03-241-0/+3
* Provide some basic documentationEric Kidd2016-03-241-0/+17
* Tag `ExecError` with `#[must_use]`Eric Kidd2016-03-241-0/+6
* Exec should have no successful return valuesEric Kidd2016-03-242-7/+27
* Copy over basic implementation from credentials_to_envEric Kidd2016-03-245-5/+322
* Generate initial skeleton with cargo newEric Kidd2016-03-243-0/+14