syncular 0.2.1

Deprecated: the Syncular Rust client moved to the `syncular-client` crate. This crate is a placeholder.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
//! # `syncular` is deprecated
//!
//! The Syncular Rust client core has moved to the
//! [`syncular-client`](https://crates.io/crates/syncular-client) crate.
//!
//! This crate is an empty placeholder published only to point existing
//! users at the new crate name. Depend on `syncular-client` instead:
//!
//! ```toml
//! [dependencies]
//! syncular-client = "0.2"
//! ```
//!
//! Related crates:
//! - `syncular-client` — the Rust client core
//! - `syncular-ssp2` — the SSP2 wire codec (`use ssp2::...`)
//! - `syncular-command` — the shared JSON command router
//! - `syncular-ffi` — the C-ABI native library (`libsyncular`)