{"id":15435459,"url":"https://github.com/neuodev/base-rs","last_synced_at":"2026-04-21T06:02:02.163Z","repository":{"id":139100253,"uuid":"529597357","full_name":"neuodev/base-rs","owner":"neuodev","description":"Simple tool to convert from a given base into any other base. You can even create your own base","archived":false,"fork":false,"pushed_at":"2022-08-28T06:39:01.000Z","size":16,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-02T07:02:43.372Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/neuodev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-27T13:44:49.000Z","updated_at":"2023-05-05T20:22:36.000Z","dependencies_parsed_at":null,"dependency_job_id":"7f3a489b-06f9-4daa-a52a-68d3fc97aef5","html_url":"https://github.com/neuodev/base-rs","commit_stats":null,"previous_names":["neuodev/base-rs"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neuodev%2Fbase-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neuodev%2Fbase-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neuodev%2Fbase-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neuodev%2Fbase-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/neuodev","download_url":"https://codeload.github.com/neuodev/base-rs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242097918,"owners_count":20071329,"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-10-01T18:44:29.111Z","updated_at":"2026-04-21T06:02:02.109Z","avatar_url":"https://github.com/neuodev.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bases\n\nSimple tool to convert from a give **base** into any other **base**. **_You can even create your own base_**\n\n1.  From base 2 to/from base 10\n2.  From base 2 to/from base 16\n3.  From base 16 to base base 10\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"base.png\" title=\"Base\" alt=\"Base\"/\u003e\n\u003c/p\u003e\n\n```bash\n[base2] Base { base: 2, sys: [\"0\", \"1\"] }\n[base10] Base { base: 10, sys: [\"0\", \"1\", \"2\", \"3\", \"4\", \"5\", \"6\", \"7\", \"8\", \"9\"] }\n[base16] Base { base: 16, sys: [\"0\", \"1\", \"2\", \"3\", \"4\", \"5\", \"6\", \"7\", \"8\", \"9\", \"A\", \"B\", \"C\", \"D\", \"E\", \"F\"] }\nb2(10) -\u003e 1010\nb10([\"1\", \"0\", \"1\", \"0\"]) -\u003e 10\nb16(175) -\u003e 0xAF\nb10([\"A\", \"F\"]) -\u003e 175\nb16([\"1\", \"0\", \"1\", \"0\"]) -\u003e 0xA\nb2([\"A\"]) -\u003e 1010\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneuodev%2Fbase-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fneuodev%2Fbase-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneuodev%2Fbase-rs/lists"}