bwq 0.4.2

A linter and language server for Brandwatch query files (.bwq)
Documentation
1
2
3
4
5
6
7
pub mod check;
pub mod examples;
pub mod server;

pub use check::run_check;
pub use examples::run_examples;
pub use server::run_server;