SkillAgentSearch skills...

Intptr

Unmanaged, explicitly sized and typed Pointers.

Install / Use

/learn @CasualX/Intptr
About this skill

Quality Score

0/100

Supported Platforms

Zed

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.

Related Skills

View on GitHub
GitHub Stars9
CategoryDevelopment
Updated8d ago
Forks3

Languages

Rust

Security Score

85/100

Audited on Mar 26, 2026

No findings