siderust 0.7.0

High-precision astronomy and satellite mechanics in Rust.
Documentation
1
2
3
4
5
6
7
8
// SPDX-License-Identifier: AGPL-3.0-or-later
// Copyright (C) 2026 Vallés Puig, Ramon

//! Geometric utilities: grids, samplers, and sky-coverage helpers.

pub mod sky_grid;

pub use sky_grid::{SkyGrid, SkyGridCell};