static_init 0.5.2

Code execution during program initialization/termination phases and non const static initialization (and drop)
Documentation

static_init

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 9 feature flags, 6 of them enabled by default.

default

  • lazy
  • atexit
  • thread_local_drop

lazy

  • static_init_macro/lazy
  • parking_lot

atexit

  • static_init_macro/atexit
  • libc

thread_local_drop

  • static_init_macro/thread_local_drop

parking_lot

    This feature flag does not enable additional features.

libc

    This feature flag does not enable additional features.

debug_order

  • static_init_macro/debug_order

test_thread_local

    This feature flag does not enable additional features.

test_no_global_lazy_hint

    This feature flag does not enable additional features.