{"id":18950398,"url":"https://github.com/axodotdev/axoasset","last_synced_at":"2025-04-06T12:12:07.792Z","repository":{"id":147789764,"uuid":"581873076","full_name":"axodotdev/axoasset","owner":"axodotdev","description":"📮 load, write, and copy remote and local assets","archived":false,"fork":false,"pushed_at":"2025-04-02T10:22:18.000Z","size":472,"stargazers_count":26,"open_issues_count":28,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-06T05:34:56.659Z","etag":null,"topics":["assets","async","build-tools","rust"],"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/axodotdev.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE-APACHE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-12-24T17:10:43.000Z","updated_at":"2025-01-08T17:10:44.000Z","dependencies_parsed_at":"2023-12-19T17:39:09.761Z","dependency_job_id":"f7a6711d-666f-4b9e-a3b6-5d3c3a752a55","html_url":"https://github.com/axodotdev/axoasset","commit_stats":null,"previous_names":[],"tags_count":24,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axodotdev%2Faxoasset","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axodotdev%2Faxoasset/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axodotdev%2Faxoasset/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axodotdev%2Faxoasset/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/axodotdev","download_url":"https://codeload.github.com/axodotdev/axoasset/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247478324,"owners_count":20945266,"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":["assets","async","build-tools","rust"],"created_at":"2024-11-08T13:22:48.991Z","updated_at":"2025-04-06T12:12:07.765Z","avatar_url":"https://github.com/axodotdev.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# axoasset\n\n[![Github Actions Rust](https://github.com/axodotdev/axoasset/actions/workflows/rust.yml/badge.svg)](https://github.com/axodotdev/axoasset/actions)\n[![crates.io](https://img.shields.io/crates/v/axoasset.svg)](https://crates.io/crates/axoasset)\n[![License: MPL 2.0](https://img.shields.io/badge/License-MPL_2.0-brightgreen.svg)](https://opensource.org/licenses/MPL-2.0)\n\nThis library offers `read`, `write`, and `copy` functions, for local and remote\nassets given a string that contains a relative or absolute local path or a\nremote address using http or https.\n\n\n## Example\n\n```rust\nuse axoasset;\n\nlet assets = vec!(\"https://my.co/logo.png\", \"./profile.jpg\", \"README.md\");\nlet dest = \"public\";\n\nfor asset in assets {\n    axoasset::copy(asset, dest)?;\n}\n```\n\n## License\n\nLicensed under either of\n\n* Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or [apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0))\n* MIT license ([LICENSE-MIT](LICENSE-MIT) or [opensource.org/licenses/MIT](https://opensource.org/licenses/MIT))\n\nat your option.\n\n## Contributions\n\nUnless you explicitly state otherwise, any contribution intentionally\nsubmitted for inclusion in the work by you, as defined in the Apache-2.0\nlicense, shall be dual licensed as above, without any additional terms or\nconditions.\n\nIf you are interested in contributing, please read our [CONTRIBUTING notes] and our [Code of Conduct].\n\n**Copyright 2022 Axo Developer Co.**\n\n[CONTRIBUTING notes]: CONTRIBUTING.md\n[Code of Conduct]: CODE_OF_CONDUCT.md\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faxodotdev%2Faxoasset","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faxodotdev%2Faxoasset","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faxodotdev%2Faxoasset/lists"}