# charlotte charlotte is a rust lib for vector calculus # installations add this to your cargo.toml ```toml [dependencies] charlotte = "0.1.0" ``` or you can run command ```sh cargo add charlotte ``` # 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 # licenses this project is under MIT License