Constant std::env::consts::DLL_PREFIX

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

指定用于此平台上的共享库的文件名前缀。 示例值为 lib

一些可能的值:

  • lib
  • "" (空字符串)