Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mizy/rs-algos
rust algorithms for webAssembly
https://github.com/mizy/rs-algos
algos graph-algorithms rust webassembly
Last synced: 10 days ago
JSON representation
rust algorithms for webAssembly
- Host: GitHub
- URL: https://github.com/mizy/rs-algos
- Owner: mizy
- Created: 2023-02-02T06:26:22.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-07T06:24:06.000Z (8 months ago)
- Last Synced: 2024-10-25T05:55:29.215Z (about 2 months ago)
- Topics: algos, graph-algorithms, rust, webassembly
- Language: Rust
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rust WebAssembly algos package
## dependencies
- [rust](https://www.rust-lang.org/tools/install)
- [wasm-pack](https://rustwasm.github.io/wasm-pack/installer/)## build
```bash
make build
```## test
```
make test
```## algos
+ graph
- apsp
- bfs
- cnc
- sssp
+ layouts
- nforce_3d (a 3d force directed layout algorithm)
- radial_force## pack wasm
```bash
make build
```