# claire
claire is a rust lib for vector calculus
# installations
add this to your cargo.toml
```toml
[dependencies]
claire_vector = "0.1.0"
```
or you can run command
```sh
cargo add claire_vector
```
# examples
for examples you can find it on 'examples/' folder, for every new feature i will add more examples and documentation, for now i'm to lazy to write the docs including on the 'src/' folder but later i will add docs
# contributions
contributions are open, so if you want to contrib, you can pull request and make a new branch. but idk why you want to contrib
# licenses
this project is under MIT License