We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b3024c commit a1992bbCopy full SHA for a1992bb
jigsaw_puzzle_generator/src/lib.rs
@@ -1,7 +1,7 @@
1
//! The Jigsaw Puzzle library creates SVG paths which can be used to cut out puzzle pieces from a
2
//! given rectangular image. It provides three public functions:
3
//!
4
-//! - [`generate`] returns the paths from a given number of pieces in a column and a
+//! - [`JigsawGenerator::generate`] returns the paths from a given number of pieces in a column and a
5
//! row. This is the function you normally want to use
6
//! - [`generate_columns_rows_numbers`] returns an ideal distribution of pieces on the x- and y-axes
7
//! for a given total number of pieces
0 commit comments