tabularium 0.1.6

Markdown-oriented document store library (SQLite + Tantivy)
Documentation
1
2
3
4
5
//! WebSocket client (`ws://` only in stage 1; `wss://` deferred).

mod client;

pub use client::{Client, RecvMessage, ws_url_from_http_base};