rust/src/doc/style/platform.md
2015-02-16 17:04:16 -05:00

248 B

% 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.