//! This crate defines basic data structures and types used throughout
//! the other `rusty-fast-solver` crates.
pub use crateRealType;
pub use crateKernelType;
pub use crateThreadingType;
pub use cratemake_particle_container;
pub use cratemake_particle_container_owned;
pub use crateParticleContainerAccessor;
pub use crateParticleContainer;
pub use crateParticleContainerView;