tame/tamer
Mike Gerwitz f0ca5c60c9 Makefile.am (doc, html): New documentation target 2019-11-20 10:11:00 -05:00
..
build-aux TAMER: Initial commit 2019-11-18 14:05:47 -05:00
src TAMER: Initial commit 2019-11-18 14:05:47 -05:00
.gitignore TAMER: Initial commit 2019-11-18 14:05:47 -05:00
Cargo.lock TAMER: Initial commit 2019-11-18 14:05:47 -05:00
Cargo.toml TAMER: Initial commit 2019-11-18 14:05:47 -05:00
Makefile.am Makefile.am (doc, html): New documentation target 2019-11-20 10:11:00 -05:00
README.md TAMER: Initial commit 2019-11-18 14:05:47 -05:00
autogen.sh TAMER: Initial commit 2019-11-18 14:05:47 -05:00
bootstrap TAMER: Initial commit 2019-11-18 14:05:47 -05:00
configure.ac TAMER: Initial commit 2019-11-18 14:05:47 -05:00

README.md

TAME in Rust (TAMER)

TAME was written to help tame the complexity of developing comparative insurance rating systems. This project aims to tame the complexity and performance issues of TAME itself. TAMER is therefore more tame than TAME.

TAME was originally written in XSLT. For more information about the project, see the parent README.md.

Building

To bootstrap from the source repository, run ./bootstrap.

To configure the build for your system, run ./configure. To build, run make. To run tests, run make check.