ssts-org-client 0.3.0

Rust client for the Solana Security Token
Documentation
# Security Token Client

Rust client for the Solana Security Token Standard (SSTS). This crate exposes
instructions, account types, errors, and program IDs for the SSTS program.

## Installation

```toml
[dependencies]
ssts-org-client = "1.0.0"
```

## Usage

```rust
use security_token_client::{instructions, types};
```

The library crate name is `security_token_client`.