mrt 0.1.1

An MRT (RFC6396) file parser implemented in Rust, using Nom
Documentation
1
2
3
4
5
6
7
8
9
10
11
[dependencies.nom]
version = "4.1.1"

[package]
authors = ["Wouter de Vries <wouter@wbdv.nl>"]
description = "An MRT (RFC6396) file parser implemented in Rust, using Nom"
license-file = "LICENSE"
name = "mrt"
readme = "README.md"
repository = "https://github.com/Woutifier/mrt"
version = "0.1.1"