Crates.io | intptr |
lib.rs | intptr |
version | 0.1.6 |
source | src |
created_at | 2020-01-14 01:09:40.693408 |
updated_at | 2022-07-09 18:50:48.337364 |
description | Unmanaged, explicitly sized and typed Pointers. |
homepage | |
repository | https://github.com/CasualX/intptr |
max_upload_size | |
id | 198218 |
size | 23,286 |
Unmanaged, explicitly sized and typed Pointers.
This library is available on crates.io.
Documentation can be found on docs.rs.
In your Cargo.toml, put
[dependencies]
intptr = "0.1"
This crate's purpose is to model 32-bit and 64-bit 'pointers' to memory outside of your address space.
Eg. when interacting with other processes' memory address space.
Licensed under MIT License, see license.txt.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, shall be licensed as above, without any additional terms or conditions.