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
error: Use #[section(typed)] to create a typed section
 --> tests/errors/bad_section.rs:3:1
  |
3 | #[section(untyped)]
  | ^^^^^^^^^^^^^^^^^^^
  |
  = note: this error originates in the macro `$crate::__section_parse_impl` which comes from the expansion of the attribute macro `section` (in Nightly builds, run with -Z macro-backtrace for more info)