{"id":22912696,"url":"https://github.com/demindiro/nora_endian","last_synced_at":"2025-04-01T11:22:52.694Z","repository":{"id":62444983,"uuid":"519509080","full_name":"Demindiro/nora_endian","owner":"Demindiro","description":"Crate to make dealing with endianness convenient.","archived":false,"fork":false,"pushed_at":"2022-12-02T13:50:23.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-07T06:26:18.552Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"0bsd","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Demindiro.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}},"created_at":"2022-07-30T12:21:00.000Z","updated_at":"2022-07-30T12:44:05.000Z","dependencies_parsed_at":"2023-01-22T22:31:15.648Z","dependency_job_id":null,"html_url":"https://github.com/Demindiro/nora_endian","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Demindiro%2Fnora_endian","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Demindiro%2Fnora_endian/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Demindiro%2Fnora_endian/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Demindiro%2Fnora_endian/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Demindiro","download_url":"https://codeload.github.com/Demindiro/nora_endian/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246628660,"owners_count":20808189,"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":[],"created_at":"2024-12-14T04:29:37.821Z","updated_at":"2025-04-01T11:22:52.674Z","avatar_url":"https://github.com/Demindiro.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Nora endian\n\n[![docs.rs](https://docs.rs/nora_endian/badge.svg)](https://docs.rs/nora_endian)\n[![crates.io](https://img.shields.io/crates/v/nora_endian.svg)](https://crates.io/crates/nora_endian)\n[![crates.io](https://img.shields.io/crates/d/nora_endian.svg)](https://crates.io/crates/nora_endian)\n\nYet another crate to deal with endianness, though focused on simplicity\n\n## Example\n\n```rust\nuse nora_endian::u32le;\n\nlet flags = u32le::from(1234);\nlet index = u32le::from(0);\n\n// Easy operations on \u0026 comparisons between le/be and native types\nif flags \u0026 1 == 0 {\n   // ...\n}\n\nlet index_plus_one_u32: u32 = 1 + index;\nlet index_plus_one_u32le: u32le = index + 1;\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdemindiro%2Fnora_endian","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdemindiro%2Fnora_endian","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdemindiro%2Fnora_endian/lists"}