We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
config
1 parent 9b791ae commit 88fa2c2Copy full SHA for 88fa2c2
src/lib.rs
@@ -130,7 +130,7 @@ mod parsers;
130
mod rand;
131
132
#[cfg(test)]
133
-mod config {
+pub mod config {
134
#![allow(unused)]
135
pub const ASSEMBLER_MAX_SEGMENT_COUNT: usize = 4;
136
pub const DNS_MAX_NAME_SIZE: usize = 255;
@@ -150,7 +150,7 @@ mod config {
150
}
151
152
#[cfg(not(test))]
153
154
155
include!(concat!(env!("OUT_DIR"), "/config.rs"));
156
0 commit comments