lightstreamer-rs 0.2.2

A Rust client for Lightstreamer, designed to facilitate real-time communication with Lightstreamer servers.
Documentation
codecov:
  require_ci_to_pass: true

coverage:
  status:
    project:
      default:
        target: 75%    # the required coverage value
        threshold: 1%  # the leniency in hitting the target
    patch:
      default:
        target: 75%
        threshold: 1%

parsers:
  gcov:
    branch_detection:
      conditional: yes
      loop: yes
      method: no
      macro: no