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.
- Host: GitHub
- URL: https://github.com/dpc/osmium-rust
- Owner: dpc
- License: cc0-1.0
- Created: 2014-08-17T03:19:16.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-08-19T04:13:05.000Z (almost 12 years ago)
- Last Synced: 2025-03-29T05:48:21.225Z (about 1 year ago)
- Language: Rust
- Homepage:
- Size: 301 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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