forked from MightyPork/crsn
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
525 B
16 lines
525 B
4 years ago
|
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/).
|