Releases: vpetrigo/sntpc
Releases · vpetrigo/sntpc
v0.3.9
What's Changed
- Update offset calculation to convert timestamp subtraction to a signed integer by @vpetrigo in #27
Full Changelog: v0.3.8...v0.3.9
v0.3.7
What's Changed
Add:
- #23:
async
support for the sntpc
crate
v0.3.6
What's Changed
Add:
- 327ac30 helper converter functions to convert second fractional SNTP field to fractional seconds value (milliseconds, microseconds, etc.)
v0.3.5
What's Changed
Add:
- timestamp generator for
std
feature
simple_get_time()
function and NtpUdpSocket
trait implementation for std::net::UdpSocket
to reduce boilerplate when std
feature is in use
Update:
v0.3.4
What's Changed
Update:
- 1f78f73: add missed methods for getting stratum and precision fields
v0.3.3
What's Changed
Add:
- #22: Incorporated server precision indicators into NtpResult
Update:
- #21: update seconds fraction field description and update the example
v0.3.2
What's Changed
Fix:
- #19: fix possible overflow in offset calculation
- e140d06: fix delta calculation to prevent overflowing errors in the roundtrip function
v0.3.1
What's Changed
Update:
- move
clap
from dependencies to dev-dependencies
- examples documentation