Docs.rs
rea-rs-0.1.31
rea-rs 0.1.31
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
Levitanus
Dependencies
bitflags ^1.3
normal
bitvec ^1
normal
c_str_macro ^1.0.2
normal
chrono ^0.4
normal
env_logger ^0.10
normal
int-enum ^0.5
normal
log ^0.4
normal
rea-rs-low ^0.1.3
normal
rmp-serde ^1.1
normal
serde ^1.0
normal
serde-pickle ^1.1
normal
serde_derive ^1.0
normal
serde_json ^1.0
normal
rea-rs-macros ^0.1.3
dev
Versions
33.45%
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
rea_rs
0.1.31
Knows
Project
Required Methods
project
Implementors
In rea_
rs::
misc_
types
rea_rs
::
misc_types
Trait
KnowsProject
Copy item path
Source
pub trait KnowsProject { // Required method fn
project
(&self) -> &
Project
; }
Required Methods
§
Source
fn
project
(&self) -> &
Project
Implementors
§
Source
§
impl<'a, T:
ProbablyMutable
>
KnowsProject
for
Item
<'a, T>
Source
§
impl<'a, T:
ProbablyMutable
>
KnowsProject
for
Take
<'a, T>
Source
§
impl<'a, T:
ProbablyMutable
>
KnowsProject
for
Track
<'a, T>