chiark / gitweb /
currency: Make currency pieces be fastsplit
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 25 Apr 2022 22:58:31 +0000 (23:58 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 30 Apr 2022 14:15:30 +0000 (15:15 +0100)
commit9f8ae3c0f47045c75a944c523421e5a74291a117
treef10b0b625d08bbe8144e214b2ee6af30ae8b791b
parentb33002e50ba2aa091f2f069f98f98f8e5c48f18b
currency: Make currency pieces be fastsplit

The actual machinery does all the hard work.

This shouldn't have any overall visible functional change.  It just
engages new contraptions during piece creation and load/save, but
right now they shouldn't have any work to do because we don't actually
ever split (or merge) currency.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
src/currency.rs