ispc_rt 1.0.0

A runtime dependency for linking Rust code with pre-built ISPC binaries and Rust bindings. These modules and bindings should be built with ispc_compile.
Documentation

A small library meant to be used as a build dependency with Cargo for easily integrating ISPC code into Rust projects. The ispc_rt crate is specifically targetted at linking with a previously compiled ISPC library and generated bindings (built with ispc_compile), to allow end users to link ISPC code without needing the ISPC compiler or clang.

This crate also includes the various runtime components for the ISPC language, including the parallel task system and performance instrumentation.