| Crates.io | wxf-converter |
| lib.rs | wxf-converter |
| version | 0.3.2 |
| created_at | 2020-03-23 05:14:23.282219+00 |
| updated_at | 2022-03-27 12:58:36.694588+00 |
| description | Transform yaml, json, pkl files to wolfram |
| homepage | |
| repository | https://github.com/oovm/wolfram-exchange |
| max_upload_size | |
| id | 221642 |
| size | 21,872 |
wex is a tool that can convert various formats such as yaml, toml to wolfram format, without the need of the wolfram runtime.
cargo install wxf-converter
https://www.rust-lang.org/tools/install
Download the precompiled executable in Github Release
Rename to wex and put under $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
use wex -h to get help.
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
If you have any questions or suggestions, post them on: