{"id":17986545,"url":"https://github.com/indiv0/wolfram-alpha-rs","last_synced_at":"2025-03-25T20:34:35.051Z","repository":{"id":57672275,"uuid":"61689554","full_name":"indiv0/wolfram-alpha-rs","owner":"indiv0","description":"Rust bindings for the Wolfram|Alpha web API","archived":false,"fork":false,"pushed_at":"2017-11-21T07:07:49.000Z","size":9344,"stargazers_count":11,"open_issues_count":7,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-09-17T23:47:27.954Z","etag":null,"topics":["rust-bindings","wolfram","wolfram-alpha","wolfram-alpha-api"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/indiv0.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE-APACHE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-06-22T04:45:39.000Z","updated_at":"2024-01-07T16:40:27.000Z","dependencies_parsed_at":"2022-08-31T01:24:28.493Z","dependency_job_id":null,"html_url":"https://github.com/indiv0/wolfram-alpha-rs","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/indiv0%2Fwolfram-alpha-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/indiv0%2Fwolfram-alpha-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/indiv0%2Fwolfram-alpha-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/indiv0%2Fwolfram-alpha-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/indiv0","download_url":"https://codeload.github.com/indiv0/wolfram-alpha-rs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":222091561,"owners_count":16929641,"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":["rust-bindings","wolfram","wolfram-alpha","wolfram-alpha-api"],"created_at":"2024-10-29T18:29:56.936Z","updated_at":"2024-10-29T18:29:57.392Z","avatar_url":"https://github.com/indiv0.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# wolfram-alpha-rs\n\n\u003ctable\u003e\n    \u003ctr\u003e\n        \u003ctd\u003e\u003cstrong\u003eLinux\u003c/strong\u003e\u003c/td\u003e\n        \u003ctd\u003e\u003ca href=\"https://travis-ci.org/indiv0/wolfram-alpha-rs\" title=\"Travis Build Status\"\u003e\u003cimg src=\"https://travis-ci.org/indiv0/wolfram-alpha-rs.svg?branch=master\" alt=\"travis-badge\"\u003e\u003c/img\u003e\u003c/a\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n        \u003ctd colspan=\"2\"\u003e\n            \u003ca href=\"https://indiv0.github.io/wolfram-alpha-rs/wolfram_alpha\" title=\"API Docs\"\u003e\u003cimg src=\"https://img.shields.io/badge/API-docs-blue.svg\" alt=\"api-docs-badge\"\u003e\u003c/img\u003e\u003c/a\u003e\n            \u003ca href=\"https://crates.io/crates/wolfram_alpha\" title=\"Crates.io\"\u003e\u003cimg src=\"https://img.shields.io/crates/v/wolfram_alpha.svg\" alt=\"crates-io\"\u003e\u003c/img\u003e\u003c/a\u003e\n            \u003ca href=\"#license\" title=\"License: MIT/Apache-2.0\"\u003e\u003cimg src=\"https://img.shields.io/crates/l/wolfram_alpha.svg\" alt=\"license-badge\"\u003e\u003c/img\u003e\u003c/a\u003e\n            \u003ca href=\"https://coveralls.io/github/indiv0/wolfram-alpha-rs?branch=master\" title=\"Coverage Status\"\u003e\u003cimg src=\"https://coveralls.io/repos/github/indiv0/wolfram-alpha-rs/badge.svg?branch=master\" alt=\"coveralls-badge\"\u003e\u003c/img\u003e\u003c/a\u003e\n        \u003c/td\u003e\n    \u003c/tr\u003e\n\u003c/table\u003e\n\nRust bindings for the Wolfram|Alpha API.\n\n# Table of Contents\n\n* [Usage](#usage)\n* [Contributing](#contributing)\n* [Credits](#credits)\n* [License](#license)\n\n## Usage\n\nAdd the following to your `Cargo.toml`:\n\n```toml\n[dependencies]\nwolfram_alpha = \"0.4\"\n```\n\nAnd in your `lib.rs` or `main.rs`:\n\n```rust\nextern crate wolfram_alpha;\n```\n\nSee the [API docs][api-docs] for information on using the crate in your library,\nor take a look at an example in the [examples][examples] directory.\n\n## Contributing\n\nContributions are always welcome!\nIf you have an idea for something to add (code, documentation, tests, examples,\netc.) feel free to give it a shot.\n\nPlease read [CONTRIBUTING.md][contributing] before you start contributing.\n\n## Credits\n\nThe higher-level API design for this library is inspired by the\n[slack-rs/slack-rs-api](https://github.com/slack-rs/slack-rs-api) library.\n\nThe list of contributors to this project can be found at\n[CONTRIBUTORS.md][contributors].\n\n## License\n\nwolfram-alpha-rs is distributed under the terms of both the MIT license and the\nApache License (Version 2.0).\n\nSee [LICENSE-APACHE][license-apache], and [LICENSE-MIT][license-mit] for details.\n\n[api-docs]: https://indiv0.github.io/wolfram-alpha-rs/wolfram_alpha \"API Documentation\"\n[examples]: https://github.com/indiv0/wolfram-alpha-rs/tree/master/examples \"Examples\"\n[contributing]: https://github.com/indiv0/wolfram-alpha-rs/blob/master/CONTRIBUTING.md \"Contribution Guide\"\n[contributors]: https://github.com/indiv0/wolfram-alpha-rs/blob/master/CONTRIBUTORS.md \"List of Contributors\"\n[license-apache]: https://github.com/indiv0/wolfram-alpha-rs/blob/master/LICENSE-APACHE \"Apache-2.0 License\"\n[license-mit]: https://github.com/indiv0/wolfram-alpha-rs/blob/master/LICENSE-MIT \"MIT License\"\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Findiv0%2Fwolfram-alpha-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Findiv0%2Fwolfram-alpha-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Findiv0%2Fwolfram-alpha-rs/lists"}