Docs.rs
fetsig-0.4.1
fetsig 0.4.1
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
martin-kolarik
Dependencies
artwrap ^0.1
normal
base64 ^0.22
normal
optional
futures-signals ^0.3
normal
futures-signals-ext ^0.2
normal
js-sys ^0.3
normal
optional
log ^0.4
normal
postcard ^1.0
normal
optional
serde ^1.0
normal
serde_json ^1.0
normal
optional
serde_with ^3.6
normal
optional
smol_str ^0.2
normal
ufmt ^0.2
normal
optional
wasm-bindgen ^0.2
normal
optional
wasm-bindgen-futures ^0.4
normal
optional
web-sys ^0.3
normal
optional
Versions
0%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
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
fetsig
0.4.1
MacSign
Provided Methods
sign
Object Safety
Implementors
In crate fetsig
Trait
fetsig
::
MacSign
Copy item path
source
·
[
−
]
pub trait MacSign { // Provided method fn
sign
(_message: &[
u8
]) ->
Option
<
String
> { ... } }
Provided Methods
§
source
fn
sign
(_message: &[
u8
]) ->
Option
<
String
>
Object Safety
§
This trait is
not
object safe
.
Implementors
§
source
§
impl
MacSign
for
NoMac