dap 0.4.1-alpha1

A Rust implementation of the Debug Adapter Protocol
Documentation
1
2
3
4
5
6
7
8
9
#[doc(hidden)]
pub use crate::{
  events::{self, Event},
  requests::{self, Command, Request},
  responses::{self, Response, ResponseBody},
  reverse_requests::{ReverseCommand, ReverseRequest},
  server::Server,
  types,
};