# 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.