Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```