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
- Host: GitHub
- URL: https://github.com/brson/heka-rs
- Owner: brson
- License: mpl-2.0
- Created: 2015-02-27T18:26:29.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-02T18:40:17.000Z (over 11 years ago)
- Last Synced: 2025-02-13T16:48:12.505Z (over 1 year ago)
- Language: Rust
- Homepage:
- Size: 188 KB
- Stars: 4
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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