| Crates.io | p4-cmd |
| lib.rs | p4-cmd |
| version | 0.1.0 |
| created_at | 2018-10-04 21:44:12.1609+00 |
| updated_at | 2018-10-04 21:44:12.1609+00 |
| description | P4 API (wraps CLI) |
| homepage | https://github.com/epage/p4-cmd |
| repository | https://github.com/epage/p4-cmd |
| max_upload_size | |
| id | 88087 |
| size | 90,089 |
Perforce API for Rust
To include p4-cmd in your project add the following to your Cargo.toml:
[dependencies]
p4-cmd = "0.1"
Now you can use the crate in your code:
extern crate p4_cmd;
Licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.