xlang_targets 0.1.0

ABI Safe Interfaces for target triples and discovering compiler-required information about targets
Documentation

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.