roogle-engine 0.1.0

A Rust API search engine
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.roogle-index]
version = "0.1.0"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[package]
authors = ["Hirochika Matsumoto <git@hkmatsumoto.com>"]
description = "A Rust API search engine"
edition = "2018"
license = "MIT OR Apache-2.0"
name = "roogle-engine"
repository = "https://github.com/hkmatsumoto/roogle"
version = "0.1.0"