vault backup: 2025-12-14 09:52:30
This commit is contained in:
parent
7312a7027d
commit
b9687e749d
@ -371,6 +371,7 @@ crate-type = ["cdylib"] # cdylib означает, что нужно собра
|
||||
```rust
|
||||
use std::ffi::CStr;
|
||||
|
||||
#[repr(C)]
|
||||
pub struct Cased {
|
||||
cstring: *const c_char,
|
||||
case: bool, // true for uppercase,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user