binex 0.1.0

BINEX Binary RINEX encoder and decoder
Documentation
[dependencies.hifitime]
features = ["serde", "std"]
version = "4.0.0-alpha"

[dependencies.log]
version = "0.4"

[dependencies.thiserror]
version = "1"

[features]
default = []

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

[package]
authors = ["Guillaume W. Bres <guillaume.bressaix@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["science", "science::geo", "parsing"]
description = "BINEX Binary RINEX encoder and decoder"
edition = "2021"
homepage = "https://github.com/georust/rinex"
keywords = ["rinex", "timing", "gps", "glonass", "galileo"]
license = "MIT OR Apache-2.0"
name = "binex"
readme = "README.md"
repository = "https://github.com/georust/rinex"
rust-version = "1.64"
version = "0.1.0"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docrs", "--generate-link-to-definition"]

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

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