1 | // Regrettable, but Teddy stuff just isn't used on all targets. And for some |
---|---|
2 | // targets, like aarch64, only "slim" Teddy is used and so "fat" Teddy gets a |
3 | // bunch of dead-code warnings. Just not worth trying to squash them. Blech. |
4 | #![allow(dead_code)] |
5 | |
6 | pub(crate) use self::builder::{Builder, Searcher}; |
7 | |
8 | mod builder; |
9 | mod generic; |
10 |