pub(crate) fn match_entry<'a>( database: &'a [Entry], resource: &str, class: &str, ) -> Option<&'a [u8]>
Find the best match for the given query in the database, returning None when nothing matches.
None