A Rust API search engine
See the codeRoogle 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"
$ docker-compose up
# 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"
fn f(type) -> typefn (type) -> typefn(type) -> type(type) -> typeRust
98.7%
Dockerfile
1.3%
A Rust API search engine
See the codeRoogle 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"
$ docker-compose up
# 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"
fn f(type) -> typefn (type) -> typefn(type) -> type(type) -> typeRust
98.7%
Dockerfile
1.3%