[][src]Macro dirmod_docsrs_test::family

family!() { /* proc-macro */ }

Includes modules based on the target_family cfg attribute.

This macro is identical to os!, except target_os is replaced with target_family, hence only accepting windows.rs and unix.rs.

However, similar to os!, this macro does not validate values. Use the || syntax to report errors correctly.