- do not try java things when building for docs.rs
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1,5 +1,5 @@
|
|||||||
/target
|
/target
|
||||||
Cargo.lock
|
/Cargo.lock
|
||||||
|
|
||||||
# Byte-compiled / optimized / DLL files
|
# Byte-compiled / optimized / DLL files
|
||||||
__pycache__/
|
__pycache__/
|
||||||
|
|||||||
@@ -42,7 +42,7 @@ impl TryFrom<i32> for PixelType {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Struct containing frame data in one of eight pixel types. Cast to Array2<T> using try_into.
|
/// Struct containing frame data in one of eight pixel types. Cast to `Array2<T>` using try_into.
|
||||||
#[derive(Clone, Debug)]
|
#[derive(Clone, Debug)]
|
||||||
pub enum Frame {
|
pub enum Frame {
|
||||||
INT8(Array2<i8>),
|
INT8(Array2<i8>),
|
||||||
|
|||||||
Reference in New Issue
Block a user