{"id":16805991,"url":"https://github.com/pkgw/rubbl","last_synced_at":"2025-05-06T23:27:58.800Z","repository":{"id":27005384,"uuid":"108304787","full_name":"pkgw/rubbl","owner":"pkgw","description":"Rust + Hubble = astrophysics in Rust","archived":false,"fork":false,"pushed_at":"2025-04-21T14:07:39.000Z","size":4498,"stargazers_count":18,"open_issues_count":6,"forks_count":5,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-21T15:26:21.675Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pkgw.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-LGPL2","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}},"created_at":"2017-10-25T17:48:31.000Z","updated_at":"2025-04-21T14:07:36.000Z","dependencies_parsed_at":"2023-11-13T17:31:24.356Z","dependency_job_id":"372621cc-42be-4e54-8a60-9bc2ce95bcd3","html_url":"https://github.com/pkgw/rubbl","commit_stats":{"total_commits":471,"total_committers":8,"mean_commits":58.875,"dds":0.5074309978768577,"last_synced_commit":"2ec36ef9e6d57786e6bcb9533281f1e0875b46ff"},"previous_names":[],"tags_count":71,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pkgw%2Frubbl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pkgw%2Frubbl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pkgw%2Frubbl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pkgw%2Frubbl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pkgw","download_url":"https://codeload.github.com/pkgw/rubbl/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252785392,"owners_count":21803865,"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-13T09:49:50.735Z","updated_at":"2025-05-06T23:27:58.782Z","avatar_url":"https://github.com/pkgw.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://dev.azure.com/peter-bulk/Misc/_apis/build/status/pkgw.rubbl?branchName=master)](https://dev.azure.com/peter-bulk/Misc/_build/latest?definitionId=9\u0026branchName=master)\n![rubbl](https://img.shields.io/crates/v/rubbl?label=rubbl)\n![rubbl_casatables](https://img.shields.io/crates/v/rubbl_casatables?label=rubbl_casatables)\n![rubbl_casatables_impl](https://img.shields.io/crates/v/rubbl_casatables_impl?label=rubbl_casatables_impl)\n![rubbl_core](https://img.shields.io/crates/v/rubbl_core?label=rubbl_core)\n\n\u003c!--\n![rubbl_fits](https://img.shields.io/crates/v/rubbl_fits?label=rubbl_fits)\n![rubbl_miriad](https://img.shields.io/crates/v/rubbl_miriad?label=rubbl_miriad)\n![rubbl_visdata](https://img.shields.io/crates/v/rubbl_visdata?label=rubbl_visdata)\n--\u003e\n\n# rubbl\n\n*Rust + Hubble = rubbl = astrophysics in Rust*.\n\nThis is an exploratory set of basic libraries aimed at allowing astrophysical\nsoftware, especially astronomy data processing software, to be written in the\n[Rust] language.\n\n[Rust]: https://www.rust-lang.org/\n\nThe current star of of the show is the `rubbl_casacore` crate, which provides\naccess to the “table” file format used by the [CASA] radio astronomy data\nprocessing suite. The C++ implementation of the table format is wrapped with\nan ergonomic-as-possible Rust interface.\n\n[CASA]: https://casa.nrao.edu/\n\n## Installation\n\nThe way that Rust packaging works, you probably don’t need to install these\ncrates on their own. Instead, you should create your own crate that specifies\nthese core crates as dependencies. See [rubbl-rxpackage] for an example of\nthis workflow.\n\n[rubbl-rxpackage]: https://github.com/pkgw/rubbl-rxpackage\n\nHowever, this repository does contain a few runnable example tools. Compiling\nthe code requires toolchains for the C++ and Rust languages. Installing the\nRust toolchain is generally straightforward; see [the Rust installation page]\nfor instructions. If the toolchains are properly installed, you can compile\nand run an example program that summarizes the contents of a CASA table data\nset by checking out this repository and running:\n\n[the Rust installation page]: https://www.rust-lang.org/tools/install\n\n```\ncargo run --example tableinfo -- path/to/my/table.ms\n```\n\nFinally, this repository does contain a core command-line program called\n`rubbl` that simply dispatches invocations to other commands in the same\nfashion as `git` and `cargo`: `rubbl foo --bar` is farmed out by running the\ncommand `rubbl-foo --bar`. This tool can be installed without even needing to\ncheck out this repository — run the command:\n\n```\ncargo install rubbl\n```\n\n## Legalities\n\nThe bulk of the code is licensed under the MIT License. The `casatables_impl`\ncrate contains code copied from\n[casacore](https://github.com/casacore/casacore), which is licensed under the\nGNU Library General Public License version 2, or any subsequent version at your\ndiscretion.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpkgw%2Frubbl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpkgw%2Frubbl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpkgw%2Frubbl/lists"}