Skip to content

Latest commit

 

History

History
 
 

serde-lexpr

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

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: