Linear algebra library for Rust.
Go to file
Jenan Wise eca17586a6 Remove rustfmt.toml.
The CI rustfmt checker uses `stable` rust, not `nightly`, but the
config options in `rustfmt.toml` only work on nightly -- on stable,
there are ignored with warnings. This means that devs running stable
get a lot of warnings and devs running nightly will accidentally format
in a way that the CI checker forbids. (specifically, using
`where_single_line`). E.g.:

```
$ cargo +stable fmt -- --check
Warning: can't set `indent_style = Block`, unstable features are only available in nightly channel.
Warning: can't set `where_single_line = true`, unstable features are only available in nightly channel.
...etc

$ cargo +nightly fmt -- --check
-where
-    N: RealField,
-{
+where N: RealField {
...etc
```

Just removing the toml fixes this problem.
2020-06-22 19:22:33 -07:00
.circleci CI: don't run nalgebra-lapack test for now. 2020-04-05 21:00:42 +02:00
.github Create FUNDING.yml 2019-10-28 14:15:03 +01:00
benches Run cargo fmt. 2020-04-05 18:49:48 +02:00
ci ci: link to system BLAS as intended 2020-03-02 12:45:38 +01:00
examples Release nalgebra v0.21.0 2020-04-05 23:19:10 +02:00
nalgebra-glm Use the #[rustfmt::skip] attribute instead of rustfmt_skip. 2020-06-07 09:30:21 +02:00
nalgebra-lapack Release nalgebra v0.21.0 2020-04-05 23:19:10 +02:00
src Run cargo fmt. 2020-06-07 09:07:25 +02:00
tests Use the #[rustfmt::skip] attribute instead of rustfmt_skip. 2020-06-07 09:30:21 +02:00
.gitignore Add .idea folder to gitignore. 2018-09-13 09:23:08 +02:00
.travis.yml Fix CI (#634) 2019-08-27 22:05:28 +02:00
CHANGELOG.md Release v0.21.1 2020-06-07 10:29:10 +02:00
Cargo.toml Release v0.21.1 2020-06-07 10:29:10 +02:00
LICENSE Initial commit. 2013-05-14 11:34:28 +00:00
Makefile Add matrix slice construction from array slices. 2018-02-03 13:59:05 +01:00
README.md HTTPS All The Things (#608) 2019-08-27 22:05:28 +02:00

README.md

crates.io

Build status crates.io

Users guide | Documentation | Forum


Linear algebra library for the Rust programming language.


 Click this button if you wish to donate to support the development of nalgebra:

Become a Patron!