Docs.rs
firedbg-rust-parser-1.0.0
firedbg-rust-parser 1.0.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
tyt2y3
Dependencies
anyhow ^1
normal
async-trait ^0.1
normal
bson ^2
normal
firedbg-protocol ^1.0.0
normal
glob ^0.3
normal
proc-macro2 ^1
normal
sea-streamer-file ^0.3
normal
serde ^1
normal
serde_json ^1
normal
syn ^2
normal
tokio ^1
normal
pretty_assertions ^1
dev
Versions
7.34%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
firedbg_
rust_
parser
1.0.0
In firedbg_
rust_
parser::
serde
firedbg_rust_parser
::
serde
Function
to_bson_file
Copy item path
Source
pub async fn to_bson_file<S>(path: &
str
, bson:
&S
) ->
Result
<
()
>
where S:
Serialize
,