A data analysis software for small experiments
Can be used as a native app (only tested for Linux) or as web app on any platform
The native app can be built with :
cargo build --release
The result is target/release/auto_graph
The web app build requires Trunk :
trunk build --release
The result is in dist folder