injectorpp 0.5.1

Injectorpp is a powerful tool designed to facilitate the writing of unit tests without the need to introduce traits solely for testing purposes. It streamlines the testing process by providing a seamless and efficient way to abstract dependencies, ensuring that your code remains clean and maintainable.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
pub(crate) mod arm64_codegenerator;
pub(crate) mod common;
pub(crate) mod internal;
pub(crate) mod linuxapi;
pub(crate) mod macosapi;
pub(crate) mod patch_amd64;
pub(crate) mod patch_arm;
pub(crate) mod patch_arm64;
pub(crate) mod patch_trait;
pub(crate) mod thread_local_registry;
pub(crate) mod utils;
pub(crate) mod winapi;