ruspiro-singleton 0.0.2

The crates provides a simple singleton pattern
Documentation
{
    "abi-blacklist": [
      "stdcall",
      "fastcall",
      "vectorcall",
      "thiscall",
      "win64",
      "sysv64"
    ],
    "arch": "arm",
    "data-layout": "e-m:e-p:32:32-i64:64-v128:64:128-a:0:32-n32-S64",
    "dynamic-linking": true,
    "env": "gnu",
    "executables": true,
    "features": "+v8,+vfp3,+d16,+thumb2,+neon",
    "has-elf-tls": true,
    "has-rpath": true,
    "is-builtin": false,
    "linker-flavor": "gcc",
    "linker-is-gnu": true,
    "llvm-target": "armv8-none-gnueabihf",
    "max-atomic-width": 64,
    "os": "none",
    "position-independent-executables": true,
    "pre-link-args": {
      "gcc": [
        "-Wl,--as-needed",
        "-Wl,-z,noexecstack",
        "-mfpu=neon-fp-armv8",
        "-mfloat-abi=hard",
        "-march=armv8-a"
      ]
    },
    "relro-level": "full",
    "target-c-int-width": "32",
    "target-endian": "little",
    "target-family": "ruspiro-pi3",
    "target-mcount": "\u0001__gnu_mcount_nc",
    "target-pointer-width": "32",
    "vendor": "unknown"
  }