distri-types 0.3.5

Shared message, tool, and config types for Distri
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# distri-types

Shared types for the Distri ecosystem: messages, tool definitions, and client config.

Most users should depend on `distri` for the client API. Use this crate only if you
need the core data structures in a separate integration.

## Install

```toml
[dependencies]
distri-types = "0.2.4"
```

## License

MIT