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

https://github.com/dpc/osmium-rust

Toy project exercising rust languag and some well known libraries.
https://github.com/dpc/osmium-rust

Last synced: about 1 year ago
JSON representation

Toy project exercising rust languag and some well known libraries.

Awesome Lists containing this project

README

          

# Introduction

Osmium is currently just a toy project exercising:

* [Rust language][rust],
* [capnproto][capnproto],
* [nanomsg][nanomsg],
* [sodiumoxide][sodiumoxide],
* and [cargo][cargo].

[rust]: http://www.rust-lang.org/
[capnproto]: https://github.com/dwrensha/capnproto-rust
[nanomsg]: https://github.com/thehydroimpulse/nanomsg.rs
[sodiumoxide]: https://github.com/dnaq/sodiumoxide
[cargo]: http://crates.io/

Things that might be noticeable:

* nice Makefile with handling of Capnproto schema generation