An open API service indexing awesome lists of open source software.

https://github.com/krk/rayon-attr

Rayon-attr: An attribute macro library for a data parallelism library for Rust
https://github.com/krk/rayon-attr

Last synced: over 1 year ago
JSON representation

Rayon-attr: An attribute macro library for a data parallelism library for Rust

Awesome Lists containing this project

README

          

# rayon-attr
rayon-attr: An attribute macro library for a data parallelism library for Rust.

[![Build Status](https://travis-ci.org/krk/rayon-attr.svg?branch=master)](https://travis-ci.org/krk/rayon-attr)

# usage

See [for_loop](tests/for_loop.rs) function.