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

https://github.com/brson/heka-rs

Originally https://bitbucket.org/trink/heka_rs
https://github.com/brson/heka-rs

Last synced: about 1 year ago
JSON representation

Originally https://bitbucket.org/trink/heka_rs

Awesome Lists containing this project

README

          

This was an early Heka experiment in Rust. There has been some interest in what
was done so I am opening it up to the public. However, this project is not
currently under active development.

Trink

Prerequisites
====
* Clang 3.1 or GCC 4.7+ or Visual Studio 2013
* CMake (2.8+) - http://cmake.org/cmake/resources/software.html
* Rust (0.12+) - http://www.rust-lang.org/install.html

* git clone git@bitbucket.org:trink/heka_rs.git

heka_rs - UNIX Build Instructions
====

cd heka_rs
cargo build
cargo test