Skip to content

srbpavel/rust

Repository files navigation

rust

my rust lesson notes

  • metynka - start lesson

    • learn syntax
    • parse config
    • read json sensor data
    • push it to influxdb
    • query via flux if data in db
    • backup to CSV
    • ok: it is working, probably not very efficient
  • easy_config - separate toml config parser to lib

    • toml: vec + hashmap
    • ok, time will show what need's to be improved
  • lib_test - testing playground for my lib's

    • in use
  • normalize - cli to rename filenames

    • more Option + Result usage
    • implement
    • better command args usage via clap
    • in use, to many debug msg
  • cli_stock + cli_stock_2

    • received broken code
    • fix it
    • learn async
    • nice practice to fix broken
  • mqtt_client

    • send test msg to my mosquitto broker
    • just started
  • influxdb_client

    • small client to write LineProtocol and read FluxQuery
    • in metynka run via commands+curl and flux query just as templates
    • here via reqwest and flux query as builder

About

notes

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages