You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 6, 2025. It is now read-only.
For now I created the following submodules in the crate:
transportfor LSPS0channel_requestfor LSPS1jit_channelfor LSPS3 (possibly LSPS2 soon)I however wonder if we should follow the namespacing introduced in the LSPSs and structure the crate along the lines of
crate::lsps0::..etc.A question arising from this would then how to deal with datatypes shared between LSPSs...