phanta

Crates.iophanta
lib.rsphanta
version0.0.0
sourcesrc
created_at2024-07-24 17:54:16.004928
updated_at2024-07-24 17:54:16.004928
descriptionphanta implements several primitives and utilities for dealing with `PhantomData`
homepagehttps://github.com/FL03/phanta/wiki
repositoryhttps://github.com/FL03/phanta.git
max_upload_size
id1314200
size8,058
Joe McCain III (FL03)

documentation

README

phanta

crates.io docs.rs

clippy rust


The library is currently in the early stages of development and is not yet ready for production use.

phanta implements several primitives and utilities for dealing with PhantomData

Features

Getting Started

Building from the source

Start by cloning the repository

git clone https://github.com/FL03/phanta.git
cd phanta
cargo build --features full -r --workspace

Usage

Examples

    extern crate phanta;

    fn main() -> anyhow::Result<()> {

        Ok(())
    }

Contributing

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.

License

Commit count: 0

cargo fmt