# World ID Primitives
Core primitive types for the World ID Protocol.
## Overview
This crate provides the foundational types and structures used throughout the World ID Protocol. It focuses on defining raw primitives without complex implementation logic, keeping dependencies minimal.
## Key Types
- `Credential`: A World ID Credential contains representations about a holder, attested by an Issuer.
- `WorldIdProof`: Representation of a World ID Proof.
## License
MIT - See [LICENSE](../../LICENSE) for details.
## Links
- [General Documentation](https://docs.world.org/world-id)
- [Crate Documentation](https://docs.rs/world-id-primitives)
- [Repository](https://github.com/worldcoin/world-id-protocol)