lamina-platform 0.1.0

Platform and target detection for Lamina compiler
Documentation
  • Coverage
  • 18.18%
    8 out of 44 items documented2 out of 10 items with examples
  • Size
  • Source code size: 58.89 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 566.09 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 2s Average build duration of successful builds.
  • all releases: 2s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • SkuldNorniern/lamina
    81 7 4
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • SkuldNorniern

lamina-platform - Platform and target detection

This crate provides target architecture and operating system detection and definitions. It's separated from the main lamina crate to avoid dependency cycles with ras and other components.

Modules

  • [target] - Target architecture and operating system definitions
  • [detection] - Host system detection functions
  • [simd] - SIMD capabilities detection (nightly feature)