xlang_targets 0.1.0

ABI Safe Interfaces for target triples and discovering compiler-required information about targets
Documentation
  • Coverage
  • 100%
    120 out of 120 items documented0 out of 20 items with examples
  • Size
  • Source code size: 76.43 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.76 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 18s Average build duration of successful builds.
  • all releases: 18s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • chorman0773

Library to describe the behaviours of targets in xlang Most properties of targets are exposed via this interface, and plugins (including frontends and backends), as well as drivers, should query the properties in this library, rather than maintaining their own list of properties.

This library also provides an ABI safe version of the [target_tuples::Target] type.