Docs.rs
intercom-0.4.0
intercom 0.4.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
Rantanen
Dependencies
failure ^0.1
normal
handlebars ^2.0
normal
optional
intercom-attributes ^0.4
normal
log ^0.4
normal
serde ^1.0
normal
optional
serde_derive ^1.0
normal
optional
regex ^1.5
dev
simple_logger ^1.6
dev
libc ^0.2
normal
Versions
23.77%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
intercom
0.4.0
Module alloc
Module Items
Structs
Constants
Traits
Functions
In crate intercom
intercom
Module
alloc
Copy item path
Source
Structs
§
Allocator
A memory allocator to be used for allocating/deallocating memory shared with intercom libraries.
Static__
intercom_
vtable_
for_
Allocator
Constants
§
CLSID_
Allocator
Allocator
class ID.
Traits
§
IAllocator
Functions
§
allocate
⚠
Allocates a segment of memory that is safe to pass through intercom interfaces.
free
⚠
Frees a segment of memory received through intercom interfaces.