zap_api 0.0.1

The Rust implementation to access the OWASP ZAP API
Documentation
# OWASP ZAP Rust API

The Rust implementation to access the [OWASP ZAP API](https://github.com/zaproxy/zaproxy/wiki/ApiDetails). For more information
about OWASP ZAP consult the (main) [OWASP ZAP project](https://github.com/zaproxy/zaproxy/).

This project is at a very early stage and should not be used in production!

## Getting Help

For help using OWASP ZAP API refer to:
  * [Examples]examples - collection of examples using the library;
  * [OWASP ZAP User Group]https://groups.google.com/group/zaproxy-users - for asking questions;
  * IRC: irc.mozilla.org #websectools (eg [using Mibbit]http://chat.mibbit.com/?server=irc.mozilla.org%3A%2B6697&channel=%23websectools) - chat with core ZAP developers (European office hours usually best)
  
## Issues

To report issues related to OWASP ZAP API, bugs and enhancements requests, use the [issue tracker of the main OWASP ZAP project](https://github.com/zaproxy/zaproxy/issues).

## Building

This project uses Cargo:

    cargo build

### Installing

TBA