# emcee
A re-implementation of [emcee][1] in Rust.
See the [hosted documentation here][2]
The [basic example][3] is a re-creation of the ["fitting a model to
data"][4] example from the `emcee` documentation.
[1]: http://dan.iel.fm/emcee/current/
[2]: https://docs.rs/emcee
[3]: https://github.com/mindriot101/rust-emcee/blob/master/examples/basic.rs
[4]: http://dan.iel.fm/emcee/current/user/line/