ndarray
Array library
A crate providing an n-dimensional container for general elements and numerics
ndarray: an N-dimensional array with array views, multidimensional slicing, and efficient operations
4k stars
52 watching
307 forks
Language: Rust
last commit: 22 days ago
Linked from 2 awesome lists
numericsrustrust-sciscientific-computing
Related projects:
Repository | Description | Stars |
---|---|---|
jplatte/caniuse.rs | A website that helps developers determine if Rust features are stable or unstable and when they were stabilized. | 173 |
rust-lang/rustup | A tool that installs and manages multiple versions of the Rust compiler on different platforms. | 6,182 |
bheisler/criterion.rs | A library that provides a powerful and statistically rigorous tool for measuring code performance and detecting regressions | 4,616 |
rustls/rustls | A modern, platform-independent TLS library written in Rust | 6,214 |
rust-windowing/winit | A cross-platform window creation and management library written in Rust. | 4,862 |
rust-cli/config-rs | A configuration system for Rust applications that supports multiple formats and allows flexible configuration management. | 2,638 |
rust-lang/rust | The Rust project provides tools and infrastructure to build efficient, reliable software | 98,564 |
pdeljanov/symphonia | A Rust-based multimedia format demuxing, tag reading, and audio decoding library providing support for various audio codecs and container formats. | 2,409 |
tensorflow/rust | A Rust binding to TensorFlow's C API for machine learning | 5,190 |
rust-lang/futures-rs | Provides the foundations for asynchronous programming in Rust. | 5,416 |
rust-lang/rustfmt | A tool for formatting Rust code according to style guidelines. | 6,042 |
neon-bindings/neon | Rust bindings for writing Node.js native addons. | 8,063 |
dhghomon/easy_rust | Teaching Rust to developers without native English proficiency using clear and simple language. | 8,098 |
microsoft/windows-rs | Provides Rust language bindings and utilities to interact with the Windows operating system. | 10,460 |
rust-lang/cargo | The Rust package manager responsible for downloading and compiling dependencies for Rust projects. | 12,800 |