https://github.com/jtdowney/som-rust
SOM in Rust
https://github.com/jtdowney/som-rust
Last synced: 4 months ago
JSON representation
SOM in Rust
- Host: GitHub
- URL: https://github.com/jtdowney/som-rust
- Owner: jtdowney
- License: mit
- Created: 2014-12-15T15:01:16.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-08-24T13:53:53.000Z (almost 10 years ago)
- Last Synced: 2025-02-01T11:41:35.370Z (5 months ago)
- Language: Rust
- Size: 254 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SOM in Rust
[](https://travis-ci.org/jtdowney/som-rust)
My goal is to fully implement [SOM](http://som-st.github.io/) using [Rust](http://www.rust-lang.org/).
## Requirements
* [rust >= 1.0.0](http://www.rust-lang.org/install.html)
* [cargo](https://github.com/rust-lang/cargo)## Running
```
$ cargo build --release
$ target/release/som examples/Hello.som
```