···33pub mod chat;
44pub mod client;
55pub mod com;
66+pub mod place;
67pub mod record;
78pub mod sh;
89pub mod tools;
+3
crates/weaver-common/src/lexicons/place.rs
···11+// @generated - This file is generated by esquema-codegen (forked from atrium-codegen). DO NOT EDIT.
22+//!Definitions for the `place` namespace.
33+pub mod stream;
+3
crates/weaver-common/src/lexicons/place/stream.rs
···11+// @generated - This file is generated by esquema-codegen (forked from atrium-codegen). DO NOT EDIT.
22+//!Definitions for the `place.stream` namespace.
33+pub mod live;
···11+// @generated - This file is generated by esquema-codegen (forked from atrium-codegen). DO NOT EDIT.
22+//!Definitions for the `place.stream.live` namespace.
33+pub mod profile;
44+#[derive(Debug)]
55+pub struct Profile;
66+impl atrium_api::types::Collection for Profile {
77+ const NSID: &'static str = "place.stream.live.profile";
88+ type Record = profile::Record;
99+}