Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jtdowney/som-rust
SOM in Rust
https://github.com/jtdowney/som-rust
Last synced: about 1 month 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 (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-08-24T13:53:53.000Z (over 9 years ago)
- Last Synced: 2024-10-16T14:59:39.632Z (3 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
[![Build Status](https://travis-ci.org/jtdowney/som-rust.svg?branch=master)](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
```