Docs.rs
bones-core-0.23.2
bones-core 0.23.2
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
bobisme
Dependencies
anyhow ^1.0
normal
blake3 ^1.5
normal
bones-sqlite-vec ^0.23.2
normal
bumpalo ^3.20.2
normal
chrono ^0.4
normal
dirs ^5.0
normal
fs2 ^0.4
normal
memmap2 ^0.9.10
normal
rusqlite ^0.30
normal
serde ^1.0
normal
serde_json ^1.0
normal
terseid ^0.1.2
normal
thiserror ^1.0
normal
toml ^0.8
normal
tracing ^0.1
normal
criterion ^0.5
dev
proptest ^1.4
dev
tempfile ^3.10
dev
Versions
81.58%
of the crate is documented
Platform
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
Skip to main content
init
bones_
core
0.23.2
init
Sections
Conventions
In crate bones_
core
bones_core
Function
init
Copy item path
Source
pub fn init()
Expand description
ยง
Conventions
Errors
: Use
anyhow::Result
for return types where appropriate.
Logging
: Use
tracing
macros (
info!
,
warn!
,
error!
,
debug!
,
trace!
).