{"id":24739359,"url":"https://github.com/yybit/nu_plugin_roaring","last_synced_at":"2025-10-10T08:30:42.693Z","repository":{"id":271489087,"uuid":"913629265","full_name":"yybit/nu_plugin_roaring","owner":"yybit","description":"A Nushell plugin for Roaring Bitmap","archived":false,"fork":false,"pushed_at":"2025-01-16T15:18:19.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-16T16:47:59.655Z","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/yybit.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}},"created_at":"2025-01-08T03:56:37.000Z","updated_at":"2025-01-16T15:18:20.000Z","dependencies_parsed_at":"2025-01-08T23:45:55.385Z","dependency_job_id":null,"html_url":"https://github.com/yybit/nu_plugin_roaring","commit_stats":null,"previous_names":["yybit/nu_plugin_roaring"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yybit%2Fnu_plugin_roaring","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yybit%2Fnu_plugin_roaring/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yybit%2Fnu_plugin_roaring/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yybit%2Fnu_plugin_roaring/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yybit","download_url":"https://codeload.github.com/yybit/nu_plugin_roaring/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235936078,"owners_count":19068828,"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":"2025-01-27T22:58:08.985Z","updated_at":"2025-10-10T08:30:37.339Z","avatar_url":"https://github.com/yybit.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![crates.io](https://img.shields.io/crates/v/nu_plugin_roaring.svg)](https://crates.io/crates/nu_plugin_roaring)\n[![docs.rs](https://docs.rs/nu_plugin_roaring/badge.svg)](https://docs.rs/nu_plugin_roaring)\n\n# nu_plugin_roaring\n\n`nu_plugin_roaring` is a plugin for the Nushell that provides efficient bitmap operations using the [Roaring Bitmap](https://roaringbitmap.org/) data structure.\n\n## Installation\n\n```sh\ncargo install nu_plugin_roaring\nplugin add ~/.cargo/bin/nu_plugin_roaring\nplugin use roaring\n```\n\n### Usage\n\nThe plugin supports the following methods: `new`, `len`, `list`, `contains`, and `serialize`. Here are some examples:\n\n- Create a new bitmap, serialize it, and save it to a file:\n\n    ```sh\n    [1..5 11..\u003c15 21] | roaring new | roaring ser | save test.rr\n    ```\n\n- Import a serialized bitmap and get its length:\n\n    ```sh\n    open test.rr | roaring len\n    ```\n\n- Import a serialized bitmap and check if it contains certain values:\n\n    ```sh\n    open test.rr | roaring contains 1..3\n    ```\n\n\n- Import a serialized bitmap and list certain values:\n\n    ```sh\n    # List elements in the range from 1 to 15\n    open test.rr | roaring list 1..15\n    # List all elements\n    open test.rr | roaring list\n    ```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyybit%2Fnu_plugin_roaring","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyybit%2Fnu_plugin_roaring","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyybit%2Fnu_plugin_roaring/lists"}