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

#2619 in Parser implementations

Download history 374/week @ 2024-06-18 342/week @ 2024-06-25 170/week @ 2024-07-02 474/week @ 2024-07-09 407/week @ 2024-07-16 448/week @ 2024-07-23 404/week @ 2024-07-30 559/week @ 2024-08-06 618/week @ 2024-08-13 372/week @ 2024-08-20 424/week @ 2024-08-27 384/week @ 2024-09-03 329/week @ 2024-09-10 371/week @ 2024-09-17 429/week @ 2024-09-24 430/week @ 2024-10-01

1,678 downloads per month
Used in 16 crates (13 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

~170–485KB
~10K SLoC