crowdstrike-cloudproto 0.3.1

The binary protocol used between Crowdstrike’s Falcon Sensor and cloud servers
Documentation
1
2
3
4
5
6
7
#![forbid(unsafe_code)]
#![doc = include_str!("../README.md")]

extern crate core;

pub mod framing;
pub mod services;