remote_led 0.1.0

Library to send commands to the remote led server.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
extern crate serde_json;

pub fn print_test() {
    println!("Test");
}

pub fn print_test2() {
    println!("Test");
}

pub fn add(a: i32, b: i32) -> i32 {
    a + b
}