vault backup: 2025-12-14 09:52:30

This commit is contained in:
akulij 2025-12-14 09:52:30 +08:00
parent 7312a7027d
commit b9687e749d

View File

@ -371,6 +371,7 @@ crate-type = ["cdylib"] # cdylib означает, что нужно собра
```rust ```rust
use std::ffi::CStr; use std::ffi::CStr;
#[repr(C)]
pub struct Cased { pub struct Cased {
cstring: *const c_char, cstring: *const c_char,
case: bool, // true for uppercase, case: bool, // true for uppercase,