#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

#1157 in Encoding

Download history 847/week @ 2025-09-14 874/week @ 2025-09-21 997/week @ 2025-09-28 856/week @ 2025-10-05 719/week @ 2025-10-12 1076/week @ 2025-10-19 591/week @ 2025-10-26 2375/week @ 2025-11-02 2052/week @ 2025-11-09 2344/week @ 2025-11-16 1488/week @ 2025-11-23 3210/week @ 2025-11-30 3964/week @ 2025-12-07 2642/week @ 2025-12-14 1750/week @ 2025-12-21 1566/week @ 2025-12-28

10,231 downloads per month
Used in 21 crates (18 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

~240–620KB
~13K SLoC