- Low Earth Orbit Debris Field
Popular repositories
-
rust-itertools
Extra iterator adaptors, functions and macros.
-
rust-ndarray
ndarray: an N-dimensional array with array views, multidimensional slicing, and efficient operations
-
petgraph
Graph data structure library for Rust.
-
git-remote-gcrypt
[This fork is not maintained] git-remote-gcrypt: A git remote helper for GPG-encrypted remotes
-
arrayvec
A vector with a fixed capacity. (Rust)
-
maplit
Rust container / collection literal macros for HashMap, HashSet, BTreeMap, BTreeSet.
4,579 contributions in the last year
Contribution activity
January 2017
Created a pull request in bluss/rust-ndarray
that received 1
comment
Add array![] macro for creating a 1, 2, or 3-dimensional array
Co-authored-by: Pireax [email protected] @pireax
Created an issue in rust-lang/rust
that received 3
comments
Rustc does not recommend raising the recursion limit
It used to be that when you reach the macro recursion limit, rustc would recommend raising it and give the attribute to do so. This has been lost. E…