File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -18,3 +18,6 @@ delegate = "^0.4"
18
18
uuid = { version = " ^0.8" , features = [" serde" , " v4" ] }
19
19
hostname = " ^0.1"
20
20
base64 = " ^0.12"
21
+
22
+ [lib ]
23
+ name = " cloudevents"
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ use std::convert::{TryFrom};
5
5
use crate :: event:: attributes:: DataAttributesWriter ;
6
6
7
7
/// Data structure that represents a [CloudEvent](https://github.com/cloudevents/spec/blob/master/spec.md).
8
- /// It provides methods to get the attributes through [`AttributesReader`](cloudevents::event::AttributesReader)
9
- /// and write them through [`AttributesWriter`](cloudevents::event::AttributesWriter) .
8
+ /// It provides methods to get the attributes through [`AttributesReader`]
9
+ /// and write them through [`AttributesWriter`].
10
10
/// It also provides methods to read and write the [event data](https://github.com/cloudevents/spec/blob/master/spec.md#event-data)
11
11
/// ```
12
12
/// use cloudevents::Event;
You can’t perform that action at this time.
0 commit comments