{"id":17875876,"url":"https://github.com/fluffysquirrels/framed-rs","last_synced_at":"2025-03-22T00:32:18.435Z","repository":{"id":57631804,"uuid":"114950599","full_name":"fluffysquirrels/framed-rs","owner":"fluffysquirrels","description":"Rust crate to send and receive slices of bytes over lossy streams of bytes.","archived":false,"fork":false,"pushed_at":"2024-08-13T19:22:35.000Z","size":120,"stargazers_count":7,"open_issues_count":4,"forks_count":5,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-10-19T14:01:48.932Z","etag":null,"topics":["embedded","networking","no-std","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fluffysquirrels.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-APACHE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-12-21T02:00:58.000Z","updated_at":"2024-09-21T12:48:23.000Z","dependencies_parsed_at":"2022-09-05T05:30:46.478Z","dependency_job_id":null,"html_url":"https://github.com/fluffysquirrels/framed-rs","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluffysquirrels%2Fframed-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluffysquirrels%2Fframed-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluffysquirrels%2Fframed-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluffysquirrels%2Fframed-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fluffysquirrels","download_url":"https://codeload.github.com/fluffysquirrels/framed-rs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221820883,"owners_count":16886225,"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","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","networking","no-std","rust"],"created_at":"2024-10-28T11:25:47.626Z","updated_at":"2024-10-28T11:25:48.436Z","avatar_url":"https://github.com/fluffysquirrels.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# `framed`\n\nRust crate to send and receive data over lossy streams of bytes.\n\n* Supports sending slices of bytes or serde-serialized types.\n* Uses a checksum to detect and skip corrupted frames.\n* Includes a command-line tool to decode and display serialized types.\n\n[![Crate](https://img.shields.io/crates/v/framed.svg)](https://crates.io/crates/framed)\n\nDocumentation:\n[![Documentation](https://docs.rs/framed/badge.svg)](https://docs.rs/framed)\n\nThis crate should build on the latest Rust stable, beta, and nightly\ntoolchains.  When the cargo feature `use_std` is disabled (requires\nnightly toolchain), it should also build in embedded projects with\n`no_std`.\n\n## Development\n\nSource code and issues on GitHub:\n[![GitHub last commit](https://img.shields.io/github/last-commit/fluffysquirrels/framed-rs.svg)][github]\n\n   [github]: https://github.com/fluffysquirrels/framed-rs\n\nCI build on Travis CI: [![Build Status](https://travis-ci.org/fluffysquirrels/framed-rs.svg)](https://travis-ci.org/fluffysquirrels/framed-rs)\n\nPull requests welcome.\n\n## Sub-crates\n\n* `framed` in directory `./framed`:\n\n    The core library.\n\n* `framed_decode` in directory `./decode`:\n\n    A command line tool to decode data encoded by the library. See\n    `./decode/README.md` for its documentation.\n\n* `framed_test_type` in directory `./test_type`:\n\n    A crate for testing `framed`: a library with encodable types\n    and a binary that outputs encoded data.\n\n## License\n\nLicensed under either of\n\n- Apache License, Version 2.0 (see LICENSE-APACHE or\n  \u003chttp://www.apache.org/licenses/LICENSE-2.0\u003e)\n- MIT license (see LICENSE-MIT or \u003chttp://opensource.org/licenses/MIT\u003e)\n\nat your option.\n\n### Contribution\n\nUnless you explicitly state otherwise, any contribution intentionally\nsubmitted for inclusion in the work by you, as defined in the\nApache-2.0 license, shall be dual licensed as above, without any\nadditional terms or conditions.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffluffysquirrels%2Fframed-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffluffysquirrels%2Fframed-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffluffysquirrels%2Fframed-rs/lists"}