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
308 forks
Language: Rust
last commit: about 2 months 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. | 175 |
rust-lang/rustup | A tool that installs and manages multiple versions of the Rust compiler on different platforms. | 6,213 |
bheisler/criterion.rs | A library that provides a powerful and statistically rigorous tool for measuring code performance and detecting regressions | 4,692 |
rustls/rustls | A modern, platform-independent TLS library written in Rust | 6,315 |
rust-windowing/winit | A library that provides a low-level window creation and management system for building cross-platform GUI applications | 4,940 |
rust-cli/config-rs | A configuration system designed to support 12-factor applications and various data formats. | 2,700 |
rust-lang/rust | Empowering software developers to build reliable and efficient software using a fast and memory-efficient language with strong type safety and comprehensive tooling. | 99,490 |
pdeljanov/symphonia | A Rust-based multimedia format demuxing, tag reading, and audio decoding library providing support for various audio codecs and container formats. | 2,455 |
tensorflow/rust | A Rust binding to TensorFlow's C API for machine learning | 5,215 |
rust-lang/futures-rs | Provides the foundations for asynchronous programming in Rust. | 5,447 |
rust-lang/rustfmt | A tool for formatting Rust code according to style guidelines. | 6,095 |
neon-bindings/neon | Rust bindings for writing Node.js native addons. | 8,100 |
dhghomon/easy_rust | Teaching Rust to developers without native English proficiency using clear and simple language. | 8,118 |
microsoft/windows-rs | A library that provides Rust bindings for calling Windows APIs. | 10,797 |
rust-lang/cargo | The Rust package manager responsible for downloading and compiling dependencies for Rust projects. | 12,919 |