// Copyright (c) [2025] [Qin Chen <qchen2015@hotmail.com>]
// [SGP] is licensed under Mulan PSL v2.
// You can use this software according to the terms and conditions of the Mulan PSL v2.
// You may obtain a copy of Mulan PSL v2 at:
// http://license.coscl.org.cn/MulanPSL2
// THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND,
// EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT,
// MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE.
// See the Mulan PSL v2 for more details.
//! A small Rust port of the MATLAB SGP8 routine found in `refs/SGP8/sgp8.m`.
//!
//! The public function `sgp8`/`sgp4` implements the orbital propagator and returns
//! position (km) and velocity (km/min) vectors.
pub use ;
pub use sgp8;
pub use sgp4;
pub use ;
pub use ;