Docs.rs
term-rustdoc-0.2.0
term-rustdoc 0.2.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
zjp-CN
Dependencies
bincode ^2.0.0-rc.3
normal
bytesize ^1
normal
cargo_toml ^0.19
normal
color-eyre ^0.6
normal
compact_str ^0.7
normal
constcat ^0.5
normal
crossterm ^0.27
normal
dirs ^5
normal
home ^0.5
normal
icu_segmenter ^1
normal
itertools ^0.12
normal
nucleo-matcher ^0.3
normal
public-api ^0.33
normal
pulldown-cmark ^0.10
normal
ratatui ^0.26.0
normal
rayon ^1
normal
redb ^1.5
normal
regex ^1
normal
rustc-hash ^1
normal
rustdoc-json ^0.8
normal
rustdoc-types ^0.24
normal
self_cell ^1
normal
semver ^1
normal
serde ^1
normal
serde_json ^1
normal
smallvec ^1.13
normal
syntect ^5.1
normal
tempfile ^3
normal
termtree ^0.4
normal
textwrap ^0.16
normal
tracing ^0.1
normal
tracing-subscriber ^0.3
normal
unicode-width ^0.1
normal
walkdir ^2
normal
xz2 ^0.1
normal
insta ^1
dev
similar-asserts ^1.5
dev
Versions
14.21%
of the crate is documented
Platform
i686-unknown-linux-gnu
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
term_
rustdoc
0.2.0
Slice
ToIds
Required Methods
to_ids
Implementations on Foreign Types
[T]
Implementors
In term_
rustdoc::
tree
term_rustdoc
::
tree
Trait
SliceToIds
Copy item path
Source
pub trait SliceToIds { // Required method fn
to_ids
(&self) ->
IDs
; }
Required Methods
§
Source
fn
to_ids
(&self) ->
IDs
Implementations on Foreign Types
§
Source
§
impl<T:
IdToID
>
SliceToIds
for
[T]
Source
§
fn
to_ids
(&self) ->
IDs
Implementors
§