Skip to content

implementation of logistics models/algorithms using Rust, WebAssembly and VueJS

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE_APACHE
MIT
LICENSE_MIT
Notifications You must be signed in to change notification settings

mikefarmer01/rlog

Repository files navigation

RLOG

Implementation of logistics models/algorithms using Rust, WebAssembly and VueJS.

Starting with exponential smoothing.

Build

Run wasm-pack build --dev in the project root to perform a development build.

Run wasm-pack build --release to perform a release build (default).

The compiled WebAssembly code will reside in ./pkg wrapped as a npm package ready to be published / imported in your web application / etc.

About

implementation of logistics models/algorithms using Rust, WebAssembly and VueJS

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE_APACHE
MIT
LICENSE_MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages