{"id":28566553,"url":"https://github.com/orhanbalci/rust-easing","last_synced_at":"2025-06-10T15:11:17.582Z","repository":{"id":57622745,"uuid":"54097915","full_name":"orhanbalci/rust-easing","owner":"orhanbalci","description":"Tiny Rust library implementing Robert Penner's easing functions","archived":false,"fork":false,"pushed_at":"2022-08-30T06:10:09.000Z","size":830,"stargazers_count":17,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-05T07:35:20.726Z","etag":null,"topics":["easing","rust"],"latest_commit_sha":null,"homepage":"http://orhanbalci.github.io/rust-easing","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/orhanbalci.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}},"created_at":"2016-03-17T07:35:23.000Z","updated_at":"2025-03-26T17:25:32.000Z","dependencies_parsed_at":"2022-08-26T23:51:04.635Z","dependency_job_id":null,"html_url":"https://github.com/orhanbalci/rust-easing","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orhanbalci%2Frust-easing","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orhanbalci%2Frust-easing/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orhanbalci%2Frust-easing/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orhanbalci%2Frust-easing/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/orhanbalci","download_url":"https://codeload.github.com/orhanbalci/rust-easing/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orhanbalci%2Frust-easing/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259098639,"owners_count":22804794,"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":["easing","rust"],"created_at":"2025-06-10T15:11:16.551Z","updated_at":"2025-06-10T15:11:17.575Z","avatar_url":"https://github.com/orhanbalci.png","language":"Rust","readme":"# rust-easing\n[![Build Status](https://travis-ci.org/orhanbalci/rust-easing.svg?branch=master)](https://travis-ci.org/orhanbalci/rust-easing)\n[![Coverage Status](https://coveralls.io/repos/github/orhanbalci/rust-easing/badge.svg?branch=master)](https://coveralls.io/github/orhanbalci/rust-easing?branch=master)\n![License](https://img.shields.io/github/license/orhanbalci/rust-easing.svg)\n[![Crate Version](https://img.shields.io/crates/v/easer.svg)](https://crates.io/crates/easer)\n[![Documentation](https://docs.rs/easer/badge.svg)](https://docs.rs/easer)\n\nTiny Rust library implementing Robert Penner's easing functions.\n\n# Usage\nAdd this to your Cargo.toml\n``` toml\n[dependencies]\neaser = \"0.2.1\"\n```\nAdd this to top of your code file\n\n``` rust\nextern crate easer\n```\n# Example\n``` rust\nuse easer::functions::*;\nlet mut y: [f64; 100] = [0.0; 100];\nfor i in 0..100 {\n    y[i] = i as f64;\n}\nprintln!(\"Before {:?}\", \u0026y[..]);\ny.iter_mut().map(|a| *a = Back::ease_in(*a, 0.0, 100.0, 100.0)).count();\nprintln!(\"After {:?}\", \u0026y[..]);\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Forhanbalci%2Frust-easing","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Forhanbalci%2Frust-easing","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Forhanbalci%2Frust-easing/lists"}