Crate solana_svm_type_overrides

Crate solana_svm_type_overrides 

Source
👎Deprecated since 3.1.0: This crate has been marked for formal inclusion in the Agave Unstable API. From v4.0.0 onward, the agave-unstable-api crate feature must be specified to acknowledge use of an interface that may break without warning.
Expand description

This lib contains both standard imports and imports shuttle. Shuttle is a Rust crate that facilitates multithreaded testing. It has its own scheduler and can efficiently detect bugs in concurrent code. The downside is that we need to replace all imports by those from Shuttle.

Instead of importing from std, rand, and so on, import the following from solana-type-override, and include the ‘shuttle-test’ feature in your crate to use shuttle.

Modules§

hintDeprecated
randDeprecated
syncDeprecated
threadDeprecated