Important:
Extensions that use shared memory must be loaded via
postgresql.conf'sshared_preload_librariesconfiguration setting.
For now, please check out the example in src/lib.rs. It demonstrates how to
safely use standard Rust types, Rust Atomics, and various data structures from
heapless via Postgres' shared memory system.