1 unstable release

Uses old Rust 2015

0.1.0 May 18, 2017

#244 in #rest

MIT license

16KB
324 lines

rust-syntaxdb

Build Status Coverage Status License

Rust client library for SyntaxDB API


lib.rs:

This library is a wrapper around SyntaxDB rest API. SyntaxDB allows users to quickly look up syntax for programming languages. SyntaxDB is designed for programmers who often need to do a Google search for their syntax needs. Primary usage area for SyntaxDB is editor and IDE integrations. This library helps you if you plan to write an extension for an editor using Rust

Dependencies

~6–16MB
~229K SLoC