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