{"id":19074689,"url":"https://github.com/linebender/interpoli","last_synced_at":"2025-04-29T23:28:19.034Z","repository":{"id":253416240,"uuid":"843408155","full_name":"linebender/interpoli","owner":"linebender","description":null,"archived":false,"fork":false,"pushed_at":"2025-03-31T10:51:47.000Z","size":81,"stargazers_count":16,"open_issues_count":11,"forks_count":6,"subscribers_count":8,"default_branch":"main","last_synced_at":"2025-04-18T19:41:22.806Z","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":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/linebender.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-APACHE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-16T12:57:32.000Z","updated_at":"2025-03-31T10:51:50.000Z","dependencies_parsed_at":"2024-08-16T15:48:15.037Z","dependency_job_id":"9014a35b-9e3c-4166-8fb0-a81ecc88cb90","html_url":"https://github.com/linebender/interpoli","commit_stats":null,"previous_names":["linebender/interpoli"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linebender%2Finterpoli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linebender%2Finterpoli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linebender%2Finterpoli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linebender%2Finterpoli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/linebender","download_url":"https://codeload.github.com/linebender/interpoli/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251598825,"owners_count":21615419,"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":"2024-11-09T01:52:02.222Z","updated_at":"2025-04-29T23:28:18.973Z","avatar_url":"https://github.com/linebender.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n\u003cpicture\u003e\n  \u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"graphics/Interpoli-dark.svg?raw=true\"\u003e\n  \u003csource media=\"(prefers-color-scheme: light)\" srcset=\"graphics/Interpoli-light.svg?raw=true\"\u003e\n  \u003cimg height=\"144pt\" alt=\"Interpoli\" srcset=\"graphics/Interpoli.svg?raw=true\"\u003e\n\u003c/picture\u003e\n\n**It's the journey, not the destination.**\n\n\u003c!-- TODO: Fix [![Linebender Zulip, #kurbo stream](https://img.shields.io/badge/Linebender-%23kurbo-red?logo=Zulip)](https://xi.zulipchat.com/#narrow/stream/260979-kurbo) --\u003e\n[![dependency status](https://deps.rs/repo/github/linebender/interpoli/status.svg)](https://deps.rs/repo/github/linebender/interpoli)\n[![Apache 2.0 or MIT license.](https://img.shields.io/badge/license-Apache--2.0_OR_MIT-blue.svg)](#license)\n[![Build status](https://github.com/linebender/interpoli/workflows/CI/badge.svg)](https://github.com/linebender/interpoli/actions)\n[![Crates.io](https://img.shields.io/crates/v/interpoli.svg)](https://crates.io/crates/interpoli)\n[![Docs](https://docs.rs/interpoli/badge.svg)](https://docs.rs/interpoli)\n\n\u003c/div\u003e\n\nThe Interpoli library provides functionality for animating values.\n\nThe name \"Interpoli\" is Esperanto for \"interpolate\" which encompasses some of the core functionality of this library.\n\n## Minimum supported Rust Version (MSRV)\n\nThis version of Interpoli has been verified to compile with **Rust 1.82** and later.\n\nFuture versions of Interpoli might increase the Rust version requirement.\nIt will not be treated as a breaking change and as such can even happen with small patch releases.\n\n\u003cdetails\u003e\n\u003csummary\u003eClick here if compiling fails.\u003c/summary\u003e\n\nAs time has passed, some of Interpoli's dependencies could have released versions with a higher Rust requirement.\nIf you encounter a compilation issue due to a dependency and don't want to upgrade your Rust toolchain, then you could downgrade the dependency.\n\n```sh\n# Use the problematic dependency's name and version\ncargo update -p package_name --precise 0.1.1\n```\n\u003c/details\u003e\n\n## Community\n\n\u003c!-- TODO: Fix [![Linebender Zulip, #kurbo stream](https://img.shields.io/badge/Linebender-%23kurbo-red?logo=Zulip)](https://xi.zulipchat.com/#narrow/stream/260979-kurbo) --\u003e\n\nDiscussion of Interpoli development happens in the Linebender Zulip at \u003chttps://xi.zulipchat.com/\u003e, but there is not yet an established channel.\nAll public content can be read without logging in\n\n## License\n\nLicensed under either of\n\n- Apache License, Version 2.0\n   ([LICENSE-APACHE](LICENSE-APACHE) or \u003chttp://www.apache.org/licenses/LICENSE-2.0\u003e)\n- MIT license\n   ([LICENSE-MIT](LICENSE-MIT) or \u003chttp://opensource.org/licenses/MIT\u003e)\n\nat your option.\n\n## Contribution\n\nContributions are welcome by pull request. The [Rust code of conduct] applies.\nPlease feel free to add your name to the [AUTHORS] file in any substantive pull request.\n\nUnless you explicitly state otherwise, any contribution intentionally submitted\nfor inclusion in the work by you, as defined in the Apache-2.0 license, shall be\nlicensed as above, without any additional terms or conditions.\n\n[Rust Code of Conduct]: https://www.rust-lang.org/policies/code-of-conduct\n[AUTHORS]: ./AUTHORS\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinebender%2Finterpoli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flinebender%2Finterpoli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinebender%2Finterpoli/lists"}