{"id":24738700,"url":"https://github.com/zweifisch/ob-rust","last_synced_at":"2025-03-22T18:43:05.026Z","repository":{"id":32901426,"uuid":"36496151","full_name":"zweifisch/ob-rust","owner":"zweifisch","description":"org-babel functions for rust evaluation","archived":false,"fork":false,"pushed_at":"2015-06-12T12:23:31.000Z","size":124,"stargazers_count":11,"open_issues_count":1,"forks_count":4,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-27T22:55:17.781Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Emacs Lisp","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/zweifisch.png","metadata":{"files":{"readme":"README.org","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}},"created_at":"2015-05-29T09:59:45.000Z","updated_at":"2022-05-09T16:16:09.000Z","dependencies_parsed_at":"2022-09-05T23:11:22.799Z","dependency_job_id":null,"html_url":"https://github.com/zweifisch/ob-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/zweifisch%2Fob-rust","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zweifisch%2Fob-rust/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zweifisch%2Fob-rust/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zweifisch%2Fob-rust/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zweifisch","download_url":"https://codeload.github.com/zweifisch/ob-rust/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245006682,"owners_count":20546136,"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":"2025-01-27T22:55:24.375Z","updated_at":"2025-03-22T18:43:04.995Z","avatar_url":"https://github.com/zweifisch.png","language":"Emacs Lisp","funding_links":[],"categories":[],"sub_categories":[],"readme":"* ob-rust\n\norg-babel functions for rust evaluation\n\nno session support\n\n** examples\n\n: #+BEGIN_SRC rust\n: for count in 0..3 {\n:     println!(\"{}. Hello World!\", count);\n: }\n: #+END_SRC\n: \n: #+RESULTS:\n: : 0. Hello World!\n: : 1. Hello World!\n: : 2. Hello World!\n\nthe last expression will be printed automatically\n\n: #+BEGIN_SRC rust\n: let double = |num| { num + num };\n: \n: double(17)\n: #+END_SRC\n: \n: #+RESULTS:\n: : 34\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzweifisch%2Fob-rust","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzweifisch%2Fob-rust","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzweifisch%2Fob-rust/lists"}