| Crates.io | popeyes_trading_types |
| lib.rs | popeyes_trading_types |
| version | 0.3.3 |
| created_at | 2025-06-26 16:21:43.820368+00 |
| updated_at | 2026-01-07 16:09:45.912728+00 |
| description | Common types for trading applications |
| homepage | |
| repository | |
| max_upload_size | |
| id | 1727543 |
| size | 79,129 |
Common types for trading applications.
[dependencies]
popeyes_trading_types = "0.2"
cargo build
cargo test
cargo fmt -- --config imports_granularity=Crate,group_imports=StdExternalCrate
CARGO_REGISTRY_TOKEN in your repository settings (Settings → Secrets and variables → Actions)Cargo.tomlgit add Cargo.toml
git commit -m "Bump version to x.y.z"
git tag vx.y.z
git push && git push --tags
MIT