We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bc3d73 commit 8cbe77eCopy full SHA for 8cbe77e
src/lib.rs
@@ -1,3 +1,7 @@
1
+#![doc(html_logo_url = "http://www.arrayfire.com/logos/arrayfire_logo_symbol.png",
2
+ html_favicon_url = "http://www.rust-lang.org/favicon.ico",
3
+ html_root_url = "http://arrayfire.com/docs/rust")]
4
+
5
pub use array::Array;
6
pub use array::{print};
7
mod array;
0 commit comments