makepad_file_protocol/
lib.rs

1pub mod file_protocol;
2
3pub use file_protocol::*;
4pub use makepad_live_id;
5pub use makepad_micro_serde;