Docs.rs
arcdps-imgui-0.8.0
arcdps-imgui 0.8.0
Permalink
Docs.rs crate page
MIT
/
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
Sejsel
Dependencies
bitflags ^1
normal
arcdps-imgui-sys ^0.8.0
normal
parking_lot ^0.11
normal
memoffset ^0.6
dev
Versions
70.99%
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
im_str
arcdps_
imgui
0.8.0
arcdps_imgui
Macro
im_str
Copy item path
Source
macro_rules! im_str { ($e:literal $(,)?) => { ... }; ($e:literal, $($arg:tt)+) => { ... }; }
👎
Deprecated: all functions take AsRef<str> now – use inline strings or
format
instead