Docs.rs
micron-0.1.0
micron 0.1.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
adamsky
Dependencies
argon2 ^0.5.2
normal
askama ^0.12.1
normal
optional
async-stripe ^0.39
normal
optional
axum ^0.7
normal
optional
axum-auth ^0.7.0
normal
axum-extra ^0.9.2
normal
optional
backtrace ^0.3
normal
bincode ^1.3.3
normal
chrono ^0.4
normal
chrono-tz ^0.8
normal
config ^0.14.0
normal
cookie ^0.18.1
normal
fnv ^1.0.7
normal
futures ^0.3.30
normal
http ^1.1.0
normal
identicon-rs ^6.0.0
normal
image ^0.25
normal
lettre ^0.11
normal
log ^0.4.21
normal
mime ^0.3.17
normal
oauth2 ^4.4.2
normal
pot ^3.0.0
normal
rand ^0.8.5
normal
redb ^2.0.0
normal
optional
reqwest ^0.12.4
normal
rust_decimal ^1.28
normal
rust_decimal_macros ^1.28
normal
rusty-money ^0.4
normal
semver ^1.0.22
normal
serde ^1
normal
serde_derive ^1
normal
serde_json ^1
normal
serde_yaml ^0.9.34
normal
sled ^0.34.7
normal
optional
strum ^0.25
normal
thiserror ^1
normal
tokio ^1
normal
toml ^0.8
normal
tower ^0.4.13
normal
tower-http ^0.5.0
normal
tracing ^0.1
normal
tracing-appender ^0.2
normal
tracing-log ^0.1
normal
tracing-loki ^0.2
normal
tracing-subscriber ^0.3
normal
url ^2
normal
uuid ^1.6.1
normal
validator ^0.19.0
normal
yansi ^0.5
normal
anyhow ^1.0.82
dev
askama ^0.12.1
dev
include_dir ^0.7.0
dev
tower-serve-static ^0.1.1
dev
Versions
24.51%
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
encode
micron
0.1.0
In micron::
db
micron
::
db
Function
encode
Copy item path
Source
pub fn encode<T:
Serialize
>(item:
&T
) ->
Result
<
Vec
<
u8
>>