delorean 0.3.0

A simple single thread reactor pattern for wasm
# DeLorean [![Latest version]https://img.shields.io/crates/v/delorean.svg]https://crates.io/crates/delorean [![Build Status]https://travis-ci.org/delorean-rs/delorean.svg?branch=master]https://travis-ci.org/delorean-rs/delorean

WASM DeLorean for your single page app. Easy and safe traveling to the future in your thread.

A simple single thread reactor pattern implementation. 

## Documentation
In order to  fully understand DeLorean's capabilities take a look at the following documentation:
- [Crate documentation]https://docs.rs/delorean/
- Minimum supported Rust version: 1.65 or later
- `#![no_std]`
-  [Fastest than vanillajs]https://krausest.github.io/js-framework-benchmark/index.html

## Contributing

Please, contribute to DeLorean! The more the better! Feel free to open an issue and/or contacting directly with the 
owner for any request or suggestion.

### Code of conduct
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version]

[homepage]: http://contributor-covenant.org
[version]: http://contributor-covenant.org/version/1/4/

### License
This project is distributed under the terms of both the Apache License (Version 2.0) and the MIT license, specified in 
[LICENSE-APACHE](../LICENSE-APACHE) and [LICENSE-MIT](../LICENSE-MIT) respectively.