thrust

Crates.iothrust
lib.rsthrust
version0.1.0
sourcesrc
created_at2015-04-03 07:58:11.505334
updated_at2016-03-07 09:38:28.150522
descriptionThrift for Rust
homepagehttps://github.com/thehydroimpulse/thrust
repositoryhttps://github.com/thehydroimpulse/thrust
max_upload_size
id1763
size34,737
regex (github:rust-lang:regex)

documentation

https://thehydroimpulse.github.io/thrust/thrust/index.html

README

Thrust Build Status

Note: A work in progress. It's not in a useful state right now.

A Rust implementation of the Apache Thrift protocol that simplifies communicating between independent systems that may be implemented in various languages.

Features

  • Scalable Thrift RPC
  • Rust code generator from a .thrift file.
  • Built on-top of Asynchronous I/O via Mio.
  • Heavily uses Futures to manage asynchronous code.

Installing

[dependencies]
thrust = "*"

License

MIT — go ham!

Commit count: 80

cargo fmt