int08h / roughenough

A Roughtime secure time sync client and server written in Rust
https://int08h.com/post/roughenough-a-rust-roughtime-server/
Apache License 2.0
123 stars 21 forks source link

make client functions `pub` so they can be used in other projects #25

Closed thedavidmeister closed 4 years ago

thedavidmeister commented 4 years ago

i'd like to include rough time logic in my own rust code rather than have a standalone binary

it would be nice if the client functions were pub

thedavidmeister commented 4 years ago

nm i cobbled something together