iota-client 1.4.0

The official, general-purpose IOTA client library in Rust for interaction with the IOTA network (Tangle)
Documentation
---
description: Official IOTA Client Library Rust API reference.
image: /img/logo/iota_mark_light.png
keywords:
- api
- rust
- cargo
- crate
- reference
---
# API Reference

API reference

You can find the [API reference](https://docs.rs/iota-client) in [docs.rs](https://docs.rs/), or generate it yourself. 

If you would like to explore the implementation in more depth, the following command generates docs for the whole crate, including private modules:

```bash
cargo doc --document-private-items --no-deps --open
```