chiark / gitweb /
crate structure: Introduce otter-support crate
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 14 May 2022 15:29:19 +0000 (16:29 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 14 May 2022 18:09:56 +0000 (19:09 +0100)
commit59c9d4df25d9762b473b608ff01bbc3e767dda50
tree6ef8306d1bf3f35f26fd9582b2159254bf5685da
parent5db5fd6287a6fe75ad16acd60f1666fce06c21e8
crate structure: Introduce otter-support crate

Currently this only has tz.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
24 files changed:
Cargo.lock
Cargo.toml
apitest/apitest.rs
base/lib.rs
base/prelude-part.rs [new file with mode: 0644]
base/prelude.rs
daemon/session.rs
src/gamestate.rs
src/imports.rs
src/lib.rs
src/prelude-part.rs [new file with mode: 0644]
src/prelude.rs
src/shapelib-toml.rs
src/shapelib.rs
src/slotmap-slot-idx.rs
src/spec.rs
src/toml-de.rs
src/utils.rs
support/Cargo.toml [new file with mode: 0644]
support/imports.rs [new file with mode: 0644]
support/lib.rs [new file with mode: 0644]
support/prelude-part.rs [new file with mode: 0644]
support/prelude.rs [new file with mode: 0644]
support/support.rs [new file with mode: 0644]