V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
Wichna
V2EX  ›  Rust

Query.rs - A Search Engine for Rust

  •  1
     
  •   Wichna · 56 天前 · 966 次点击
    这是一个创建于 56 天前的主题,其中的信息可能已经有所发展或是发生改变。

    https://query.rs 是一个专门为 Rust 打造的搜索引擎,现在支持标准库文档、crates 、第三方 crate 文档、Rust 书籍和各种 Rust 相关资料的搜索,其中一个功能是可以根据 type signature 搜索,比如找一个把 Vec 转成 usize 的函数可以用 vec -> usize ,类似 Haskell 的 Hoogle 。

    试试: https://query.rs?q=vec-%3Eusize

    你也可以在这个页面把自己经常搜索的 crate 加进来,然后直接在输入框搜索相关文档:

    试试: https://query.rs/?q=@tokio%20spawn

    Query.rs 在 GitHub 上开源,欢迎大家体验!

    GitHub: https://github.com/huhu/query.rs

    目前尚无回复
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   955 人在线   最高记录 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 23ms · UTC 19:46 · PVG 03:46 · LAX 12:46 · JFK 15:46
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.