We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99dcb49 commit d227426Copy full SHA for d227426
README.md
@@ -8,9 +8,13 @@ You can find the most recent updated documentation [here](http://arrayfire.githu
8
9
## Supported platforms
10
11
-Currently, only Linux and OSX. With Rust 1.4(MSVC binary), we soon expect to get the Windows support available.
+Linux and OSX: The bindings have been tested with Rust 1.x.
12
+Windows: Rust 1.5 (MSVC ABI) is the first version that works with our bindings and ArrayFire
13
+library(built using MSVC compiler).
14
-## Use from Crates.io
15
+We recommend using Rust 1.5 and higher.
16
+
17
+## Use from Crates.io [](https://crates.io/crates/arrayfire)
18
19
To use the rust bindings for ArrayFire from crates.io, the following requirements are to be met
20
first.
0 commit comments