windows support and more recursion fixes

This commit is contained in:
John Smith
2022-12-01 19:08:40 -05:00
parent 4c3ffa927b
commit bbf97a535a
4 changed files with 42 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
#![forbid(unsafe_code)]
#![deny(clippy::all)]
#![deny(unused_must_use)]
#![recursion_limit = "256"]
mod client_api;
mod cmdline;