candid_client 0.1.0

A library to handle client connections to a CANdid server
Documentation

CANdid Client

A library for handling connections to a CANdid server over a TCP connection.

Repository: https://gitlab.com/avandesa/candid-rs

Documentation: https://docs.rs/crates/candid_client/

Getting Started

Prerequisites

CANdid Client itself has no special dependencies, but for it to be useful, you must be able to run CANdid server on your computer or another system accesible over the network. See CANdid server for more information.

The example echo uses [clap](https://crates.io/crates/clap/) to handle command line arguments.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details.