Crate syntaxdb [] [src]

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

Reexports

pub use language::Language;
pub use concept::Concept;
pub use category::Category;

Modules

category
concept
language

Structs

SyntaxDbClient