Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/adnanademovic/serde_rosmsg

ROSMSG Serialization for Rust
https://github.com/adnanademovic/serde_rosmsg

ros ros-messages rust serde serde-rosmsg

Last synced: 28 days ago
JSON representation

ROSMSG Serialization for Rust

Awesome Lists containing this project

README

        

# 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.2.0/serde_rosmsg/)
- [Release notes](https://github.com/adnanademovic/serde_rosmsg/releases)

## License

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