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
- Host: GitHub
- URL: https://github.com/saurvs/mmv-rs
- Owner: saurvs
- Created: 2017-05-30T14:58:08.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-30T15:00:47.000Z (about 9 years ago)
- Last Synced: 2026-05-24T10:37:07.386Z (22 days ago)
- Language: Rust
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.