Skip to content
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

Shrink dependency tree #67

Open
LucasPickering opened this issue Jan 6, 2023 · 1 comment
Open

Shrink dependency tree #67

LucasPickering opened this issue Jan 6, 2023 · 1 comment

Comments

@LucasPickering
Copy link
Owner

It'd be nice to shrink the dependency tree of the core crate. Some ideas:

  • Eliminate nalgebra
    • It makes some geometry math easy, but I'm sure there must be a way to do it algebraically, instead of with matrices
  • Prune the tree of validator
    • This will probably require a PR to the main repo to feature-gate the email and URL functionality
@LucasPickering
Copy link
Owner Author

I removed nalgebra in #70

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant