mrt 0.2.0

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

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