signald-rust 0.1.5

A library to interface with Signald
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[![Crates.io](https://img.shields.io/crates/v/signald-rust.svg)](https://crates.io/crates/signald-rust)

# signald-rust
A [signald](https://gitlab.com/thefinn93/signald) library written in Rust.

## Features
- Send and receive any Signald message on the socket
- Custom wrappers for Signald messages

## Usage
Add this to you `Cargo.toml`:
```toml
[dependencies]
signald-rust = "0.1.5"
```