allo-isolate 0.1.17

Run Multithreaded Rust along with Dart VM (in isolate).
Documentation
<h1 align="center">Allo Isolate (Dart VM)</h1>
<div align="center">
  <strong>
        Run Multithreaded Rust along with Dart VM (in isolate)
  </strong>

</div>

<br />

<div align="center">
  <a href="https://github.com/sunshine-protocol/allo-isolate">
    <img src="https://github.com/sunshine-protocol/allo-isolate/workflows/Nightly%20lints/badge.svg"
      alt="Lints" />
  </a>
   <a href="https://github.com/sunshine-protocol/allo-isolate">
    <img src="https://github.com/sunshine-protocol/allo-isolate/workflows/Security%20audit/badge.svg"
      alt="Security" />
  </a>
   <a href="https://github.com/sunshine-protocol/allo-isolate">
    <img src="https://github.com/sunshine-protocol/allo-isolate/workflows/Valgrind%20Memory%20Check/badge.svg"
      alt="Valgrind Memory Check" />
  </a>
  <a href="https://crates.io/crates/allo-isolate">
    <img src="https://img.shields.io/crates/v/allo-isolate.svg"
      alt="crates.io" />
  </a>
  <a href="https://docs.rs/allo-isolate">
    <img src="https://docs.rs/allo-isolate/badge.svg"
      alt="Documentation" />
  </a>
</div>

## Safety

some of the code uses `unsafe` since, but mostly you wouldn't have to write that yourself as we provide macros for that.

## Contributing

Want to join us? Check out our ["Contributing" guide][contributing] and take a
look at some of these issues:

- [Issues labeled "good first issue"][good-first-issue]
- [Issues labeled "help wanted"][help-wanted]

[contributing]: https://github.com/sunshine-protocol/allo-isolate/blob/master/.github/CONTRIBUTING.md
[good-first-issue]: https://github.com/sunshine-protocol/allo-isolate/labels/good%20first%20issue
[help-wanted]: https://github.com/sunshine-protocol/allo-isolate/labels/help%20wanted

## License

<sup>
Licensed under <a href="LICENSE">Apache v2.0 license</a>.
</sup>

<br/>

<sub>
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in this crate by you, as defined in the Apache-2.0 license, shall
be licensed as above, without any additional terms or conditions.
</sub>