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

https://github.com/saurvs/mmv-rs

A proof-of-concept native Rust implemention for writing MMV v1 files
https://github.com/saurvs/mmv-rs

Last synced: 22 days ago
JSON representation

A proof-of-concept native Rust implemention for writing MMV v1 files

Awesome Lists containing this project

README

          

# mmv-rs

This is a proof-of-concept native Rust implemention for writing MMV v1 files.

The included example shows how to create metrics, write them to an MMV file, and
update their values.

This crate was writen during the community bonding period of my [GSoC project](https://medium.com/@saurvs/gsoc-2017-introduction-834825fb2aee) in order to decide between a Rust-C FFI approach vs. a pure Rust approach with regards to writing an MMV file.