Constant std::env::consts::DLL_SUFFIX

1.0.0 · source ·
pub const DLL_SUFFIX: &str;
Expand description

指定此平台上共享库使用的文件名后缀。 示例值为 .so

一些可能的值:

  • .so
  • .dylib
  • .dll