# Saleae [![Latest Version](https://img.shields.io/crates/v/saleae.svg)](https://crates.io/crates/saleae) [![Rust Documentation](https://docs.rs/saleae/badge.svg)](https://docs.rs/saleae) [![Build Status](https://travis-ci.org/wcampbell0x2a/rust-saleae.svg?branch=dev)](https://travis-ci.org/wcampbell0x2a/rust-saleae) [![Coverage Status](https://coveralls.io/repos/github/wcampbell0x2a/rust-saleae/badge.svg?branch=dev)](https://coveralls.io/github/wcampbell0x2a/rust-saleae?branch=dev) This library provides a Rust API for the Saleae devices when running the Logic program. The API is based on the documentation provided here: [SaleaeSocketAPI](https://github.com/saleae/SaleaeSocketApi) ## Note This library isn't complete, as there are more functions that need implementations. ## Changelog See [CHANGELOG.md](https://github.com/wcampbell0x2a/saleae-rs/blob/master/CHANGELOG.md)