{"id":15031879,"url":"https://github.com/peter-lyons-kehl/no_std_data","last_synced_at":"2026-02-14T00:05:30.452Z","repository":{"id":83242524,"uuid":"527712649","full_name":"peter-lyons-kehl/no_std_data","owner":"peter-lyons-kehl","description":"no_std (embedded/low level-compatible) patterns in Rust","archived":false,"fork":false,"pushed_at":"2022-10-09T18:07:10.000Z","size":298,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-14T03:04:55.531Z","etag":null,"topics":["embedded","heap-free","heapless","low-memory","nostd","nostdlib","patterns","rust","rust-embedded","rust-lang","rust-language","slices","utf-8","utf8"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/peter-lyons-kehl.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-08-22T19:55:12.000Z","updated_at":"2023-07-07T21:25:25.000Z","dependencies_parsed_at":null,"dependency_job_id":"44ffb0d2-9b48-4a25-8ef0-caa14abed963","html_url":"https://github.com/peter-lyons-kehl/no_std_data","commit_stats":null,"previous_names":["peter-lyons-kehl/no_std_data"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/peter-lyons-kehl/no_std_data","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peter-lyons-kehl%2Fno_std_data","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peter-lyons-kehl%2Fno_std_data/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peter-lyons-kehl%2Fno_std_data/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peter-lyons-kehl%2Fno_std_data/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/peter-lyons-kehl","download_url":"https://codeload.github.com/peter-lyons-kehl/no_std_data/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peter-lyons-kehl%2Fno_std_data/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275482972,"owners_count":25473109,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-16T02:00:10.229Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["embedded","heap-free","heapless","low-memory","nostd","nostdlib","patterns","rust","rust-embedded","rust-lang","rust-language","slices","utf-8","utf8"],"created_at":"2024-09-24T20:16:49.650Z","updated_at":"2025-09-16T20:48:44.998Z","avatar_url":"https://github.com/peter-lyons-kehl.png","language":"Rust","readme":"\u003c!-- The following comments hides this section from being shown by\n     https://peter-kehl.github.io/no_std_rna_slice_patterns_presentation.\n--\u003e\n\u003c!-- .slide: data-visibility=\"hidden\" --\u003e\nYou can see this text along with additional content and source code sections [in a\npresentation](../no_std_rna_slice_patterns_presentation). That also shows any source code referred\nto below.\n\u003c!-- Any comments in source starting with \"presentation-\" are anchors/delimiters for the above presentation.\n--\u003e\n---\n\n# Goal\n[Examples](https://github.com/peter-kehl/no_std_rna_slice_patterns) of `no_std` (low\nlevel/embedded-friendly) and mostly heapless \u0026 slice-handling patterns in Rust.\n\n# Prerequisites\n- [https://peter-kehl.github.io/no_std_rust_lib_presentation](no_std_rust_lib_presentation)\n- `nightly` Rust (July 2022), but only for test purposes. The actual implementations work with `stable`.\n\n# Disclaimers\n## Disambiguation\nThis is not about DNA/RNA/genetic patterns in general or at any detail. Instead, it's a set of\nimplementations of [Exercism](https://exercism.org) \u003e [Rust Track](https://exercism.org/tracks/rust) \u003e [RNA Transcription exercise](https://exercism.org/tracks/rust/exercises/rna-transcription).\n\n# Omitted \u0026 non-standard documentation\nBig parts of these examples are repetitive. For brevity, similar items are docummented only once: at\ntheir first occurrence (as in the above order of the examples).\n\nSome code documentation comments include implementation details, or they refer to private\nfields/functions. That's contrary to a general good practice of API design/documentation. However,\nthis allows the reader to easily navigate to Rust API references (for example, by Ctrl+click in VS\nCode).\n\n# Exercism-specific disclaimer\nTwo implementations required a minor change to its Exercism's tests.\n\nIn order to upload this to Exercism, you'd need to\n- incorporate 00_shared/src/lib.rs into `src/lib.rs` of your chosen solution,\n- change your (chosen implementation) crate name back to `rna_transcription` in its `Cargo.toml` and\n  in its `tests/rna-transcription.rs`; and\n- rename the crate's directory to `rna-transcription`.\n\nSee also the [exercise source](https://github.com/exercism/rust/tree/main/exercises/practice/rna-transcription).\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpeter-lyons-kehl%2Fno_std_data","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpeter-lyons-kehl%2Fno_std_data","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpeter-lyons-kehl%2Fno_std_data/lists"}