chiark / gitweb /
Remove lib.rs.
authorSimon Tatham <anakin@pobox.com>
Thu, 1 Feb 2024 08:03:10 +0000 (08:03 +0000)
committerSimon Tatham <anakin@pobox.com>
Fri, 2 Feb 2024 12:19:18 +0000 (12:19 +0000)
commit893dd8970827c13258b9aadaac816aaf1210cf66
tree56cd4fe8cb8d246712a22a47bd566e1e649fe001
parent5fbe4fcf861e2c38c61e4698e5db340806114f11
Remove lib.rs.

I'm a bit concerned that with a main.rs and a lib.rs, this package
might accidentally have made both a binary and a library crate,
which (as and when I publish it) might cause people to try to use the
library as if it had a stable and committed API.

In fact all the library modules in this source base are considered
internal to the application, and the interfaces between them are
intended to vary however this application finds convenient. So I
shouldn't accidentally imply otherwise.
src/lib.rs [deleted file]
src/main.rs