Skip to content

Instantly share code, notes, and snippets.

@nelhage
nelhage / Cargo.toml
Last active May 4, 2020 03:19 — forked from alex/Cargo.toml
vectorized contains4 implementation in rust
[package]
name = "f"
version = "0.1.0"
authors = ["Alex Gaynor <alex.gaynor@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
packed_simd = "0.3"