should not have been pub use, documentation fixes

This commit is contained in:
Vinzenz Schroeter 2024-05-28 22:23:21 +02:00
commit 084c3df1db
9 changed files with 43 additions and 31 deletions

View file

@ -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;