rename cchar_ptr_ext.rs + dont rexport stdext

This commit is contained in:
do butterflies cry? 2026-03-29 00:01:47 +10:00
parent b0bfbf147a
commit bd1db0be3a
Signed by: cry
GPG key ID: F68745A836CA0412
2 changed files with 2 additions and 3 deletions

View file

@ -1,4 +1,3 @@
mod cchar_ptr_ext;
mod cchar_ptr;
pub(crate) use cchar_ptr_ext::{AsCPtr, CCharPtrExt};
pub(crate) use stdext::*;
pub(crate) use cchar_ptr::{AsCPtr, CCharPtrExt};