serde_rosmsg 0.2.0

A rosmsg serialization file format
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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.

For more information you can look at:

- [API Documentation]https://docs.rs/serde_rosmsg/0.1.0/serde_rosmsg/
- [Release notes]https://github.com/adnanademovic/serde_rosmsg/releases

## License

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