File tree Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Original file line number Diff line number Diff line change
1
+ //! Implements data structures specific to BUD-01
2
+
1
3
use std:: fmt;
2
4
3
5
use nostr:: hashes:: sha256:: Hash as Sha256Hash ;
Original file line number Diff line number Diff line change
1
+ //! Implements data structures specific to BUD-02
2
+
1
3
use nostr:: hashes:: sha256:: Hash as Sha256Hash ;
2
4
use nostr:: { Timestamp , Url } ;
3
5
use serde:: { Deserialize , Serialize } ;
Original file line number Diff line number Diff line change
1
+ //! Implements a Blossom client for interacting with Blossom servers
2
+
1
3
use std:: error:: Error ;
2
4
use std:: time:: Duration ;
3
5
Original file line number Diff line number Diff line change 14
14
#![ warn( rustdoc:: bare_urls) ]
15
15
#![ warn( clippy:: large_futures) ]
16
16
17
- /// Implements data structures specific to BUD-01
18
17
pub mod bud01;
19
- /// Implements data structures specific to BUD-02
20
18
pub mod bud02;
21
- /// Implements a Blossom client for interacting with Blossom servers
22
19
pub mod client;
You can’t perform that action at this time.
0 commit comments