pikkr 0.0.8

A Rust library providing the Pikkr core APIs
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "pikkr"
version = "0.0.8"
authors = ["Keiji Yoshida <keijiyoshida.mail@gmail.com>"]
description = "A Rust library providing the Pikkr core APIs"
documentation = "https://docs.rs/pikkr"
homepage = "https://github.com/pikkr/pikkr"
repository = "https://github.com/pikkr/pikkr"
readme = "README.md"
keywords = ["pikkr", "json"]
categories = ["algorithms", "data-structures", "parser-implementations", "parsing", "text-processing"]
license = "MIT/Apache-2.0"

[dependencies]
x86intrin = "0.4.3"