MCPcopy Create free account

hub / github.com/bombsimon/awesome-garmin / functions

Functions26 in github.com/bombsimon/awesome-garmin

↓ 2 callersFunctionread_toml_file
Read the toml file and return the prased file as a [`TomlFile`].
awesome-generator/src/lib.rs:399
↓ 2 callersFunctionresources_to_str
(resources: &serde_json::Value, show_description: bool)
awesome-generator/src/lib.rs:339
↓ 2 callersFunctionsorted_resources
The resources will be sorted by date - if they have any, and then by name.
awesome-generator/src/lib.rs:410
↓ 2 callersFunctionupdate_github_resource
Will poll the GitHub API and fetch information about the repo.
awesome-generator/src/lib.rs:465
↓ 2 callersFunctionupdate_gitlab_resource
Will poll the GitLab API and fetch information about the repo.
awesome-generator/src/lib.rs:531
↓ 1 callersFunctioncompare
Compare what's in the `awesome.toml` file with all the found search results based on the given `keyword`. This is a manual but easy way to see which r
awesome-generator/src/lib.rs:574
↓ 1 callersFunctionfetch_page
( client: std::sync::Arc<reqwest::Client>, keyword: String, page_size: usize, start_page_index
awesome-generator/src/search.rs:169
↓ 1 callersFunctiongenerate_readme
Generate the README based on all the contents in `awesome.toml`. If the element is a link to GitHub or GitLab their API will be called to fetch descri
awesome-generator/src/lib.rs:189
↓ 1 callersFunctionprint_resource_urls
(keyword: &str)
awesome-generator/src/search.rs:214
↓ 1 callersMethodstatus_key
The status key will be based on the cut-off date for some resource types but not all. For the specified resource types we never put them in the `inact
awesome-generator/src/lib.rs:95
↓ 1 callersFunctionupdate_resource
A single resources is updated based on the URL. It will be added to the `GarminResources` once resolved and not return any data.
awesome-generator/src/lib.rs:421
Functiondeserialize
( deserializer: D, )
awesome-generator/src/lib.rs:700
Methoddevice_types
(&self)
awesome-generator/src/search.rs:161
Methodfetch_next_page
(mut self: Pin<&mut Self>, cx: &mut std::task::Context<'_>)
awesome-generator/src/search.rs:126
Methodfmt
(&self, f: &mut std::fmt::Formatter<'_>)
awesome-generator/src/lib.rs:110
Functionmain
()
awesome-generator/src/bin/main.rs:23
Methodnew
(keyword: String)
awesome-generator/src/search.rs:115
Methodpoll_next
( mut self: Pin<&mut Self>, cx: &mut std::task::Context<'_>, )
awesome-generator/src/search.rs:196
Functionresource_count_helper
( h: &Helper, _: &Handlebars, _: &Context, _: &mut RenderContext, out: &mut dyn Output, )
awesome-generator/src/lib.rs:275
Functionresource_list_helper
( h: &Helper, _: &Handlebars, _: &Context, _: &mut RenderContext, out: &mut dyn Output, )
awesome-generator/src/lib.rs:301
Functionsame_updated_should_sort_on_name
()
awesome-generator/src/lib.rs:725
Functionserialize
( date: &Option<chrono::DateTime<chrono::Utc>>, serializer: S, )
awesome-generator/src/lib.rs:684
Functiontest_github
()
awesome-generator/src/lib.rs:771
Functiontest_gitlab
()
awesome-generator/src/lib.rs:800
Functiontest_readme_template_rendering
()
awesome-generator/src/lib.rs:827
Methodtry_from
(value: String)
awesome-generator/src/lib.rs:79