Skip to content
This repository was archived by the owner on Jul 26, 2025. It is now read-only.

Latest commit

History

21 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

elara-array

⚠️IMPORTANT: Project Elara has switched over to the open-source forge Codeberg. The Project Elara repositories have been moved to this Codeberg page. This GitHub repository is no longer maintained.

This crate provides a fast, n-dimensional array for Project Elara with minimal dependencies. Note: this crate was once part of elara-math, but has been extracted into a standalone crate for separate development.

Basic usage

use elara_array::prelude::*;fnmain(){let a = arr![[1.0,2.0],[3.0,4.0]];println!("{:?}", a);}

About

THIS REPO HAS BEEN MOVED TO https://codeberg.org/elaraproject/elara-array AND IS NO LONGER MAINTAINED HERE.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages