sas_run 0.1.1

用于windows下读取注册表中的SAS路径来执行指定的SAS程序文件
docs.rs failed to build sas_run-0.1.1
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: sas_run-0.1.7

sas_run

用于windows下读取注册表中的SAS路径来执行指定的SAS程序文件

要求

需要安装SAS Base用于运行SAS程序

示例

let mut sas = Sas::new(Encoding::UTF8, r"sample.sas", None);
sas.run()?;