Skip to main content

Crate vedaksha

Crate vedaksha 

Source
Expand description

§Vedākṣha

Umbrella crate that re-exports every public sub-crate under a single dependency. Add vedaksha to your Cargo.toml and access the full engine through one import.

[dependencies]
vedaksha = "3"

§v3.0.0 surface changes

  • vedaksha::emit is gone; the emitters now live at vedaksha::graph::emitters (the umbrella always enables the emitters feature on vedaksha-graph).
  • vedaksha::locale is gated by the locale feature on this crate.

Re-exports§

pub use vedaksha_astro as astro;
pub use vedaksha_ephem_core as ephem;
pub use vedaksha_graph as graph;
pub use vedaksha_math as math;
pub use vedaksha_vedic as vedic;

Modules§

prelude
Convenience re-exports for the most common entry points.