serde_rosmsg 0.1.0

A rosmsg serialization file format
Documentation
1
2
3
4
5
6
7
8
9
10
11
# Serde rosmsg

[![MIT Licensed](https://img.shields.io/crates/l/serde_rosmsg.svg?maxAge=3600)](./LICENSE)
[![Crates.io](https://img.shields.io/crates/v/serde_rosmsg.svg?maxAge=3600)](https://crates.io/crates/serde_rosmsg)
[![Build Status](https://travis-ci.org/adnanademovic/serde_rosmsg.svg?branch=master)](https://travis-ci.org/adnanademovic/serde_rosmsg)

**serde_rosmsg** is a Rust serializer to the [`rosmsg`](http://wiki.ros.org/msg) data format, used in TCPROS and UDPROS.

## License

**serde_rosmsg** is distributed under the MIT license.