Skip to content

Instantly share code, notes, and snippets.

@yiunsr
yiunsr / Cargo.toml
Created December 2, 2021 12:48
ss_csv vs csv-core
[package]
name = "ss-csv-diff"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
csv-core = "0.1.10"
ss-csv = { git = "https://github.com/yiunsr/ss-csv.git", tag="v0.2.0" }
@yiunsr
yiunsr / Cargo.toml
Last active December 2, 2021 12:44
bufchr vs memchr.md
[package]
name = "search_char_ben"
version = "0.1.0"
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bufchr = { git = "https://github.com/yiunsr/bufchr", tag = "v0.3" }
# bufchr = { path = "D:\\workspace\\vscode2\\bufchr"}