#yaml #wolfram #pkl #format #json #run-time #wex

app wxf-converter

将yaml、json、pkl文件转换为wolfram格式

3个版本

0.3.2 2022年3月27日
0.3.1 2022年3月27日
0.3.0 2020年3月23日

#6 in #pkl

MPL-2.0许可证

230KB
9K SLoC

Wolfram Exchange

wex是一个工具,可以将各种格式如yamltoml转换为wolfram格式,无需Wolfram运行时

安装

  • 你是Rust用户吗?
cargo install wxf-converter
  • 想要尝试Rust吗?

https://rust-lang.net.cn/tools/install

  • 否则

GitHub发行版中下载预编译的可执行文件

重命名为wex并将其放置在$Path

用法

基本

wex in.yml      # check file but no output
wex in.yml -t   # output only text
wex in.yml -c   # output only binary
wex in.yml -ct  # output both text and binary

高级

使用wex -h获取帮助。

Wolfram Format Converter

USAGE:
    wex [FLAGS] [OPTIONS] <INPUT>

FLAGS:
    -b, --binary      Generates wxf file
    -c, --compress    Generates mx file
    -t, --text        Generates m file
    -h, --help        Prints help information
    -V, --version     Prints version information

OPTIONS:
    -f, --format <Format>    Sets the input file format

ARGS:
    <INPUT>    Sets the input file to use

贡献

如果您有任何问题或建议,请发布在

https://github.com/GalAster/wolfram-exchange/issues

依赖项

~9MB
~173K SLoC