link-section 0.17.0

Link-time initialized slices for Rust, with full support for Linux, macOS, Windows, WASM and many more platforms.
Documentation
1
2
3
4
5
6
7
use link_section::section;

#[section(untyped)]
static BAD_SECTION: link_section::TypedSection<u32>;

fn main() {
}