Docs.rs
rust-jsr-registry-0.2.0
rust-jsr-registry 0.2.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
vintheweirdass
Dependencies
anyhow ^1.0.97
normal
chrono ^0.4.40
normal
once_cell ^1.21.3
normal
reqwest ^0.12.15
normal
semver ^1.0.26
normal
serde ^1.0.219
normal
serde-semver ^0.2.1
normal
serde_json ^1.0.140
normal
thiserror ^2.0.12
normal
url ^2.5.4
normal
Versions
69.64%
of the crate is documented
Platform
i686-pc-windows-msvc
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
rust_
jsr_
registry
0.2.0
GetInfo
Required Methods
get_info
Implementors
In rust_
jsr_
registry::
info
rust_jsr_registry
::
info
Trait
GetInfo
Copy item path
Source
pub trait GetInfo { // Required method fn
get_info
(&self) ->
Info
; }
Required Methods
§
Source
fn
get_info
(&self) ->
Info
Implementors
§
Source
§
impl
GetInfo
for
Meta
Source
§
impl
GetInfo
for
MetaBuilder
Source
§
impl
GetInfo
for
PackageBuilder
Source
§
impl
GetInfo
for
Info