[go: up one dir, main page]

linkme 0.3.1

Safe cross-platform linker shenanigans
Documentation
1
2
3
4
5
6
7
8
use linkme::distributed_slice;

pub struct Unit;

#[distributed_slice]
pub static ZEROSIZED: [Unit] = [..];

fn main() {}