readap 0.1.0

A parser for the OpenDAP DAP2 protocol
Documentation
[dependencies.nom]
version = "7"

[dependencies.thiserror]
version = "1.0"

[lib]
name = "readap"
path = "src/lib.rs"

[package]
authors = ["Matthew Iannucci <mpiannucci@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["encoding", "parser-implementations", "parsing", "science", "science::geo"]
description = "A parser for the OpenDAP DAP2 protocol"
edition = "2021"
keywords = ["dap", "opendap", "scientific", "data"]
license = "MIT"
name = "readap"
readme = "README.md"
repository = "https://github.com/mpiannucci/readap"
version = "0.1.0"

[[test]]
name = "parse"
path = "tests/parse.rs"