Skip to content

Latest commit

 

History

History

nxzr_device

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

nxzr_device

A collection of tools, actual transport layer and connection helpers

Cross-compiling

cross check --target=x86_64-unknown-linux-gnu --features=cross

Tracing & Logging

This module leverages tracing crate in order to record all the events that can be dispatched across the modules' life-cycle.

To catch up those information, you may want to use tracing_subscriber crate from the top-level end.