ospf-parser 0.5.0

Parser for the OSPF version 2 protocol
Documentation
[dependencies.nom]
version = "7.0"

[dependencies.nom-derive]
version = "0.10"

[dependencies.rusticata-macros]
version = "4.0"
[dev-dependencies.hex-literal]
version = "0.3"

[package]
authors = ["Pierre Chifflier <chifflier@wzdftpd.net>"]
categories = ["parser-implementations"]
description = "Parser for the OSPF version 2 protocol"
edition = "2018"
homepage = "https://github.com/rusticata/ospf-parser"
include = ["LICENSE-*", "README.md", ".gitignore", ".travis.yml", "Cargo.toml", "src/*.rs", "tests/*.rs"]
keywords = ["OSPF", "routing", "protocol", "parser", "nom"]
license = "MIT/Apache-2.0"
name = "ospf-parser"
readme = "README.md"
repository = "https://github.com/rusticata/ospf-parser.git"
version = "0.5.0"