{"id":17825384,"url":"https://github.com/thebutlah/xtensor-rust","last_synced_at":"2025-03-18T17:30:33.537Z","repository":{"id":104876675,"uuid":"373933796","full_name":"TheButlah/xtensor-rust","owner":"TheButlah","description":"Supports conversion between ndarray-rust and xtensor","archived":true,"fork":false,"pushed_at":"2021-06-14T22:48:06.000Z","size":32,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-14T20:31:06.731Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TheButlah.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":"2021-06-04T18:52:30.000Z","updated_at":"2023-04-24T21:48:32.000Z","dependencies_parsed_at":null,"dependency_job_id":"33de6492-02bd-41a6-8925-eff676bdec1b","html_url":"https://github.com/TheButlah/xtensor-rust","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/TheButlah%2Fxtensor-rust","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheButlah%2Fxtensor-rust/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheButlah%2Fxtensor-rust/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheButlah%2Fxtensor-rust/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TheButlah","download_url":"https://codeload.github.com/TheButlah/xtensor-rust/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244269340,"owners_count":20426201,"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-27T18:05:07.827Z","updated_at":"2025-03-18T17:30:33.530Z","avatar_url":"https://github.com/TheButlah.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# xtensor_rust\n\n`xtensor_rust` adds the ability to pass tensors back and forth between Rust and C++, by\nproviding compatibility between Rust's [ndarray](docs.rs/ndarray) crate and c++'s\n[xtensor](https://github.com/xtensor-stack/xtensor) library.\n\n**THIS LIBRARY IS UNDER ACTIVE DEVELOPMENT, AND IS NOT YET READY FOR USE.**\n\n## Design\n\nThis FFI library relies on Rust's [cxx](docs.rs/cxx) library to handle the initial\nbridge between C++ and Rust. On the Rust side, this code is ergonomic enough to use\ndirectly, but on the C++ side some additional work has been done to make the API more\nergonomic.\n\nThere are several components to this:\n- Because `cxx` cannot handle generics, `cpp/bridge` wraps the underlying autogenerated\n  C++ types with a template class.\n- Then to support xtensor's semantics, the code in `cpp` exposes the template class as a\n  `xtensor_container`. **This component is not yet finished.**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthebutlah%2Fxtensor-rust","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthebutlah%2Fxtensor-rust","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthebutlah%2Fxtensor-rust/lists"}