{"id":35101206,"url":"https://github.com/metastable-void/vlan-rs","last_synced_at":"2026-04-05T11:31:26.499Z","repository":{"id":318717979,"uuid":"1074337848","full_name":"metastable-void/vlan-rs","owner":"metastable-void","description":"Clean VLAN ID representation with transparent u16 support, an invalid VLAN Error type, and a value that represents a native VLAN.","archived":false,"fork":false,"pushed_at":"2025-10-21T12:08:34.000Z","size":17,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-14T11:30:57.131Z","etag":null,"topics":["network-programming","rust","vlan"],"latest_commit_sha":null,"homepage":"https://crates.io/crates/vlan","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/metastable-void.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-10-11T15:43:05.000Z","updated_at":"2025-10-21T12:08:17.000Z","dependencies_parsed_at":"2025-10-11T18:02:55.955Z","dependency_job_id":"dfd7b0af-260f-446b-8aa7-29a2990f9234","html_url":"https://github.com/metastable-void/vlan-rs","commit_stats":null,"previous_names":["metastable-void/vlan-rs"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/metastable-void/vlan-rs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/metastable-void%2Fvlan-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/metastable-void%2Fvlan-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/metastable-void%2Fvlan-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/metastable-void%2Fvlan-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/metastable-void","download_url":"https://codeload.github.com/metastable-void/vlan-rs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/metastable-void%2Fvlan-rs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31434624,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-05T08:13:15.228Z","status":"ssl_error","status_checked_at":"2026-04-05T08:13:11.839Z","response_time":75,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["network-programming","rust","vlan"],"created_at":"2025-12-27T16:57:31.833Z","updated_at":"2026-04-05T11:31:26.491Z","avatar_url":"https://github.com/metastable-void.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# VLAN ID Rust library\nClean VLAN ID representation with transparent u16 support, an invalid VLAN Error type, and a value that represents a native VLAN.\n\n## Usage\n```rust\nuse vlan::MaybeVlanId;\n\nlet native = MaybeVlanId::NATIVE;\nassert_eq!(native, MaybeVlanId::try_new(0u16).unwrap());\nassert!(MaybeVlanId::try_new(4095).is_err());\n\n// memory-level compatibility with u16!\nlet zero: u16 = 0u16;\nlet should_be_zero: u16 = unsafe { std::mem::transmute(MaybeVlanId::NATIVE) };\nassert_eq!(zero, should_be_zero);\n```\n\n## License\nApache 2.0 or MPL 2.0.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmetastable-void%2Fvlan-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmetastable-void%2Fvlan-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmetastable-void%2Fvlan-rs/lists"}