{"id":13595357,"url":"https://github.com/vorner/arc-swap","last_synced_at":"2025-05-13T17:10:27.303Z","repository":{"id":39351583,"uuid":"127420809","full_name":"vorner/arc-swap","owner":"vorner","description":"Support atomic operations on Arc itself","archived":false,"fork":false,"pushed_at":"2025-05-01T23:18:33.000Z","size":883,"stargazers_count":947,"open_issues_count":12,"forks_count":34,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-05-03T03:10:01.714Z","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/vorner.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2018-03-30T11:31:31.000Z","updated_at":"2025-05-02T20:33:36.000Z","dependencies_parsed_at":"2024-06-18T15:28:11.686Z","dependency_job_id":"d5876b93-5747-41f4-ae4e-5a9bf0807171","html_url":"https://github.com/vorner/arc-swap","commit_stats":{"total_commits":315,"total_committers":15,"mean_commits":21.0,"dds":"0.11746031746031749","last_synced_commit":"dc4dd80e098974d2718a1082b8047954ed363bc8"},"previous_names":[],"tags_count":39,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vorner%2Farc-swap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vorner%2Farc-swap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vorner%2Farc-swap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vorner%2Farc-swap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vorner","download_url":"https://codeload.github.com/vorner/arc-swap/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253990467,"owners_count":21995774,"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-08-01T16:01:48.494Z","updated_at":"2025-05-13T17:10:22.275Z","avatar_url":"https://github.com/vorner.png","language":"Rust","funding_links":[],"categories":["Rust"],"sub_categories":[],"readme":"# ArcSwap\n\n[![Actions Status](https://github.com/vorner/arc-swap/workflows/test/badge.svg)](https://github.com/vorner/arc-swap/actions)\n[![codecov](https://codecov.io/gh/vorner/arc-swap/branch/master/graph/badge.svg?token=3KA3R2D9fV)](https://codecov.io/gh/vorner/arc-swap)\n[![docs](https://docs.rs/arc-swap/badge.svg)](https://docs.rs/arc-swap)\n\nThis provides something similar to what `RwLock\u003cArc\u003cT\u003e\u003e` is or what\n`Atomic\u003cArc\u003cT\u003e\u003e` would be if it existed, optimized for read-mostly write-seldom\nscenarios, with consistent performance characteristics.\n\nRead [the documentation](https://docs.rs/arc-swap) before using.\n\n## Rust version policy\n\nThe 1. version will build on any edition 2018 capable compiler. This does not\ninclude:\n\n* Tests. Tests build and run on recent compilers, mostly because of\n  dependencies.\n* Additional feature flags. Most feature flags are guaranteed to build since the\n  version they are introduced. Experimental features are without any guarantees.\n\n## License\n\nLicensed under either of\n\n * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)\n * MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)\n\nat your option.\n\n### Contribution\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\nor conditions.\n\n[`Arc`]: https://doc.rust-lang.org/std/sync/struct.Arc.html\n[`AtomicPtr`]: https://doc.rust-lang.org/std/sync/atomic/struct.AtomicPtr.html\n[`ArcSwap`]: https://docs.rs/arc-swap/*/arc_swap/type.ArcSwap.html\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvorner%2Farc-swap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvorner%2Farc-swap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvorner%2Farc-swap/lists"}