Crate kalast

Source
Expand description

§Thermophysical Model for Binary Asteroids

Latest executables of kalast can be downloaded here.

kalast can also be used as a library in Rust. Add the dependency to your Cargo.toml:

[dependencies]
kalast = "0.3"

and have a look at the examples or the different modules here.

Information on the configuration of your kalast scenarios are located at the documentation of the module cfg.

Re-exports§

pub use body::*;
pub use cfg::*;
pub use simu::*;
pub use thermal::*;
pub use util::*;
pub use win::*;

Modules§

body
cfg
Configuration
simu
thermal
util
win

Enums§

Error

Type Aliases§

Result