Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 248 Bytes

platform.md

File metadata and controls

7 lines (5 loc) · 248 Bytes

% FFI and platform-specific code [FIXME]

[FIXME] Not sure where this should live.

When writing cross-platform code, group platform-specific code into a module called platform. Avoid #[cfg] directives outside this platform module.