#primitive #utilities #dealing #phantom-data

no-std phanta

phanta implements several primitives and utilities for dealing with PhantomData

1 unstable release

0.0.0 Jul 24, 2024

#8 in #phantom-data

Apache-2.0

6KB

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

Example: Linear Model (biased)

    extern crate phanta;

    fn main() -> anyhow::Result<()> {
        tracing_subscriber::fmt::init();
        tracing::info!("Starting linear model example");


        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

Dependencies

~165KB