Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cgaebel/sexp

S expression parser for rust
https://github.com/cgaebel/sexp

Last synced: 19 days ago
JSON representation

S expression parser for rust

Awesome Lists containing this project

README

        

Sexp
=====

A small, simple, self-contained, s-expression parser and pretty-printer.

[![crates.io](https://img.shields.io/crates/v/sexp.svg)](https://crates.io/crates/sexp/)

[![Build Status](https://travis-ci.org/cgaebel/sexp.svg?branch=master)](https://travis-ci.org/cgaebel/sexp)

[![Coverage Status](https://coveralls.io/repos/cgaebel/sexp/badge.svg?branch=master&service=github)](https://coveralls.io/github/cgaebel/sexp?branch=master)

Documentation
-------------

See the [API Docs](https://cgaebel.github.io/sexp/).