mirror of
https://git.mentality.rip/numas13/xash3d-master.git
synced 2025-03-10 12:41:23 +00:00
protocol: rename internal cursor modules
This commit is contained in:
parent
00233d3a10
commit
2350ccbe55
@ -1,13 +1,13 @@
|
||||
// SPDX-License-Identifier: LGPL-3.0-only
|
||||
// SPDX-FileCopyrightText: 2023 Denis Drakhnia <numas13@gmail.com>
|
||||
|
||||
mod cursor;
|
||||
mod cursor_mut;
|
||||
mod read;
|
||||
mod write;
|
||||
|
||||
use core::fmt;
|
||||
|
||||
pub use cursor::{Cursor, GetKeyValue};
|
||||
pub use cursor_mut::{CursorMut, PutKeyValue};
|
||||
pub use read::{Cursor, GetKeyValue};
|
||||
pub use write::{CursorMut, PutKeyValue};
|
||||
|
||||
/// The error type for `Cursor` and `CursorMut`.
|
||||
#[derive(Debug, PartialEq, Eq)]
|
||||
|
Loading…
x
Reference in New Issue
Block a user