| Crates.io | phanta |
| lib.rs | phanta |
| version | 0.0.0 |
| created_at | 2024-07-24 17:54:16.004928+00 |
| updated_at | 2024-07-24 17:54:16.004928+00 |
| description | phanta implements several primitives and utilities for dealing with `PhantomData` |
| homepage | https://github.com/FL03/phanta/wiki |
| repository | https://github.com/FL03/phanta.git |
| max_upload_size | |
| id | 1314200 |
| size | 8,058 |
phanta implements several primitives and utilities for dealing with PhantomData
Start by cloning the repository
git clone https://github.com/FL03/phanta.git
cd phanta
cargo build --features full -r --workspace
extern crate phanta;
fn main() -> anyhow::Result<()> {
Ok(())
}
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.