Registry / serialization / lexpr
library0.2.7rscratesunverified

A representation for Lisp data structures in Rust.

# Cargo.toml [dependencies] lexpr = "0.2.7"
INSTALL
IMPORT
SIG · LEXPR
L
lexpr
serializationrustv0.2.7
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.

Value
use lexpr::Value;

Creates a Lisp symbol value.

use lexpr::Value; fn main() { let val = Value::Symbol("hello".into()); println!("Lisp value: {:?}", val); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.2.7latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
lexpr — cargo add lexpr · libregistry