issues
search
nsat
/
sgp4-rs
A Rust package for the SGP-4 orbital propagator.
MIT License
8
stars
3
forks
source link
[deps] remove libc and minimise required chrono features
#8
Closed
spire-ffoston
closed
3 years ago
spire-ffoston
commented
3 years ago
libc isn't required and we can utilise
std::os::raw
types instead
minimise required chrono features (we need none of the defaults)
std::os::raw
types instead