Skip to main content

Module types

Module types 

Source
Expand description

VSF Type System

This module contains all type definitions for VSF v2:

  • VsfType: Main enum with all supported types
  • EtType: Eagle Time numeric representations
  • EagleTime: Eagle Time abstraction
  • Tensor: Contiguous tensor types
  • StridedTensor: Strided tensor types
  • WorldCoord: Dymaxion geographic coordinates

Re-exports§

pub use eagle_time::datetime_to_eagle_time;
pub use eagle_time::EagleTime;
pub use eagle_time::EtType;
pub use eagle_time::OSCILLATIONS_PER_SECOND;
pub use eagle_time::eagle_time_nanos;Deprecated
pub use eagle_time::eagle_time_oscillations;
pub use tensor::BitPackedTensor;
pub use tensor::LayoutOrder;
pub use tensor::StridedTensor;
pub use tensor::Tensor;
pub use tensor::Vector;
pub use network::NaScheme;
pub use network::WaAddress;
pub use vsf_type::VsfType;
pub use world_coord::WorldCoord;

Modules§

eagle_time
network
Network and physical address types for VSF.
tensor
Tensor types for VSF: contiguous, strided, and bitpacked
vsf_type
world_coord
WorldCoord: Dymaxion icosahedral geographic coordinate encoding