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 8e260bc commit 728da70Copy full SHA for 728da70
bintensors/DOC_README.md
@@ -0,0 +1 @@
1
+../README.md
bintensors/src/lib.rs
@@ -2,7 +2,7 @@
2
#![doc(
3
html_logo_url = "https://github.com/GnosisFoundation/bintensors/blob/master/.github/assets/bintensors-logo.png"
4
)]
5
-#![doc = include_str!("../../README.md")]
+#![doc = include_str!("../DOC_README.md")]
6
#![cfg_attr(not(feature = "std"), no_std)]
7
pub mod slice;
8
pub mod tensor;
0 commit comments