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

#4 in #s-expression

Download history 592/week @ 2024-11-21 392/week @ 2024-11-28 477/week @ 2024-12-05 730/week @ 2024-12-12 260/week @ 2024-12-19 189/week @ 2024-12-26 377/week @ 2025-01-02 603/week @ 2025-01-09 529/week @ 2025-01-16 829/week @ 2025-01-23 700/week @ 2025-01-30 629/week @ 2025-02-06 556/week @ 2025-02-13 727/week @ 2025-02-20 736/week @ 2025-02-27 1115/week @ 2025-03-06

3,299 downloads per month
Used in 18 crates (15 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

~155–455KB