p4-cmd 0.1.0

P4 API (wraps CLI)
Documentation
  • Coverage
  • 35.06%
    54 out of 154 items documented9 out of 74 items with examples
  • Size
  • Source code size: 97.62 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 15.85 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 20s Average build duration of successful builds.
  • all releases: 20s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • Documentation
  • epage/p4-cmd
    6 4 5
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • epage

p4-cmd

Perforce API for Rust

Travis Status Appveyor Status Documentation License Crates Status

Usage

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;

License

Licensed under either of

at your option.

Contribution

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.