#platform #husky #language #definition #representation #target #programming

husky-platform

representation of a target platform for the Husky programming language

1 unstable release

0.1.0 Nov 16, 2022

#1723 in Development tools

MIT/Apache

18KB
464 lines

Platform definition.

This defines a Platform type which is used to specify a target platform. There are two kinds, a named target like x86_64-apple-darwin, and a "cfg expression" like cfg(any(target_os = "macos", target_os = "ios")).

See examples/matches.rs for an example of how to match against a Platform.

Dependencies

~0.3–1MB
~21K SLoC