crossword 0.2.0

Library for crossword puzzles including .puz file parsing
Documentation
  • Coverage
  • 77.27%
    34 out of 44 items documented0 out of 28 items with examples
  • Size
  • Source code size: 37.59 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 3.47 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 14s Average build duration of successful builds.
  • all releases: 13s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • MatrixFrog/crossword
    47 2 12
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • MatrixFrog

Crossword

A library for crossword puzzles!

Playing crosswords

This crate comes with no UI so if you want to actually play a crossword, try crosstui which is backed by this crate.

Writing your own crossword app

If you want to use this crate to build your own crossword app, Puzzle is the main type you will use. Use Puzzle::parse to get a puzzle from a .puz file. See crosstui for an example.