Crate unbounded_gpsd

Source
Expand description

A small crate to interface with gpsd, based on the server JSON protocol.

This crate uses the log crate for debug logging. Logs will only appear if the logging apparatus is correctly configured. As such, if you’re filing an issue, we would appreciate it if you did this and gave us the relevant logs!

Re-exports§

pub use errors::GpsdResult;

Modules§

errors
Error handling, using error-chain.
types
Types employed in the GPSD API.

Structs§

GpsdConnection
A connection to gpsd.