Registry / utility / impls-index

impls-index

JSON →
library0.11.0rscratesunverified

Macros to put each function under a named macro to index every function in a class.

# Cargo.toml [dependencies] impls_index = "0.11.0"
INSTALL
IMPORT
SIG · IMPLS-INDEX
I
impls-index
utilityrustv0.11.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

impls_index
use impls_index::impls_index;

Creates an indexed set of functions for a struct.

use impls_index::impls_index; impls_index! { struct MyStruct; impl MyStruct { fn foo(&self) {} fn bar(&self) {} } } fn main() { println!("Indexed functions"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.11.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
impls-index — cargo add impls-index · libregistry