intptr

Crates.iointptr
lib.rsintptr
version0.1.6
sourcesrc
created_at2020-01-14 01:09:40.693408
updated_at2022-07-09 18:50:48.337364
descriptionUnmanaged, explicitly sized and typed Pointers.
homepage
repositoryhttps://github.com/CasualX/intptr
max_upload_size
id198218
size23,286
Casper (CasualX)

documentation

https://docs.rs/intptr/

README

IntPtr

MIT License crates.io docs.rs Build status

Unmanaged, explicitly sized and typed Pointers.

Library

This library is available on crates.io.

Documentation can be found on docs.rs.

In your Cargo.toml, put

[dependencies]
intptr = "0.1"

Examples

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.

License

Licensed under MIT License, see license.txt.

Contribution

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.

Commit count: 12

cargo fmt