Docs.rs
qust-io-0.1.5
qust-io 0.1.5
Docs.rs crate page
MIT
OR
Apache-2.0
19 February 2025
Links
crates.io
Source
Owners
baiguoname
Dependencies
chrono ^0.4
normal
csv >=0.0.0
normal
itertools ^0.13.0
normal
itertools-num ^0.1.3
normal
lazy_static ^1.4.0
normal
ndarray ^0.16.1
normal
ndarray-stats ^0.6.0
normal
num-traits >=0.0.0
normal
plotters ^0.3.4
normal
polars ^0.43.1
normal
polars-core ^0.43.1
normal
polars-io ^0.43.1
normal
polars-lazy ^0.43.1
normal
qust >=0.1
normal
qust-ds >=0.1
normal
reqwest ^0.12.8
normal
serde >=1.0.136
normal
serde_json ^1.0.94
normal
tokio ^1.39.3
normal
Versions
0.5%
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
qust_io
0.1.5
Plot
Required Methods
plot
Implementations on Foreign Types
PnlRes<da>
PnlRes<dt>
Implementors
In qust_
io::
output::
plot
qust_io
::
output
::
plot
Trait
Plot
Copy item path
Source
pub trait Plot<T, X, Y> { // Required method fn
plot
(&self) ->
SVGWrapper
; }
Required Methods
§
Source
fn
plot
(&self) ->
SVGWrapper
Implementations on Foreign Types
§
Source
§
impl
Plot
<
i32
,
NaiveDate
,
f32
> for
PnlRes
<
da
>
Source
§
fn
plot
(&self) ->
SVGWrapper
Source
§
impl
Plot
<
i32
,
NaiveDateTime
,
f32
> for
PnlRes
<
dt
>
Source
§
fn
plot
(&self) ->
SVGWrapper
Implementors
§
Source
§
impl<T>
Plot
<
usize
,
NaiveDate
,
f32
> for T
where for<'a>
PnlRes
<
da
>:
From
<
&'a T
>, T: 'static,
Source
§
impl<T:
BuildChart
<X, Y>, X, Y>
Plot
<
i32
, X, Y> for T