Skip to content
This repository has been archived by the owner on Oct 14, 2020. It is now read-only.

Add bit_set to rust #823

Closed
ArikDavidov opened this issue Jun 1, 2020 · 1 comment
Closed

Add bit_set to rust #823

ArikDavidov opened this issue Jun 1, 2020 · 1 comment

Comments

@ArikDavidov
Copy link

Please complete the following information about the package:

Following are optional, but will help us consider adding:

  • Why is this useful?
    "Validate Sudoku with size NxN" kata
  • Example Code:
use bit_set::BitSet;

fn main() {
    let mut set = BitSet::with_capacity(64);
    set.insert(42);
    println!("{:?}", set)
}

https://play.rust-lang.org/?version=stable&mode=debug&edition=2018&gist=0fe557ff4e7f998f25235fa86af4a4bb

👍 reactions might help.

@kazk
Copy link
Member

kazk commented Jun 8, 2020

Deployed. Make sure to select Rust 1.44 to use it.

@kazk kazk closed this as completed Jun 8, 2020
@kazk kazk removed the status/ready Ready to be deployed label Jun 8, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants