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
Short
DaPlot
Required Methods
short_da_plot
Implementations on Foreign Types
[T]
[T]
Implementors
In qust_
io::
output::
plot
qust_io
::
output
::
plot
Trait
ShortDaPlot
Copy item path
Source
pub trait ShortDaPlot<T, N> { // Required method fn
short_da_plot
(&self) ->
SVGWrapper
; }
Required Methods
§
Source
fn
short_da_plot
(&self) ->
SVGWrapper
Implementations on Foreign Types
§
Source
§
impl<T, N>
ShortDaPlot
<N,
u64
> for
[T]
where Self:
PnlSum
<N, Output =
PnlRes
<
da
>>,
Source
§
fn
short_da_plot
(&self) ->
SVGWrapper
Source
§
impl<T, N, K, J>
ShortDaPlot
<
(N, J)
,
u32
> for
[T]
where Self:
PnlSumInnerDay
<N, Output =
Vec
<K>>,
[K]
:
PnlSum
<J, Output =
PnlRes
<
da
>>,
Source
§
fn
short_da_plot
(&self) ->
SVGWrapper
Implementors
§