| Crates.io | serde-lexpr |
| lib.rs | serde-lexpr |
| version | 0.1.3 |
| created_at | 2019-06-30 22:54:00.244717+00 |
| updated_at | 2023-03-16 20:50:02.487746+00 |
| description | Serde support for Lisp S-expressions |
| homepage | |
| repository | https://github.com/rotty/lexpr-rs |
| max_upload_size | |
| id | 145044 |
| size | 65,617 |
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.
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: