Docs.rs
github-actions-autodocs-0.1.4
github-actions-autodocs 0.1.4
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
rawnly
Dependencies
clap ^4.2.1
normal
colored ^2.0.0
normal
serde ^1.0.159
normal
serde_yaml ^0.9.19
normal
tokio ^1.27.0
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
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
github_
actions_
autodocs
0.1.4
Sorted
Keys
Required Methods
sorted_keys
Implementors
In github_
actions_
autodocs::
models
github_actions_autodocs
::
models
Trait
SortedKeys
Copy item path
Source
pub trait SortedKeys { // Required method fn
sorted_keys
(&self) ->
Vec
<&
str
>; }
Required Methods
§
Source
fn
sorted_keys
(&self) ->
Vec
<&
str
>
Implementors
§
Source
§
impl
SortedKeys
for
Inputs
Source
§
impl
SortedKeys
for
Outputs