-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Various chores #213
Various chores #213
Conversation
Can I suggest disabling the nalgebra = { version = "0.29", default-features = false, features = ["std", "rand"] }
# or:
[dependencies.nalgebra]
version = "0.29"
default-features = false
features = ["std", "rand"] It looks like it is unnecessary for |
Thanks! Another small thing, this one might be suited for this PR: The README uses CRLF line endings, which is a bit unexpected because all other files in the project seem to use LF only. Bit of a nitpick, but basically free to fix |
rely on docs.rs to have correct versino in url for docs
format markdown sentences to entire lines. add test status badge add usage of `cargo fmt` to contributing section
reordered commits in hopes to seem a little more organized. |
A few sets of chore commits
point at correct reponot explicit docs, since all on docs.rs