Rust client for the Solana Security Token Standard (SSTS). This crate exposes
instructions, account types, errors, and program IDs for the SSTS program.
```toml
[dependencies]
ssts-org-client = "1.0.0"
```
```rust
use security_token_client::{instructions, types};
```
The library crate name is `security_token_client`.