# Aerospike Rust Client Sync
[crates-io-image]: https://img.shields.io/crates/v/aerospike.svg
[crates-io-url]: https://crates.io/crates/aerospike
[docs-image]: https://docs.rs/aerospike/badge.svg
[docs-url]: https://docs.rs/aerospike/
A sub-package for [Aerospike](https://www.aerospike.com/) client library for Rust.
The sync package API mirror the async package; You just don't need to use the `async` features.