Skip to content

Releases: cubing/cubing.rs

v0.2.1

22 Mar 08:31
Compare
Choose a tag to compare
- [alg] Near feature parity with `cubing.js` with alg parsing, inversion, and stringification.

v0.2.0

11 Mar 04:27
Compare
Choose a tag to compare
Release notes:

- Significantly many features from `cubing.js` have been ported, including:
  - `cubing::alg`
    - `Move`, `Alg`, `Grouping`, `Commutator`, `Conjugate`
    - Parsing, including macros: `parse_move!`, `parse_alg!`
  - `cubing::kpuzzle`
    - `KPuzzle` and `KTransformation` functionality, including (de)serialization.
  - `cubing::puzzles`
    - 3x3x3 definition.
- A stub `f2lfast` test binary.

v0.1.4

11 Mar 04:27
Compare
Choose a tag to compare
Release notes:

- Full `cubing.js` compatible move parsing.
- Change to `u32` and `i32` for numbers.

v0.1.3

11 Mar 04:27
Compare
Choose a tag to compare
Something that you can `use`!

v0.1.2

11 Mar 04:27
Compare
Choose a tag to compare
Release notes:

- Compile library?

v0.1.1

11 Mar 04:27
Compare
Choose a tag to compare
Release notes:

- Make `Move` public.