We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fbc118 commit ff370f4Copy full SHA for ff370f4
assets/logo-white.svg
src/lib.rs
@@ -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
+
6
//! # Rust SDK for Pydantic Logfire
7
//!
8
//! 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
@@ -1306,7 +1306,7 @@ fn test_basic_span() {
1306
"code.lineno",
1307
),
1308
value: I64(
1309
- 637,
+ 642,
1310
1311
},
1312
KeyValue {
0 commit comments