Registry / utility / wolfram-expr

wolfram-expr

JSON →
library0.1.4rscratesunverified

Efficient and ergonomic representation of Wolfram expressions in Rust

# Cargo.toml [dependencies] wolfram-expr = "0.1.4"
INSTALL
IMPORT
SIG · WOLFRAM-EXPR
W
wolfram-expr
utilityrustv0.1.4
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Expr
✓ use wolfram_expr::Expr;

Create and print a Wolfram expression symbol

use wolfram_expr::Expr; fn main() { let expr = Expr::symbol("x"); println!("{:?}", expr); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.4latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources
wolfram-expr — cargo add wolfram-expr · libregistry