{"id":13815895,"url":"https://github.com/miRoox/wll-rs","last_synced_at":"2025-05-15T12:31:06.126Z","repository":{"id":57672271,"uuid":"284711398","full_name":"miRoox/wll-rs","owner":"miRoox","description":"Wolfram LibraryLink interface for Rust [Deprecated]","archived":false,"fork":false,"pushed_at":"2024-03-08T03:32:06.000Z","size":111,"stargazers_count":10,"open_issues_count":2,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-28T07:03:21.890Z","etag":null,"topics":["ffi","librarylink","rust","wolfram-language"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/miRoox.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-08-03T13:44:54.000Z","updated_at":"2024-06-18T03:41:19.000Z","dependencies_parsed_at":"2024-08-04T05:00:59.960Z","dependency_job_id":"d79c97f5-7157-4157-bc7d-b8804009eb18","html_url":"https://github.com/miRoox/wll-rs","commit_stats":{"total_commits":162,"total_committers":1,"mean_commits":162.0,"dds":0.0,"last_synced_commit":"cb03714ccfd4cd91b7e1266bbbaaf9152536ea76"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miRoox%2Fwll-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miRoox%2Fwll-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miRoox%2Fwll-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miRoox%2Fwll-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/miRoox","download_url":"https://codeload.github.com/miRoox/wll-rs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254340957,"owners_count":22054951,"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":["ffi","librarylink","rust","wolfram-language"],"created_at":"2024-08-04T05:00:19.478Z","updated_at":"2025-05-15T12:31:05.743Z","avatar_url":"https://github.com/miRoox.png","language":"Rust","funding_links":[],"categories":["Codes"],"sub_categories":[],"readme":"# wll-rs\n\n[![crates.io](https://img.shields.io/crates/v/wll.svg)](https://crates.io/crates/wll)\n[![doc.rs](https://docs.rs/wll/badge.svg)](https://docs.rs/wll)\n[![CI](https://github.com/miRoox/wll-rs/workflows/CI/badge.svg)](https://github.com/miRoox/wll-rs/actions?query=workflow%3ACI)\n\nWolfram [LibraryLink](http://reference.wolfram.com/language/LibraryLink/tutorial/Overview.html) interface for Rust\n\nInspired by [wll-interface](https://github.com/njpipeorgan/wll-interface).\n\nPurpose:\n\n```rust\n// lib.rs\nuse wll::{ErrorKind, Result};\n\n#[wll::setup]\nfn setup() {}\n\n#[wll::teardown]\nfn teardown() {}\n\n// export function named `wll_add_two`\n#[wll::export]\nfn add_two(a: isize, b: isize)-\u003eResult\u003cisize\u003e {\n    a.checked_add(b)\n     .ok_or_else(|| ErrorKind::NumericalError.into())\n}\n\n#[wll::export(factorial)]\nfn fac(n: usize) -\u003e Result\u003cusize\u003e {\n    Ok(if n == 0 { 1 } else { n * fac(n - 1)? })\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FmiRoox%2Fwll-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FmiRoox%2Fwll-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FmiRoox%2Fwll-rs/lists"}