-
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4a1d85c
commit 6cfa546
Showing
7 changed files
with
223 additions
and
94 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
#![doc = include_str!("../README.md")] | ||
/* | ||
* ANISE Toolkit | ||
* Copyright (C) 2021-2023 Christopher Rabotin <[email protected]> et al. (cf. AUTHORS.md) | ||
|
@@ -26,12 +27,13 @@ pub mod structure; | |
|
||
/// Re-export of hifitime | ||
pub mod time { | ||
pub use core::str::FromStr; | ||
pub use hifitime::*; | ||
} | ||
|
||
pub mod prelude { | ||
pub use crate::almanac::Almanac; | ||
pub use crate::astro::Aberration; | ||
pub use crate::astro::{orbit::Orbit, Aberration}; | ||
pub use crate::errors::InputOutputError; | ||
pub use crate::frames::*; | ||
pub use crate::math::units::*; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.