Docs.rs
gmodx-0.25.0
gmodx 0.25.0
Permalink
Docs.rs crate page
MIT
11 July 2026
Links
Repository
crates.io
Source
Owners
Srlion
Dependencies
bstr ^1.12
normal
crossbeam-queue ^0.3.12
normal
gmodx-macros ^0.5.0
normal
inventory ^0.3.24
normal
libloading ^0.8.9
normal
rust_decimal ^1
normal
optional
rustc-hash ^2.1.3
normal
tokio ^1
normal
optional
tokio-util ^0.7
normal
optional
typeid ^1.0.3
normal
srlion-xutex ^0.3.0
normal
bindgen ^0.72.1
build
Versions
15.44%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
XCell
gmodx
0.25.0
XCell
Aliased Type
In gmodx::
sync
gmodx
::
sync
Type Alias
XCell
Copy item path
Source
pub type XCell<T> =
RefCell
<T>;
Aliased Type
ยง
pub struct XCell<T> {
/* private fields */
}