Update readme

This commit is contained in:
Austen Adler 2023-03-11 17:49:46 -05:00
parent 07d43ff6b5
commit fe26ee3e42

View File

@ -35,26 +35,26 @@ Also contains source code linking to the C++ S2 library to ensure CellIDs are tr
|src
|Rust Crate
|
|Main crate containing the algorithm
|tests
|
|
|Integration tests
|xpin-wasm
|Rust Crate
|WASM bindings for xpin
|web-frontend
|
|
|Svelte/JavaScript
|Web-based frontend for ease of use
|build
|
|
|HTML web-fontend/HTML docs/WASM Binary
|Compile destination for web-frontend, xpin-wasm, and the docs documentation
|web
|Rust Crate
|
|Static server that contains an API as well as embedding all resources from the build directory
|===