Crate unbounded_gpsd[][src]

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

Error handling, using error-chain.

Types employed in the GPSD API.

Structs

A connection to gpsd.