summary refs log tree commit diff
path: root/src/doc/style/platform.md
blob: d29d060b6946195deb8238a438d77f05a8c65412 (plain)
1
2
3
4
5
6
7
% 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.