#原始类型 #工具 #处理 #幻数数据

不使用 std phanta

phanta 实现了处理 PhantomData 的几个原始类型和工具

1 个不稳定版本

0.0.0 2024年7月24日

#8#phantom-data

Download history 113/week @ 2024-07-23 6/week @ 2024-07-30

每月119 次下载

Apache-2.0

6KB

phanta

crates.io docs.rs

clippy rust


该库目前处于开发初期,尚未准备好用于生产使用。

phanta 实现了处理 PhantomData 的几个原始类型和工具

功能

入门

从源代码构建

首先克隆仓库

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

使用方法

示例:线性模型(有偏)

    extern crate phanta;

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


        Ok(())
    }

贡献

欢迎提交拉取请求。对于重大更改,请首先提交问题以讨论您想要进行的更改。

请确保根据需要更新测试。

许可证

依赖项

~170KB