ntrip-core 0.2.0

An async NTRIP client library for Rust with v1/v2 protocol support, TLS, and sourcetable discovery
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Auto-detect text files and normalize line endings
* text=auto

# Rust source files
*.rs text eol=lf
*.toml text eol=lf

# Shell scripts
*.sh text eol=lf

# Documentation
*.md text eol=lf

# Lock file - don't diff
Cargo.lock binary