This website works better with JavaScript.
Explore
Help
Register
Sign In
hastic
/
subbeat
Watch
4
Star
0
Fork
You've already forked subbeat
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
subbeat
influxdb
prometheus
conversion
data
extraction
time-series
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22
Commits
1
Branch
0
Tags
296 KiB
Tree:
8fc2f55ac4
main
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '8fc2f55ac4'
${ noResults }
subbeat
/
src
/
types.rs
6 lines
91 B
Raw
Normal View
History
Unescape
Escape
query by chunks
3 years ago
use
anyhow
;
grafana service begin
3 years ago
// A simple type alias so as to DRY.
query by chunks
3 years ago
pub
type
Result
<
T
>
=
anyhow
::
Result
<
T
>
;