lib.rs (177B)
1 pub mod setup; 2 3 #[cfg(target_os = "android")] 4 mod android; 5 6 mod app; 7 mod chrome; 8 mod options; 9 10 pub use app::NotedeckApp; 11 pub use chrome::Chrome; 12 pub use options::ChromeOptions;
notedeckOne damus client to rule them all | |
| git clone git://jb55.com/notedeck | |
| Log | Files | Refs | README | LICENSE |