Documentation
  • Coverage
  • 100%
    35 out of 35 items documented0 out of 0 items with examples
  • Size
  • Source code size: 70.89 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 4.69 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 21s Average build duration of successful builds.
  • all releases: 21s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Aehmlo/ku
    0 0 13
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • Aehmlo

ku

Travis Crates.io Crates.io Documentation

A sudoku crate.

Goals

  • First and foremost, to provide a rock-solid API for generating, solving, and manipulating sudokus.
  • To set an example of Rust (and general) best practices and become ubiquitous, with support for all kinds of native platforms and the web.

Contributing

All are welcome to contribute. Issues are enabled for this repository — you are encouraged to submit issues and pull requests. Don't be afraid to speak up!

ku follows the Contributor Covenant code of conduct. Please see CODE_OF_CONDUCT.md for more information.

Please follow the existing code style (which is made much easier if you use the included rustfmt configuration).

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be licensed under the Apache-2.0 license, without any additional terms or conditions.

License

ku is licensed under the Apache-2.0 license. See LICENSE for more information.