#s-expr #lisp #serde

serde-lexpr

Serde support for Lisp S-expressions

4 releases

0.1.3 Mar 16, 2023
0.1.2 Jan 9, 2021
0.1.1 Jul 1, 2019
0.1.0 Jun 30, 2019

#1593 in Encoding

Download history 6037/week @ 2026-01-24 6547/week @ 2026-01-31 5387/week @ 2026-02-07 5459/week @ 2026-02-14 3566/week @ 2026-02-21 3408/week @ 2026-02-28 5011/week @ 2026-03-07 3143/week @ 2026-03-14 3796/week @ 2026-03-21 3398/week @ 2026-03-28 2968/week @ 2026-04-04 4522/week @ 2026-04-11 4137/week @ 2026-04-18 5970/week @ 2026-04-25 6613/week @ 2026-05-02 4187/week @ 2026-05-09

21,748 downloads per month
Used in 29 crates (20 directly)

MIT/Apache

320KB
6.5K SLoC

serde-lexpr: Serde S-expressions Latest Version Rustc Version 1.45+

You may be looking for:

This crate is a Rust library for using the Serde serialization framework with data in S-expression format, which are the human-readable, textual representation of code and data in the Lisp family of languages.

This library does not implement an S-expression parser; it is built upon lexpr, which provides a parser and serializer.

Licensing

The code and documentation in the lexpr crate is free software, dual-licensed under the MIT or Apache-2.0 license, at your choosing.

The lexpr repository contains code and documentation adapted from the following projects, all licensed under the same conditions as serde-lexpr itself:

Dependencies

~195–550KB
~11K SLoC