Docs.rs
roogle-engine-1.0.2
roogle-engine 1.0.2
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
hkmatsumoto
Dependencies
levenshtein ^1.0
normal
nom ^7.0
normal
rustdoc-types ^0.5.0
normal
serde ^1.0
normal
serde_json ^1.0
normal
thiserror ^1.0
normal
tracing ^0.1
normal
Versions
11.11%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Symbol
roogle_
engine
1.0.2
Symbol
Aliased Type
Trait Implementations
Compare<String>
In roogle_
engine::
query
roogle_engine
::
query
Type Alias
Symbol
Copy item path
Source
pub type Symbol =
String
;
Aliased Type
§
pub struct Symbol {
/* private fields */
}
Trait Implementations
§
Source
§
impl
Compare
<
String
> for
Symbol
Source
§
fn
compare
( &self, symbol: &
String
, _: &
Crate
, _: &mut
Generics
, _: &mut
HashMap
<
String
,
Type
>, ) ->
Vec
<
Similarity
>