Skip to content

Commit

Permalink
add query syntax in readme
Browse files Browse the repository at this point in the history
fix all #18
  • Loading branch information
asukaminato0721 authored Jul 13, 2024
1 parent 0ba1c45 commit acedd38
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,12 @@ $ curl -X GET \
"localhost:8000/search?scope=set:libstd"
```

## Query Syntax

- `fn f(type) -> type`
- `fn (type) -> type`
- `fn(type) -> type`
- `(type) -> type`

## Related Project
- [cargo-roogle](https://github.com/roogle-rs/cargo-roogle)

0 comments on commit acedd38

Please sign in to comment.