should not have been pub use, documentation fixes
This commit is contained in:
parent
69d4cff0bf
commit
084c3df1db
9 changed files with 43 additions and 31 deletions
|
|
@ -1,5 +1,8 @@
|
|||
pub use servicepoint::ByteGrid;
|
||||
use servicepoint::{DataRef, Grid};
|
||||
//! C functions for interacting with `ByteGrid`s
|
||||
//!
|
||||
//! prefix `sp_byte_grid_`
|
||||
|
||||
use servicepoint::{ByteGrid, DataRef, Grid};
|
||||
|
||||
use crate::c_slice::CByteSlice;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue