PhotonBursted / nu_plugin_vec

A Nushell plugin implementing vector operations
MIT License
2 stars 1 forks source link

Move the math operations into their own namespace #5

Open PhotonBursted opened 2 weeks ago

PhotonBursted commented 2 weeks ago

Right now, the mathematical operations that do the vector math live next to the commands.

It would be nice to have these separated into their own namespace. This should make tests a bit easier to write, as concerns are a bit more separate that way.