{"id":23002590,"url":"https://github.com/bluk/ohcbor","last_synced_at":"2025-04-02T14:21:04.005Z","repository":{"id":267033121,"uuid":"900077301","full_name":"bluk/ohcbor","owner":"bluk","description":null,"archived":false,"fork":false,"pushed_at":"2025-03-27T07:42:18.000Z","size":275,"stargazers_count":0,"open_issues_count":6,"forks_count":0,"subscribers_count":1,"default_branch":"trunk","last_synced_at":"2025-03-27T19:18:44.374Z","etag":null,"topics":["cbor","rust","serde"],"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/bluk.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE-APACHE","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":"2024-12-07T19:54:24.000Z","updated_at":"2025-01-11T02:34:40.000Z","dependencies_parsed_at":"2025-01-08T17:05:52.497Z","dependency_job_id":null,"html_url":"https://github.com/bluk/ohcbor","commit_stats":null,"previous_names":["bluk/ohcbor"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bluk%2Fohcbor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bluk%2Fohcbor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bluk%2Fohcbor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bluk%2Fohcbor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bluk","download_url":"https://codeload.github.com/bluk/ohcbor/tar.gz/refs/heads/trunk","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246828477,"owners_count":20840474,"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":["cbor","rust","serde"],"created_at":"2024-12-15T07:11:28.730Z","updated_at":"2025-04-02T14:21:03.983Z","avatar_url":"https://github.com/bluk.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OhCbor\n\nOhCbor is a library which decodes and encodes in the [CBOR][cbor] data format.\nCBOR is specified in [RFC 8949][rfc_8949]. Imagine starting with the JSON data\nmodel, making it more efficient by using a binary (instead of plain text)\nformat, and adding some extensibility to allow more types.\n\nIt uses the [Serde][serde] library to serialize and deserialize CBOR data.\nIt is similar to [Serde JSON][serde_json] in terms of functionality and\nimplementation.\n\n## Installation\n\n```sh\ncargo add ohcbor\n```\n\nBy default, the `std` feature is enabled.\n\n### Alloc only\n\nIf the host environment has an allocator but does not have access to the Rust\n`std` library:\n\n```sh\ncargo add --no-default-features --features alloc ohcbor\n```\n## License\n\nLicensed under either of [Apache License, Version 2.0][LICENSE_APACHE] or [MIT\nLicense][LICENSE_MIT] at your option.\n\n### Contributions\n\nUnless you explicitly state otherwise, any contribution intentionally submitted\nfor inclusion in the work by you, as defined in the Apache-2.0 license, shall be\ndual licensed as above, without any additional terms or conditions.\n\n[LICENSE_APACHE]: LICENSE-APACHE\n[LICENSE_MIT]: LICENSE-MIT\n[cbor]: https://cbor.io/\n[rfc_8949]: https://www.rfc-editor.org/rfc/rfc8949.html\n[serde]: https://serde.rs\n[serde_json]: https://github.com/serde-rs/json","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbluk%2Fohcbor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbluk%2Fohcbor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbluk%2Fohcbor/lists"}