chiark / gitweb /
Half-arsed attempt to set up a Client type.
authorSimon Tatham <anakin@pobox.com>
Tue, 26 Dec 2023 17:17:21 +0000 (17:17 +0000)
committerSimon Tatham <anakin@pobox.com>
Tue, 26 Dec 2023 22:08:00 +0000 (22:08 +0000)
commit192f17a4190a839006b7e0fc538cad48fa734392
tree8ddd339e5fb873b169db432b4e77d2e0746908ba
parentb6fa40182a107b6c535daa6686db96f4f3ac2004
Half-arsed attempt to set up a Client type.

It _compiles_, but I'm not at all sure the API is what it ought to be.
Still, I'll press on with it for the moment and figure out how it's
wrong later.
src/auth.rs
src/client.rs [new file with mode: 0644]
src/lib.rs
src/main.rs
src/text.rs
src/types.rs