Skip to content

Commit ff370f4

Browse files
authored
docs: add logos (#66)
1 parent 4fbc118 commit ff370f4

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

assets/logo-white.svg

Lines changed: 5 additions & 0 deletions
Loading

src/lib.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
#![doc(html_favicon_url = "https://pydantic.dev/favicon/favicon.ico")]
2+
#![doc(
3+
html_logo_url = "https://raw.githubusercontent.com/pydantic/logfire-rust/refs/heads/main/assets/logo-white.svg"
4+
)]
5+
16
//! # Rust SDK for Pydantic Logfire
27
//!
38
//! This goal of this SDK is to provide a first-class experience instrumenting Rust code for the Pydantic Logfire platform.

tests/test_basic_exports.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1306,7 +1306,7 @@ fn test_basic_span() {
13061306
"code.lineno",
13071307
),
13081308
value: I64(
1309-
637,
1309+
642,
13101310
),
13111311
},
13121312
KeyValue {

0 commit comments

Comments
 (0)