{"id":20389276,"url":"https://github.com/fflorent/rust-rpn","last_synced_at":"2025-10-09T22:33:50.593Z","repository":{"id":141803496,"uuid":"68028967","full_name":"fflorent/rust-rpn","owner":"fflorent","description":"A Reverse Polish Notation lib + executable","archived":false,"fork":false,"pushed_at":"2017-02-05T19:20:33.000Z","size":10,"stargazers_count":10,"open_issues_count":0,"forks_count":6,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-10-09T22:33:28.852Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/fflorent.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,"zenodo":null}},"created_at":"2016-09-12T16:55:17.000Z","updated_at":"2024-04-16T04:01:02.000Z","dependencies_parsed_at":"2023-04-03T12:04:24.528Z","dependency_job_id":null,"html_url":"https://github.com/fflorent/rust-rpn","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fflorent/rust-rpn","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fflorent%2Frust-rpn","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fflorent%2Frust-rpn/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fflorent%2Frust-rpn/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fflorent%2Frust-rpn/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fflorent","download_url":"https://codeload.github.com/fflorent/rust-rpn/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fflorent%2Frust-rpn/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279002107,"owners_count":26083307,"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","status":"online","status_checked_at":"2025-10-09T02:00:07.460Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-11-15T03:17:07.288Z","updated_at":"2025-10-09T22:33:50.587Z","avatar_url":"https://github.com/fflorent.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Reverse Polish Notation written in Rust\n\nThis package contains both an executable and a library for [Reverse Polish Notation](https://en.wikipedia.org/wiki/Reverse_Polish_notation) (aka RPN) calculation.\n\n## Executable\n\nIn order to run a REPL to evaluate RPN expressions, just run `cargo run`.\n\n## Library\n\nIf you want to evaluate use the library, take a look at `rpn::evaluate(expr: \u0026str) -\u003e Result\u003cf32, \u0026str\u003e`:\n\n```rust\nextern crate rpn;\n\nlet result:f32 = rpn::evaluate(\"5 2 +\").unwrap();\n```\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffflorent%2Frust-rpn","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffflorent%2Frust-rpn","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffflorent%2Frust-rpn/lists"}