Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/cgaebel/sexp
- Owner: cgaebel
- License: mit
- Created: 2015-11-05T03:57:13.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-06-06T09:05:56.000Z (over 1 year ago)
- Last Synced: 2024-10-13T02:50:39.697Z (about 1 month ago)
- Language: Rust
- Size: 539 KB
- Stars: 16
- Watchers: 2
- Forks: 12
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/).