some_executor 0.6.1

A trait for libraries that abstract over any executor
Documentation
1
2
3
4
5
6
7
8
9
#!/bin/bash
set -e
set -x
#export RUSTFLAGS="-Dwarnings"

cargo fmt --check
cargo clippy --no-deps

cargo check --features=testing,backend_wgpu