ocl-core 0.8.0

A low-level OpenCL API.
Documentation
1
2
3
4
5
6
7
8
9
10


extern crate rustc_version;
// use rustc_version::{version, version_matches, version_meta, Channel};

fn main() {
    assert!(rustc_version::version_matches(">= 1.13.0"), "This crate has been recently redesigned
        to take advantage of MIR and requires versions of the compiler which do not create hidden
        drop flag fields on #[repr(C)] structs.");
}