sgp4 0.8.2

A pure Rust implementation of the SGP4 algorithm for satellite propagation
Documentation

sgp4

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 8 feature flags, 5 of them enabled by default.

default

  • alloc
  • serde
  • std

alloc

  • anyhow

serde

    This feature flag does not enable additional features.

std

  • alloc
  • anyhow/std
  • chrono/std
  • serde?/std
  • serde_json?/std

anyhow

    This feature flag does not enable additional features.

libm

  • num-traits/libm

num-traits

    This feature flag does not enable additional features.

serde_json

    This feature flag does not enable additional features.