Docs.rs
object-rainbow-0.0.0-a.65
object-rainbow 0.0.0-a.65
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
afeistel
Dependencies
anyhow ^1.0.102
normal
bitvec ^1.0.1
normal
optional
bytes ^1.11.1
normal
optional
cid ^0.11.3
normal
optional
futures-util ^0.3.32
normal
generic-array ^1.4.1
normal
ghost ^0.1.21
normal
hex ^0.4.3
normal
optional
object-rainbow-derive =0.0.0-a.21
normal
serde ^1.0.228
normal
optional
sha2 ^0.11.0
normal
sha2-const ^0.1.3
normal
thiserror ^2.0.18
normal
typenum ^1.20.0
normal
ulid ^1.2.1
normal
optional
Versions
31.93%
of the crate is documented
Go to latest stable release
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
StaticFMap
object_
rainbow
0.0.0-a.65
StaticF
Map
Aliased Type
Trait Implementations
StaticMap<I>
In object_
rainbow::
map_
extra
object_rainbow
::
map_extra
Type Alias
StaticF
Map
Copy item path
Source
pub type StaticFMap<M> = StaticFMap<M>;
Aliased Type
§
pub enum StaticFMap<M> {}
Trait Implementations
§
Source
§
impl<T, I:
IntoIterator
<Item = T>, M:
StaticMap
<T>>
StaticMap
<I> for
StaticFMap
<M>
Source
§
type
Mapped
=
Vec
<<M as
StaticMap
<T>>::
Mapped
>
Source
§
fn
static_map
(it: I) -> Self::
Mapped