| Crates.io | roogle-engine |
| lib.rs | roogle-engine |
| version | 1.0.2 |
| created_at | 2021-08-15 19:50:34.586649+00 |
| updated_at | 2021-10-23 18:17:21.358687+00 |
| description | A Rust API search engine |
| homepage | https://roogle.hkmatsumoto.com |
| repository | https://github.com/hkmatsumoto/roogle |
| max_upload_size | |
| id | 437462 |
| size | 40,461 |
Roogle is a Rust API search engine, which allows you to search functions by names and type signatures.
<T>)<T: Copy>)IpAddr)Vec<T>, Option<T>)$ cargo r --release
# Then, on another shell session, run:
$ curl -X GET \
-d "fn (Option<Result<T, E>>) -> Result<Option<T>, E>" \
"localhost:8000/search?scope=set:libstd"