RustFrames 1.0.0

A blazing-fast, memory-safe alternative to NumPy + Pandas, written in Rust
Documentation
1
2
3
4
5
6
7
pub mod core;
pub mod gpu;
pub mod linalg;
pub mod ops;
pub mod simd_ops;

pub use core::Array;