phanta 0.0.0

phanta implements several primitives and utilities for dealing with `PhantomData`
Documentation
  • Coverage
  • 28.57%
    2 out of 7 items documented0 out of 5 items with examples
  • Size
  • Source code size: 7.54 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.59 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 28s Average build duration of successful builds.
  • all releases: 28s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • FL03

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