diff --git a/extension/index/caniuse.js b/extension/index/caniuse.js index d7783940..4fab34e4 100644 --- a/extension/index/caniuse.js +++ b/extension/index/caniuse.js @@ -1 +1 @@ -var caniuseIndex=[["1.65","ptr_cast_const","ptr_const_cast","`<*mut T>::cast_const`",null],["1.65","let_else","let_else","let-else statements",3137],["1.65","generic_associated_types","generic_associated_types","generic associated types",1598],["1.65","ptr_cast_mut","ptr_const_cast","`<*const T>::cast_mut`",null],["1.65","bound_as_ref","bound_as_ref","`ops::Bound::as_ref`",null],["1.65","io_read_to_string","io_read_to_string","`io::read_to_string`",null],["1.65","label_break_value","label_break_value","break out of labelled blocks with value",2046],["1.65","backtrace","backtrace","`std::backtrace`",2504],["1.56","unix_chroot","unix_chroot","`std::os::unix::fs::chroot`",null],["1.56","io_empty_default",null,"`Default` implementation for `io::Empty`",null],["1.56","extend_for_tuple",null,"`Extend` implementation for `(Extend, Extend)`",null],["1.56","io_sink_clone",null,"`Clone` implementation for `io::Sink`",null],["1.56","bufwriter_into_parts","bufwriter_into_parts","`BufWriter::into_parts`",null],["1.56","io_empty_clone",null,"`Clone` implementation for `io::Empty`",null],["1.56","shrink_to","shrink_to","the `shrink_to` method on collections",null],["1.56","const_fn_transmute","const_fn_transmute","`mem::transmute` in `const fn`",null],["1.56","rust_version",null,"`rust-version` in Cargo.toml",2495],["1.56","io_empty_copy",null,"`Copy` implementation for `io::Empty`",null],["1.56","const_fn_union","const_fn_union","`union` field access in `const fn`",null],["1.56","unsafe_cell_raw_get","unsafe_cell_raw_get","`UnsafeCell::raw_get`",null],["1.56","std_collections_from_array",null,"`From<[T; N]>` implementation for collections",null],["1.56","io_sink_default",null,"`Default` implementation for `io::Sink`",null],["1.56","io_sink_copy",null,"`Copy` implementation for `io::Sink`",null],["1.27","fn_must_use","fn_must_use","`#[must_use]` on functions",1940],["1.27","dyn_trait","dyn_trait","`dyn Trait` as a syntax for trait objects",null],["1.27","cfg_target_feature","cfg_target_feature","`#[cfg(target_feature = \"...\")]`",null],["1.27","generic_param_attrs","generic_param_attrs","attributes on generic parameters",1327],["1.27","proc_ident",null,"`proc` as an identifier",null],["1.27","macro_lifetime_matcher","macro_lifetime_matcher","the `lifetime` fragment specifier in `macro_rules!`",null],["1.27","termination_trait_test","termination_trait_test","types implementing `Termination` as the return type for `#[test]`s",null],["1.27","target_feature",null,"`#[target_feature(...)]`",null],["1.9","deprecated","deprecated","`#[deprecated]`",1270],["1.26","const_indexing","const_indexing","array indexing in constants",null],["1.26","clone_closures",null,"`Clone` implementation for applicable closures",2132],["1.26","universal_impl_trait","universal_impl_trait","`impl Trait` in function arguments",null],["1.26","inclusive_range_syntax","inclusive_range_syntax","inclusive range syntax",1192],["1.26","termination_trait","termination_trait","types implementing `Termination` as the return type for `fn main()`",null],["1.26","dotdoteq_in_patterns","dotdoteq_in_patterns","inclusive ranges in patterns",1192],["1.26","i128_type","i128_type","128 bit integer types",null],["1.26","underscore_lifetimes","underscore_lifetimes","placeholder lifetimes (`'_`)",2115],["1.26","match_default_bindings","match_default_bindings","default match binding modes",2005],["1.26","conservative_impl_trait","conservative_impl_trait","`impl Trait` in function return types",null],["1.26","copy_closures",null,"`Copy` implementation for applicable closures",2132],["1.68","float_from_bool","float_from_bool","`From implementation for floats",null],["1.68","const_vecdeque_new","const_vec_deque_new","`VecDeque::new` as `const fn`",null],["1.68","path_buf_deref_mut","path_buf_deref_mut","`DerefMut` implementation for `PathBuf`",null],["1.68","main_separator_str","main_separator_str","`std::path::MAIN_SEPARATOR_STR`",null],["1.68","pin_macro","pin_macro","`std::pin::pin!`",null],["1.51","iterator_reduce","iterator_fold_self","`Iterator::reduce`",null],["1.51","arc_decrement_strong_count","arc_mutate_strong_count","`Arc::decrement_strong_count`",null],["1.51","wake_trait","wake_trait","the `Wake` trait",null],["1.51","arc_increment_strong_count","arc_mutate_strong_count","`Arc::increment_strong_count`",null],["1.51","slice_strip_suffix","slice_strip","`slice::strip_suffix`",null],["1.51","slice_strip_prefix","slice_strip","`slice::strip_prefix`",null],["1.51","box_send_sync_any_downcast","box_send_sync_any_downcast","`Box::::downcast`",null],["1.51","poll_map_ok","poll_map","`Poll>>::map_ok`",null],["1.51","min_const_generics","min_const_generics","simple const generics",null],["1.51","empty_seek",null,"`io::Seek` implementation for `io::Empty`",null],["1.51","seek_stream_position","seek_convenience","`io::Seek::stream_position`",null],["1.51","error_by_ref",null,"`Error` implementation for `&(impl Error)`",null],["1.51","slice_fill_with","slice_fill_with","`slice::fill_with`",null],["1.51","array_value_iter","array_value_iter","by-value `[T; N]` iterator `core::array::IntoIter`",null],["1.51","poll_map_err","poll_map","`Poll>>::map_err`",null],["1.51","str_as_mut",null,"`AsMut` implementation for `str`",null],["1.51","nonzero_div",null,"`Div` implementation for `u{0}`",null],["1.51","unsigned_abs","unsigned_abs","the `unsigned_abs` method on signed integers",null],["1.51","nonzero_rem",null,"`Rem` implementation for `u{0}`",null],["1.52","const_u8_to_ascii_lowercase","const_ascii_methods_on_intrinsics","`u8::to_ascii_lowercase` as `const fn`",null],["1.52","str_split_once","str_split_once","`str::split_once`",null],["1.52","char_partial_eq_punct",null,"`PartialEq` implementation for `char`",null],["1.52","const_u8_to_ascii_uppercase","const_ascii_methods_on_intrinsics","`u8::to_ascii_uppercase` as `const fn`",null],["1.52","const_char_to_ascii_lowercase","const_ascii_methods_on_intrinsics","`char::to_ascii_lowercase` as `const fn`",null],["1.52","arc_error",null,"`Error` implementation for `Arc`",null],["1.52","const_u8_eq_ignore_ascii_case","const_ascii_methods_on_intrinsics","`u8::eq_ignore_ascii_case` as `const fn`",null],["1.52","str_rsplit_once","str_split_once","`str::rsplit_once`",null],["1.52","const_char_len_utf16","const_char_len_utf","`char::len_utf16` as `const fn`",null],["1.52","const_char_len_utf8","const_char_len_utf","`char::len_utf8` as `const fn`",null],["1.52","const_char_to_ascii_uppercase","const_ascii_methods_on_intrinsics","`char::to_ascii_uppercase` as `const fn`",null],["1.52","const_char_eq_ignore_ascii_case","const_ascii_methods_on_intrinsics","`char::eq_ignore_ascii_case` as `const fn`",null],["1.8","braced_empty_structs","braced_empty_structs","empty structs and enum variants with braces",218],["1.8","augmented_assignments","augmented_assignments","assignment operator overloading",null],["1.6","no_std","no_std","`#![no_std]`",null],["1.1","split_whitespace","split_whitespace","`str::split_whitespace`",1054],["1.57","macro_attrs_in_derive_output","macro_attributes_in_derive_output","attribute macros after derive macros, on the same item",null],["1.57","array_as_mut_slice","array_as_slice","`<[T; N]>::as_mut_slice`",null],["1.57","array_as_slice","array_as_slice","`<[T; N]>::as_slice`",null],["1.57","vecdeque_try_reserve_exact","try_reserve","`VecDeque::try_reserve_exact`",null],["1.57","vec_try_reserve_exact","try_reserve","`Vec::try_reserve_exact`",null],["1.57","proc_macro_is_available","proc_macro_is_available","`proc_macro::is_available`",null],["1.57","const_panic","const_panic","panicking in `const` contexts",null],["1.57","vec_try_reserve","try_reserve","`Vec::try_reserve`",null],["1.57","hashset_try_reserve","try_reserve","`HashSet::try_reserve`",null],["1.57","string_try_reserve","try_reserve","`String::try_reserve`",null],["1.57","vecdeque_try_reserve","try_reserve","`VecDeque::try_reserve`",null],["1.57","hashmap_try_reserve","try_reserve","`HashMap::try_reserve`",null],["1.57","string_try_reserve_exact","try_reserve","`String::try_reserve_exact`",null],["1.57","iter_map_while","iter_map_while","`Iterator::map_while`",null],["1.47","result_deref","inner_deref","`as_deref` and `as_deref_mut` on `Result`",null],["1.47","range_default",null,"`Default` implementation for `Range`",null],["1.47","proc_macro_raw_ident","proc_macro_raw_ident","`proc_macro::Ident::new_raw`",null],["1.47","tau_constant","tau_constant","the `TAU` constant",null],["1.47","const_type_id","const_type_id","`TypeId::of` in `const fn`",null],["1.47","cstr_range_from",null,"`Index` implementation for `CStr`",null],["1.47","vec_leak","vec_leak","`Vec::leak`",null],["1.47","range_full_default",null,"`Default` implementation for `RangeFull`",null],["1.47","array_gt_32_impls",null,"`[T; N]` trait implementations with N > 32",null],["1.32","const_ipv6addr_octets","const_ipv6","`Ipv6Addr::octets` as `const fn`",null],["1.32","path_from_str",null,"`FromStr` implementation for `PathBuf`",null],["1.32","dbg_macro","dbg_macro","`dbg!`",2361],["1.32","const_slice_as_ptr","const_slice_as_ptr","`slice::as_ptr` as `const fn`",null],["1.32","const_range_inclusive_start","const_inclusive_range_methods","`RangeInclusive::start` as `const fn`",null],["1.32","int_to_from_bytes","int_to_from_bytes","integer ↔ bytes conversion functions",null],["1.32","macro_literal_matcher","macro_literal_matcher","the `literal` fragment specifier in `macro_rules!`",1576],["1.32","const_cstr_as_ptr","const_str_as_ptr","`CStr::as_ptr` as `const fn`",null],["1.32","macro_at_most_once_rep","macro_at_most_once_rep","`?` as the Kleene \"at most one\" operator in `macro_rules!` in the 2018 edition",2298],["1.32","const_duration_as_secs","duration_consts","`Duration::as_secs` as `const fn`",null],["1.32","const_ipv4addr_is_unspecified","const_ipv4","`Ipv4Addr::is_unspecified` as `const fn`",null],["1.32","uniform_paths","uniform_paths","uniform paths (`use x::y;` as `use self::x::y;`) in the 2018 edition",null],["1.32","const_unsafe_cell_get","const_unsafecell_get","`UnsafeCell::get` as `const fn`",null],["1.32","boxed_slice_from_iter",null,"`FromIterator` implementation for `Box<[T]>`",null],["1.32","const_str_as_ptr","const_str_as_ptr","`str::as_ptr` as `const fn`",null],["1.32","self_in_typedefs","self_in_typedefs","`Self` in type definitions",2300],["1.32","const_ipv6addr_new","const_ipv6","`Ipv6Addr::new` as `const fn`",null],["1.32","const_non_null_as_ptr","const_nonnull_as_ptr","`NonNull::as_ptr` as `const fn`",null],["1.32","const_duration_subsec_micros","duration_consts","`Duration::subsec_micros` as `const fn`",null],["1.32","const_cell_as_ptr","const_cell_as_ptr","`Cell::as_ptr` as `const fn`",null],["1.32","must_use_traits",null,"`#[must_use]` on traits",null],["1.32","const_range_inclusive_end","const_inclusive_range_methods","`RangeInclusive::end` as `const fn`",null],["1.32","const_manually_drop_new","const_manually_drop","`ManuallyDrop::new` as `const fn`",null],["1.32","const_duration_subsec_nanos","duration_consts","`Duration::subsec_nanos` as `const fn`",null],["1.32","const_iter_empty","const_iter_empty","`iter::empty` as `const fn`",null],["1.32","self_struct_ctor","self_struct_ctor","`Self` as a constructor and pattern for unit and tuple structs",2302],["1.32","const_duration_subsec_millis","duration_consts","`Duration::subsec_millis` as `const fn`",null],["1.32","const_char_is_ascii","const_ascii_methods_on_intrinsics","`char::is_ascii` as `const fn`",null],["1.32","const_manually_drop_into_inner","const_manually_drop","`ManuallyDrop::into_inner` as `const fn`",null],["1.43","once_is_completed","once_is_completed","`sync::once::Once::is_completed`",null],["1.43","core_primitive","core_primitive","`core::primitive`",null],["1.43","string_as_mut",null,"`AsMut` implementation for `String`",null],["1.43","extra_log_consts","extra_log_consts","`{f32, f64}::{LOG2_10, LOG10_2}`",null],["1.43","if_attr",null,"attributes on `if` expressions",null],["1.43","const_ascii_methods_on_intrinsics","const_ascii_methods_on_intrinsics","`u8::is_ascii` as `const fn`",null],["1.43","boxed_slice_try_from","boxed_slice_try_from","`TryFrom` implementations from boxed slices to boxed arrays",null],["1.43","assoc_int_consts","assoc_int_consts","numeric constants as associated constants",null],["1.43","iter_once_with","iter_once_with","`iter::once_with`",null],["1.43","from_utf8_error_eq",null,"`Eq` implementation for `FromUtf8Error`",null],["1.43","cstring_from_vec_of_nonzerou8",null,"`From>` implementation for `CString`",null],["1.43","from_utf8_error_partial_eq",null,"`PartialEq` implementation for `FromUtf8Error`",null],["1.43","from_utf8_error_clone",null,"`Clone` implementation for `FromUtf8Error`",null],["1.19","eprintln","eprint","`eprintln!`",1869],["1.19","untagged_unions","untagged_unions","`union`s",1444],["1.19","closure_to_fn_coercion","closure_to_fn_coercion","non-capturing closure to function pointer coercion",1558],["1.19","eprint","eprint","`eprint!`",null],["1.19","relaxed_adts","relaxed_adts","numeric fields in struct expressions and patterns",null],["1.19","loop_break_value","loop_break_value","`break` with a value inside `loop`s",1624],["1.28","global_allocator","global_allocator","`#[global_allocator]`",null],["1.28","offsetof_ident",null,"`offsetof` as an identifier",2421],["1.28","repr_transparent","repr_transparent","`#[repr(transparent)]` on newtype structs",null],["1.28","sizeof_ident",null,"`sizeof` as an identifier",2421],["1.28","alignof_ident",null,"`alignof` as an identifier",2421],["1.28","pure_ident",null,"`pure` as an identifier",2421],["1.29","proc_macro","proc_macro","procedural macros",null],["1.63","refmut_filter_map","cell_filter_map","`cell::RefMut::filter_map`",null],["1.63","osstring_try_reserve_exact","try_reserve_2","`OsString::try_reserve_exact`",null],["1.63","nonzero_checked_ops","nonzero_checked_ops","checked numeric operations for `NonZero*`",null],["1.63","pathbuf_try_reserve","try_reserve_2","`PathBuf::try_reserve`",null],["1.63","const_slice_from_ref",null,"`slice::from_ref` as `const fn`",null],["1.63","scoped_threads","scoped_threads","scoped threads",3151],["1.63","vecdeque_write",null,"`io::Write` implementation for `VecDeque`",null],["1.63","box_into_pin","box_into_pin","`Box::into_pin`",null],["1.63","explicit_generic_args_with_impl_trait","explicit_generic_args_with_impl_trait","turbofish syntax on generic functions with an `impl Trait` argument",null],["1.63","osstring_try_reserve","try_reserve_2","`OsString::try_reserve`",null],["1.63","const_mutex_new",null,"`Mutex::new` as `const fn`",null],["1.63","array_from_fn","array_from_fn","`array::from_fn`",null],["1.63","pathbuf_try_reserve_exact","try_reserve_2","`PathBuf::try_reserve_exact`",null],["1.63","toowned_clone_into","toowned_clone_into","`ToOwned::clone_into`",null],["1.63","ref_filter_map","cell_filter_map","`cell::Ref::filter_map`",null],["1.63","const_condvar_new",null,"`Condvar::new` as `const fn`",null],["1.63","path_try_exists",null,"`Path::try_exists`",null],["1.63","nonnull_slice_ptr_len",null,"`NonNull<[T]>::len`",null],["1.63","binaryheap_try_reserve","try_reserve_2","`BinaryHeap::try_reserve`",null],["1.63","vecdeque_read",null,"`io::Read` implementation for `VecDeque`",null],["1.63","const_array_from_ref",null,"`array::from_ref` as `const fn`",null],["1.63","binaryheap_try_reserve_exact","try_reserve_2","`BinaryHeap::try_reserve_exact`",null],["1.63","const_rwlock_new",null,"`RwLock::new` as `const fn`",null],["1.2","iter_once","iter_once","`iter::once`",null],["1.2","iter_empty","iter_empty","`iter::empty`",null],["1.2","atomic_ptr_send",null,"`Send` implementation for `AtomicPtr`",null],["1.58","is_symlink","is_symlink","`is_symlink` methods",null],["1.58","saturating_div","saturating_div","`{integer}::saturating_div`",null],["1.58","cstring_from_vec_with_nul","cstring_from_vec_with_nul","`CString::from_vec_with_nul`",null],["1.58","format_args_capture","format_args_capture","implicit named arguments for formatting macros",2795],["1.58","const_raw_ptr_deref","const_raw_ptr_deref","`*const T` dereferences in `const` contexts",null],["1.58","cstring_from_vec_with_nul_unchecked","cstring_from_vec_with_nul","`CString::from_vec_with_nul_unchecked`",null],["1.58","char_array_pattern",null,"`Pattern` implementation for `[char; N]`",null],["1.58","with_options","with_options","`File::options`",null],["1.58","option_result_unwrap_unchecked","option_result_unwrap_unchecked","`unwrap_unchecked` methods",null],["1.41","cfg_doc","doc_cfg","`#[cfg(doc)]`",null],["1.41","core_panic_info","core_panic_info","the `core::panic` module",null],["1.41","result_map_or_else","result_map_or_else","`Result::map_or_else`",null],["1.41","result_map_or","result_map_or","`Result::map_or`",null],["1.41","maybe_uninit_debug",null,"`Debug` implementation for `MaybeUninit`",null],["1.41","weak_counts","weak_counts","`Weak` count methods",null],["1.41","re_rebalance_coherence","re_rebalance_coherence","relaxed coherence rules",null],["1.0","tuple_indexing","tuple_indexing","tuple indexing",null],["1.0","default_type_params","default_type_params","type parameter defaults",null],["1.0","macro_rules","macro_rules","`macro_rules!`",null],["1.0","if_let","if_let","`if let` expressions",null],["1.0","slicing_syntax","slicing_syntax","`&foo[a..b]` as slicing syntax",null],["1.0","while_let","while_let","`while let` expressions",null],["1.0","associated_types","associated_types","associated types in traits",null],["1.0","struct_variant","struct_variant","struct variants in enums",null],["1.5","vec_resize","vec_resize","`Vec::resize`",509],["1.5","fs_canonicalize","fs_canonicalize","`fs::canonicalize`",1044],["1.11","nested_cfg_attr",null,"nested `cfg_attr` attributes",null],["1.33","cfg_attr_multi","cfg_attr_multi","`#[cfg_attr(cfg, attr1, attr2, attr3)]`",2539],["1.33","cfg_target_vendor","cfg_target_vendor","`cfg(target_vendor)`",null],["1.33","if_while_or_patterns","if_while_or_patterns","or-patterns in `if let` and `while let`",2175],["1.33","rc_arc_pin_method_receiver",null,"`Rc`, `Arc` or `Pin` as a method receiver",null],["1.33","irrefutable_let_patterns","irrefutable_let_patterns","irrefutable patterns in `if let` and `while let`",2086],["1.33","phantom_unpinned","pin","`marker::PhantomUnpinned`",null],["1.33","const_let","const_let","let bindings, assignments and destructuring in `const fn`",2341],["1.33","underscore_imports","underscore_imports","underscore imports (impl-only trait imports)",2166],["1.33","repr_packed","repr_packed","`#[repr(packed(N))]` on structs",1399],["1.33","const_ip","const_ip","`Ipv4Addr::new` as `const fn`",null],["1.33","min_const_unsafe_fn","min_const_unsafe_fn","`const unsafe fn`s inside `unsafe` blocks in `const fn`",null],["1.33","unpin","pin","`marker::Unpin`",null],["1.33","exhaustive_integer_patterns","exhaustive_integer_patterns","integer match exhaustiveness checking",2591],["1.33","pin","pin","`pin::Pin`",null],["1.62","bool_then_some","bool_to_option","`bool::then_some`",null],["1.62","derive_default_enum",null,"the `Default` derive macro on enums with a `#[default]` attribute",3107],["1.62","stdlin_lines","stdin_forwarders","`Stdin::lines`",null],["1.30","raw_identifiers","raw_identifiers","raw identifiers (`r#keyword`)",null],["1.30","infer_outlives_requirements","infer_outlives_requirements","outlives requirement inference",2093],["1.30","used","used","`#[used]`",null],["1.30","tool_attributes","tool_attributes","tool-scoped attributes",null],["1.30","crate_in_paths","crate_in_paths","`crate` in paths",null],["1.30","extern_absolute_paths","extern_absolute_paths","absolute paths as paths from other crates",null],["1.30","use_extern_macro","use_extern_macro","macro imports and reexports via the module system",null],["1.30","non_modrs_mods","non_modrs_mods","`foo.rs` as an alternative to `foo/mod.rs`",null],["1.30","attr_literals","attr_literals","non-string literals in attribute lists and values of key-value pairs",null],["1.30","proc_macro_path_invoc","proc_macro_path_invoc","multi-segment paths in attributes and derives",null],["1.30","panic_handler","panic_handler","`#[panic_handler]`",null],["1.30","macro_vis_matcher","macro_vis_matcher","the `vis` fragment specifier in `macro_rules!`",null],["1.14","println_no_args",null,"`println!` without arguments",null],["1.14","dotdot_in_tuple_patterns","dotdot_in_tuple_patterns","`..` in tuple (struct) patterns",1492],["1.14","fn_ptr_to_unsafe_fn_ptr",null,"`fn` pointer to `unsafe fn` pointer coercion",null],["1.46","const_forget","const_forget","`mem::forget` as `const fn`",null],["1.46","const_transmute","const_transmute","`mem::transmute` in constants",null],["1.46","const_if_match","const_if_match","`if` and `match` in constant evaluation",2342],["1.46","vec_intoiter_as_ref",null,"`AsRef<[T]>` implementation for `vec::IntoIter`",null],["1.46","trailing_ones","leading_trailing_ones","`trailing_ones` integer methods",null],["1.46","const_slice_cast",null,"array to slice casts and coercions in `const fn`",null],["1.46","leading_ones","leading_trailing_ones","`leading_ones` integer methods",null],["1.46","from_char_for_string",null,"`From` implementation for `String`",null],["1.46","track_caller","track_caller","the `#[track_caller]` attribute",2091],["1.46","const_loop","const_loop","`loop` and `while` in constant evaluation",2344],["1.46","partialeq_vec_for_ref_slice","partialeq_vec_for_ref_slice","`PartialEq>` implementations for slices",null],["1.46","nested_tuple_indexing",null,"nested tuple indexing without parentheses (`tuple.0.0`)",null],["1.46","option_zip","option_zip","`Option::zip`",null],["1.46","vec_drain_as_slice","vec_drain_as_slice","`std::vec::Drain::as_slice`",null],["1.46","vec_drain_as_ref",null,"`AsRef<[T]>` implementation for `vec::Drain<'_, T>`",null],["1.60","vec_spare_capacity","vec_spare_capacity","`Vec::spare_capacity_mut`",null],["1.60","maybe_uninit_assume_init_read","maybe_uninit_extra","`MaybeUninit::assume_init_read`",null],["1.60","namespaced_features",null,"namespaced Cargo features",null],["1.60","cfg_panic",null,"`#[cfg(panic = ...)]`",null],["1.60","weak_dep_features",null,"Weak Cargo dependency features",null],["1.60","slice_escape_ascii","inherent_ascii_escape","`[u8]::escape_ascii`",null],["1.60","maybe_uninit_assume_init_drop","maybe_uninit_extra","`MaybeUninit::assume_init_drop`",null],["1.60","arc_new_cyclic","arc_new_cyclic","`Arc::new_cyclic`",null],["1.60","rc_new_cyclic","arc_new_cyclic","`Rc::new_cyclic`",null],["1.60","not_never",null,"`Not` implementation for `!`",null],["1.60","u8_escape_ascii","inherent_ascii_escape","`u8::escape_ascii`",null],["1.25","match_beginning_vert","match_beginning_vert","`|` at the beginning of match arms",1925],["1.25","use_nested_groups","use_nested_groups","nested groups in imports",2128],["1.25","repr_align","repr_align","`#[repr(align(N))]`",1358],["1.53","array_from_ref","array_from_ref","`std::array::from_ref`",null],["1.53","slice_iter_mut_as_ref",null,"`AsRef<[T]>` implementation for `slice::IterMut<'_, T>`",null],["1.53","bufreader_seek_relative","bufreader_seek_relative","`BufReader::seek_relative`",null],["1.53","float_is_subnormal","is_subnormal","`{f32, f64}::is_subnormal`",null],["1.53","array_from_mut","array_from_ref","`std::array::from_mut`",null],["1.53","duration_is_zero","duration_zero","`Duration::is_zero`",null],["1.53","slice_iter_mut_as_slice","slice_iter_mut_as_slice","`slice::IterMut::as_slice`",null],["1.53","non_ascii_idents","non_ascii_idents","non-ASCII identifiers",null],["1.53","nonzero_trailing_zeros","nonzero_leading_trailing_zeros","`NonZero*::trailing_zeros`",null],["1.53","btreemap_retain","btree_retain","`BTreeMap::retain`",null],["1.53","or_patterns","or_patterns","nested or-patterns",null],["1.53","btreeset_retain","btree_retain","`BTreeSet::retain`",null],["1.53","nonzero_leading_zeros","nonzero_leading_trailing_zeros","`NonZero*::leading_zeros`",null],["1.53","atomic_bool_fetch_update","atomic_fetch_update","`AtomicBool::fetch_update`",null],["1.53","duration_zero","duration_zero","`Duration::ZERO`",null],["1.53","vec_extend_from_within","vec_extend_from_within","`Vec::extend_from_within`",null],["1.53","int_bits_const","int_bits_const","Associated `BITS` constants for integer types",null],["1.53","atomic_ptr_fetch_update","atomic_fetch_update","`AtomicPtr::fetch_update`",null],["1.53","osstr_ascii","osstring_ascii","ASCII methods on `OsStr`",null],["1.39","const_string_new","const_string_new","`String::new` as `const fn`",null],["1.39","pin_into_inner","pin_into_inner","`Pin::into_inner`",null],["1.39","const_vec_new","const_vec_new","`Vec::new` as `const fn`",null],["1.39","const_slice_len","const_slice_len","`[T]::len` as `const fn`",null],["1.39","instant_saturating_duration_since","checked_duration_since","`Instant::saturating_duration_since`",null],["1.39","bind_by_move_pattern_guards","bind_by_move_pattern_guards","shared references to bind-by-move patterns in `match` arms' guards",null],["1.39","const_linkedlist_new","const_linked_list_new","`LinkedList::new` as `const fn`",null],["1.39","const_str_len","const_str_len","`str::len` as `const fn`",null],["1.39","instant_checked_duration_since","checked_duration_since","`Instant::checked_duration_since`",null],["1.39","const_str_as_bytes",null,"`str::as_bytes` as `const fn`",null],["1.39","param_attrs","param_attrs","attributes on function parameters",null],["1.39","async","async_await","`async`",null],["1.39","await","async_await","`.await`",null],["1.31","edition_2018",null,"the 2018 edition",null],["1.31","min_const_fn","min_const_fn","`const fn`",911],["1.31","pattern_parentheses","pattern_parentheses","parentheses in patterns",null],["1.31","extern_crate_item_prelude","extern_crate_item_prelude","`extern crate foo as bar;`",null],["1.31","tool_lints","tool_lints","scoped lints",null],["1.31","impl_header_lifetime_elision","impl_header_lifetime_elision","lifetime elision in `impl` headers",null],["1.67","control_flow_hash",null,"`Hash` implementation for `ControlFlow`",null],["1.67","const_char_from_u32",null,"`char::from_u32` as `const fn`",null],["1.67","const_char_from_digit",null,"`char::from_digit` as `const fn`",null],["1.67","control_flow_eq",null,"`Eq` implementation for `ControlFlow`",null],["1.67","nonzero_bits","nonzero_bits","`NonZero*::BITS`",null],["1.67","int_log","int_log","integer logarithm methods on integers",null],["1.67","const_char_to_digit",null,"`char::to_digit` as `const fn`",null],["1.55","maybe_uninit_write","maybe_uninit_write","`MaybeUninit::write`",null],["1.55","range_from_patterns","half_open_range_patterns","\"RangeFrom\" patterns (`a..`)",null],["1.55","array_map","array_map","`[T; N]::map`",null],["1.55","proc_macro_group_span_open","proc_macro_group_span","`Group::span_open`",null],["1.55","bound_cloned","bound_cloned","`Bound::cloned`",null],["1.55","control_flow","control_flow_enum_type","the `ControlFlow` enum",null],["1.55","proc_macro_group_span_close","proc_macro_group_span","`Group::span_close`",null],["1.20","associated_consts","associated_consts","associated constants in `trait` and `impl` blocks",null],["1.20","compile_error","compile_error_macro","`compile_error!`",1695],["1.20","struct_field_attributes","struct_field_attributes","attributes on struct literal fields",null],["1.20","unimplemented_macro_args",null,"`unimplemented!` with a message",null],["1.54","btreemap_into_values","map_into_keys_values","`BTreeMap::into_values`",null],["1.54","hashmap_into_values","map_into_keys_values","`HashMap::into_values`",null],["1.54","extended_key_value_attrs","extended_key_value_attributes","macro expansion in key-value attributes",null],["1.54","btreemap_into_keys","map_into_keys_values","`BTreeMap::into_keys`",null],["1.54","hashmap_into_keys","map_into_keys_values","`HashMap::into_keys`",null],["1.10","cstr_default",null,"`Default` implementation for `&CStr`",null],["1.10","cstring_default",null,"`Default` implementation for `CString`",null],["1.10","weak_new","downgraded_weak","`sync::Weak::new`",null],["1.34","extern_crate_self","extern_crate_self","`extern crate self as foo;`",null],["1.34","const_overflowing_neg",null,"`overflowing_neg` as `const fn`",null],["1.34","deprecated_equals_reason",null,"`#[deprecated = \"reason\"]` as a shorthand for `#[deprecated(note = \"reason\")]`",null],["1.34","unrestricted_attribute_tokens","unrestricted_attribute_tokens","arbitrary token streams in procedural attribute macros",null],["1.34","alternative_registries",null,"alternative registries to crates.io in cargo",null],["1.34","const_wrapping_neg",null,"`wrapping_neg` as `const fn`",null],["1.12","cfg_attr_path",null,"`cfg_attr` on `path` attributes",null],["1.12","nested_macro_rules",null,"`macro_rules!` within `macro_rules!`",null],["1.42","eq_cursor",null,"`PartialEq` and `Eq` implementations for `io::Cursor`",null],["1.42","wait_timeout_until","wait_timeout_until","`Condvar::wait_timeout_while`",null],["1.42","wait_until","wait_until","`Condvar::wait_while`",null],["1.42","proc_macro_extern_prelude",null,"the `proc_macro` crate without `extern crate` in procedural macro crates",null],["1.42","slice_patterns","slice_patterns","subslice patterns (`[a, .., b]` and `[a, xs @ .., b]`)",null],["1.42","transparent_enums","transparent_enums","`#[repr(transparent)]` on single-variant enums",null],["1.42","slice_from_raw_parts","slice_from_raw_parts","`ptr::slice_from_raw_parts_mut`",null],["1.42","matches_macro","matches_macro","`matches!`",null],["1.42","alloc_layout_const_new","alloc_layout_const_new","`alloc::Layout::new` as `const fn`",null],["1.42","debug_map_key_value","debug_map_key_value","`DebugMap::value`",null],["1.42","iter_empty_send_sync","iter_empty_send_sync","unconditional `Send` and `Sync` implementations for `iter::Empty`",null],["1.42","attr_on_inline_mod",null,"attribute macros on inline modules",null],["1.42","manually_drop_take","manually_drop_take","`ManuallyDrop::take`",null],["1.49","manually_drop_in_unions","untagged_unions","`ManuallyDrop` in `union`s",null],["1.49","empty_enum_to_int",null,"uninhabited enum to integer casts",null],["1.49","nzint_try_from_nzint","nzint_try_from_nzint_conv","`TryFrom` conversions between `NonZero` integer types",null],["1.49","partialeq_vec_for_slice","partialeq_vec_for_slice","`impl PartialEq> for [A] where A: PartialEq`",null],["1.49","const_poll_is_ready","const_poll","`Poll::is_ready` as `const fn`",null],["1.49","const_poll_is_pending","const_poll","`Poll::is_pending` as `const fn`",null],["1.49","partialeq_slice_for_vec","partialeq_vec_for_slice","`impl PartialEq<[B]> for Vec where A: PartialEq`",null],["1.49","move_ref_pattern","move_ref_pattern","move and reference bindings in the same match pattern",null],["1.22","drop_types_in_const","drop_types_in_const","`Drop` types in constants",1440],["1.37","reverse_bits","reverse_bits","`reverse_bits` integer methods",null],["1.37","generic_param_cfg_attrs",null,"conditional compilation of generic parameters",null],["1.37","copy_within","copy_within","`[T]::copy_within`",null],["1.37","underscore_const_names","underscore_const_names","`_` as an identifier for constants",null],["1.37","type_alias_enum_variants",null,"enum variants through a type alias",null],["1.37","repr_align_enum","repr_align_enum","`#[repr(align(N)]` on enums",null],["1.37","option_xor","option_xor","`Option::xor`",null],["1.37","kleene_op_2015",null,"the `?` Kleene macro operator in the 2015 edition",null],["1.36","io_cursor_default",null,"`Default` implementation for `io::Cursor`",null],["1.36","string_borrow_mut_str",null,"`BorrowMut` implementation for `String`",null],["1.36","const_nonnull_dangling","const_nonnull_dangling","`NonNull::dangling` as `const fn`",null],["1.36","nll_2015",null,"Non-Lexical Lifetimes (NLL) on the 2015 edition",null],["1.36","const_layout_from_size_align_unchecked",null,"`alloc::Layout::from_size_align_unchecked` as `const fn`",null],["1.36","alloc","alloc","the `alloc` crate",null],["1.36","const_needs_drop","const_needs_drop","`mem::needs_drop` as `const fn`",null],["1.36","const_nonnull_cast","const_nonnull_cast","`NonNull::cast` as `const fn`",null],["1.36","maybe_uninit","maybe_uninit","`mem::MaybeUninit`",1892],["1.36","string_from_string_ref",null,"`From<&String>` implementation for `String`",null],["1.36","dbg_multiple_args",null,"multiple arguments in `dbg!` macro invocations",null],["1.36","hashbrown",null,"`hashbrown::HashMap` as the implementation of `HashMap`",null],["1.16","writeln_no_args",null,"`writeln!` without arguments",null],["1.16","assoc_ty_struct_expr_pat",null,"associated types in struct expressions and patterns",null],["1.16","self_struct_expr_pat",null,"`Self` in struct expressions and patterns",null],["1.18","windows_subsystem","windows_subsystem","`#![windows_subsystem]`",null],["1.18","pub_restricted","pub_restricted","`pub(restricted)` visibilities",1422],["1.44","float_approx_unchecked_to","float_approx_unchecked_to","unchecked float → int conversion",null],["1.44","convert_infallible_hash",null,"`Hash` implementation for `convert::Infallible`",null],["1.44","no_std_async_await",null,"`async` / `.await` in `#[no_std]` crates",null],["1.44","lexerror_error",null,"`Error` implementation for `proc_macro::LexError`",null],["1.44","path_buf_reserve_exact","path_buf_capacity","`PathBuf::reserve_exact`",null],["1.44","ioslice_clone",null,"`Clone` implementation for `io::IoSlice`",null],["1.44","alloc_layout_array","alloc_layout_extras","`alloc::Layout::array`",null],["1.44","path_buf_shrink_to_fit","path_buf_capacity","`PathBuf::shrink_to_fit`",null],["1.44","alloc_layout_extend","alloc_layout_extras","`alloc::Layout::extend`",null],["1.44","vec_from_array",null,"`From<[T; N]>` implementation for `Vec`",null],["1.44","path_buf_with_capacity","path_buf_capacity","`PathBuf::with_capacity`",null],["1.44","path_buf_clear","path_buf_capacity","`PathBuf::clear`",null],["1.44","lexerror_display",null,"`Display` implementation for `proc_macro::LexError`",null],["1.44","const_int_to_from_bytes",null,"integer ↔ bytes conversion functions as `const fn`",null],["1.44","path_buf_reserve","path_buf_capacity","`PathBuf::reserve`",null],["1.44","osstring_deref_mut",null,"`DerefMut` implementation for `OsString`",null],["1.44","from_mut_str_for_string",null,"`From<&mut str>` implementation for `String`",null],["1.44","path_buf_capacity","path_buf_capacity","`PathBuf::capacity`",null],["1.44","ioslice_copy",null,"`Copy` implementation for `io::IoSlice`",null],["1.44","alloc_layout_pad_to_align","alloc_layout_extras","`alloc::Layout::pad_to_align`",null],["1.44","osstring_indexmut_rangefull",null,"`IndexMut` implementation for `OsString`",null],["1.44","alloc_layout_align_to","alloc_layout_extras","`alloc::Layout::align_to`",null],["1.50","f64_clamp","clamp","`f64::clamp`",1961],["1.50","punct_partial_eq_char",null,"`PartialEq` implementation for `proc_macro::Punct`",null],["1.50","refcell_take","refcell_take","`RefCell::take`",null],["1.50","slice_fill","slice_fill","`slice::fill`",null],["1.50","const_ipv4addr_is_broadcast","const_ipv4","`Ipv4Addr::is_broadcast` as `const fn`",null],["1.50","const_ipaddr_is_loopback","const_ip","`IpAddr::is_loopback` as `const fn`",null],["1.50","const_ipaddr_is_ipv4","const_ip","`IpAddr::is_ipv4` as `const fn`",null],["1.50","f32_clamp","clamp","`f32::clamp`",1961],["1.50","const_ipaddr_is_ipv6","const_ip","`IpAddr::is_ipv6` as `const fn`",null],["1.50","const_ipv6addr_is_unspecified","const_ipv6","`Ipv6Addr::is_unspecified` as `const fn`",null],["1.50","bool_then","lazy_bool_to_option","`bool::then`",null],["1.50","const_ipv4addr_octets","const_ipv4","`Ipv4Addr::octets` as `const fn`",null],["1.50","const_ipv4addr_to_ipv6_mapped","const_ipv4","`Ipv4Addr::to_ipv6_mapped` as `const fn`",null],["1.50","const_ipaddr_is_multicast","const_ip","`IpAddr::is_multicast` as `const fn`",null],["1.50","const_ipv4addr_to_ipv6_compatible","const_ipv4","`Ipv4Addr::to_ipv6_compatible` as `const fn`",null],["1.50","or_insert_with_key","or_insert_with_key","`Entry::or_insert_with_key`",null],["1.50","const_ipv6addr_is_multicast","const_ipv6","`Ipv6Addr::is_multicast` as `const fn`",null],["1.50","const_ipv4addr_is_loopback","const_ipv4","`Ipv4Addr::is_loopback` as `const fn`",null],["1.50","const_ipv4addr_is_documentation","const_ipv4","`Ipv4Addr::is_documentation` as `const fn`",null],["1.50","const_ipv6addr_segments","const_ipv6","`Ipv6Addr::segments` as `const fn`",null],["1.50","const_ipv6addr_to_ipv4","const_ipv6","`Ipv6Addr::to_ipv4` as `const fn`",null],["1.50","const_ipv4addr_is_link_local","const_ipv4","`Ipv4Addr::is_link_local` as `const fn`",null],["1.50","const_ipv4addr_is_private","const_ipv4","`Ipv4Addr::is_private` as `const fn`",null],["1.50","const_ipaddr_is_unspecified","const_ip","`IpAddr::is_unspecified` as `const fn`",null],["1.50","const_ipv4addr_is_multicast","const_ipv4","`Ipv4Addr::is_multicast` as `const fn`",null],["1.50","const_ipv6addr_is_loopback","const_ipv6","`Ipv6Addr::is_loopback` as `const fn`",null],["1.50","assign_manually_drop_in_unions",null,"safe assignment to `ManuallyDrop` in `union`s",null],["1.50","unsafe_cell_get_mut","unsafe_cell_get_mut","`UnsafeCell::get_mut`",null],["1.50","ord_clamp","clamp","`Ord::clamp`",1961],["1.38","thread_accesserror_clone",null,"`Clone` implementation for `thread::AccessError`",null],["1.38","duration_div_f64","duration_float","`Duration::div_f64`",null],["1.38","duration_mul_f64","duration_float","`Duration::mul_f64`",null],["1.38","shared_from_iter",null,"`FromIterator` implementation for `Rc` and `Arc`",null],["1.38","euclidean_division","euclidean_division","euclidean division & modulo",null],["1.38","global_allocator_in_submodules",null,"`#[global_allocator]` inside submodules",null],["1.38","thread_accesserror_partialeq",null,"`PartialEq` implementation for `thread::AccessError`",null],["1.38","duration_as_secs_f32","duration_float","`Duration::as_secs_f32`",null],["1.38","unpin_ptr","duration_float","`Unpin` implementations for pointers",null],["1.38","ptr_cast","ptr_cast","`cast` method on pointers",null],["1.38","iter_step_by_double_ended",null,"`DoubleEndedIterator` implementation for `iter::StepBy`",null],["1.38","duration_as_secs_f64","duration_float","`Duration::as_secs_f64`",null],["1.38","ascii_escapedefault_clone",null,"`Clone` implementation for `ascii::EscapeDefault`",null],["1.38","deprecated_macros",null,"`#[deprecated]` on macros",null],["1.38","iter_take_double_ended",null,"`DoubleEndedIterator` implementation for `iter::Take`",null],["1.38","thread_accesserror_error",null,"`Error` implementation for `thread::AccessError`",null],["1.38","any_type_name","type_name","`any::type_name`",null],["1.38","thread_accesserror_copy",null,"`Copy` implementation for `thread::AccessError`",null],["1.38","thread_accesserror_eq",null,"`Eq` implementation for `thread::AccessError`",null],["1.38","ascii_escapedefault_display",null,"`Display` implementation for `ascii::EscapeDefault`",null],["1.38","str_chars_debug",null,"`Debug` implementation for `std::str::Chars`",null],["1.38","iter_peekable_double_ended",null,"`DoubleEndedIterator` implementation for `iter::Peekable`",null],["1.38","duration_mul_f32","duration_float","`Duration::mul_f32`",null],["1.38","duration_from_secs_f64","duration_float","`Duration::from_secs_f64`",null],["1.38","duration_from_secs_f32","duration_float","`Duration::from_secs_f32`",null],["1.38","duration_div_f32","duration_float","`Duration::div_f32`",null],["unstable","try_trait_v2","try_trait_v2","the `Try` trait",3058],["unstable","exclusive_range_pattern","exclusive_range_pattern","exclusive range patterns (`a..b`)",null],["unstable","option_zip_with","option_zip","`Option::zip_with`",null],["unstable","nonzero_is_power_of_two","nonzero_is_power_of_two","`NonZeroU*::is_power_of_two`",null],["unstable","option_contains","option_result_contains","`Option::contains`",null],["unstable","let_chains","let_chains","if- and while-let-chains",null],["unstable","try_blocks","try_blocks","`try` blocks",243],["unstable","half_open_range_patterns","half_open_range_patterns","half-open range patterns",null],["unstable","link_cfg","link_cfg","`#[link(..., cfg(...))]`",null],["unstable","cow_is_owned","cow_is_borrowed","`Cow::is_owned`",null],["unstable","const_in_array_repeat_expressions","const_in_array_repeat_expressions","constants in array repeat expressions",2203],["unstable","thread_local","thread_local","`#[thread_local]` on `static`s",null],["unstable","is_sorted_iterator","is_sorted","`is_sorted` method family on `Iterator`",2351],["unstable","associated_type_defaults","associated_type_defaults","default values for associated types",null],["unstable","slice_take","slice_take","`take` method family on slices",null],["unstable","custom_inner_attributes","custom_inner_attributes","custom inner attributes",null],["unstable","linkedlist_drain_filter","drain_filter","`LinkedList:::drain_filter`",null],["unstable","is_sorted_slice","is_sorted","`is_sorted` method family on slices",2351],["unstable","const_io_repeat","const_io_structs","`io::repeat` as `const fn`",null],["unstable","cow_is_borrowed","cow_is_borrowed","`Cow::is_borrowed`",null],["unstable","nonnull_slice_from_raw_parts","nonnull_slice_from_raw_parts","`NonNull<[T]>::slice_from_raw_parts`",null],["unstable","btreemap_try_insert","map_try_insert","`BTreeMap::try_insert`",null],["unstable","iterator_intersperse_with","iter_intersperse","`Iterator::intersperse_with`",null],["unstable","const_ptr_write_unaligned","const_ptr_write","pointer `write_unaligned` as `const fn`",null],["unstable","link_args","link_args","`#[link_args]`",null],["unstable","pub_macro_rules","pub_macro_rules","module scoping for `macro_rules!` macros",null],["unstable","cstring_from_vec_with_nul","cstring_from_vec_with_nul","nul-terminated `Vec` to `CString` conversions",null],["unstable","naked_functions","naked_functions","`#[naked]` functions",null],["unstable","never_type","never_type","the never type (`!`)",null],["unstable","type_alias_impl_trait","type_alias_impl_trait","`impl Trait` in type aliases",2515],["unstable","const_io_empty","const_io_structs","`io::empty` as `const fn`",null],["unstable","derive_default_enum","derive_default_enum","`#[derive(Default)]` on enums",null],["unstable","const_io_cursor_get_ref","const_io_structs","`io::Cursor::get_ref` as `const fn`",null],["unstable","const_ptr_write","const_ptr_write","pointer `write` as `const fn`",null],["unstable","bound_as_mut","bound_as_ref","`ops::Bound::as_mut`",null],["unstable","const_io_sink","const_io_structs","`io::sink` as `const fn`",null],["unstable","const_io_cursor_position","const_io_structs","`io::Cursor::position` as `const fn`",null],["unstable","plugin_registrar","plugin_registrar","`#[plugin_registrar]`",null],["unstable","const_mut_refs","const_mut_refs","`&mut T` in `const` contexts",null],["unstable","hashmap_try_insert","map_try_insert","`HashMap::try_insert`",null],["unstable","assert_matches","assert_matches","`assert_matches!`",null],["unstable","register_tool","register_tool","`#![register_tool]`",null],["unstable","stmt_expr_attributes","stmt_expr_attributes","attributes on expressions",16],["unstable","vec_drain_filter","drain_filter","`Vec:::drain_filter`",null],["unstable","no_core","no_core","`#![no_core]`",null],["unstable","box_into_boxed_slice","box_into_boxed_slice","`Box::into_boxed_slice`",null],["unstable","abi_thiscall","abi_thiscall","`thiscall` calling convention",null],["unstable","termination_trait_lib",null,"`Termination` implementation for `Result`",null],["unstable","raw_ref_op","raw_ref_op","the raw reference operator (`&raw [mut | const] $place`)",2582],["unstable","const_generics","const_generics","const generics",2000],["unstable","exhaustive_patterns","exhaustive_patterns","exhaustive pattern matching on types that contain uninhabited types",1872],["unstable","cfg_target_has_atomic","cfg_target_has_atomic","`cfg(target_has_atomic = ...)`",null],["unstable","iterator_intersperse","iter_intersperse","`Iterator::intersperse`",null],["unstable","plugin","plugin","`#![plugin(...)]`",null],["unstable","specialization","specialization","specialization",null],["unstable","generators","generators","generators",2033],["unstable","slice_ptr_len","slice_ptr_len","the `len` method on raw slices",null],["unstable","result_contains","option_result_contains","`Result::contains`",null],["unstable","duration_checked_float","duration_checked_float","`Duration::try_from_secs_*`",null],["unstable","proc_macro_diagnostics","proc_macro_diagnostics","procedural macro diagnostics",null],["unstable","total_cmp","total_cmp","the `total_cmp` method on float types",null],["unstable","cfg_version","cfg_version","`#[cfg(version(..))]`",null],["unstable","poll_ready","poll_ready","`Poll::ready` / `task::Ready`",null],["unstable","default_free_fn","default_free_fn","the free `default` function (shorthand for `Default::default`)",null],["unstable","const_io_cursor_new","const_io_structs","`io::Cursor::new` as `const fn`",null],["1.7","vec_as_slice","vec_as_slice","`Vec::as_slice`",null],["1.7","string_as_str","string_as_str","`String::as_str`",null],["1.7","vec_as_mut_slice","vec_as_slice","`Vec::as_mut_slice`",null],["1.7","string_as_mut_str","string_as_str","`String::as_mut_str`",null],["1.59","hashmap_vacant_entry_insert","entry_insert","`hash_map::VacantEntry::insert_entry`",null],["1.59","const_maybe_uninit_as_ptr","const_maybe_uninit_as_ptr","`MaybeUninit::as_ptr` as `const fn`",null],["1.59","const_maybe_uninit_assume_init","const_maybe_uninit_assume_init","`MaybeUninit::assume_init` as `const fn`",null],["1.59","control_flow_is_continue","control_flow_enum","`ControlFlow::is_continue`",null],["1.59","available_parallelism","available_parallelism","`std::thread::available_parallelism`",null],["1.59","result_copied","result_copied","`Result::copied`",null],["1.59","result_cloned_err","result_copied","`Result::copied_err`",null],["1.59","const_unreachable_unchecked","const_unreachable_unchecked","`unreachable_unchecked` as `const fn`",null],["1.59","iter_zip","iter_zip","`core::iter::zip`",null],["1.59","u8_from_char",null,"`TryFrom` implementation for `u8`",null],["1.59","control_flow_is_break","control_flow_enum","`ControlFlow::is_break`",null],["1.59","asm","asm","inline assembly",null],["1.59","const_generics_defaults","const_generics_defaults","defaults for const generics",null],["1.59","hashmap_entry_insert","entry_insert","`hash_map::Entry::insert_entry`",null],["1.59","result_copied_err","result_cloned","`Result::cloned_err`",null],["1.59","result_cloned","result_cloned","`Result::cloned`",null],["1.59","const_cstr_unchecked","const_cstr_unchecked","`CStr::from_bytes_with_nul_unchecked` as `const fn`",null],["1.59","const_maybe_uninit_assume_init_ref","const_maybe_uninit_assume_init","`MaybeUninit::assume_init_ref` as `const fn`",null],["1.59","thread_local_const_init","thread_local_const_init","const-initialized thread locals",null],["1.45","unicode_version","unicode_version","`std::char::UNICODE_VERSION`",null],["1.45","btreemap_remove_entry","btreemap_remove_entry","`BTreeMap::remove_entry`",null],["1.45","proc_macro_span_resolved_at","proc_macro_span_resolved_at","`proc_macro::Span::resolved_at`",null],["1.45","proc_macro_span_mixed_site","proc_macro_mixed_site","`proc_macro::Span::mixed_site`",null],["1.45","arc_from_cow",null,"`From>` implementation for `Arc`",null],["1.45","box_from_cow","box_from_cow","`From>` implementations for `Box`ed types",null],["1.45","atomic_min_max","atomic_min_max","`AtomicN::{fetch_min, fetch_max}`",null],["1.45","rc_from_cow",null,"`From>`` implementation for ``Rc`",null],["1.45","atomic_fetch_update","no_more_cas","`AtomicN::fetch_update`",null],["1.45","expr_proc_macro","proc_macro_hygiene","function-like procedural macros in expression, pattern and statement position",null],["1.45","nonzero_bitor_assign","nonzero_bitor","`BitOrAssign` implementations for `NonZero` integer types",null],["1.45","proc_macro_span_located_at","proc_macro_span_located_at","`proc_macro::Span::located_at`",null],["1.45","nonzero_bitor","nonzero_bitor","`BitOr` implementations for `NonZero` integer types",null],["1.15","proc_macro_derive","proc_macro","procedural derive macros (macros 1.1)",1681],["1.35","coerce_closure_to_unsafe_fn_ptr",null,"closure to unsafe function pointer coercions",null],["1.35","alloc_system_default",null,"`Default` implementation for `alloc::System`",null],["1.35","boxed_closure_impls","boxed_closure_impls","boxed closure `Fn*` trait implementations",null],["1.35","exact_size_case_mapping_iter",null,"`ExactSizeIterator` implementation for `ToLowercase` and `ToUppercase`",null],["1.35","dbg_no_args",null,"`dbg!` without arguments",null],["1.35","asraw_stdio_locks",null,"`AsRawFd` implementation for `StdinLock`, `StdoutLock` and `StderrLock`",null],["1.66","btreemap_last_entry","map_first_last","`BTreeMap::last_entry`",null],["1.66","btreeset_pop_last","map_first_last","`BTreeSet::pop_last`",null],["1.66","half_open_range_patterns","half_open_range_patterns","half-open range patterns",null],["1.66","hint_black_box","bench_black_box","`hint::black_box`",2360],["1.66","os_fd","os_fd","`std::os::fd` module",null],["1.66","const_btreemap_new","const_btree_new","`BTreeMap::new` as `const fn`",null],["1.66","btreemap_last_key_value","map_first_last","`BTreeMap::last_key_value`",null],["1.66","span_source_text","proc_macro_span","`proc_macro::Span::source_text`",null],["1.66","arbitrary_enum_discriminant","arbitrary_enum_discriminant","allow arbitary enums to have explicit discriminants",2363],["1.66","btreeset_last","map_first_last","`BTreeSet::last`",null],["1.66","const_btreeset_new","const_btree_new","`BTreeSet::new` as `const fn`",null],["1.66","btreemap_first_entry","map_first_last","`BTreeMap::first_entry`",null],["1.66","btreeset_first","map_first_last","`BTreeSet::first`",null],["1.66","option_unzip","unzip_option","`Option::unzip`",null],["1.66","btreemap_pop_last","map_first_last","`BTreeMap::pop_last`",null],["1.66","btreemap_first_key_value","map_first_last","`BTreeMap::first_key_value`",null],["1.66","btreeset_pop_first","map_first_last","`BTreeSet::pop_first`",null],["1.66","btreemap_pop_first","map_first_last","`BTreeMap::pop_first`",null],["1.24","unsized_ptr_is_null",null,"`is_null` on pointers to unsized types",null],["1.24","abi_sysv64","abi_sysv64","the sysV64 ABI on any platform",null],["1.23","unsized_ptr_as_ref",null,"`as_ref` on pointers to unsized types",null],["1.23","unsized_ptr_as_mut",null,"`as_mut` on `*mut T`",null],["1.64","core_ffi_c","core_ffi_c","type aliases for C's arithmetic types in `core::ffi`",null],["1.64","ready_macro","ready_macro","`task::ready!`",null],["1.64","cargo_workspace_inheritance",null,"Cargo workspace inheritance",2906],["1.64","windows_filetypeext",null,"`std::os::windows::fs::FileTypeExt`",null],["1.64","into_future","into_future","the `IntoFuture` trait",null],["1.64","alloc_cstr","alloc_c_str","`CString` in `alloc`",null],["1.64","core_cstr","core_c_str","`CStr` in `core`",null],["1.64","arc_asfd",null,"`AsFd` implementation for `Arc`",null],["1.64","box_asfd",null,"`AsFd` implementation for `Box`",null],["1.64","future_poll_fn","future_poll_fn","`core::future::poll_fn`",null],["1.17","cell_non_copy","cell_non_copy","`Cell` with non-`Copy` types",1651],["1.17","static_recursion","static_recursion","recursive static items",null],["1.17","where_clauses_with_self",null,"`Self` in the where clause of trait impl's",1647],["1.17","static_in_const","static_in_const","elision of `'static` lifetimes in `static`s and `const`s",1623],["1.17","field_init_shorthand","field_init_shorthand","field init shorthands (`x` for `x: x` in struct initializers)",1682],["1.3","duration","duration","`std::time::Duration`",null],["1.3","time","time","`std::time`",null],["1.61","vec_from_array_ref",null,"`From<&[T; N]>` implementation for `Vec`",null],["1.61","vec_from_array_mut_ref",null,"`From<&mut [T; N]>` implementation for `Vec`",null],["1.61","pin_static_mut","pin_static_ref","`Pin::static_mut`",null],["1.61","const_fn_trait_bound","const_fn_trait_bound","Trait bounds on generics of a `const fn`",null],["1.61","write_cursor_array",null,"`Write` implementation for `Cursor<[u8; N]>`",null],["1.61","vec_retain_mut",null,"`Vec::retain_mut`",null],["1.61","const_fn_fn_ptr_basics","const_fn_fn_ptr_basics","`const fn` returning function pointers",null],["1.61","vecdeque_retain_mut",null,"`VecDeque::retain_mut`",null],["1.61","const_impl_trait","const_impl_trait","`const fn` returning `impl Trait`",null],["1.61","joinhandle_is_finished",null,"`JoinHandle::is_finished`",null],["1.61","process_exitcode",null,"`process::ExitCode`",null],["1.61","unix_socket_creation","unix_socket_creation","`unix::net::SocketAddr::from_pathname`",null],["1.61","termination_trait_lib",null,"the `Termination` trait",null],["1.61","pin_static_ref","pin_static_ref","`Pin::static_ref`",null],["1.48","future_ready","future_readiness_fns","`future::ready`",null],["1.48","slice_ptr_range","slice_ptr_range","slice to pointer range methods",null],["1.48","deque_make_contiguous","deque_make_contiguous","`VecDeque::make_contiguous`",null],["1.48","write_stderr_ref",null,"`Write` implementation for `&Stderr`",null],["1.48","const_result_is_err","const_result","`Result::is_err` as `const fn`",null],["1.48","write_stdout_ref",null,"`Write` implementation for `&Stdout`",null],["1.48","doc_alias","doc_alias","`#[doc(alias = \"…\")]`",null],["1.48","const_result_as_ref","const_result","`Result::as_ref` as `const fn`",null],["1.48","future_pending","future_readiness_fns","`future::pending`",null],["1.48","const_result_is_ok","const_result","`Result::is_ok` as `const fn`",null],["1.48","write_child_stdin_ref",null,"`Write` implementation for `&ChildStdin`",null],["1.48","const_option_is_none","const_option","`Option::is_none` as `const fn`",null],["1.48","const_ordering_then","const_ordering","`cmp::Ordering::then` as `const fn`",null],["1.48","intra_doc_links",null,"intra-doc links",null],["1.48","array_try_from_vec",null,"`TryFrom>` implementation for `[T; N]`",null],["1.48","const_ordering_reverse","const_ordering","`cmp::Ordering::reverse` as `const fn`",null],["1.48","write_sink_ref",null,"`Write` implementation for `&Sink`",null],["1.48","const_option_as_ref","const_option","`Option::as_ref` as `const fn`",null],["1.48","const_option_is_some","const_option","`Option::is_some` as `const fn`",null],["1.4","use_group_renaming",null,"item renamings in import groups",null],["1.40","const_is_power_of_two",null,"`is_power_of_two` as `const fn`",null],["1.40","modern_meta_macro_pattern",null,"the `meta` fragment specifier in `macro_rules!` for modern attribute syntax",null],["1.40","slice_repeat","repeat_generic_slice","`slice::repeat`",null],["1.40","option_deref","option_deref","`as_deref` and `as_deref_mut` on `Option`",null],["1.40","cfg_doctest","cfg_doctest","`#[cfg(doctest)]`",null],["1.40","mem_take","mem_take","`mem::take`",null],["1.40","map_get_key_value","map_get_key_value","`get_key_value` on `HashMap` and `BTreeMap`",null],["1.40","non_exhaustive","non_exhaustive","`#![non_exhaustive]`",2008],["1.40","proc_macro_generated_macro_rules",null,"proc-macros that generate `macro_rules!` macros",null],["1.40","macros_in_extern","macros_in_extern","macro invocations in `extern {}` blocks",null],["1.40","const_constructor","const_constructor","tuple struct and tuple variant constructors in `const fn`",null],["1.40","option_flattening","option_flattening","`Option::flatten`",null],["1.40","float_to_from_bytes","float_to_from_bytes","float ↔ bytes conversion functions",null],["1.40","todo_macro","todo_macro","`todo!`",null],["1.40","type_proc_macros",null,"function-like procedural macros in type position",null],["1.40","udpsocker_peer_addr","udp_peer_addr","`UdpSocket::peer_addr`",null],["1.13","debug_assert_ne","assert_ne","`debug_assert_ne!`",1653],["1.13","type_macros","type_macros","`macro_rules!` macros in type position",null],["1.13","assert_ne","assert_ne","`assert_ne!`",1653],["1.13","question_mark","question_mark","the `?` operator",243]]; \ No newline at end of file +var caniuseIndex=[["1.64","into_future","into_future","the `IntoFuture` trait",null],["1.64","cargo_workspace_inheritance",null,"Cargo workspace inheritance",2906],["1.64","core_cstr","core_c_str","`CStr` in `core`",null],["1.64","ready_macro","ready_macro","`task::ready!`",null],["1.64","windows_filetypeext",null,"`std::os::windows::fs::FileTypeExt`",null],["1.64","arc_asfd",null,"`AsFd` implementation for `Arc`",null],["1.64","alloc_cstr","alloc_c_str","`CString` in `alloc`",null],["1.64","future_poll_fn","future_poll_fn","`core::future::poll_fn`",null],["1.64","core_ffi_c","core_ffi_c","type aliases for C's arithmetic types in `core::ffi`",null],["1.64","box_asfd",null,"`AsFd` implementation for `Box`",null],["1.24","unsized_ptr_is_null",null,"`is_null` on pointers to unsized types",null],["1.24","abi_sysv64","abi_sysv64","the sysV64 ABI on any platform",null],["1.29","proc_macro","proc_macro","procedural macros",null],["1.0","struct_variant","struct_variant","struct variants in enums",null],["1.0","default_type_params","default_type_params","type parameter defaults",null],["1.0","if_let","if_let","`if let` expressions",null],["1.0","associated_types","associated_types","associated types in traits",null],["1.0","tuple_indexing","tuple_indexing","tuple indexing",null],["1.0","slicing_syntax","slicing_syntax","`&foo[a..b]` as slicing syntax",null],["1.0","macro_rules","macro_rules","`macro_rules!`",null],["1.0","while_let","while_let","`while let` expressions",null],["1.37","kleene_op_2015",null,"the `?` Kleene macro operator in the 2015 edition",null],["1.37","option_xor","option_xor","`Option::xor`",null],["1.37","reverse_bits","reverse_bits","`reverse_bits` integer methods",null],["1.37","type_alias_enum_variants",null,"enum variants through a type alias",null],["1.37","copy_within","copy_within","`[T]::copy_within`",null],["1.37","repr_align_enum","repr_align_enum","`#[repr(align(N)]` on enums",null],["1.37","underscore_const_names","underscore_const_names","`_` as an identifier for constants",null],["1.37","generic_param_cfg_attrs",null,"conditional compilation of generic parameters",null],["1.40","slice_repeat","repeat_generic_slice","`slice::repeat`",null],["1.40","type_proc_macros",null,"function-like procedural macros in type position",null],["1.40","cfg_doctest","cfg_doctest","`#[cfg(doctest)]`",null],["1.40","todo_macro","todo_macro","`todo!`",null],["1.40","non_exhaustive","non_exhaustive","`#![non_exhaustive]`",2008],["1.40","macros_in_extern","macros_in_extern","macro invocations in `extern {}` blocks",null],["1.40","udpsocker_peer_addr","udp_peer_addr","`UdpSocket::peer_addr`",null],["1.40","modern_meta_macro_pattern",null,"the `meta` fragment specifier in `macro_rules!` for modern attribute syntax",null],["1.40","proc_macro_generated_macro_rules",null,"proc-macros that generate `macro_rules!` macros",null],["1.40","option_flattening","option_flattening","`Option::flatten`",null],["1.40","mem_take","mem_take","`mem::take`",null],["1.40","map_get_key_value","map_get_key_value","`get_key_value` on `HashMap` and `BTreeMap`",null],["1.40","float_to_from_bytes","float_to_from_bytes","float ↔ bytes conversion functions",null],["1.40","option_deref","option_deref","`as_deref` and `as_deref_mut` on `Option`",null],["1.40","const_is_power_of_two",null,"`is_power_of_two` as `const fn`",null],["1.40","const_constructor","const_constructor","tuple struct and tuple variant constructors in `const fn`",null],["1.45","rc_from_cow",null,"`From>`` implementation for ``Rc`",null],["1.45","proc_macro_span_located_at","proc_macro_span_located_at","`proc_macro::Span::located_at`",null],["1.45","atomic_min_max","atomic_min_max","`AtomicN::{fetch_min, fetch_max}`",null],["1.45","proc_macro_span_resolved_at","proc_macro_span_resolved_at","`proc_macro::Span::resolved_at`",null],["1.45","expr_proc_macro","proc_macro_hygiene","function-like procedural macros in expression, pattern and statement position",null],["1.45","unicode_version","unicode_version","`std::char::UNICODE_VERSION`",null],["1.45","nonzero_bitor","nonzero_bitor","`BitOr` implementations for `NonZero` integer types",null],["1.45","proc_macro_span_mixed_site","proc_macro_mixed_site","`proc_macro::Span::mixed_site`",null],["1.45","nonzero_bitor_assign","nonzero_bitor","`BitOrAssign` implementations for `NonZero` integer types",null],["1.45","btreemap_remove_entry","btreemap_remove_entry","`BTreeMap::remove_entry`",null],["1.45","atomic_fetch_update","no_more_cas","`AtomicN::fetch_update`",null],["1.45","arc_from_cow",null,"`From>` implementation for `Arc`",null],["1.45","box_from_cow","box_from_cow","`From>` implementations for `Box`ed types",null],["1.17","where_clauses_with_self",null,"`Self` in the where clause of trait impl's",1647],["1.17","static_recursion","static_recursion","recursive static items",null],["1.17","field_init_shorthand","field_init_shorthand","field init shorthands (`x` for `x: x` in struct initializers)",1682],["1.17","cell_non_copy","cell_non_copy","`Cell` with non-`Copy` types",1651],["1.17","static_in_const","static_in_const","elision of `'static` lifetimes in `static`s and `const`s",1623],["1.13","assert_ne","assert_ne","`assert_ne!`",1653],["1.13","question_mark","question_mark","the `?` operator",243],["1.13","type_macros","type_macros","`macro_rules!` macros in type position",null],["1.13","debug_assert_ne","assert_ne","`debug_assert_ne!`",1653],["unstable","exhaustive_patterns","exhaustive_patterns","exhaustive pattern matching on types that contain uninhabited types",1872],["unstable","const_ptr_write_unaligned","const_ptr_write","pointer `write_unaligned` as `const fn`",null],["unstable","nonnull_slice_from_raw_parts","nonnull_slice_from_raw_parts","`NonNull<[T]>::slice_from_raw_parts`",null],["unstable","box_into_boxed_slice","box_into_boxed_slice","`Box::into_boxed_slice`",null],["unstable","linkedlist_drain_filter","drain_filter","`LinkedList:::drain_filter`",null],["unstable","const_ptr_write","const_ptr_write","pointer `write` as `const fn`",null],["unstable","total_cmp","total_cmp","the `total_cmp` method on float types",null],["unstable","plugin_registrar","plugin_registrar","`#[plugin_registrar]`",null],["unstable","const_io_cursor_get_ref","const_io_structs","`io::Cursor::get_ref` as `const fn`",null],["unstable","naked_functions","naked_functions","`#[naked]` functions",null],["unstable","poll_ready","poll_ready","`Poll::ready` / `task::Ready`",null],["unstable","hashmap_try_insert","map_try_insert","`HashMap::try_insert`",null],["unstable","default_free_fn","default_free_fn","the free `default` function (shorthand for `Default::default`)",null],["unstable","type_alias_impl_trait","type_alias_impl_trait","`impl Trait` in type aliases",2515],["unstable","try_trait_v2","try_trait_v2","the `Try` trait",3058],["unstable","const_io_empty","const_io_structs","`io::empty` as `const fn`",null],["unstable","iterator_intersperse","iter_intersperse","`Iterator::intersperse`",null],["unstable","termination_trait_lib",null,"`Termination` implementation for `Result`",null],["unstable","generators","generators","generators",2033],["unstable","custom_inner_attributes","custom_inner_attributes","custom inner attributes",null],["unstable","cfg_version","cfg_version","`#[cfg(version(..))]`",null],["unstable","derive_default_enum","derive_default_enum","`#[derive(Default)]` on enums",null],["unstable","let_chains","let_chains","if- and while-let-chains",null],["unstable","result_contains","option_result_contains","`Result::contains`",null],["unstable","exclusive_range_pattern","exclusive_range_pattern","exclusive range patterns (`a..b`)",null],["unstable","duration_checked_float","duration_checked_float","`Duration::try_from_secs_*`",null],["unstable","specialization","specialization","specialization",null],["unstable","abi_thiscall","abi_thiscall","`thiscall` calling convention",null],["unstable","nonzero_is_power_of_two","nonzero_is_power_of_two","`NonZeroU*::is_power_of_two`",null],["unstable","option_zip_with","option_zip","`Option::zip_with`",null],["unstable","const_in_array_repeat_expressions","const_in_array_repeat_expressions","constants in array repeat expressions",2203],["unstable","slice_ptr_len","slice_ptr_len","the `len` method on raw slices",null],["unstable","const_io_cursor_position","const_io_structs","`io::Cursor::position` as `const fn`",null],["unstable","const_io_cursor_new","const_io_structs","`io::Cursor::new` as `const fn`",null],["unstable","const_generics","const_generics","const generics",2000],["unstable","link_args","link_args","`#[link_args]`",null],["unstable","proc_macro_diagnostics","proc_macro_diagnostics","procedural macro diagnostics",null],["unstable","plugin","plugin","`#![plugin(...)]`",null],["unstable","const_mut_refs","const_mut_refs","`&mut T` in `const` contexts",null],["unstable","bound_as_mut","bound_as_ref","`ops::Bound::as_mut`",null],["unstable","pub_macro_rules","pub_macro_rules","module scoping for `macro_rules!` macros",null],["unstable","try_blocks","try_blocks","`try` blocks",243],["unstable","vec_drain_filter","drain_filter","`Vec:::drain_filter`",null],["unstable","cow_is_owned","cow_is_borrowed","`Cow::is_owned`",null],["unstable","slice_take","slice_take","`take` method family on slices",null],["unstable","cfg_target_has_atomic","cfg_target_has_atomic","`cfg(target_has_atomic = ...)`",null],["unstable","option_contains","option_result_contains","`Option::contains`",null],["unstable","cow_is_borrowed","cow_is_borrowed","`Cow::is_borrowed`",null],["unstable","is_sorted_slice","is_sorted","`is_sorted` method family on slices",2351],["unstable","half_open_range_patterns","half_open_range_patterns","half-open range patterns",null],["unstable","assert_matches","assert_matches","`assert_matches!`",null],["unstable","never_type","never_type","the never type (`!`)",null],["unstable","register_tool","register_tool","`#![register_tool]`",null],["unstable","thread_local","thread_local","`#[thread_local]` on `static`s",null],["unstable","associated_type_defaults","associated_type_defaults","default values for associated types",null],["unstable","raw_ref_op","raw_ref_op","the raw reference operator (`&raw [mut | const] $place`)",2582],["unstable","const_io_sink","const_io_structs","`io::sink` as `const fn`",null],["unstable","link_cfg","link_cfg","`#[link(..., cfg(...))]`",null],["unstable","btreemap_try_insert","map_try_insert","`BTreeMap::try_insert`",null],["unstable","stmt_expr_attributes","stmt_expr_attributes","attributes on expressions",16],["unstable","is_sorted_iterator","is_sorted","`is_sorted` method family on `Iterator`",2351],["unstable","no_core","no_core","`#![no_core]`",null],["unstable","iterator_intersperse_with","iter_intersperse","`Iterator::intersperse_with`",null],["unstable","const_io_repeat","const_io_structs","`io::repeat` as `const fn`",null],["1.65","let_else","let_else","let-else statements",3137],["1.65","backtrace","backtrace","`std::backtrace`",2504],["1.65","ptr_cast_mut","ptr_const_cast","`<*const T>::cast_mut`",null],["1.65","ptr_cast_const","ptr_const_cast","`<*mut T>::cast_const`",null],["1.65","generic_associated_types","generic_associated_types","generic associated types",1598],["1.65","io_read_to_string","io_read_to_string","`io::read_to_string`",null],["1.65","bound_as_ref","bound_as_ref","`ops::Bound::as_ref`",null],["1.65","label_break_value","label_break_value","break out of labelled blocks with value",2046],["1.54","hashmap_into_keys","map_into_keys_values","`HashMap::into_keys`",null],["1.54","extended_key_value_attrs","extended_key_value_attributes","macro expansion in key-value attributes",null],["1.54","hashmap_into_values","map_into_keys_values","`HashMap::into_values`",null],["1.54","btreemap_into_keys","map_into_keys_values","`BTreeMap::into_keys`",null],["1.54","btreemap_into_values","map_into_keys_values","`BTreeMap::into_values`",null],["1.28","pure_ident",null,"`pure` as an identifier",2421],["1.28","global_allocator","global_allocator","`#[global_allocator]`",null],["1.28","repr_transparent","repr_transparent","`#[repr(transparent)]` on newtype structs",null],["1.28","offsetof_ident",null,"`offsetof` as an identifier",2421],["1.28","sizeof_ident",null,"`sizeof` as an identifier",2421],["1.28","alignof_ident",null,"`alignof` as an identifier",2421],["1.8","braced_empty_structs","braced_empty_structs","empty structs and enum variants with braces",218],["1.8","augmented_assignments","augmented_assignments","assignment operator overloading",null],["1.31","min_const_fn","min_const_fn","`const fn`",911],["1.31","edition_2018",null,"the 2018 edition",null],["1.31","tool_lints","tool_lints","scoped lints",null],["1.31","extern_crate_item_prelude","extern_crate_item_prelude","`extern crate foo as bar;`",null],["1.31","pattern_parentheses","pattern_parentheses","parentheses in patterns",null],["1.31","impl_header_lifetime_elision","impl_header_lifetime_elision","lifetime elision in `impl` headers",null],["1.50","const_ipv4addr_to_ipv6_mapped","const_ipv4","`Ipv4Addr::to_ipv6_mapped` as `const fn`",null],["1.50","const_ipv4addr_is_documentation","const_ipv4","`Ipv4Addr::is_documentation` as `const fn`",null],["1.50","const_ipaddr_is_multicast","const_ip","`IpAddr::is_multicast` as `const fn`",null],["1.50","punct_partial_eq_char",null,"`PartialEq` implementation for `proc_macro::Punct`",null],["1.50","assign_manually_drop_in_unions",null,"safe assignment to `ManuallyDrop` in `union`s",null],["1.50","const_ipv4addr_is_broadcast","const_ipv4","`Ipv4Addr::is_broadcast` as `const fn`",null],["1.50","const_ipv4addr_is_loopback","const_ipv4","`Ipv4Addr::is_loopback` as `const fn`",null],["1.50","const_ipv4addr_is_private","const_ipv4","`Ipv4Addr::is_private` as `const fn`",null],["1.50","const_ipv6addr_is_multicast","const_ipv6","`Ipv6Addr::is_multicast` as `const fn`",null],["1.50","const_ipv6addr_segments","const_ipv6","`Ipv6Addr::segments` as `const fn`",null],["1.50","const_ipv4addr_octets","const_ipv4","`Ipv4Addr::octets` as `const fn`",null],["1.50","slice_fill","slice_fill","`slice::fill`",null],["1.50","const_ipaddr_is_unspecified","const_ip","`IpAddr::is_unspecified` as `const fn`",null],["1.50","f32_clamp","clamp","`f32::clamp`",1961],["1.50","const_ipv4addr_is_link_local","const_ipv4","`Ipv4Addr::is_link_local` as `const fn`",null],["1.50","const_ipv4addr_to_ipv6_compatible","const_ipv4","`Ipv4Addr::to_ipv6_compatible` as `const fn`",null],["1.50","const_ipv4addr_is_multicast","const_ipv4","`Ipv4Addr::is_multicast` as `const fn`",null],["1.50","const_ipv6addr_is_unspecified","const_ipv6","`Ipv6Addr::is_unspecified` as `const fn`",null],["1.50","unsafe_cell_get_mut","unsafe_cell_get_mut","`UnsafeCell::get_mut`",null],["1.50","ord_clamp","clamp","`Ord::clamp`",1961],["1.50","const_ipv6addr_is_loopback","const_ipv6","`Ipv6Addr::is_loopback` as `const fn`",null],["1.50","refcell_take","refcell_take","`RefCell::take`",null],["1.50","const_ipaddr_is_loopback","const_ip","`IpAddr::is_loopback` as `const fn`",null],["1.50","f64_clamp","clamp","`f64::clamp`",1961],["1.50","bool_then","lazy_bool_to_option","`bool::then`",null],["1.50","const_ipaddr_is_ipv4","const_ip","`IpAddr::is_ipv4` as `const fn`",null],["1.50","const_ipv6addr_to_ipv4","const_ipv6","`Ipv6Addr::to_ipv4` as `const fn`",null],["1.50","or_insert_with_key","or_insert_with_key","`Entry::or_insert_with_key`",null],["1.50","const_ipaddr_is_ipv6","const_ip","`IpAddr::is_ipv6` as `const fn`",null],["1.66","btreemap_last_entry","map_first_last","`BTreeMap::last_entry`",null],["1.66","btreeset_first","map_first_last","`BTreeSet::first`",null],["1.66","btreemap_first_key_value","map_first_last","`BTreeMap::first_key_value`",null],["1.66","hint_black_box","bench_black_box","`hint::black_box`",2360],["1.66","btreeset_pop_last","map_first_last","`BTreeSet::pop_last`",null],["1.66","btreemap_pop_first","map_first_last","`BTreeMap::pop_first`",null],["1.66","const_btreeset_new","const_btree_new","`BTreeSet::new` as `const fn`",null],["1.66","span_source_text","proc_macro_span","`proc_macro::Span::source_text`",null],["1.66","option_unzip","unzip_option","`Option::unzip`",null],["1.66","const_btreemap_new","const_btree_new","`BTreeMap::new` as `const fn`",null],["1.66","os_fd","os_fd","`std::os::fd` module",null],["1.66","btreemap_last_key_value","map_first_last","`BTreeMap::last_key_value`",null],["1.66","half_open_range_patterns","half_open_range_patterns","half-open range patterns",null],["1.66","arbitrary_enum_discriminant","arbitrary_enum_discriminant","allow arbitary enums to have explicit discriminants",2363],["1.66","btreemap_pop_last","map_first_last","`BTreeMap::pop_last`",null],["1.66","btreeset_pop_first","map_first_last","`BTreeSet::pop_first`",null],["1.66","btreeset_last","map_first_last","`BTreeSet::last`",null],["1.66","btreemap_first_entry","map_first_last","`BTreeMap::first_entry`",null],["1.19","eprintln","eprint","`eprintln!`",1869],["1.19","eprint","eprint","`eprint!`",null],["1.19","closure_to_fn_coercion","closure_to_fn_coercion","non-capturing closure to function pointer coercion",1558],["1.19","relaxed_adts","relaxed_adts","numeric fields in struct expressions and patterns",null],["1.19","untagged_unions","untagged_unions","`union`s",1444],["1.19","loop_break_value","loop_break_value","`break` with a value inside `loop`s",1624],["1.18","pub_restricted","pub_restricted","`pub(restricted)` visibilities",1422],["1.18","windows_subsystem","windows_subsystem","`#![windows_subsystem]`",null],["1.39","async","async_await","`async`",null],["1.39","const_str_as_bytes",null,"`str::as_bytes` as `const fn`",null],["1.39","const_linkedlist_new","const_linked_list_new","`LinkedList::new` as `const fn`",null],["1.39","bind_by_move_pattern_guards","bind_by_move_pattern_guards","shared references to bind-by-move patterns in `match` arms' guards",null],["1.39","instant_saturating_duration_since","checked_duration_since","`Instant::saturating_duration_since`",null],["1.39","const_str_len","const_str_len","`str::len` as `const fn`",null],["1.39","param_attrs","param_attrs","attributes on function parameters",null],["1.39","const_slice_len","const_slice_len","`[T]::len` as `const fn`",null],["1.39","instant_checked_duration_since","checked_duration_since","`Instant::checked_duration_since`",null],["1.39","await","async_await","`.await`",null],["1.39","const_vec_new","const_vec_new","`Vec::new` as `const fn`",null],["1.39","const_string_new","const_string_new","`String::new` as `const fn`",null],["1.39","pin_into_inner","pin_into_inner","`Pin::into_inner`",null],["1.57","vecdeque_try_reserve_exact","try_reserve","`VecDeque::try_reserve_exact`",null],["1.57","hashmap_try_reserve","try_reserve","`HashMap::try_reserve`",null],["1.57","string_try_reserve","try_reserve","`String::try_reserve`",null],["1.57","string_try_reserve_exact","try_reserve","`String::try_reserve_exact`",null],["1.57","vecdeque_try_reserve","try_reserve","`VecDeque::try_reserve`",null],["1.57","const_panic","const_panic","panicking in `const` contexts",null],["1.57","array_as_slice","array_as_slice","`<[T; N]>::as_slice`",null],["1.57","hashset_try_reserve","try_reserve","`HashSet::try_reserve`",null],["1.57","macro_attrs_in_derive_output","macro_attributes_in_derive_output","attribute macros after derive macros, on the same item",null],["1.57","iter_map_while","iter_map_while","`Iterator::map_while`",null],["1.57","vec_try_reserve_exact","try_reserve","`Vec::try_reserve_exact`",null],["1.57","proc_macro_is_available","proc_macro_is_available","`proc_macro::is_available`",null],["1.57","array_as_mut_slice","array_as_slice","`<[T; N]>::as_mut_slice`",null],["1.57","vec_try_reserve","try_reserve","`Vec::try_reserve`",null],["1.62","bool_then_some","bool_to_option","`bool::then_some`",null],["1.62","stdlin_lines","stdin_forwarders","`Stdin::lines`",null],["1.62","derive_default_enum",null,"the `Default` derive macro on enums with a `#[default]` attribute",3107],["1.2","iter_once","iter_once","`iter::once`",null],["1.2","iter_empty","iter_empty","`iter::empty`",null],["1.2","atomic_ptr_send",null,"`Send` implementation for `AtomicPtr`",null],["1.48","intra_doc_links",null,"intra-doc links",null],["1.48","array_try_from_vec",null,"`TryFrom>` implementation for `[T; N]`",null],["1.48","const_result_is_ok","const_result","`Result::is_ok` as `const fn`",null],["1.48","const_ordering_then","const_ordering","`cmp::Ordering::then` as `const fn`",null],["1.48","const_result_as_ref","const_result","`Result::as_ref` as `const fn`",null],["1.48","const_option_as_ref","const_option","`Option::as_ref` as `const fn`",null],["1.48","future_ready","future_readiness_fns","`future::ready`",null],["1.48","deque_make_contiguous","deque_make_contiguous","`VecDeque::make_contiguous`",null],["1.48","write_stderr_ref",null,"`Write` implementation for `&Stderr`",null],["1.48","slice_ptr_range","slice_ptr_range","slice to pointer range methods",null],["1.48","const_result_is_err","const_result","`Result::is_err` as `const fn`",null],["1.48","doc_alias","doc_alias","`#[doc(alias = \"…\")]`",null],["1.48","write_sink_ref",null,"`Write` implementation for `&Sink`",null],["1.48","const_option_is_some","const_option","`Option::is_some` as `const fn`",null],["1.48","future_pending","future_readiness_fns","`future::pending`",null],["1.48","const_option_is_none","const_option","`Option::is_none` as `const fn`",null],["1.48","write_stdout_ref",null,"`Write` implementation for `&Stdout`",null],["1.48","write_child_stdin_ref",null,"`Write` implementation for `&ChildStdin`",null],["1.48","const_ordering_reverse","const_ordering","`cmp::Ordering::reverse` as `const fn`",null],["1.20","unimplemented_macro_args",null,"`unimplemented!` with a message",null],["1.20","associated_consts","associated_consts","associated constants in `trait` and `impl` blocks",null],["1.20","struct_field_attributes","struct_field_attributes","attributes on struct literal fields",null],["1.20","compile_error","compile_error_macro","`compile_error!`",1695],["1.46","nested_tuple_indexing",null,"nested tuple indexing without parentheses (`tuple.0.0`)",null],["1.46","vec_drain_as_slice","vec_drain_as_slice","`std::vec::Drain::as_slice`",null],["1.46","from_char_for_string",null,"`From` implementation for `String`",null],["1.46","const_if_match","const_if_match","`if` and `match` in constant evaluation",2342],["1.46","const_forget","const_forget","`mem::forget` as `const fn`",null],["1.46","vec_drain_as_ref",null,"`AsRef<[T]>` implementation for `vec::Drain<'_, T>`",null],["1.46","leading_ones","leading_trailing_ones","`leading_ones` integer methods",null],["1.46","const_loop","const_loop","`loop` and `while` in constant evaluation",2344],["1.46","const_slice_cast",null,"array to slice casts and coercions in `const fn`",null],["1.46","track_caller","track_caller","the `#[track_caller]` attribute",2091],["1.46","vec_intoiter_as_ref",null,"`AsRef<[T]>` implementation for `vec::IntoIter`",null],["1.46","trailing_ones","leading_trailing_ones","`trailing_ones` integer methods",null],["1.46","partialeq_vec_for_ref_slice","partialeq_vec_for_ref_slice","`PartialEq>` implementations for slices",null],["1.46","const_transmute","const_transmute","`mem::transmute` in constants",null],["1.46","option_zip","option_zip","`Option::zip`",null],["1.5","fs_canonicalize","fs_canonicalize","`fs::canonicalize`",1044],["1.5","vec_resize","vec_resize","`Vec::resize`",509],["1.56","std_collections_from_array",null,"`From<[T; N]>` implementation for collections",null],["1.56","shrink_to","shrink_to","the `shrink_to` method on collections",null],["1.56","extend_for_tuple",null,"`Extend` implementation for `(Extend, Extend)`",null],["1.56","unsafe_cell_raw_get","unsafe_cell_raw_get","`UnsafeCell::raw_get`",null],["1.56","unix_chroot","unix_chroot","`std::os::unix::fs::chroot`",null],["1.56","io_sink_default",null,"`Default` implementation for `io::Sink`",null],["1.56","rust_version",null,"`rust-version` in Cargo.toml",2495],["1.56","io_empty_clone",null,"`Clone` implementation for `io::Empty`",null],["1.56","const_fn_union","const_fn_union","`union` field access in `const fn`",null],["1.56","io_sink_clone",null,"`Clone` implementation for `io::Sink`",null],["1.56","const_fn_transmute","const_fn_transmute","`mem::transmute` in `const fn`",null],["1.56","io_sink_copy",null,"`Copy` implementation for `io::Sink`",null],["1.56","io_empty_default",null,"`Default` implementation for `io::Empty`",null],["1.56","io_empty_copy",null,"`Copy` implementation for `io::Empty`",null],["1.56","bufwriter_into_parts","bufwriter_into_parts","`BufWriter::into_parts`",null],["1.41","maybe_uninit_debug",null,"`Debug` implementation for `MaybeUninit`",null],["1.41","result_map_or","result_map_or","`Result::map_or`",null],["1.41","result_map_or_else","result_map_or_else","`Result::map_or_else`",null],["1.41","core_panic_info","core_panic_info","the `core::panic` module",null],["1.41","re_rebalance_coherence","re_rebalance_coherence","relaxed coherence rules",null],["1.41","weak_counts","weak_counts","`Weak` count methods",null],["1.41","cfg_doc","doc_cfg","`#[cfg(doc)]`",null],["1.32","self_in_typedefs","self_in_typedefs","`Self` in type definitions",2300],["1.32","dbg_macro","dbg_macro","`dbg!`",2361],["1.32","const_manually_drop_into_inner","const_manually_drop","`ManuallyDrop::into_inner` as `const fn`",null],["1.32","const_non_null_as_ptr","const_nonnull_as_ptr","`NonNull::as_ptr` as `const fn`",null],["1.32","uniform_paths","uniform_paths","uniform paths (`use x::y;` as `use self::x::y;`) in the 2018 edition",null],["1.32","macro_at_most_once_rep","macro_at_most_once_rep","`?` as the Kleene \"at most one\" operator in `macro_rules!` in the 2018 edition",2298],["1.32","const_iter_empty","const_iter_empty","`iter::empty` as `const fn`",null],["1.32","const_duration_subsec_micros","duration_consts","`Duration::subsec_micros` as `const fn`",null],["1.32","const_ipv6addr_new","const_ipv6","`Ipv6Addr::new` as `const fn`",null],["1.32","const_str_as_ptr","const_str_as_ptr","`str::as_ptr` as `const fn`",null],["1.32","const_duration_subsec_millis","duration_consts","`Duration::subsec_millis` as `const fn`",null],["1.32","const_char_is_ascii","const_ascii_methods_on_intrinsics","`char::is_ascii` as `const fn`",null],["1.32","const_manually_drop_new","const_manually_drop","`ManuallyDrop::new` as `const fn`",null],["1.32","const_cstr_as_ptr","const_str_as_ptr","`CStr::as_ptr` as `const fn`",null],["1.32","const_range_inclusive_start","const_inclusive_range_methods","`RangeInclusive::start` as `const fn`",null],["1.32","const_unsafe_cell_get","const_unsafecell_get","`UnsafeCell::get` as `const fn`",null],["1.32","path_from_str",null,"`FromStr` implementation for `PathBuf`",null],["1.32","self_struct_ctor","self_struct_ctor","`Self` as a constructor and pattern for unit and tuple structs",2302],["1.32","const_range_inclusive_end","const_inclusive_range_methods","`RangeInclusive::end` as `const fn`",null],["1.32","const_slice_as_ptr","const_slice_as_ptr","`slice::as_ptr` as `const fn`",null],["1.32","int_to_from_bytes","int_to_from_bytes","integer ↔ bytes conversion functions",null],["1.32","const_ipv4addr_is_unspecified","const_ipv4","`Ipv4Addr::is_unspecified` as `const fn`",null],["1.32","const_cell_as_ptr","const_cell_as_ptr","`Cell::as_ptr` as `const fn`",null],["1.32","macro_literal_matcher","macro_literal_matcher","the `literal` fragment specifier in `macro_rules!`",1576],["1.32","const_ipv6addr_octets","const_ipv6","`Ipv6Addr::octets` as `const fn`",null],["1.32","const_duration_subsec_nanos","duration_consts","`Duration::subsec_nanos` as `const fn`",null],["1.32","boxed_slice_from_iter",null,"`FromIterator` implementation for `Box<[T]>`",null],["1.32","must_use_traits",null,"`#[must_use]` on traits",null],["1.32","const_duration_as_secs","duration_consts","`Duration::as_secs` as `const fn`",null],["1.16","self_struct_expr_pat",null,"`Self` in struct expressions and patterns",null],["1.16","writeln_no_args",null,"`writeln!` without arguments",null],["1.16","assoc_ty_struct_expr_pat",null,"associated types in struct expressions and patterns",null],["1.12","cfg_attr_path",null,"`cfg_attr` on `path` attributes",null],["1.12","nested_macro_rules",null,"`macro_rules!` within `macro_rules!`",null],["1.14","dotdot_in_tuple_patterns","dotdot_in_tuple_patterns","`..` in tuple (struct) patterns",1492],["1.14","println_no_args",null,"`println!` without arguments",null],["1.14","fn_ptr_to_unsafe_fn_ptr",null,"`fn` pointer to `unsafe fn` pointer coercion",null],["1.6","no_std","no_std","`#![no_std]`",null],["1.68","pin_macro","pin_macro","`std::pin::pin!`",null],["1.68","path_buf_deref_mut","path_buf_deref_mut","`DerefMut` implementation for `PathBuf`",null],["1.68","float_from_bool","float_from_bool","`From implementation for floats",null],["1.68","main_separator_str","main_separator_str","`std::path::MAIN_SEPARATOR_STR`",null],["1.68","const_vecdeque_new","const_vec_deque_new","`VecDeque::new` as `const fn`",null],["1.44","alloc_layout_array","alloc_layout_extras","`alloc::Layout::array`",null],["1.44","convert_infallible_hash",null,"`Hash` implementation for `convert::Infallible`",null],["1.44","path_buf_reserve_exact","path_buf_capacity","`PathBuf::reserve_exact`",null],["1.44","path_buf_clear","path_buf_capacity","`PathBuf::clear`",null],["1.44","alloc_layout_extend","alloc_layout_extras","`alloc::Layout::extend`",null],["1.44","ioslice_clone",null,"`Clone` implementation for `io::IoSlice`",null],["1.44","lexerror_error",null,"`Error` implementation for `proc_macro::LexError`",null],["1.44","from_mut_str_for_string",null,"`From<&mut str>` implementation for `String`",null],["1.44","path_buf_with_capacity","path_buf_capacity","`PathBuf::with_capacity`",null],["1.44","osstring_deref_mut",null,"`DerefMut` implementation for `OsString`",null],["1.44","path_buf_shrink_to_fit","path_buf_capacity","`PathBuf::shrink_to_fit`",null],["1.44","osstring_indexmut_rangefull",null,"`IndexMut` implementation for `OsString`",null],["1.44","vec_from_array",null,"`From<[T; N]>` implementation for `Vec`",null],["1.44","no_std_async_await",null,"`async` / `.await` in `#[no_std]` crates",null],["1.44","alloc_layout_align_to","alloc_layout_extras","`alloc::Layout::align_to`",null],["1.44","path_buf_capacity","path_buf_capacity","`PathBuf::capacity`",null],["1.44","float_approx_unchecked_to","float_approx_unchecked_to","unchecked float → int conversion",null],["1.44","ioslice_copy",null,"`Copy` implementation for `io::IoSlice`",null],["1.44","lexerror_display",null,"`Display` implementation for `proc_macro::LexError`",null],["1.44","alloc_layout_pad_to_align","alloc_layout_extras","`alloc::Layout::pad_to_align`",null],["1.44","const_int_to_from_bytes",null,"integer ↔ bytes conversion functions as `const fn`",null],["1.44","path_buf_reserve","path_buf_capacity","`PathBuf::reserve`",null],["1.27","target_feature",null,"`#[target_feature(...)]`",null],["1.27","macro_lifetime_matcher","macro_lifetime_matcher","the `lifetime` fragment specifier in `macro_rules!`",null],["1.27","fn_must_use","fn_must_use","`#[must_use]` on functions",1940],["1.27","dyn_trait","dyn_trait","`dyn Trait` as a syntax for trait objects",null],["1.27","proc_ident",null,"`proc` as an identifier",null],["1.27","cfg_target_feature","cfg_target_feature","`#[cfg(target_feature = \"...\")]`",null],["1.27","generic_param_attrs","generic_param_attrs","attributes on generic parameters",1327],["1.27","termination_trait_test","termination_trait_test","types implementing `Termination` as the return type for `#[test]`s",null],["1.23","unsized_ptr_as_ref",null,"`as_ref` on pointers to unsized types",null],["1.23","unsized_ptr_as_mut",null,"`as_mut` on `*mut T`",null],["1.34","extern_crate_self","extern_crate_self","`extern crate self as foo;`",null],["1.34","const_wrapping_neg",null,"`wrapping_neg` as `const fn`",null],["1.34","unrestricted_attribute_tokens","unrestricted_attribute_tokens","arbitrary token streams in procedural attribute macros",null],["1.34","alternative_registries",null,"alternative registries to crates.io in cargo",null],["1.34","const_overflowing_neg",null,"`overflowing_neg` as `const fn`",null],["1.34","deprecated_equals_reason",null,"`#[deprecated = \"reason\"]` as a shorthand for `#[deprecated(note = \"reason\")]`",null],["1.35","boxed_closure_impls","boxed_closure_impls","boxed closure `Fn*` trait implementations",null],["1.35","coerce_closure_to_unsafe_fn_ptr",null,"closure to unsafe function pointer coercions",null],["1.35","exact_size_case_mapping_iter",null,"`ExactSizeIterator` implementation for `ToLowercase` and `ToUppercase`",null],["1.35","alloc_system_default",null,"`Default` implementation for `alloc::System`",null],["1.35","dbg_no_args",null,"`dbg!` without arguments",null],["1.35","asraw_stdio_locks",null,"`AsRawFd` implementation for `StdinLock`, `StdoutLock` and `StderrLock`",null],["1.67","int_log","int_log","integer logarithm methods on integers",null],["1.67","nonzero_bits","nonzero_bits","`NonZero*::BITS`",null],["1.67","control_flow_eq",null,"`Eq` implementation for `ControlFlow`",null],["1.67","control_flow_hash",null,"`Hash` implementation for `ControlFlow`",null],["1.67","const_char_to_digit",null,"`char::to_digit` as `const fn`",null],["1.67","const_char_from_digit",null,"`char::from_digit` as `const fn`",null],["1.67","const_char_from_u32",null,"`char::from_u32` as `const fn`",null],["1.15","proc_macro_derive","proc_macro","procedural derive macros (macros 1.1)",1681],["1.25","use_nested_groups","use_nested_groups","nested groups in imports",2128],["1.25","match_beginning_vert","match_beginning_vert","`|` at the beginning of match arms",1925],["1.25","repr_align","repr_align","`#[repr(align(N))]`",1358],["1.30","proc_macro_path_invoc","proc_macro_path_invoc","multi-segment paths in attributes and derives",null],["1.30","infer_outlives_requirements","infer_outlives_requirements","outlives requirement inference",2093],["1.30","used","used","`#[used]`",null],["1.30","attr_literals","attr_literals","non-string literals in attribute lists and values of key-value pairs",null],["1.30","crate_in_paths","crate_in_paths","`crate` in paths",null],["1.30","macro_vis_matcher","macro_vis_matcher","the `vis` fragment specifier in `macro_rules!`",null],["1.30","raw_identifiers","raw_identifiers","raw identifiers (`r#keyword`)",null],["1.30","tool_attributes","tool_attributes","tool-scoped attributes",null],["1.30","non_modrs_mods","non_modrs_mods","`foo.rs` as an alternative to `foo/mod.rs`",null],["1.30","use_extern_macro","use_extern_macro","macro imports and reexports via the module system",null],["1.30","extern_absolute_paths","extern_absolute_paths","absolute paths as paths from other crates",null],["1.30","panic_handler","panic_handler","`#[panic_handler]`",null],["1.33","if_while_or_patterns","if_while_or_patterns","or-patterns in `if let` and `while let`",2175],["1.33","underscore_imports","underscore_imports","underscore imports (impl-only trait imports)",2166],["1.33","exhaustive_integer_patterns","exhaustive_integer_patterns","integer match exhaustiveness checking",2591],["1.33","unpin","pin","`marker::Unpin`",null],["1.33","repr_packed","repr_packed","`#[repr(packed(N))]` on structs",1399],["1.33","cfg_attr_multi","cfg_attr_multi","`#[cfg_attr(cfg, attr1, attr2, attr3)]`",2539],["1.33","const_let","const_let","let bindings, assignments and destructuring in `const fn`",2341],["1.33","phantom_unpinned","pin","`marker::PhantomUnpinned`",null],["1.33","cfg_target_vendor","cfg_target_vendor","`cfg(target_vendor)`",null],["1.33","min_const_unsafe_fn","min_const_unsafe_fn","`const unsafe fn`s inside `unsafe` blocks in `const fn`",null],["1.33","irrefutable_let_patterns","irrefutable_let_patterns","irrefutable patterns in `if let` and `while let`",2086],["1.33","pin","pin","`pin::Pin`",null],["1.33","const_ip","const_ip","`Ipv4Addr::new` as `const fn`",null],["1.33","rc_arc_pin_method_receiver",null,"`Rc`, `Arc` or `Pin` as a method receiver",null],["1.61","pin_static_ref","pin_static_ref","`Pin::static_ref`",null],["1.61","const_impl_trait","const_impl_trait","`const fn` returning `impl Trait`",null],["1.61","unix_socket_creation","unix_socket_creation","`unix::net::SocketAddr::from_pathname`",null],["1.61","termination_trait_lib",null,"the `Termination` trait",null],["1.61","vec_retain_mut",null,"`Vec::retain_mut`",null],["1.61","write_cursor_array",null,"`Write` implementation for `Cursor<[u8; N]>`",null],["1.61","const_fn_fn_ptr_basics","const_fn_fn_ptr_basics","`const fn` returning function pointers",null],["1.61","const_fn_trait_bound","const_fn_trait_bound","Trait bounds on generics of a `const fn`",null],["1.61","joinhandle_is_finished",null,"`JoinHandle::is_finished`",null],["1.61","pin_static_mut","pin_static_ref","`Pin::static_mut`",null],["1.61","process_exitcode",null,"`process::ExitCode`",null],["1.61","vecdeque_retain_mut",null,"`VecDeque::retain_mut`",null],["1.61","vec_from_array_ref",null,"`From<&[T; N]>` implementation for `Vec`",null],["1.61","vec_from_array_mut_ref",null,"`From<&mut [T; N]>` implementation for `Vec`",null],["1.9","deprecated","deprecated","`#[deprecated]`",1270],["1.59","hashmap_vacant_entry_insert","entry_insert","`hash_map::VacantEntry::insert_entry`",null],["1.59","const_cstr_unchecked","const_cstr_unchecked","`CStr::from_bytes_with_nul_unchecked` as `const fn`",null],["1.59","thread_local_const_init","thread_local_const_init","const-initialized thread locals",null],["1.59","result_copied","result_copied","`Result::copied`",null],["1.59","result_cloned","result_cloned","`Result::cloned`",null],["1.59","result_cloned_err","result_copied","`Result::copied_err`",null],["1.59","const_maybe_uninit_assume_init_ref","const_maybe_uninit_assume_init","`MaybeUninit::assume_init_ref` as `const fn`",null],["1.59","const_maybe_uninit_as_ptr","const_maybe_uninit_as_ptr","`MaybeUninit::as_ptr` as `const fn`",null],["1.59","control_flow_is_continue","control_flow_enum","`ControlFlow::is_continue`",null],["1.59","result_copied_err","result_cloned","`Result::cloned_err`",null],["1.59","const_maybe_uninit_assume_init","const_maybe_uninit_assume_init","`MaybeUninit::assume_init` as `const fn`",null],["1.59","hashmap_entry_insert","entry_insert","`hash_map::Entry::insert_entry`",null],["1.59","asm","asm","inline assembly",null],["1.59","u8_from_char",null,"`TryFrom` implementation for `u8`",null],["1.59","const_generics_defaults","const_generics_defaults","defaults for const generics",null],["1.59","iter_zip","iter_zip","`core::iter::zip`",null],["1.59","available_parallelism","available_parallelism","`std::thread::available_parallelism`",null],["1.59","control_flow_is_break","control_flow_enum","`ControlFlow::is_break`",null],["1.59","const_unreachable_unchecked","const_unreachable_unchecked","`unreachable_unchecked` as `const fn`",null],["1.53","duration_is_zero","duration_zero","`Duration::is_zero`",null],["1.53","nonzero_leading_zeros","nonzero_leading_trailing_zeros","`NonZero*::leading_zeros`",null],["1.53","btreeset_retain","btree_retain","`BTreeSet::retain`",null],["1.53","non_ascii_idents","non_ascii_idents","non-ASCII identifiers",null],["1.53","atomic_ptr_fetch_update","atomic_fetch_update","`AtomicPtr::fetch_update`",null],["1.53","array_from_ref","array_from_ref","`std::array::from_ref`",null],["1.53","bufreader_seek_relative","bufreader_seek_relative","`BufReader::seek_relative`",null],["1.53","array_from_mut","array_from_ref","`std::array::from_mut`",null],["1.53","int_bits_const","int_bits_const","Associated `BITS` constants for integer types",null],["1.53","osstr_ascii","osstring_ascii","ASCII methods on `OsStr`",null],["1.53","slice_iter_mut_as_slice","slice_iter_mut_as_slice","`slice::IterMut::as_slice`",null],["1.53","btreemap_retain","btree_retain","`BTreeMap::retain`",null],["1.53","nonzero_trailing_zeros","nonzero_leading_trailing_zeros","`NonZero*::trailing_zeros`",null],["1.53","duration_zero","duration_zero","`Duration::ZERO`",null],["1.53","atomic_bool_fetch_update","atomic_fetch_update","`AtomicBool::fetch_update`",null],["1.53","float_is_subnormal","is_subnormal","`{f32, f64}::is_subnormal`",null],["1.53","slice_iter_mut_as_ref",null,"`AsRef<[T]>` implementation for `slice::IterMut<'_, T>`",null],["1.53","or_patterns","or_patterns","nested or-patterns",null],["1.53","vec_extend_from_within","vec_extend_from_within","`Vec::extend_from_within`",null],["1.51","nonzero_rem",null,"`Rem` implementation for `u{0}`",null],["1.51","nonzero_div",null,"`Div` implementation for `u{0}`",null],["1.51","arc_increment_strong_count","arc_mutate_strong_count","`Arc::increment_strong_count`",null],["1.51","error_by_ref",null,"`Error` implementation for `&(impl Error)`",null],["1.51","empty_seek",null,"`io::Seek` implementation for `io::Empty`",null],["1.51","min_const_generics","min_const_generics","simple const generics",null],["1.51","iterator_reduce","iterator_fold_self","`Iterator::reduce`",null],["1.51","unsigned_abs","unsigned_abs","the `unsigned_abs` method on signed integers",null],["1.51","arc_decrement_strong_count","arc_mutate_strong_count","`Arc::decrement_strong_count`",null],["1.51","box_send_sync_any_downcast","box_send_sync_any_downcast","`Box::::downcast`",null],["1.51","poll_map_ok","poll_map","`Poll>>::map_ok`",null],["1.51","str_as_mut",null,"`AsMut` implementation for `str`",null],["1.51","array_value_iter","array_value_iter","by-value `[T; N]` iterator `core::array::IntoIter`",null],["1.51","seek_stream_position","seek_convenience","`io::Seek::stream_position`",null],["1.51","slice_strip_suffix","slice_strip","`slice::strip_suffix`",null],["1.51","slice_strip_prefix","slice_strip","`slice::strip_prefix`",null],["1.51","poll_map_err","poll_map","`Poll>>::map_err`",null],["1.51","wake_trait","wake_trait","the `Wake` trait",null],["1.51","slice_fill_with","slice_fill_with","`slice::fill_with`",null],["1.58","format_args_capture","format_args_capture","implicit named arguments for formatting macros",2795],["1.58","cstring_from_vec_with_nul","cstring_from_vec_with_nul","`CString::from_vec_with_nul`",null],["1.58","saturating_div","saturating_div","`{integer}::saturating_div`",null],["1.58","with_options","with_options","`File::options`",null],["1.58","option_result_unwrap_unchecked","option_result_unwrap_unchecked","`unwrap_unchecked` methods",null],["1.58","char_array_pattern",null,"`Pattern` implementation for `[char; N]`",null],["1.58","cstring_from_vec_with_nul_unchecked","cstring_from_vec_with_nul","`CString::from_vec_with_nul_unchecked`",null],["1.58","is_symlink","is_symlink","`is_symlink` methods",null],["1.58","const_raw_ptr_deref","const_raw_ptr_deref","`*const T` dereferences in `const` contexts",null],["1.11","nested_cfg_attr",null,"nested `cfg_attr` attributes",null],["1.43","extra_log_consts","extra_log_consts","`{f32, f64}::{LOG2_10, LOG10_2}`",null],["1.43","cstring_from_vec_of_nonzerou8",null,"`From>` implementation for `CString`",null],["1.43","string_as_mut",null,"`AsMut` implementation for `String`",null],["1.43","core_primitive","core_primitive","`core::primitive`",null],["1.43","iter_once_with","iter_once_with","`iter::once_with`",null],["1.43","from_utf8_error_partial_eq",null,"`PartialEq` implementation for `FromUtf8Error`",null],["1.43","if_attr",null,"attributes on `if` expressions",null],["1.43","from_utf8_error_clone",null,"`Clone` implementation for `FromUtf8Error`",null],["1.43","from_utf8_error_eq",null,"`Eq` implementation for `FromUtf8Error`",null],["1.43","assoc_int_consts","assoc_int_consts","numeric constants as associated constants",null],["1.43","once_is_completed","once_is_completed","`sync::once::Once::is_completed`",null],["1.43","boxed_slice_try_from","boxed_slice_try_from","`TryFrom` implementations from boxed slices to boxed arrays",null],["1.43","const_ascii_methods_on_intrinsics","const_ascii_methods_on_intrinsics","`u8::is_ascii` as `const fn`",null],["1.42","attr_on_inline_mod",null,"attribute macros on inline modules",null],["1.42","iter_empty_send_sync","iter_empty_send_sync","unconditional `Send` and `Sync` implementations for `iter::Empty`",null],["1.42","alloc_layout_const_new","alloc_layout_const_new","`alloc::Layout::new` as `const fn`",null],["1.42","slice_patterns","slice_patterns","subslice patterns (`[a, .., b]` and `[a, xs @ .., b]`)",null],["1.42","wait_until","wait_until","`Condvar::wait_while`",null],["1.42","transparent_enums","transparent_enums","`#[repr(transparent)]` on single-variant enums",null],["1.42","eq_cursor",null,"`PartialEq` and `Eq` implementations for `io::Cursor`",null],["1.42","proc_macro_extern_prelude",null,"the `proc_macro` crate without `extern crate` in procedural macro crates",null],["1.42","slice_from_raw_parts","slice_from_raw_parts","`ptr::slice_from_raw_parts_mut`",null],["1.42","manually_drop_take","manually_drop_take","`ManuallyDrop::take`",null],["1.42","matches_macro","matches_macro","`matches!`",null],["1.42","debug_map_key_value","debug_map_key_value","`DebugMap::value`",null],["1.42","wait_timeout_until","wait_timeout_until","`Condvar::wait_timeout_while`",null],["1.4","use_group_renaming",null,"item renamings in import groups",null],["1.36","io_cursor_default",null,"`Default` implementation for `io::Cursor`",null],["1.36","hashbrown",null,"`hashbrown::HashMap` as the implementation of `HashMap`",null],["1.36","string_borrow_mut_str",null,"`BorrowMut` implementation for `String`",null],["1.36","const_needs_drop","const_needs_drop","`mem::needs_drop` as `const fn`",null],["1.36","nll_2015",null,"Non-Lexical Lifetimes (NLL) on the 2015 edition",null],["1.36","maybe_uninit","maybe_uninit","`mem::MaybeUninit`",1892],["1.36","string_from_string_ref",null,"`From<&String>` implementation for `String`",null],["1.36","alloc","alloc","the `alloc` crate",null],["1.36","const_nonnull_dangling","const_nonnull_dangling","`NonNull::dangling` as `const fn`",null],["1.36","dbg_multiple_args",null,"multiple arguments in `dbg!` macro invocations",null],["1.36","const_layout_from_size_align_unchecked",null,"`alloc::Layout::from_size_align_unchecked` as `const fn`",null],["1.36","const_nonnull_cast","const_nonnull_cast","`NonNull::cast` as `const fn`",null],["1.26","dotdoteq_in_patterns","dotdoteq_in_patterns","inclusive ranges in patterns",1192],["1.26","conservative_impl_trait","conservative_impl_trait","`impl Trait` in function return types",null],["1.26","match_default_bindings","match_default_bindings","default match binding modes",2005],["1.26","universal_impl_trait","universal_impl_trait","`impl Trait` in function arguments",null],["1.26","inclusive_range_syntax","inclusive_range_syntax","inclusive range syntax",1192],["1.26","const_indexing","const_indexing","array indexing in constants",null],["1.26","i128_type","i128_type","128 bit integer types",null],["1.26","clone_closures",null,"`Clone` implementation for applicable closures",2132],["1.26","copy_closures",null,"`Copy` implementation for applicable closures",2132],["1.26","underscore_lifetimes","underscore_lifetimes","placeholder lifetimes (`'_`)",2115],["1.26","termination_trait","termination_trait","types implementing `Termination` as the return type for `fn main()`",null],["1.60","rc_new_cyclic","arc_new_cyclic","`Rc::new_cyclic`",null],["1.60","weak_dep_features",null,"Weak Cargo dependency features",null],["1.60","vec_spare_capacity","vec_spare_capacity","`Vec::spare_capacity_mut`",null],["1.60","maybe_uninit_assume_init_read","maybe_uninit_extra","`MaybeUninit::assume_init_read`",null],["1.60","maybe_uninit_assume_init_drop","maybe_uninit_extra","`MaybeUninit::assume_init_drop`",null],["1.60","slice_escape_ascii","inherent_ascii_escape","`[u8]::escape_ascii`",null],["1.60","arc_new_cyclic","arc_new_cyclic","`Arc::new_cyclic`",null],["1.60","namespaced_features",null,"namespaced Cargo features",null],["1.60","cfg_panic",null,"`#[cfg(panic = ...)]`",null],["1.60","u8_escape_ascii","inherent_ascii_escape","`u8::escape_ascii`",null],["1.60","not_never",null,"`Not` implementation for `!`",null],["1.63","const_mutex_new",null,"`Mutex::new` as `const fn`",null],["1.63","vecdeque_write",null,"`io::Write` implementation for `VecDeque`",null],["1.63","const_array_from_ref",null,"`array::from_ref` as `const fn`",null],["1.63","const_slice_from_ref",null,"`slice::from_ref` as `const fn`",null],["1.63","explicit_generic_args_with_impl_trait","explicit_generic_args_with_impl_trait","turbofish syntax on generic functions with an `impl Trait` argument",null],["1.63","toowned_clone_into","toowned_clone_into","`ToOwned::clone_into`",null],["1.63","vecdeque_read",null,"`io::Read` implementation for `VecDeque`",null],["1.63","array_from_fn","array_from_fn","`array::from_fn`",null],["1.63","scoped_threads","scoped_threads","scoped threads",3151],["1.63","box_into_pin","box_into_pin","`Box::into_pin`",null],["1.63","pathbuf_try_reserve_exact","try_reserve_2","`PathBuf::try_reserve_exact`",null],["1.63","refmut_filter_map","cell_filter_map","`cell::RefMut::filter_map`",null],["1.63","binaryheap_try_reserve","try_reserve_2","`BinaryHeap::try_reserve`",null],["1.63","osstring_try_reserve_exact","try_reserve_2","`OsString::try_reserve_exact`",null],["1.63","const_condvar_new",null,"`Condvar::new` as `const fn`",null],["1.63","const_rwlock_new",null,"`RwLock::new` as `const fn`",null],["1.63","nonzero_checked_ops","nonzero_checked_ops","checked numeric operations for `NonZero*`",null],["1.63","osstring_try_reserve","try_reserve_2","`OsString::try_reserve`",null],["1.63","path_try_exists",null,"`Path::try_exists`",null],["1.63","pathbuf_try_reserve","try_reserve_2","`PathBuf::try_reserve`",null],["1.63","nonnull_slice_ptr_len",null,"`NonNull<[T]>::len`",null],["1.63","ref_filter_map","cell_filter_map","`cell::Ref::filter_map`",null],["1.63","binaryheap_try_reserve_exact","try_reserve_2","`BinaryHeap::try_reserve_exact`",null],["1.52","const_char_len_utf8","const_char_len_utf","`char::len_utf8` as `const fn`",null],["1.52","const_char_to_ascii_lowercase","const_ascii_methods_on_intrinsics","`char::to_ascii_lowercase` as `const fn`",null],["1.52","const_u8_eq_ignore_ascii_case","const_ascii_methods_on_intrinsics","`u8::eq_ignore_ascii_case` as `const fn`",null],["1.52","char_partial_eq_punct",null,"`PartialEq` implementation for `char`",null],["1.52","arc_error",null,"`Error` implementation for `Arc`",null],["1.52","const_u8_to_ascii_lowercase","const_ascii_methods_on_intrinsics","`u8::to_ascii_lowercase` as `const fn`",null],["1.52","str_split_once","str_split_once","`str::split_once`",null],["1.52","const_char_len_utf16","const_char_len_utf","`char::len_utf16` as `const fn`",null],["1.52","const_char_eq_ignore_ascii_case","const_ascii_methods_on_intrinsics","`char::eq_ignore_ascii_case` as `const fn`",null],["1.52","const_u8_to_ascii_uppercase","const_ascii_methods_on_intrinsics","`u8::to_ascii_uppercase` as `const fn`",null],["1.52","const_char_to_ascii_uppercase","const_ascii_methods_on_intrinsics","`char::to_ascii_uppercase` as `const fn`",null],["1.52","str_rsplit_once","str_split_once","`str::rsplit_once`",null],["1.47","vec_leak","vec_leak","`Vec::leak`",null],["1.47","range_full_default",null,"`Default` implementation for `RangeFull`",null],["1.47","const_type_id","const_type_id","`TypeId::of` in `const fn`",null],["1.47","result_deref","inner_deref","`as_deref` and `as_deref_mut` on `Result`",null],["1.47","proc_macro_raw_ident","proc_macro_raw_ident","`proc_macro::Ident::new_raw`",null],["1.47","range_default",null,"`Default` implementation for `Range`",null],["1.47","cstr_range_from",null,"`Index` implementation for `CStr`",null],["1.47","tau_constant","tau_constant","the `TAU` constant",null],["1.47","array_gt_32_impls",null,"`[T; N]` trait implementations with N > 32",null],["1.1","split_whitespace","split_whitespace","`str::split_whitespace`",1054],["1.10","cstring_default",null,"`Default` implementation for `CString`",null],["1.10","cstr_default",null,"`Default` implementation for `&CStr`",null],["1.10","weak_new","downgraded_weak","`sync::Weak::new`",null],["1.3","time","time","`std::time`",null],["1.3","duration","duration","`std::time::Duration`",null],["1.55","range_from_patterns","half_open_range_patterns","\"RangeFrom\" patterns (`a..`)",null],["1.55","proc_macro_group_span_open","proc_macro_group_span","`Group::span_open`",null],["1.55","maybe_uninit_write","maybe_uninit_write","`MaybeUninit::write`",null],["1.55","bound_cloned","bound_cloned","`Bound::cloned`",null],["1.55","proc_macro_group_span_close","proc_macro_group_span","`Group::span_close`",null],["1.55","array_map","array_map","`[T; N]::map`",null],["1.55","control_flow","control_flow_enum_type","the `ControlFlow` enum",null],["1.49","const_poll_is_pending","const_poll","`Poll::is_pending` as `const fn`",null],["1.49","move_ref_pattern","move_ref_pattern","move and reference bindings in the same match pattern",null],["1.49","partialeq_vec_for_slice","partialeq_vec_for_slice","`impl PartialEq> for [A] where A: PartialEq`",null],["1.49","nzint_try_from_nzint","nzint_try_from_nzint_conv","`TryFrom` conversions between `NonZero` integer types",null],["1.49","manually_drop_in_unions","untagged_unions","`ManuallyDrop` in `union`s",null],["1.49","partialeq_slice_for_vec","partialeq_vec_for_slice","`impl PartialEq<[B]> for Vec where A: PartialEq`",null],["1.49","empty_enum_to_int",null,"uninhabited enum to integer casts",null],["1.49","const_poll_is_ready","const_poll","`Poll::is_ready` as `const fn`",null],["1.22","drop_types_in_const","drop_types_in_const","`Drop` types in constants",1440],["1.7","vec_as_mut_slice","vec_as_slice","`Vec::as_mut_slice`",null],["1.7","string_as_str","string_as_str","`String::as_str`",null],["1.7","string_as_mut_str","string_as_str","`String::as_mut_str`",null],["1.7","vec_as_slice","vec_as_slice","`Vec::as_slice`",null],["1.38","deprecated_macros",null,"`#[deprecated]` on macros",null],["1.38","thread_accesserror_clone",null,"`Clone` implementation for `thread::AccessError`",null],["1.38","duration_as_secs_f64","duration_float","`Duration::as_secs_f64`",null],["1.38","thread_accesserror_error",null,"`Error` implementation for `thread::AccessError`",null],["1.38","ascii_escapedefault_clone",null,"`Clone` implementation for `ascii::EscapeDefault`",null],["1.38","duration_div_f32","duration_float","`Duration::div_f32`",null],["1.38","thread_accesserror_copy",null,"`Copy` implementation for `thread::AccessError`",null],["1.38","iter_take_double_ended",null,"`DoubleEndedIterator` implementation for `iter::Take`",null],["1.38","any_type_name","type_name","`any::type_name`",null],["1.38","thread_accesserror_eq",null,"`Eq` implementation for `thread::AccessError`",null],["1.38","iter_step_by_double_ended",null,"`DoubleEndedIterator` implementation for `iter::StepBy`",null],["1.38","shared_from_iter",null,"`FromIterator` implementation for `Rc` and `Arc`",null],["1.38","iter_peekable_double_ended",null,"`DoubleEndedIterator` implementation for `iter::Peekable`",null],["1.38","global_allocator_in_submodules",null,"`#[global_allocator]` inside submodules",null],["1.38","ascii_escapedefault_display",null,"`Display` implementation for `ascii::EscapeDefault`",null],["1.38","euclidean_division","euclidean_division","euclidean division & modulo",null],["1.38","duration_from_secs_f64","duration_float","`Duration::from_secs_f64`",null],["1.38","duration_mul_f32","duration_float","`Duration::mul_f32`",null],["1.38","duration_mul_f64","duration_float","`Duration::mul_f64`",null],["1.38","duration_from_secs_f32","duration_float","`Duration::from_secs_f32`",null],["1.38","duration_div_f64","duration_float","`Duration::div_f64`",null],["1.38","ptr_cast","ptr_cast","`cast` method on pointers",null],["1.38","duration_as_secs_f32","duration_float","`Duration::as_secs_f32`",null],["1.38","thread_accesserror_partialeq",null,"`PartialEq` implementation for `thread::AccessError`",null],["1.38","unpin_ptr","duration_float","`Unpin` implementations for pointers",null],["1.38","str_chars_debug",null,"`Debug` implementation for `std::str::Chars`",null]]; \ No newline at end of file diff --git a/extension/index/crates.js b/extension/index/crates.js index d4eade3a..39b6792b 100644 --- a/extension/index/crates.js +++ b/extension/index/crates.js @@ -1 +1 @@ -var mapping=JSON.parse('{"@d":"macro","^u":"middleware","&Z":"number","$W":"handling","&a":"Common","$H":"plugin","&S":"Helper","^v":"generate","@G":"Provides","&A":"Collection","$o":"configuration","&3":"builder","^2":"working","@x":"that","^a":"type","&k":"Solana","&r":"line","@u":"implementations","^8":"binary","@T":"asynchronous","&F":"holochain","&d":"crypto","$1":"cargo","&5":"metadata","@H":"structures","^y":"Unicode","$a":"algorithm","^X":"error","$L":"building","^K":"like","^w":"bindgen","&p":"value","$J":"This","^t":"Automatically","&h":"agnostic","&N":"Parser","&7":"module","&z":"compile","$C":"integration","$d":"between","@r":"utilities","&I":"Amazon","@s":"rust","&g":"stream","@h":"framework","$P":"database","^S":"native","^M":"generic","^s":"Asynchronous","$f":"code","&C":"service","$6":"futures","&8":"messages","^N":"manager","@t":"based","^n":"internal","&c":"driver","&D":"distributed","^j":"metrics","$R":"Macros","$F":"programming","&e":"extensions","&l":"implement","^E":"efficient","@6":"and","@z":"applications","^x":"binding","&n":"windows","^m":"distribution","&9":"fast","&q":"shared","&V":"tool","$T":"utility","$S":"around","@J":"Bindings","$i":"terminal","@9":"with","$M":"cryptographic","$c":"strings","@V":"Procedural","$Y":"algorithms","^d":"decentralized","^3":"tracing","$s":"sys","^4":"crates","$N":"network","&B":"reading","@g":"Implementation","@R":"core","&f":"your","@v":"using","^h":"decoding","^Z":"tree","&m":"use","@4":"Rust","^f":"codegen","@U":"package","@Y":"information","@3":"bindings","^k":"allocator","&v":"implemented","@C":"parsing","$u":"writing","@j":"support","^1":"Protocol","$h":"memory","@E":"format","$I":"file","&0":"accurate","@Q":"definitions","&X":"Deprecated","@O":"level","@Z":"system","$k":"abstraction","^G":"rusoto","$j":"engine","&t":"encryption","$3":"WebAssembly","$B":"project","@A":"generator","^p":"access","@7":"the","&u":"static","&o":"natural","$e":"compatible","$D":"generated","@K":"primitives","&6":"instead","@5":"crate","^b":"libraries","^q":"management","&U":"expressions","&T":"Lightweight","&L":"thread","$r":"used","^A":"contracts","$A":"application","@L":"data","$l":"backend","&E":"rendering","^O":"collections","@X":"version","$b":"common","^5":"time","$n":"Utilities","^Q":"safe","@f":"interface","@m":"Library","&Q":"concurrent","&G":"abstractions","$K":"structure","^c":"solana","^l":"dependencies","$5":"Simple","$g":"detection","@D":"functionality","@8":"macros","$Q":"tokio","@c":"client","@B":"async","&1":"numbers","@l":"simple","$z":"API","^9":"deserialization","$O":"storage","&Y":"hash","$t":"implementing","@I":"encoding","$G":"which","^L":"machine","$v":"testing","@S":"collection","^B":"Derive","&P":"components","^e":"interacting","$2":"serde","&b":"helpers","$U":"environment","&y":"struct","@i":"parser","^6":"Internal","@y":"runtime","@p":"functions","@b":"language","&O":"repository","^C":"tools","@w":"platform","$p":"operations","@M":"files","@0":"library","$x":"generating","^J":"program","@n":"provides","@e":"types","^F":"process","$4":"traits","^U":"subcommand","^H":"helper","^V":"test","@1":"implementation","$X":"written","&J":"JSON","&2":"values","^i":"utils","$0":"procedural","^o":"The","@o":"protocol","&R":"DEPRECATED","$m":"build","&j":"Interface","$Z":"trait","$q":"generation","@2":"for","&i":"graphics","&s":"display","@k":"wrapper","^0":"compression","$7":"performance","^z":"standard","@q":"serialization","^T":"attribute","@W":"server","&K":"HTTP","&H":"wrappers","&x":"friendly","^D":"providing","@a":"derive","$8":"microcontrollers","^r":"dependency","&M":"virtual","^I":"structs","&w":"into","^7":"extension","^P":"lightweight","&4":"representation","@F":"from","$w":"Windows","^R":"proc","^g":"creating","@N":"command","$E":"compiler","@P":"function","^W":"config","$V":"model","&W":"logging","$9":"string","^Y":"without","$y":"embedded"}');var N=null;var C=["0.2.0","0.24.0","0.13.0","0.5.0","0.1.0","0.1.1","0.10.0","0.48.0","0.77.1","0.6.1","0.1.0-rc.1","Some ^C @x are '^n' @2 now because they are insufficiently refined @6 unstable, but $G are $r by other 'public' ^4.","0.12.0","2.0.0-beta.1","0.11.0","@m @2 @7 imag @R ^m","0.10.1","0.16.0","0.8.0-alpha.6","0.17.0","@V @d @2 $x @4 @8 @2 USDT probes","0.21.0","0.14.0","0.0.52-alpha2","Please &m `gix-` &6 ('git' -> 'gix')","0.15.1","0.7.0-rc","0.2.0-beta-rc.0","Generic LSP @W scaffold.","727.0.0","Cargo ^U to work @9 AWS Lambda","0.2.0-alpha.6","0.0.17","0.2.11-alpha.0","0.18.1","0.23.0","3.2.0-alpha.1","Pairing-&x elliptic curve @0","0.19.0","0.11.1","0.0.149","0.30.0","^6 @5 $r by s2n-quic","1.15.2","Type $p @2 a ^d &M ^L","0.9.14","0.20.0","Traits @6 @u @2 unchecked downcasting.","0.18.0","^6 @5 @2 zenoh.","Sway's @i","0.1.12","Pairing cryptography @9 @7 Barreto-Naehrig curve","0.15.0","Application Load Balancer @6 $z Gateway event @e @2 AWS Lambda","3.0.0-beta.1","0.2.0-alpha.1","0.108.0","CosmWasm @0 @9 useful &b @2 Storage patterns","@4 @d to automatically &l @7 &3 pattern @2 arbitrary ^I.","A tiny low-@O @0 @x @n @w-specific ^z locations of directories @2 ^W, cache @6 other @L on Linux, $w, macOS @6 Redox by leveraging @7 mechanisms defined by @7 XDG base/user directory specifications on Linux, @7 Known Folder $z on $w, @6 @7 Standard Directory guidelines on macOS.","0.12.1","A @0 @2 loading Zcash Sapling parameters","&S @2 macro_rules authors to chain their @8 @9 builtin ones (suchas `env!`, `include!`, or `concat_idents!`).","0.0.20221221","&S @5 @2 prost to allow &J @q @6 ^9 of Well Known Types.","1.0.0-beta.4","0.8.0-alpha.0","@J @2 emulating a ClickHouse @W.","0.1.14","^W @q @2 wezterm via dynamic json-^K @L &2","Clap @2 ^R @d attributes","0.10.2","A @0 @2 $x x86-64 assembly @2 finite field multiplication","0.12.3","0.15.3","0.0.1-sol5","Speedy web $E","0.1.11","&a reusable @e @2 $t @7 sentry.io @o.","0.27.0","^o @U @n an @f to SQLite.","EVM Toolkit assembler","0.13.1","Binary ^l @2 @7 'deno' @5","0.3.0-alpha.6","Featture toggles @2 @4, extensible @6 @9 background synchronization @6 administration UI","End-to-end &t @6 mutual authentication @2 &D @z.","Real-Time Interrupt-driven Concurrency (RTIC): a concurrency @h @2 $L real-^5 systems","0.1.10","19.0.0","A ^1 Buffers @1 @2 @7 @4 Language.","^B @d @2 bytecheck","0.44.0","0.11.3","Blockchain, Rebuilt @2 Scale","Digital signal processing @t on real or complex vectors in ^5 or frequency domain.","20.0.0","Generate random &1 quickly.","5.12.146","Core @D @2 Dioxus - a &Q renderer-&h Virtual DOM @2 interactive user experiences","Test CLI Applications.","Indented document literals","Source Code Spelling Correction","Binary Object Representation Serializer @2 Hashing","A set of $b @Q @x are needed @2 defining execution engines.","4.0.0-alpha.1","Calms a panicky I/O &g.","Wasmer &a Types","Wasm $f validator","A converter $H to @7 bson @E @2 Nushell","0.2.0-beta-rc.1","0.9.0-alpha.2","Encoding @6 ^h @j @2 BSON in @4","@s port of babel @6 closure $E.","A (mostly) pure-@4 @1 of various $b $M $Y.","A pure-@4 @1 of Bulletproofs @v Ristretto","A @0 @2 printing pretty formatted tables in $i","$b part of @7 veda @w","Determines @7 MIME ^a of a $I by traversing a filetype ^Z.","Serialize / deserialize Blender armatures","abandoned","0.5.0-rc.2","2.0.0-alpha.2","TODO(doc): @keroro520 @5 description","AST &4 $r by Serde ^f. Unstable.","Salvo is a powerful @6 simplest web @W @h in @4 world.","Traits @6 @a @8 to change @7 lifetime of a ^a,allowing ^E reuse of &f stucts or enums @9 any lifetime requirement.","Import lib @2 $w","0.1.0-rc.2","Rethinking ^1 Generators","Backport of librustc_errors","Lexical, to- @6 @F-$9 conversion routines.","STM32 peripheral mappings @2 Drone, an Embedded Operating System.","a @5 to ^v state machines enforced at &z ^5","Low-@O @3 to @7 zeromq @0","$J @5 @n @8 @2 deriving additional @D @2 enums.","Safe @s $z @x @n a way to interact @9 Virtual Reality headsets @6 $C @9 vendor specific SDKs ^K OpenVR @6 Oculus. ^o $z is inspired on @7 easy to &m WebVR $z but adapted to @4 design patterns","@m @2 ^M lossless syntax trees","@V @d portion of easy-jsonrpc. Don't &m this @5 directly. Use easy-jsonrpc &6.","Supports defining opaque typedefs","1.20141219.5","^B @d @2 `std::^X::Error`","A good friend @2 r2d2","Imaging @0 $X in @4. @G basic filters @6 decoders @2 @7 most $b image formats.","Core $4 @6 ^I of libp2p","an alternative cpu measurement @2 criterion","A morphological analysis @0.","High-@O $z to expose @7 Wasmtime @y","0.10.0-rc.1","AWS credential tooling","0.3.1-dev","@J to CoreVideo.framework @2 macOS @6 iOS","@V @8 of @7 cortex-m-rtic @5","Tracing garbage collector $H @2 @4.","A @4 ^R-@d ^T @i","higher @O &K @c @0","AWS Lambda Runtime","pyth price oracle @L @H @6 example usage","@4 SGX SDK @n @7 ability to write Intel SGX @z in @4 Programming Language.","AWS SDK @2 @4 - Request Mocking Helpers","@g of @7 multiaddr @E","A @l @0 @x @n perceptual hashing @6 difference calculation @2 images.","0.4.0-alpha.3","0.3.0-beta.5","A @0 to garbage collect webassembly modules","$J @5 @n a very thin $k over other profiler ^4.","A @S of $4 @2 ^2 @9 TL @q/^9","A @0 @2 representing international currencies.","@m @2 $L @6 interfacing @9 finite fields","^o practical &K @c @x is fun to &m.","Optimized $W of `&[u8]` @6 `Vec` @2 Serde","^t $x infrastructure @2 measuring @7 total @y size of an object on @7 heap","I/O @2 Substrate runtimes","Transaction pool","CUDA Driver $z Wrapper","[ink!] @4 @t eDSL @2 $u smart ^A @2 Substrate","Native @3 to librocksdb","Soroban fork of Parity $3 interpreter","0.16.0-soroban2","Tiny, no-nonsense, self contained, TensorFlow @6 ONNX inference","Abstract algebra @2 @4","A no_std + $2 $e message @0 @2 @4","^o liquid templating @b @2 @4","A double-ended queue @x Deref's &w a slice.","Sound @0 @2 games.","Tx @c @6 schema specification.","A link aggregator @2 @7 fediverse","Data @H @v entity references as mapping keys","LightSpeed","A @d to ^v ^Q self-referential ^I, plus premade @e @2 $b &m cases.","A SOCKS5 connector @2 hyper @0","&X: @5 merged &w ruma-@8","@J to Core Foundation @2 macOS","TLS $z ^Y @1","@V @8 @2 investments @5","0.21.0-pre.4","Interact @9 Bluetooth devices via RFCOMM channels","Multistream-select negotiation @o @2 libp2p","A pure-@4 @1 of group $p on ristretto255 @6 Curve25519","pest meta @b @i @6 validator","Generate WAI glue @2 a @4 guest","Virtual ^L @6 JIT $E @2 eBPF programs","Map backed array @2 fixed size keys @9 O(1) $7","1.0.0-alpha.2","High $7 entity component @Z (ECS) @0","^t apply @7 suggestions made by rustc","Various &b @2 Actix @z to &m during $v","A vector $G zeroes its $h on clears @6 reallocations.","A @l event-driven @0 @2 @C $3 ^8 @M.","1.0.0-alpha.1","^1 of modularity unifying @f of a &7 @6 introducing layers.","A $1 ^U @x displays @7 $D assembly of @4 source $f.","A @4 XML @q @0","Data @E $r to communicate @9 openssh mux @W.","CBOR @j @2 $2.","shadowsocks is a &9 tunnel proxy @x helps you bypass firewalls.","Implement @7 following non ^z integers: u2, u3, u4, u5, u6, u7, u9, u10, u11, u12, u13, u14, u15, u17, u18, u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53, u54, u55, u56, u57, u58, u59, u60, u61, u62, u63, i2, i3, i4, i5, i6, i7, i9, i10, i11, i12, i13, i14, i15, i17, i18, i19, i20, i21, i22, i23, i24, i25, i26, i27, i28, i29, i30, i31, i33, i34, i35, i36, i37, i38, i39, i40, i41, i42, i43, i44, i45, i46, i47, i48, i49, i50, i51, i52, i53, i54, i55, i56, i57, i58, i59, i60, i61, i62, i63","An ergonomic ^X $W @0","A finite-automata-@t lexing $j.","zk-SNARK @0","Fast $M @0 @2 @4 (@3 to libsodium)","Thread-^Q @4 @3 @2 @7 HDF5 @0.","Portable Ethereum Virtual Machine @1 $X in pure @4.","Pure @4 @f to $f signing on Apple platforms","Generates an Anchor CPI @5 @F a &J IDL.","Generic cache @u @6 simplified @P memoization","Proc @d @2 smol @y.","Cranelift IR &3 ^H","Easy-to-&m @4 @i @2 CSS3 color $c","WasmEdge Runtime is a high-$7, extensible, @6 hardware optimized $3 Virtual Machine @2 automotive, cloud, AI, @6 blockchain @z.","An @1 of @7 GNU make jobserver @2 @4","0.3.0-alpha.1","0.7.0-alpha.3","$5, private @6 scalable cryptocurrency @1 @t on @7 Mimblewimble chain @E.","^o libp2p swarm","1.0.0-beta.5","Google Cloud Platform @s @c.","Community Driven Serde Shims","&R: &m ncollide2d or ncollide3d insead.","4.0.0-pre.1","gPRC compilation made easy","Canonical @q @2 a ^d &M ^L","$z @2 managing ^y Locale Identifiers","A @0 to automatically ^v C header @M @F @4 source @M.","Tool @2 connecting ^b $X in @4 @9 other languages","bit @O @q/^9 ^R-@d @2 ^I","Fuel @4 SDK marcros to ^v @e @F ABI.","0.8.0-alpha","SPIR-V @e &q $d spirv-std @6 spirv-std-@8","Synchronization mechanisms @x rely on lock-free @6 other non-(&L)blocking techniques, such as @4 $6, to guarantee mutually exclusive or &q exclusive ^p to @L.","Rendering @h built on an extensible asset pipeline","0.11.0-beta.0","@4 @3 to V8","0.3.0-alpha.2","&J Schema @t validation &V @v @9 $2.","Merkle-Patricia Trie ^M over key hasher @6 node @I","netlink packet @e","Endpoint to expose Prometheus ^j","0.3.0-alpha4","Safe autogenerated interop $d @4 @6 C++","CID in @s","@V @d @0 $r to $m custom prime field @u","^o bare essentials of std::io @2 &m in no_std. Alloc @j is optional.","^o @R $4 @6 @e in @2 @7 `$6` @0.","0.3.0-alpha.19","Safe @4 @3 to @7 Android NDK","kafka inspired rumqtt's mqtt commitlog","An idiomatic GUI @0 inspired by Elm @6 @t on gtk4-rs","0.6.0-alpha.2","&a @r @6 ^7 $4 @2 @7 $6-rs @0.","@G #[test_case(...)] $0 @d ^T @2 $x parametrized ^V cases easily","Fast, ergonomic ^j @2 @4!","pure @s pkcs12 &V","0.7.0-alpha.2","TLS @j @2 $Q-postgres via ^S-tls","@g of @7 multihash @E","wit-^w-gen-c","A ^M @h @2 on-demand, incrementalized computation (experimental)","@J to @7 binaryen @0","1.0.0-beta.1","Opaque Debug replacement @9 per-field $o","$J @5 implements @7 specification of @7 @f @x Near blockchain exposes to @7 smart ^A.","convenient LR(1) @i @A","&X: @5 merged &w ruma-$b","Strong typed xml, @t on xmlparser.","$5, small, @6 extremely &9 template $j @2 @4","$5 $0 @8 to &m textwrap @r at &z ^5.","Runtime Modules &q primitive @e.","Backport of libsyntax","@J to NNG (Nanomsg-Next-Generation) aka Nanomsg2","Macro @2 dynamically loading &n dll @p","Strongly Typed Mimes","Several of @8 to put each @P under a named @d to index every @P in a class.","Configure const @6 &u items by $U variables.","Zero-Copy &B @6 $u of geospatial @L.","An easy-to-&m, 100% @4, extensible 2D GUI @0.","A simulation of lib3h","Cross-@w window creation @0.","2.0.0-rc3","In-$h patricia trie $p","Proc-@d to write an automatic fix @2 @7 \"hidden lifetime in impl Trait\" issue","@4 ^Q @3 @2 libappindicator","$3 interpreter","Safe @6 user &x @3 to @7 R $F @b.","A @S of useful @L @H.","Wiremock &v in @4","0.6.0-rc.1","0.20.0-alpha.6","Big integer (256-bit @6 512-bit) @1 @2 SputnikVM @6 other Ethereum Classic clients.","Wasmer @y single pass $E $l","A whitespace-aware quasiquoter @2 beautiful $f $q.","^n ^V @5 @2 wasm-^w","A @S of typings @2 GameMaker Studio 2 YY @6 YYP @M","Bit-Level field packing @9 proc_macros","0.3.0-pre.1","0.4.0-alpha.0","TODO(doc): @quake @5 description","An &K Signatures @0 @x leaves @7 signing to you","Fundamental @L @e @6 ^a constructors, ^K Single, Pair, Many.","Replaced by rug: arbitrary-precision integers, rational, floating-point @6 complex &1","Rendy's @r","0.13.0-alpha.2","A newtype @9 alignment of at least `A` bytes","&A of general purpose ^C @2 solving problems. Fundamentally extend @7 @b ^Y spoiling, so may be $r solely or in conjunction @9 another &7 of such kind.","Raw @3 to CRoaring","Core block @6 transaction @e @2 Ethereum.","Cross-@w @Y about @7 notebook batteries","Primitives @2 Aura consensus","$R 1.1 @1 of #[@a(Serialize, Deserialize)]","0.8.0-pre0","SputnikVM - a Portable Blockchain Virtual Machine","Reading @6 $u at an offset","An &K/2 @c @6 @W","Primitives @2 VRF @t consensus","Safe Network Data Types","A @0 @2 @7 Marlin preprocessing zkSNARK","0.1.0-alpha.2","0.3.1-alpha3","Extendable UI @0","1.14.17","Code $q @2 PyO3 @U","1.0.0-alpha.5","$2 @j @2 exporting Typescript @Q","High-@O $h-^Q ^x @A @2 Flutter/Dart <-> @4","@B @2 @s ^Y @7 noise","$J @5 generates schema @2 @4 ^I $G can be $r by TypeScript.","A typesafe store @2 many &p @e.","Helpful @8 @2 ^2 @9 enums @6 $c","Wasmer @y @0","Dioxus VirtualDOM renderer @2 a remote webview instance","Extra @r @2 axum","&p @A @2 $v @6 fuzzing","@4 @3 @2 Metal","An event-driven, non-blocking I/O @w @2 $u @T I/Obacked @z.","Native @3 to @7 ICU4C @0 @F ^y.","Snapshot $v toolbox","4.0.0-beta.1","DNS transport @1 @2 libp2p","$R @x &l modular arithmetic integer @e","Copy-on-write datastructures, storable on disk (or elsewhere) @9 a stable @E.","AWS SDK @2 &I $5 Email Service","Generic @6 ^a-@O $F @2 @4","Protobuf stuct defintions @2 ^e Cosmos SDK powered blockchains","Encrypts all @7 Serialize","@4 @1 of JMESPath, a query @b @2 &J","Official Print Nanny @4 $z Client","@m @2 performing MPCs @2 ^g zk-SNARK public parameters","Serde @j @2 PHP's @q @E.","@4 @3 @2 libffi","A @l to &m, ^E, @6 full-featured Command Line Argument &N","$z @2 ^y Language @6 Locale Identifiers canonicalization","A @k $S @7 Mastodon $z.","Elastic vector backed by fixed size array","^B-@t argument @C optimized @2 $f size","Nix $f formatter @2 nixpkgs","An incomplete @k over @7 WinRT toast api","A @d to evaluate, as a boolean, whether an expression matches a pattern.","0.17.0-pre.2","Core definition @2 @7 @4 borrow checker","A @0 @2 comparing @L @H in @4, oriented toward $v","A ^M rope @L $K built on top of B-Trees.","&S @5 of sv-@i","100.100.100","Test &f @4 markdown documentation via Cargo","A @S of ^i @2 Bevy Engine","A suite of non-$M &Y @p @2 @4.","A WebIDL &N","1.0.0-alpha","0.17.0-pre.18","@4 @k @2 Facebook's RocksDB embeddable $P","&A of ^k @u.","Chain @1 @2 grin, a @l, private @6 scalable cryptocurrency @1 @t on @7 Mimblewimble chain @E.","Sharded IPLD Array @1.","Efficient sized chunk datatypes","Easy to &m conversion of ethereum contract calls to bytecode.","Encode @6 Decode $4","Ethereum @e","pest's @a @d","Garbage collector @a $H @2 @s-gc","^Q @4 @k @2 CUDA's cuDNN","@4 @3 @2 EGL","TCP/IP transport @o @2 libp2p","&K requests @0 @2 WASM Apps","$5 index-@t arena ^Y deletion.","1.0.0-beta.8","0.8.0-rc.2","Abstraction over std::^5::Instant @6 $6-timer @x works on WASM","Port of stylis","$n @2 @I @6 ^h frames","Stylist is a CSS-in-@4 styling solution @2 $3 Applications.","Safe generators on stable @4.","$z @2 managing ^y Language Identifiers","A @l cross @w @0 @2 $u colored text to a $i.","A @0 @2 devising derives @6 other $0 @8.","0.13.0-rc.11","A @s $o loader","A @5 @x @n means of executing/dispatching calls &w @7 @y.","FFI @3 to FFmpeg","System call @f @2 Xous","@J to elfutils","Attribute @k @2 dyn-clone","Peer-to-peer networking @0 @v QUIC","Bitcoin descriptors @0 (part of descriptor-wallet)","Tetsy Transport &h &J-RPC 2.0 @c @1.","$n to handle ASCII characters","0.20.0-alpha.0","Reading bit sequences @F a byte slice","0.4.0-beta.22","&J-enabled ^a ^I @2 bitcoincore-rpc @5.","Utility @5 @2 graphql_client","Handle errors @6 exit in @N &r programs easily.","A bytebuffer @2 networking @6 ^8 protocols","Fluence $l SDK @2 developing $l @z @2 @7 Fluence $N","Compiler $H @2 'mockers' mocking @0","A ^M @q/^9 @h","0.3.0-alpha.8","2.0.0-alpha.1","A &W @0 @2 eBPF programs.","Subcommand @2 Cargo to easily $m $f @2 `wasm32-wasi`","Pure @4 @1 of Gherkin @b (`.feature` $I) @2 Cucumber $v @h.","@4 Custom ^B Macro $G loads @M &w @7 @s ^8 at &z ^5 during release @6 loads @7 $I @F @7 fs during dev","Metaplex Token Vault","@4 &c @2 MongoDB","URL parameters @q","A @0 @2 ^g references @x carry their owner @9 them.","FFI @3 to gRPC c @R @0","Easy $m a configs @F $U variables @6 &m it in globally.","2.0.0-rc.2","$z @3 @2 @7 Stripe &K $z","&X. Use gtk-rs's CompositeTemplate @a @d &6.","Cross-@w @f to @7 `errno` variable.","Part of miniquad &E library.Native @3 to a slightly modified @X of sokol-app.","A &L-^Q lazily initialized cell @v double-checked locking","Deal @9 SSH keys: load them, decrypt them, call an SSH agent.","Fork @9 new pseudo-$i (PTY)","an @1 of BLAKE3 verified streaming","Mqtt3 is a @5 to read/write MQTT-packet @F/to a &g.","Font @i, shaping $j, @6 subsetter @2 OpenType, WOFF, @6 WOFF2","@4 @3 @2 libclang.","A @4 ^k backed by jemalloc","Part of miniquad &E library.Native @3 to slightly modified sokol-app.","Xoodyak / Xoodoo - A versatile $M scheme @x can be $r @2 hashing, &t, MAC computation @6 authenticated &t.","$3 low-@O @E @0","Minimal terminfo libary.","0.3.0-alpha.5","Portable Packed SIMD vectors","Interpreter @6 js ^f @2 Calcit","&S @8: autoimpl","LMDB ^S lib","Primitives @2 slots-@t consensus","1.0.0-beta.0","@4 @3 @2 liblmdb.","Code gen @j @2 @7 &n @5","D-Bus & GVariant @I & ^h","An @1 of $6 @6 streams featuring zero allocations,composability, @6 iterator-^K interfaces.","@J to libbzip2 @2 bzip2 ^0 @6 decompression exposed asReader/Writer streams.","XDR object @q @2 @4","@J to @7 gcc quadmath @0","Extract root domain @6 suffix @F a domain name","@4 @3 @2 GMP","@V @d to &l Display @6 FromStr @v $b settings.","Wrapper $S @7 PSA Cryptography $z","A @L $K validation @0 designed @2 user input","Wasmer @y @R @0","CSS Modules @9 a @d @2 convenience.","Safecoin: Enterprise Security @2 @7 Community by @7 Community","A &9 mpmc broadcast queue","0.11.0-pre","AMQP Worker to listen @6 provide $Z to ^F message","Distributed @z @h","Cross-@w @4 $z @2 $h-mapped $I IO","Raw @Z calls","@J @2 @7 basis-universal Supercompressed GPU Texture Codec by Binomial","A $6 @0 adapter @2 merging @7 output of several streams","$J @5 should not be $r directly, it is internaly related to Refinery","A @4 @1 of an @B TAR $I reader @6 writer. $J @0 does notcurrently handle ^0, but it is abstract over all I/O readers andwriters. Additionally, great lengths are taken to ensure @x @7 entirecontents are never required to be entirely resident in $h all at once.","^o @8 @2 @7 `inline-c` @5, @x allows to write @6 execute C $f inside @4","Macro-@t free monads in @4","^6 ^H @0 @2 @7 derive_builder @5.","Wrapper @5 @2 SPIRV-Tools","Aptos VM @y","persistence @2 content addressable $O @6 entity ^T &p indexes backed by pickledb-rs.","Metaplex Metadata","$R @2 easy operator overloading.","OpenGL &E $l @2 Slint","High @O @3 to @7 QuickJS javascript $j","Wasmer Engine $k","Load @M on web @6 desktop asynchronously","Fuel Chain ^W @e","A conventional changelog @2 @7 rest of us","A @0 @2 constructing polynomial commitment schemes @2 &m in zkSNARKs","Fast @6 ^E ed25519 EdDSA key generations, signing, @6 verification in pure @4.","A @d to ^v @H $G behave ^K bitflags.","0.1.0-alpha.3","@g detail of abi_stable.","Return @f IP addresses on Posix @6 &n systems","@4 @3 to libvpx","Break @6 serialize &2 &w content-addressable $O","Display current $N utilization by ^F, connection @6 remote IP/hostname","0.21.0-pre.5","Tools @2 ^e @9 @7 services of an ActyxOS node","Fast &r oriented regex searching as a @0.","Docker Remote $z in @4","Map characters to @6 @F their name given in @7 ^y standard.This goes to great lengths to be as ^E as possible in both timeand space, @9 @7 full bidirectional tables weighing barely 500 KBbut still offering O(1)* look-up in both directions. (*more precisely,O(length of name).)","^t generates @4 FFI @3 to C @6 C++ ^b.","&a @s commandline @8 @6 ^i, to write shell script ^K tasks easily","A cache @x holds a limited &Z of key-&p pairs","Compile-^5 $f $q @2 Elasticsearch ^a @u.","Raw @4 @3 @2 libffi","Fast SOCKS5 @c/@W @1 $X in @4 @B/.await ($Q)","Types @2 interaction @9 a @b @W, @v VSCode's Language Server ^1","Fast-to-&z equivalent to `::paste`","^o @4 SQL Toolkit @6 ORM @m. An @B, pure @4 SQL @5 featuring &z-^5 Dynamic SQL","A @5 $G contains @K @x are useful @2 @1 @x uses staking approaches in general. Definitions related to sessions, slashing, etc go here.","A ^H @8 @1 @2 Value Classes in @4","^P $0 @8 bringing orm-^K features to sqlx","0.4.0-rc.1","Runtime @2 @7 @B/await @8 in @7 `$6` @5.","Shader translation infrastructure","@4 @3 to @7 HarfBuzz text shaping $j","@4 @3 to X11","^o $k layer of exchanges.","Wasmer @a @8","An html @0 @2 $L @c side webapps","A µTP (Micro/uTorrent Transport @m) @0 &v in @4","2.0.0-rc.3","A @l object pool @1 @x uses @T synchronization @K only.","Use to @a @C @2 @C &y.","$3 @2 Proxies","0.1.0-alpha.5","A Futures @1 @2 File System $p","Support $f @2 @7 @y.","HashMap-^K containers @x hold their key-&p pairs in a user controllable order","0.1.0-alpha.6","A @c @6 @W SSH @0.","gfx-hal descriptor ^k","Type ^Q &H @2 @e @9 a defined byte order","Traits @6 default @u @2 inspecting &2 @9 imgui.","Arbitrary precision decimal &1","47.13.0+0.4.7.x","@a(Error)","@J to libopus","&k Network $n","High-@O @3 to @7 zeromq @0","@g detail of @7 `thiserror` @5","WASI @1 in @4","A @0 @2 @b @6 locale negotiation.","@4 @3 @2 @7 Apache Thrift RPC @Z","HTML manipulation @9 CSS seletors","0.2.0-alpha","A &J @q $I @E","Control console coloring across all ^l","Extract representations of Serde @L formats","Traits to Read @6 write @e @x &l $2 Serialize @6 deserialize to @M","^B to clone dyn @H.","Sys @p @2 @7 @4 @3 of @7 javacriptcore @0","&X in favour of elastic_types_derive","X25519 elliptic curve Diffie-Hellman key exchange in pure-@4, @v curve25519-dalek.","Channels @2 @T communication @v $6-rs.","1.0.0-rc.3","Proc-@d @0 $r to map a $Q-postgres row to a @4 ^a (&y)","A @d to @a Display @2 enums","&A of @N-&r @r @6 corresponding @4 api @2 producing pwasm-$e executables","$J @4 @0 implements a @k ^a called SendWrapper $G allows you to move $S non-Send typesbetween threads, as long as you ^p @7 contained &p only @F within @7 original &L. You also have tomake sure @x @7 @k is dropped @F within @7 original &L. If any of these constraints is violated,a panic occurs.Forked @F https://github.com/thk1/send_wrapper because it was unmaintained","^o minimal, blazing-&9, @6 infinitely customizable prompt @2 any shell! ☄🌌️","0.3.1-alpha4","Just-In-Time Compilation in @4 @v LibJIT @3","A ^Q @6 convenient store @2 one &p of each ^a","Easy @o @Q","Tools @2 $u $0 macroses.","FTP @c @2 @4","A convenience @0 @2 @v websockets in WASM","Runtime @0 @j @2 Wasmtime","0.16.0-threadsafe.4","&z-^5 $9 $p","CBOR @C @0","Fork of @4 @3 @2 Pieter Wuille's `libsecp256k1` @0. Implements ECDSA @2 @7 SECG elliptic curve group secp256k1 @6 related @r.","Standard @0 @2 Wasm @t smart ^A on Cosmos blockchains","0.1.0-alpha.10","&a @r @2 $v &P built off $6-rs.","AWS SDK @2 @4 - Core","A ^Q, extensible ORM @6 Query Builder @2 PostgreSQL, SQLite, @6 MySQL","@4 FFI @3 to jemalloc","0.5.3+5.3.0-patched","2.0.0-rc4","Yet another web @W @h @2 @s","Convert a $Z definition &w a jsonrpc api.","Web PKI X.509 Certificate Verification.","Wasmer @y Cranelift $E $l","Load $U variables &w &f &y members in one shot.","Parse @N &r argument by defining a &y, @a @5.","High-$7 $3 @y","Reader @6 writer @2 $b word embedding formats","A CSS @i, transformer, @6 minifier","@G facilities @2 $x $A specific &d @k @e.","Soon to be highly flexible Entity-Component-System @h, @R lib.","Types related to @7 Internet Computer Public Specification.","Conditional compilation according to rustc $E @X","workspace-hack @U, managed by hakari","X11 @0 @3 @2 @4","Idiomatic @6 ^Q LMDB @k.","@4 definition of SPIR-V ^I @6 enums","Interact @9 lists of @M through a $O-&h @f","A `dotenv` @1 @2 @4","FFI ^x to libsodium","Fuel Core PoA Coordinator","Search $j @0","Fake @L @A @0 @9 130+ @p","^s TLS/SSL streams @v Rustls.","Additional @r @2 ^2 @9 Tokio.","Tools to manipulate $c.","@4 &H $S Microsoft Azure REST APIs - Core @5","Set scope-limited &2 can can be accessed statically","0.6.0-alpha1","&T, event-driven WebSockets @2 @4.","Big integer @1 @2 @4","Physics @0 @2 &m @9 `specs`","An interner @x deallocates unused &2","^B CDRS ^H $4","@V @d @0 @2 converting $d @4 ^I @6 associative containers","Tremor Script Interpreter","Fluent ^V assertions","Unofficial @1 of Apache Arrow spec in ^Q @4","^6 ^r to @7 r2r @5.","Experimental ^X $W $k.","A Luhn validation @0","Flatpak @0 @2 @4.","1.0.0-alpha4","Safe, low-@O @3 to @7 Direct Rendering Manager $z","Proc @d &b @2 $0 @8","@4 @2 $w","^o @R @D @2 @7 unity @X ^N commandline @c.","Tools @2 $u @6 running tests.","Official Ceph-@s. A @s-lang specific @f to Ceph librados @6 Admin Sockets. You can create a Ceph development $U @9 theChef automation ^C: https://github.com/bloomberg/chef-bcs or @9 ceph-ansible. Chef-bcs uses @7 ceph-chef cookbookcreated @6 manage at github.com/ceph/ceph-chef. It will $m out a full Ceph $U $G you can then usefor development etc. See README.md @2 details.","@4 @3 @2 @7 unicorn emulator","Mikkelsen tangent space $a","Structural search @6 replace of @4 $f","2.0.0-alpha.4","Convenience @5 @2 ^2 @9 JavaScript timers","Fuel Block Importer","@4 @0 @2 Philips Hue lights","Flexible ^X ^q @2 @4. An middle-ground $d failure @6 SNAFU","@V @d ^T @2 converting doc comments &w ^3 spans","Build a ^W $K @F $U variables ^Y boilerplate.","Shell-^K expansions in $c","^6 @1 details @2 @7 js-intern @5","Macro to answer @7 question: does it &l a $Z?","Pure-@s ^f @2 protobuf @v protobuf-@i crateWIP","3.0.0-alpha.2","^o Node.js &7 resolution $a","0.0.114","Arbitrary-precision unit-aware calculator","&X. Use @7 ripemd @5 isntead.","@4 @k @2 CRoaring","SRT @1 in @4","0.1.0-pre.1","Coming soon","A @0 @2 @I/^h Apple Icon Image (.icns) @M.","@4 @3 @2 @7 minimp3 @0.","A batteries-included ^j @0.","Eliminate N+1 query bugs when @v Juniper","Cross-compilation made easier - see main @5 $1-dinghy","Allows passing in an external transport in a WASM $U","gfx-hal $h ^k","1.0.0-alpha.6","@4 Util Collections","A byte-oriented, zero-copy, @i combinators @0","A big integer @0 @9 good $7","A @4 @5 @2 helping read ^I @F ^8 @L @v ✨@d magic✨","Harmonious &D @L analysis in @4.","CouchDB @0 @2 @4","@V @8 @2 fastrlp","Types @6 $4 @2 interfacing $d @7 host @6 @7 wasm @y.","^o Elegant &N","&a &b @2 other cw specs","Log bloom @1 @2 Ethereum.","Generates serializeable @4 @e @F a json schema","Instrument @6 transform wasm modules.","^o @s @b @1 of gRPC, base on @7 gRPC c @R @0.","Tool to find @6 fix @4 formatting issues","Automated typeclass derivation.","A @0 @2 assisting developers @v LibIndy $z","Converts $1 ^V output &w a vec of suites","Parse @N &r argument by defining a @P.","^1 Buffers $E $H powered by Prost!","A @5 @2 printing tables on @N &r","^B @d @2 rkyv","$J @5 was deprecated. It is now part of @7 `tauri-^f` @5.","Efficient ring buffer @2 byte buffers, FIFO queues, @6 SPSC channels","A &V @2 running @4 lints @F dynamic ^b","Zenoh: Zero Overhead Pub/sub, Store/Query @6 Compute.","Lazy query $j @2 @7 Polars DataFrame @0","@4 @3 @2 @7 soloud audio $j","InfluxDB @4 &c","A @0 @2 controlling sway through its IPC @f","&a @e @2 &K $p.","Build script @1 @2 C++ @0 &H","Runtime @0 @j @2 Wasmer","Transform &f ascii diagrams &w happy little SVG","0.0.1-dev-1","$R to auto-^v @u @2 @7 $2 @h","Streaming Network Overlay Connection Arbitration Tunnel","0.8.0-alpha.4","@4 @f @2 Jira","Fake clock @2 deterministic $v of $f depending on ^5.","$6 $G @j ^n references","@g of @7 BLS12-381 pairing-&x elliptic curve construction","@4 @3 @2 @7 FLTK GUI @0","^o @T `Sink` $Z @2 @7 $6-rs @0.","Command &r &V allow you to ^p twitter","^B Debug @9 a custom @E per field","Raw @3 @2 libalpm","0.20.0-alpha.3","pest $f @A","@4 @0 @2 $u NEAR smart ^A.","Extra &P @2 &m @9 Mio","&R: replaced by @7 `aes` @5","@G @e @6 $4 @2 ^g @6 checking inherents.","A @s ^x @2 @7 GSL (@7 GNU scientific @0)","&a $4 @2 @7 Twiggy $f size profiler.","Primitives @2 sessions","A low-@O OpenCL $z.","A special input ^a @2 nom to locate tokens","@4 &7 @2 @I/^h varints @x doesn't do any IO. Inspired by @7 Node.js varint &7","&N/encoder @2 ASN.1 BER/DER @L","Getset, we're ready to go!A $0 @d @2 $x @7 most basic getters @6 setters on fields.","&R: replaced by @7 `cipher` @5","Elliptic curve group $4 @6 @r","Native @4 @5 @2 managing control groups on Linux","Adds String @t inflections @2 @4. Snake, kebab, camel, sentence, class, title @6 table cases as well as ordinalize, deordinalize, demodulize, foreign key, @6 pluralize/singularize are supported as both $4 @6 pure @p acting on String @e.","2.0.0-pre.1","&A of ^H annotations @6 @8 @2 concise @6 yet explicit `@B fn` signatures","High-@O Activitypub @h","Magnet, a &J/BSON schema @A","@4 $3 Contracts Abi (@a @8)","Enables apps to report events to Event Tracing @2 $w (ETW).","@4 @0 @2 accessing USB devices.","&N @2 ISO base media $I @E (mp4)","Another JS Runtime","1.0.0-alpha.9","Attribute @k @2 objekt","@G a typemap container @9 FxHashMap","Binding @2 @7 sentencepiece tokenizer","^o arena, a &9 but limited ^a of ^k","@4 OpenAPI 3.0 docs @A","^o block &3 @y api.","^H @5 @2 hawktracer profiling @0.","A @4 @m of China's Standards of Encryption Algorithms (SM2/3/4)","0.5.0-pre6","Serializable ^a &4 @2 ^2 @9 @7 Fuel VM ABI.","Rusty WebGPU $z @k","Visitor @A @2 stable rustc","JIT-style execution @2 WebAsssembly $f in Cranelift","Next-gen MTA. Secured, Faster @6 Greener","FFI @3 @2 libusb.","0.3.0-beta1","&N @2 @4 source $f","CKB's Virtual ^L","0.24.0-alpha","High-@O &E $j @9 multiple backends","Proc @d @2 deriving custom multihash tables.","@m @2 ^e @9 CTAP1/2 security keys @2 Web Authentication. Used by Firefox.","A secured $O DHT","Concatenate identifiers in a @d invocation","0.1.14+deprecated","A @4 port of Google's SwissTable &Y map","Wasmer Universal Engine","Send $I descriptors along @9 @L over UNIX domain sockets","Event loop @x drives Tokio I/O resources.","Ergonomic state ^q @2 Yew @z","Inkwell aims to help you pen &f own $F languages by safely wrapping llvm-$s.","0.2.0-alpha.2","Atomic @e of @7 FuelVM.","Light merkle ^Z @1 @9 SPV @j @6 ^r &h.","Backport of libsyntax_pos","Block @6 transaction @e @2 Ethereum.","AWS-KMS $C @2 @4 port of Google's Tink cryptography @0","Azure Storage @5 @F @7 Azure SDK @2 @4","Hyperledger Sawtooth is an enterprise blockchain @w @2 $L &D ledger @z @6 networks.","Open Metrics @c @0 allowing users to natively instrument @z.","Cross-@w OpenGL context provider.","An obfuscated datagram transport @2 horrible networks","Drop-in global ^k @v tcmalloc","A @0 @2 taking @7 crc32 of a $9 or byte literal at &z ^5","Quasi quotation @Z @2 ecmascript","A fork of Rust’s `^V` @5 @x doesn’t require unstable @b features.","An ^n @5 to @j auto_enums - do not &m directly","A ^S @4 encoder @6 decoder of TOML-formatted @M @6 streams. Providesimplementations of @7 ^z Serialize/Deserialize $4 @2 TOML @L tofacilitate deserializing @6 serializing @4 @H.","@4 @3 @2 @7 GTK+ 3 @0","Framework @2 ^d @6 &D microservices over Zenoh.","Recursive-length prefix @I, ^h, @6 ^0","Pairing threshold cryptography","A blazing &9, ^a-^Q template $j @2 @4.","$J @5 @n @p @2 normalization ofUnicode $c, including Canonical @6 CompatibleDecomposition @6 Recomposition, as described inUnicode Standard Annex #15.","Message Passing &j @3 @2 @4","@L @H @6 $Y @2 $x ink! IR $f","Convenience @5 @2 ^2 @9 JavaScript @M @6 blobs","Cross-@w @0 @2 running @4 tests in sub-processes @v afork-^K @f.","A @s @5 @2 sending &8 to Slack via webhooks.","RPC @c @0 @2 @7 Bitcoin Core &J-RPC $z.","A Cassandra CQL &c, built on top of @7 DataStax C++ &c @2 $7 @6 @D.","Auto-$D @s @3 @2 libpq","Pretty hex dump of bytes slice in @7 $b style.","OpenCL @3 @6 interfaces @2 @4.","Create ridiculously &9 Lexers","Wasmer C $z @0","A &9 ^8 @q @h","A quasi-quoting @d @Z","An ODM @2 MongoDB built upon @7 mongo @s &c.","Northstar is an container @y @2 Linux targetting $y systems","&S @5 to ^v ffi-&x &M tables","@4 @3 @2 openapi schemas","@4 @3 to @7 CoinOR CBC MILP Solveur @v @7 C $z.","@4 fixture @t ^V @h. It &m $0 macroto &l fixtures @6 table @t tests.","Macro ^f @2 @7 include-flate @5","WCCG Data","High $7 Stream Processing Framework","Assertion @8","Runtime @T, pure computational tasks","Read passwords in console @z.","A companion @5 @2 `membrane`","@4 random ^N","Raw FFI @3 @2 all of $w $z.","A @4 text diffing @6 assertion @0.","Experimental Mustache-^K templating $j.","Functors, Applicatives, Monads @6 other bad ideas","A C99 @1 of @7 TLS/SSL protocols","@d @x expands to @7 name of @7 annotated @P","Types @6 $4 @2 http clients.","Create Erlang NIF modules in @4 @v @7 C NIF $z.","Singlepass $E @2 Wasmer $3 @y","@J to @7 wabt @0","A @0 offering readline-^K @D.","A port of HdrHistogram to @4","@4 @j @2 @7 &J-RPC 2.0 @o","0.8.0-beta.0","typed &K headers","@4 @1 of RFC6570 - URI Template @x can processURI Templates up @6 to including ones designated Level 4.","Python3 fstring interpolation in @4","0.2.4-rc2","[&X] moved &w @7 @5 lyon_path.","A $2 @k @x stores ^a @v Display @6 FromStr.","Visitors @2 swc ecmascript nodes $G works on stable rustc","A pool of reusable &2","$J is an @1 of @7 Consistent Overhead Byte Stuffing (COBS) $a. COBS is an $a @2 transforming a message &w an @I where a specific &p (@7 \"sentinel\" &p) is not $r. $J &p can then be $r to mark frame boundaries in a serial communication channel.","A $0 @d @1 of quote!.","WebGPU @e","Run &f tests in isolation","Zero-copy ^9 @h @2 @4","@g of @7 Pallas @6 Vesta (Pasta) curve cycle","Dead @l @B pool utitities @2 sync managers","Build script @1 @2 @4 Qt ^4","Fuel Block Executor","Boilerplate @2 @v SNIP-20 ^A on Secret Network","Executors @2 @T tasks @t on @7 $6-rs @0.","$n @2 @I @6 ^h frames @v `@B/await`","A @4 @1 of a TAR $I reader @6 writer. $J @0 does notcurrently handle ^0, but it is abstract over all I/O readers andwriters. Additionally, great lengths are taken to ensure @x @7 entirecontents are never required to be entirely resident in $h all at once.","A @4 @f to @7 user-space $z of @7 Mach 3.0 kernel @x underlies OSX.","$n @2 jsonrpsee","Format-preserving &t","Custom @a nom parsers @F &y","Cross-@w $I locks @6 $I duplication.","Translator @F $3 to Cranelift IR","A minimal @0 & CLI &V to provide similar name suggestions ^K \"Did you mean?\"","Soup FFI @5 @2 @4","Basic exceptions $W mechanism.","0.1.0-alpha0","&k Bitcoin spv @C ^J","1.0.0-alpha.4","An @1 of `std::&Y::Hasher` $G does not &Y at all.","A ^Q @k over jemalloc's control @6 introspection APIs","Parse @N &r arguments by defining a &y, @a @5.","I/O $6 @2 Fluvio $B","A @d $G makes ^X @e pleasant to write.","A CLI to integrate @4 &w a semantic-release workflow.","A procmacro ^T to run &f ^V in an isolated $U","Type erasure @2 @B $Z methods","Rustyline, a readline @1 @t on Antirez's Linenoise","Useful @8","Fuel @4 SDK ^A.","A Storage Abstraction Layer @2 Embedded Systems","@p @2 determining $i sizes @6 dimensions","An Aspect Toolkit @2 @4","A ^n @5 $r by numext-fixed-uint.","$n @2 interoperability @9 C++","Fuel Block Producer","Dynamically proxy LLVM calls &w @4 own &q @0","OpenGL $l @2 gfx-rs","Main @d of @7 @0 @2 $u NEAR smart ^A.","@m @2 ANSI $i colours @6 styles (bold, underline)","weblog is a @5 @x defines a set of @8 @2 calling `console.log()` @6 other members of @7 browser's console $z when targeting Wasm.","0.4.0-beta.1","Lambda @d attributes","Adaptors $d ^0 ^4 @6 Rust's modern @T IO @e.","Surf @7 web - &K @c @h","Compile-^5 HTML templates.","@V @8 @2 @7 salsa @5","Markup @i","Sharded IPLD HashMap @1.","@m to @j @7 &B @6 $u of zip @M.","Better Bitfields","Demo of ^R-@d-hack","Parse, manipulate @6 serialize docker-compose.yml in a strongly-typed fashion","Spelling correction & Fuzzy search","IRC log converter/collector/cruncher","&T high-$7 pure-@s transactional $y $P.","A Layer @2 ^3-subscriber @x outputs Chrome-style traces.","Transport &h &J-RPC 2.0 @c @1.","Immutable @S datatypes","A ^n @5 $r by numext-fixed-&Y.","Core Kubernetes &5 $4","reflects of type's fields' names @6 their ^a names in a hierarchical ^Z","A @4 @1 of @7 Khronos OpenCL 3.0 $z @6 &e.","Newtypes @2 text offsets","Nushell table printing","Cross-@w @0 to retrieve $N sockets @Y.","Hex ^H @p.","Core part of @7 @0 @2 $u NEAR smart ^A.","Peer-to-peer networking @0","Proc @d of Support $f @2 @7 @y.","Hyperscan @3 @2 @4 @9 Multiple Pattern @6 Streaming Scan","@L @H @6 $Y @2 ink! intermediate &4","Proc @8 @2 PyO3 @U","Pure-@4 $4 @6 @r @2 constant-^5 $M @u.","Automated tests of FFI @3.","File locking via POSIX advisory record locks","Renderer Agnostic User &j","$J &V aims to simplify glue $f $q @2 Deno FFI ^b $X in @4.","0.99.99","Annotation to easily define ad-hoc / one-shot ^7 $4","A window ^N @2 Adventurers","A replacement of @7 #[^V] ^T @x initializes &W @6/ortracing infrastructure before running tests.","A @5 @2 measuring @7 total size of object on @7 stack @6 heap","Rusty @3 @2 Apple ^b","I/O @0 @2 @4","AST &4 $r by Serde @a @8. Unstable.","Keyring @j $f @2 @7 @y. A set of ^V accounts.","Clams help $L shells","A super powered $v @d @2 @4","A localization @Z designed to unleash @7 entire expressive power ofnatural @b translations.","@4 $s @3 @2 libappindicator","Quasi-quoting @d quote!(...)","Base $E $k @2 Wasmer $3 @y","An ^n @5 $r by foreign-@e","$J @5 is no longer maintained.","Read $h @F another ^F.","De/serialize ^I @9 named fields as array of &2","@4 @1 of Apache Arrow","0.5.0-alpha.0","&T Ethereum world state $O.","AWS SDK @2 @4 - Request Signing","A @0 @2 HTML entity @I @6 ^h","@4 @c @2 Apache Pulsar","$k @2 &D ^3 choices","I/O @2 Tetcore runtimes","@J to libdeflate @2 DEFLATE (de)^0 exposed as non-streaming bufferoperations. Contains @3 @2 raw deflate, zlib, @6 gzip @L.","Authorship @K"];var crateIndex={"aliri_$4":["Token-@t authorization @9 authorities @x verify ^p grants",C[5]],"secret-toolkit-utils":["General @r @2 Secret Contracts","0.7.0"],"aws-sdk-iot":["AWS SDK @2 AWS IoT",C[1]],"bevy_^5":["@G ^5 @D @2 Bevy Engine",C[6]],"rustfmt-wrapper":["@m @k $S rustfmt @2 &m by $f generators",C[0]],"x11-clipboard":["x11 clipboard @j @2 @4.","0.7.1"],"cortex-m-semihosting":["Semihosting @2 ARM Cortex-M processors",C[3]],"main_loop":["main loop @2 real ^5 @z","0.3.3"],"prometrics":["Client @0 @2 exposing prometheus ^j","0.1.13"],"shaku":["Compile Time Dependency Injection @2 @4",C[9]],"rustup-toolchain-install-master":["Install master rustc toolchain &w rustup","1.8.0"],"regex-automata":["Automata construction @6 matching @v regular &U.",C[0]],"annatar":["A @N &r &V @2 making memes.Full readme available at: https://github.com/archer884/annatar","0.6.3"],"$9":["A UTF-8 encoded $9 @9 configurable byte $O.","0.3.0"],"frame-executive":["FRAME executives $j",C[90]],"abnf":["A nom-@t @i @2 ABNF.",C[2]],"rusqlite":["Ergonomic @k @2 SQLite","0.28.0"],"sailfish":[C[286],"0.6.0"],"symbolic_polynomials":["A @0 @2 manipulation of polynomials over @7 integers.",C[4]],"witnet-bn":[C[52],"0.4.5"],"request":["Request","0.0.8"],"ethereum-trie-memory":["Rocksdb adaptor @2 trie.",C[3]],"expect_@d":["^o expect! @d","0.2.1"],"matrix-sdk-sled":["Sled Storage $l @2 matrix-sdk @2 ^S environments",C[0]],"@L_$V":["[highly unstable] @L $V @2 virtualization","0.1.1-alpha.1"],"ra_ap_vfs":["TBD",C[40]],"safecoin-frozen-abi-macro":["Safecoin Frozen ABI Macro",C[340]],"arkworks-native-gadgets":["Webb protocol's ^S gadgets","1.2.0"],"arrayvec":["A vector @9 fixed capacity, backed by an array (it can be stored on @7 stack too). Implements fixed capacity ArrayVec @6 ArrayString.","0.7.2"],"urlencoding":["A @4 @0 @2 doing URL percentage @I.","2.1.2"],"hyper-staticfile":["Static $I serving @2 Hyper 0.14","0.10.0-alpha.5"],"bdk":["A modern, ^P, descriptor-@t wallet @0","1.0.0-alpha.0"],"walker":["Recursive directory walk","1.0.1"],"ink_lang_@d":[C[176],C[106]],"gl_loader":["$5 OpenGL @P pointer loader @t on Glad.","0.1.2"],"apache-avro":["A @0 @2 ^2 @9 Apache Avro in @4",C[22]],"teraron":["Genrate @4 $f @F a .tera template @6 a .ron @L",C[4]],"smart-wallet":["Multisig &k wallet @9 Timelock capabilities",C[39]],"electrs":["An ^E re-@1 of Electrum Server in @4","0.9.12"],"fastvlq":["A &9 variant of Variable-Length Quantity @9 a focus on speed @6 no_std @j.","1.1.1"],"conv":["$J @5 @n a &Z of conversion $4 @9 more specific semantics than those provided by 'as' or 'From'/'Into'.","0.3.3"],"const_fn_assert":["Assertions @2 const @p.","0.1.2"],"smpl_jwt":["Very @l JWT $q lib.","0.7.1"],"mime":[C[292],"0.3.17"],"@9_builtin_macros-proc_@8":[C[63],"0.0.3"],"groupy":[C[748],"0.4.1"],"nu-command":["Nushell's built-in commands",C[8]],"do-notation":["Monadic do syntactic sugar","0.1.3"],"bb8":["Full-featured @B ($Q-@t) connection pool (^K r2d2)","0.8.0"],"dot-generator":["@7 set of @8 to ^v dot @M",C[0]],"it-json-serde":["Fluence Marine @f-@e $2 ^C","0.4.0"],"nphysics3d":["3-dimensional physics $j in @4. $J @5 is being superseded by @7 rapier3d @5.",C[1]],"eetf":["@m @2 @I/^h Erlang External Term Format","0.8.0"],"aleph-bft-rmc":["Reliable MultiCast - a primitive @2 Reliable Broadcast @o.",C[9]],"drunken_bishop":["An @1 of OpenSSL's randomart $a","0.1.2"],"jemallocator":[C[460],C[3]],"ethers-contract":["Type-^Q &G @2 ^e @9 Ethereum smart ^A","2.0.1"],"p256":["Pure @4 @1 of @7 NIST P-256 (a.k.a. secp256r1, prime256v1)elliptic curve as defined in SP 800-186, @9 @j @2 ECDH, ECDSAsigning/verification, @6 general purpose curve arithmetic",C[2]],"egui_extras":["Extra @D @6 widgets @2 @7 egui GUI @0",C[21]],"thruster-server":["^o @R future &H aroun @7 thruster web @h",C[112]],"litemap":["A key-&p Map @1 @t on a flat, sorted Vec.",C[9]],"ddsfile":["DirectDraw Surface $I @E @i/composer","0.5.1"],"grep-matcher":["A $Z @2 regular &U, @9 a focus on &r oriented search.","0.1.6"],"arkworks-r1cs-circuits":["Webb protocol's r1cs zero-knowledge circuits $X @v Arkworks","1.2.0"],"graphene-sgx":["@4 $z @2 Graphene/SGX","0.3.3"],"lamedh_http":[C[54],"0.3.0"],"^G_credential":[C[150],C[7]],"microfft":["Embedded-&x Fast Fourier Transforms",C[3]],"hostlist-parser":["Parses hostlist &U &w a Vec of Strings","0.1.4"],"renderdoc-sys":["Low-@O @3 to @7 RenderDoc $z","1.0.0"],"google-cloud-auth":["Google Cloud Platform @W $A authentication @0.","0.9.1"],"taken":["$R @2 taking ownership, _staring Liam Neeson_",C[5]],"dav1d-sys":["FFI @3 to dav1d","0.8.0"],"futures-fs":[C[551],"0.0.5"],"cargo-toml2":["`Cargo.toml` @6 `.$1/^W` @C stuff","1.3.2"],"mp4":["MP4 reader @6 writer @0 in @4.",C[2]],"libimagentryref":[C[15],C[16]],"embassy-futures":["no-std, no-alloc @r @2 ^2 @9 $6",C[4]],"rust-releases-rust-dist":["RustDist source @1 @2 @s-releases","0.24.1"],"const-cstr-fork":["Create &u C-$e $c @F @4 $9 literals. Fork of https://github.com/abonander/const-cstr","0.2.2"],"oxygengine-audio":["Audio &7 @2 Oxygengine",C[41]],"&9_symspell":[C[924],"0.1.7"],"futures-executor":[C[875],"0.3.27"],"cpp_demangle":["A @5 @2 demangling C++ symbols","0.4.0"],"tari_key_^N":["Tari cryptocurrency wallet key ^q","0.8.1"],"dot-structures":["^o @0 @n macroses to ^v dot @H.",C[4]],"sea-query-attr":["Proc @8 @2 useful features in Sea Query",C[5]],"dyer-macros":["Dyer-@8 is a @S of @8 when compiling @6 $L dyer.",C[0]],"hyper-timeout-connector":["A Hyper `NetworkConnector` $G offers a connection timeout",C[4]],"contract-address":["A $T @5 to create an ethereum contract address","0.6.0"],"cssparser":["@4 @1 of CSS Syntax Level 3","0.29.6"],"wchar":["@V @8 @2 &z ^5 UTF-16 @6 UTF-32 wide $c.",C[14]],"ice-age":["$5 &W kit @2 @W programs",C[17]],"h264-profile-level-id":["Utility to ^F H264 profile-@O-id &2",C[5]],"ts-rs":["^v typescript @3 @F @s @e","6.2.1"],"hyperbuild":["Fast allocation-less HTML minifier @9 smart whitespace $W","0.2.4"],"gix-hash":["Borrowed @6 owned git &Y digests $r to identify git objects","0.10.3"],"env_logger":["A &W @1 @2 `log` $G is configured via an environmentvariable.",C[6]],"levenshtein_automata":["Creates Levenshtein Automata in an ^E manner.","0.2.1"],"ssh":["@J to libssh, a @0 to write clients @6 servers @2 both @X 1 @6 2 of @7 @o. It can also parse SSH ^W @M @6 handle ProxyCommand automatically. Only @7 @c part is &v @2 now.","0.1.4"],"tower-web":["Web @h @9 a focus on removing boilerplate","0.3.7"],"interoptopus":["^o polyglot @3 @A @2 &f @0 (C#, C, Python, ...). 🐙","0.14.15"],"display-interface":["Traits @2 interfaces $r to drive displays","0.4.1"],"nodi":["A @0 @2 playback @6 $k of MIDI @M.","0.19.2"],"swc_nodejs_$b":["&a $f @2 SWC @3","0.0.5"],"lrpar":["Yacc-$e @i @A",C[83]],"glm":["GLSL mathematics @2 @4.","0.2.3"],"can-dbc":["A @i @2 @7 DBC @E. ^o DBC @E is $r to exchange CAN $N @L.","5.0.0"],"ccl":["Fast datastructures @2 &m in highly &Q systems.","5.1.5"],"^8_vec_io":[C[11],C[51]],"terminal-log-symbols":["@G log symbols @2 @7 $i @9 fallbacks","0.1.6"],"pyo3-macros":[C[943],C[34]],"components-arena":["$5 @0 @2 ^g complex domain-specific self-referential @L @H.","3.5.0"],"^G_ce":["AWS SDK @2 @4 - AWS Cost Explorer Service @ 2017-10-25",C[7]],"aabb-quadtree":["A quadtree @x maps bounding-boxes to elements",C[0]],"ckb-testtool":["CKB contract $v ^C","0.9.0"],"nu-engine":["Nushell's evaluation $j",C[8]],"c2rust-bitfields":["C-$e &y bitfield @1 $r in @7 C2Rust $B",C[19]],"ockam_channel":["Channel is an $k responsible @2 sending &8 (usually over @7 $N)in encrypted @6 authenticated way.","0.72.0"],"lifetime":[C[127],C[4]],"timely_sort":["Sorting infrastructure @2 timely dataflow","0.1.6"],"faiss-sys":["Native @3 @2 Faiss",C[9]],"die":[C[431],C[0]],"piston_meta":["A DSL @C @0 @2 human readable text documents","2.0.1"],"pest_meta_tmp":[C[200],"2.1.1"],"heim-net":["Cross-@w $N @Y",C[10]],"futures-await-test-macro":["&S @5 @2 $6-await-^V.","0.3.0"],"tokio-fd":["Non-blocking Read @6 Write a Linux File Descriptor","0.3.0"],"docx-rs":["A .docx $I writer @9 @4/$3.","0.4.6"],"wasmcloud-test-util":["Test ^C @6 @r @2 wasmcloud","0.6.4"],"speedy2d":["Hardware-accelerated drawing of shapes, images, @6 text, @9 an easy to useAPI. Speedy2D aims to be @7 simplest @4 $z @2 ^g a window, &E &i,@6 $W input.","1.12.0"],"heim-memory":["Cross-@w $h @Y",C[10]],"gitlab_clippy":["Convert clippy warnings &w GitLab Code Quality report","1.0.3"],"renderdoc":["RenderDoc $A @3 @2 @4",C[14]],"redact":["A @l @0 @2 keeping secrets out of logs.","0.1.1-pre0"],"sentry":["Sentry (getsentry.com) @c @2 @s ;)",C[41]],"utcnow":["Get @7 current unixtime in a no-std context","0.2.3"],"syn-rsx":["syn-powered @i @2 JSX-^K TokenStreams","0.9.0"],"serial2":["Cross @w serial ports","0.1.7"],"rumqtt":["Mqtt @c @2 &f IOT needs","0.31.0"],"catalytic_table_to_&y":["Table mapper @2 @7 ORM @2 Scylla, fully $e @9 Apache Cassandra™",C[51]],"cpp_synom":["Stripped-down Nom @i $r by cpp_syn",C[12]],"rstar":["R*-^Z @0 @2 @7 @s ecosystem",C[6]],"polar-core":["Polar @R @0 @2 oso, an open source policy $j @2 authorization that’s $y in &f $A","0.26.4"],"sampling":["Large-deviation Algorithms ^K Wang-Landau, Entropic sampling, Replica-Exchange Wang-Landau, Heatmaps, Histograms @6 bootstrap resampling. $J is intended @2 scientific simulations",C[5]],"ntex":["Framework @2 composable $N services","0.6.5"],"smartcow":["a cow @2 smartstrings","0.2.1"],"tokio-yamux":["@4 @1 of Yamux","0.3.7"],"dsp-chain":["@G a Node $Z @6 a Graph ^a @2 chaining together audio generators/processors in a dsp graph.",C[83]],"map-macro":["Declarative @8 @2 statically initializing ^O","0.2.5"],"special-fun":["Special @p @2 @4 by ^x to @7 Cephes @0.",C[0]],"crockford":["@G Crockford Base32 @I @2 identifiers (e.g. u64 &2).","1.1.0"],"assert_cmd":[C[101],"2.0.10"],"filesystem":["Real, fake, @6 mock @u of $I @Z $p","0.4.4"],"observability":["Experimental ^3 ideas","0.1.3"],"sp-std":["Lowest-$k @O @2 @7 Substrate @y: just exports useful @K @F std or @c/alloc to be $r @9 any $f @x depends on @7 @y.","7.0.0"],"unbytify":["Convert units of digital @Y @F $9 &w @7 numeric equivalent @6 @7 other way $S",C[0]],"texture-synthesis-cli":["A CLI @2 texture-synthesis","0.8.3"],"parity-secp256k1":[C[597],"0.7.0"],"debug_unreachable":["unreachable!() in debug, std::intrinsics::unreachable() in release.",C[5]],"linux-keyutils":["@4 @f to @7 Linux key-^q facility. @G a ^Q @f $S @7 raw systemcalls allowing user-space programs to perform key manipulation.","0.2.3"],"better-as":["Explicit ^a casting",C[0]],"bevy_mod_debugdump":["Visualization ^C @2 bevy","0.7.0"],"buf-min":["Minimal utf-8 ^Q buffer $4","0.7.1"],"cookie-factory":["nom inspired @q @0","0.3.2"],"fat-macho":["Mach-O Fat Binary Reader @6 Writer","0.4.6"],"winpty":["Safe @s @3 @2 winpty",C[0]],"approvals":["A @l @0 allowing to compare $c in unit-tests. Currently in development stage @6 not usable.","0.0.7"],"radiotap":["A @i @2 @7 radiotap capture @E.",C[13]],"mv-ir-compiler":["Move IR to bytecode $E","0.3.2"],"piston2d-touch_visualizer":["A @0 @2 visualizing input touches @9 Piston-Graphics","0.33.0"],"imgui-ext-derive":["@V @d @2 @7 imgui-ext @5.","0.3.0"],"ckb-stop-handler":[C[124],C[57]],"solana-program":["&k Program",C[43]],"emacs":["@4 @0 @2 ^g Emacs's dynamic modules",C[48]],"unrar_$s":["FFI @3 to unrar (@9 minimal &G)","0.2.1"],"txtdist":["A @0 @2 mesuring @7 distance $d texts.","0.2.1"],"swc_css_compat":[C[408],"0.20.14"],"num-variants":["Utility to add a constant &p to enum variants","0.2.7"],"serde-name":["Extract @7 Serde name of ^I @6 enums","0.2.1"],"ic-metrics-encoder":["A @0 @2 @I ^j in Prometheus text exposition @E.","1.1.0"],"dotcopter":["A small &V to manage dotfile installation",C[3]],"pty":[C[455],"0.2.2"],"woothee":["user-agent $c @i",C[2]],"verify":["A validation @0","0.3.2"],"libp2p-kad":["Kademlia @o @2 libp2p","0.43.1"],"compiletest_rs":["^o compiletest $T @F @7 @4 $E as a standalone $v harness","0.9.0"],"reqwest-conditional-middleware":["A ^u @k @x enables (or disables) a wrapped Reqwest ^u on a per-request basis",C[4]],"bitmatch":["A @d to allow matching, ^x, @6 packing @7 individual bits of integers.",C[5]],"table":["A specialized map @2 storing &2 of varying @e.","0.4.0"],"nannou_audio":["^o audio $z @2 Nannou, @7 creative coding @h.",C[48]],"bevy_ggrs":["Bevy $H @2 @7 GGRS P2P rollback networking @0",C[14]],"solana-rpc":["&k RPC",C[43]],"aead-io":["A @k $S Write/Read interfaces @9 AEAD",C[0]],"combinations":["$J @5 give you all @7 combinations of &2 in a vec",C[4]],"swc_&9_graph":["Faster @X of petgraph","0.17.38"],"libzfs-types":["Shared @e @2 libzfs","0.1.2"],"err-derive":[C[142],"0.3.1"],"webcomponent":["A @0 @2 ^g web &P","0.6.2"],"tide-websockets":["tide websockets","0.4.0"],"ritz_impl":["Proc @d @1 @2 @7 `ritz` @5",C[4]],"snarkvm-errors":["Errors @2 a ^d &M ^L","0.0.6"],"uu_unexpand":["unexpand ~ (uutils) convert input spaces to tabs",C[32]],"best":["Utility @2 getting @7 best &p of a sequence @9 an associated &p",C[2]],"sshkeys":["@4 @0 @2 @C OpenSSH certificates @6 public keys","0.3.2"],"eff-wordlist":["@4 @5 packaging EFF wordlist","1.0.2"],"usb-disk-probe":["@G a &g ^a $G can be $r to probe @2 USB $O devices in @7 @Z.",C[0]],"mv-vm-runtime":["Core Move execution logic","0.3.2"],"velcro":["Convenience @8 @2 initializing vectors, &Y maps @6 other @4 ^O.","0.5.4"],"^G_^W":["AWS SDK @2 @4 - AWS Config @ 2014-11-12",C[7]],"okta":["A fully $D & opinionated $z @c @2 @7 Okta $z.","0.3.1"],"wasmi-validation":[C[109],C[3]],"takecell":["A cell ^a $G &p can only be taken once",C[5]],"readline":["Wrapper $S readline on Linux @6 Mac OS X, a shim on $w. DO NOT USE: `rustyline` does @7 same job much better","0.0.13"],"erg_$E":["Centimetre: @7 Erg $E","0.6.8"],"default_^k":["default (userspace) $h ^k","0.3.0"],"git-packetline":[C[24],"0.14.3"],"vks":["Vulkan FFI @3 @6 symbol loader. Vulkan 1.0.59 @6 all &e are supported.",C[21]],"png":["PNG ^h @6 @I @0 in pure @4","0.17.8-rc"],"teloxide":["An elegant Telegram bots @h @2 @4","0.12.2"],"moz-cheddar":[C[244],"0.4.2"],"shannon-entropy":["A @l @0 to calculate @7 Shannon entropy of a $9","1.0.0"],"sputnikvm":[C[331],C[252]],"skytable":["Official @4 @c &c @2 Skytable","0.7.4"],"sfnt":["A zero-allocation SFNT @i.",C[12]],"maidsafe_@r":["@4 $T @p provided by MaidSafe.",C[38]],"savefile-derive":["Custom @a @8 @2 savefile @5 - @l, convenient, &9, versioned, ^8 @q/^9 @0.",C[12]],"exocore-apps-sdk":[C[490],"0.1.24"],"^G_sqs":["AWS SDK @2 @4 - &I $5 Queue Service @ 2012-11-05",C[7]],"sthash":["A very &9 $M &Y @P @2 large @L.","0.2.14"],"c_str":["^o old c_str @p","1.0.8"],"digest_auth":["@g of @7 Digest Auth $a as defined in IETF RFC 2069, 2617, @6 7616, intended @2 &K clients","0.3.0"],"versio":["Versio is a &V to manage @6 publish projects.","0.7.1"],"aes-kw":["NIST 800-38F AES Key Wrap (KW) @6 Key Wrap @9 Padding (KWP) modes","0.2.1"],"basic-http-server":["A @l &u &K $I @W, @2 learning @6 local development","0.8.1"],"transient-hashmap":["$5 @s HashMap @9 transient entries.","0.4.1"],"sqldatetime":["SQL date/^5 @e $X in @4","0.1.34"],"interoptopus_$l_cpython_cffi":["Generates CPython CFFI @3.","0.13.8"],"attribute-derive":[C[71],"0.6.0"],"smart-default":["@4 custom-@a @d @2 Default @9 more control on @7 fields","0.6.0"],"text-size":[C[934],"1.1.0"],"lenient_semver":["Lenient Semantic Version &1.","0.4.2"],"locate-header":["@m to simplify locating header @M when $L -$s ^4",C[5]],"tun-tap":["TUN/TAP @f @k","0.1.3"],"float_extras":["Extra floating-point math @p @F C math @0.","0.1.6"],"shadowcast":["@g of @7 recursive shadowcast visible-area $g $a","0.8.1"],"source-span":["Source $f mapping @6 &s @r.","2.7.0"],"eventual":["Future & Stream $k","0.1.7"],"input-sys":["Bindgen $D unsafe libinput @k","1.17.0"],"tetsy-libp2p-wasm-ext":[C[683],"0.27.1"],"tower-make":["Trait aliases @2 Services @x produce specific @e of Responses.","0.3.0"],"$m_id":["Obtain a UUID uniquely representing @7 $m of @7 current ^8.","0.2.1"],"remain":["Compile-^5 checks @x an enum, &y, or match is $X in sorted order.","0.2.8"],"rendezvous_&Y":["An @1 of Rendezvous hashing $a","0.3.0"],"dof":["Tools to read @6 write @7 DTrace Object Format (DOF)","0.1.5"],"divsufsort":["@4 port of Yuta Mori's divsufsort","2.0.0"],"cardinal-stake-pool":["Cardinal stake pool","2.2.1"],"diffr":["An LCS @t diff highlighting &V to ease $f review @F &f $i.","0.1.4"],"^Z_magic_mini":[C[119],"3.0.3"],"r2fa":["@4 Two-Factor Authentication (R2FA) is a @S of ^C @2 two-factor authentication.",C[3]],"simple-signal":["Easy unix signals handler @2 @4 projects","1.1.1"],"marksman_escape":["HTML escape @6 HTML unescape $c","0.1.2"],"quine-mc_cluskey":["@4 @1 of @7 Quine-McCluskey $a @6 Petrick's method","0.2.4"],"base64urlsafedata":["Base 64 Url Safe @k @2 Serde","0.1.3"],"centipede":["A scheme @2 instantiating KMS's @9 recovery","0.3.1"],"mime_multipart":["MIME multipart @C, construction, @6 streaming",C[9]],"kadmium":["A broadcast @o @1 @t on Kadcast.","0.6.0"],"positions":["A position (finance) definition @9 some good algebraic properties.","0.2.1"],"terminal-spinners":["A @0 @2 showing $i loading animations","0.3.2"],"mosquitto-client":["@4 @f to @7 Mosquitto MQTT broker @c","0.1.5"],"geozero-core":[C[295],"0.6.2"],"odbc-sys":["ODBC ffi @3","0.21.4"],"netstring":["@m @2 @I @6 ^h netstrings","0.4.1"],"unicode-jp":["A @0 to convert Japanese Half-width-kana[半角カナ] @6 Wide-alphanumeric[全角英数] &w normal ones.","0.4.0"],"libmount":["^o ^a-^Q @k $S mount @Z call","0.1.15"],"must_future":["A @k future marked must_use - mainly to wrap BoxFutures","0.1.2"],"&u_cell":["Statically allocated, initialized at @y cell.","1.0.0"],"deku":[C[246],C[17]],"libipld-json":["ipld json codec",C[17]],"edge-detection":["^o canny edge $g $a","0.2.6"],"did-onion":["did:onion DID method, @v @7 ssi @5","0.2.1"],"hyper-socks2":[C[191],"0.7.0"],"git-version-macro":["^6 @d @5 @2 git-@X.","0.3.5"],"sntpc":["@m @2 making SNTP requests","0.3.2"],"secstr":["A @L ^a suitable @2 storing sensitive @Y such as passwords @6 private keys in $h, featuring constant ^5 equality, mlock @6 zeroing out.","0.5.1"],"sqlx-core":["Core of SQLx, @7 @s SQL toolkit. Not intended to be $r directly.",C[274]],"infer_schema_internals":["Previously ^n to `diesel_infer_schema`. Not intended @2 public &m","1.4.0"],"haproxy-api":["HAProxy 2.x Lua $z","0.6.0"],"flamescope":["Export flame @L to speedscopes profile @E","0.1.2"],"lnpbp":["LNP/BP Core @m $t LNPBP specifications & standards","0.9.0"],"slug":["Convert a unicode $9 to a slug","0.1.4"],"obake":["Versioned @L-@H @2 @4","1.0.4"],"impl-serde":["Serde @q @j @2 uint @6 fixed &Y.","0.4.0"],"sentinel":["A sentinel-terminated slice @0.",C[3]],"actix-net":["Actix net - @h @2 @7 compisible $N services @2 @4 (experimental)","0.3.0"],"cacache":["Content-addressable, key-&p, high-$7, on-disk cache.","11.4.0"],"mirror_sparse_matrix":[C[11],"0.1.17"],"camera_capture":["capture webcam images on linux @6 &n",C[3]],"pgp-cleartext":["PGP cleartext @h @1","0.6.0"],"rdftk_@R":["$J @5 @n @7 @R RDF @L $V; concrete @u @2 Statements @6 Literals, along @9 a Resource ^a @x @n a &3-^K experience @2 models.","0.3.1"],"futures-await-syn":["Temporary fork of @7 `syn` @5 @2 $6-await",C[12]],"solana-compute-budget-program":["&k Compute Budget ^J",C[43]],"olm-sys":["Low @O ^x @2 libolm","1.3.2"],"spl-governance-addin-api":["&k Program @m Governance Addin Api","0.1.3"],"openai":["An unofficial @4 @0 @2 @7 OpenAI $z.",C[685]],"moniker-derive":["Derives @2 @7 moniker @5",C[3]],"secretbox":["@4 @1 of @7 secretbox &t $a","0.1.3"],"tokio-amqp":["lapin $C @9 $Q","2.0.0"],"common-path":["Finds @7 $b prefix $d a set of paths","1.0.0"],"dw":["An @f to libdw",C[0]],"rust-crypto-wasm":[C[115],"0.3.1"],"former_meta":["Former - a variation of &3 pattern. @g of its @a @d. Should not be $r independently, &6 &m &7::former $G relies on @7 &7.",C[51]],"bip0039":["Another @4 @1 of BIP-0039 ^z",C[14]],"gspell-sys":["Raw C-FFI @3 @2 @7 gspell @0","0.6.0"],"serde-this-or-that":["Custom ^9 @2 fields @x can be specified as multiple @e.","0.4.2"],"specs_camera":["camera 2d @6 3d component @2 specs",C[3]],"activitypub_federation":[C[753],"0.4.0"],"sentiment":["Sentiment analysis &V",C[5]],"afarray":["Convenience methods @2 ^2 @9 ArrayFire arrays in @4",C[25]],"fvm_&q":["Filecoin Virtual Machine &q @e @6 @p","3.1.0"],"sharedlib":["A cross-@w &q @0 loader.","7.0.0"],"treexml":["An XML ^Z @0 @2 @4","0.7.0"],"arc-reactor":["Minimal, ^s, Web Framework","0.2.4"],"cargo-public-api":["List @6 diff @7 public $z of @4 @0 ^4 $d releases @6 commits. Detect breaking $z changes @6 semver violations via CI or a CLI.","0.27.3"],"rls-data":["Data @H $r by @7 RLS @6 @4 $E","0.19.1"],"rustmann":["@4/Tokio @c @2 Riemann","0.7.3"],"elmesque":["An attempt at porting Elm's incredibly useful, purely functional std &i modules.",C[12]],"mpeg2ts-reader":["&N @2 MPEG Transport Stream @L",C[53]],"$P":["Database.",C[3]],"sc-client":["Substrate Client @6 associated logic.",C[18]],"hkdf":["HMAC-@t Extract-@6-Expand Key Derivation Function (HKDF)",C[74]],"async-attributes":["Experimental @b-@O polyfills @2 Async @4.","1.1.2"],"ccm":["Generic @1 of @7 Counter @9 CBC-MAC (CCM) mode",C[3]],"symbolic-symcache":["An optimized cache $I @2 &9 @6 $h ^E lookup of symbols andstack frames in debugging @Y.","12.1.1"],"@a_&3":[C[59],C[12]],"flate2-crc":["SIMD acceleration @2 CRC-32 checksums $r in @7 gzip @E**&X in favor of @7 `crc32fast` @5**","0.1.2"],"jsonnet-sys":["Native @3 to @7 libjsonnet @0",C[19]],"allsorts_no_std":[C[458],"0.5.2"],"pistoncore-sdl2_window":["A SDL2 back-end @2 @7 Piston game $j","0.68.0"],"gdal":["GDAL @3 @2 @4",C[22]],"blake2":["BLAKE2 &Y @p","0.10.6"],"quircs":["QR $f $g @6 scanning. Pure @4.",C[16]],"mv-bytecode-source-map":["Move bytecode source map","0.3.2"],"unhtml_@a":["^R @d @a @2 unhtml","0.8.0"],"cdg":["CD+G @i",C[4]],"bcrypt-pbkdf":["bcrypt-pbkdf password-@t key derivation @P",C[6]],"webview-official-sys":["Official Webview-org raw ffi @3","0.1.2"],"vrp-scientific":["An ^7 logic @2 solving scientific VRP","1.19.2"],"enum_@a":[C[136],"0.1.7"],"awsm_web":["Wrappers @2 WASM","0.38.0"],"maybe-single":["A singleton. Maybe.",C[25]],"fints-institute-db":["A @0 @6 CLI &V to ^p FinTS ^p @Y @2 many German banks","1.2.2"],"nom-packrat":["Extension of nom to apply Packrat Parsing","0.7.0"],"halo2":["[BETA] Fast zero-knowledge proof-carrying @L @1 @9 no trusted setup","0.1.0-beta.2"],"webrtc-ice":["A pure @4 @1 of ICE","0.9.1"],"zcash_note_&t":["Note &t @2 Zcash transactions","0.3.0"],"trustfall_rustdoc":["Run Trustfall queries across multiple rustdoc &J @E versions.","0.8.2"],"solana-vote-signer":["&k Vote Signing Service","1.4.28"],"hcaptcha_@a":["^B @d @2 hCaptcha. Please &m hcaptcha @5.","2.2.1"],"&Q_lru":["A &Q LRU cache",C[0]],"traitobject":["Unsafe &b @2 ^2 @9 raw $Z objects.",C[4]],"actionable":["An enum-@t @B @h @2 $L permission-driven APIs",C[0]],"tetsy-wasm-gc-api":[C[165],C[78]],"clamav-sys":["ClamAV low @O @3 @2 @4","0.0.5"],"immutable-chunkmap":["A &9 immutable map @6 set @9 batch insert @6 update methods, COW $p, @6 big O ^E @u of set @6 merge $p","1.0.5"],"aliri_braid":["Improve @6 strengthen &f $c by making them strongly-typed @9 less boilerplate","0.3.1"],"jpegxl-sys":["@4 @k @2 JPEG XL reference @1","0.8.1+libjxl-0.8.1"],"std_prelude":["prelude @x @7 @s stdlib should have always had","0.2.12"],"bevy_a11y":["@G accessibility @j @2 Bevy Engine",C[6]],"ucd":["Extends @7 char ^a to provide ^p to most fields of @7 UCD, UnicodeCharacter Database, as of @X 9.0.0. It aims to be compact, &9, @6 useminimal ^l (only rust's @R @5). Not all properties are included,most notably character names.",C[5]],"tin-summer":["Command-&r &V to find $m artifacts @6 thing occupying space on &f computer. Shatters records not glass.","1.21.14"],"bidir-map":["Bidirectional map @1 @2 @4","1.0.0"],"sycamore-web":["Web renderer @2 @7 Sycamore","0.8.2"],"rustful":["A light &K @h, @9 some REST-^K features @6 @7 ambition of being @l, modular @6 non-intrusive.","0.9.0"],"aws-sdk-docdb":["AWS SDK @2 &I DocumentDB @9 MongoDB compatibility",C[1]],"android_glue":["Glue @2 @7 Android JNI","0.2.3"],"pager":["Helps pipe &f output through an external pager","0.16.1"],"accepted":["A text editor to be ACCEPTED.","0.3.2"],"elastic_reqwest":["A ^P @1 of @7 Elasticsearch $z @t on reqwest.","0.20.10"],"ntru":["@g of @7 NTRUEncrypt $a. &j to libntru.","0.5.6"],"transact":["Transact is a transaction execution @w designed to be $r as a @0 or component when $t &D ledgers, including blockchains.","0.4.6"],"random-pick":["Pick an element @F a slice randomly by given weights.","1.2.16"],"extsort":["External sorting (i.e. on disk sorting) capability on arbitrarily sized iterator","0.4.2"],"&L":["...",C[4]],"regex-macro":["A @d to ^v a lazy regex expression",C[0]],"sleef-sys":["@4 FFI @3 to @7 SLEEF Vectorized Math @m","0.1.2"],"nanorand":["A tiny, &9, zero-dep @0 @2 random &Z $q.","0.7.0"],"task-local-extensions":["Task-local container @2 arbitrary @L.","0.1.4"],"matches2":[C[377],"1.2.1"],"rustc-ap-rustc_graphviz":["^t published @X of @7 @U `rustc_graphviz` in @7 @s-lang/@s &O @F commit 9a27044f42ace9eb652781b53f598e25d4e7e918 ^o publishing script @2 this @5 lives at: https://github.com/alexcrichton/rustc-auto-publish",C[29]],"rustdoc-json":["$n @2 ^2 @9 rustdoc &J.","0.8.2"],"^G_greengrass":["AWS SDK @2 @4 - AWS Greengrass @ 2017-06-07",C[7]],"jsonwebtoken":["Create @6 decode JWTs in a strongly typed way.","8.3.0"],"actix-testing":[C[207],C[13]],"&F_dpki":["&F dpki",C[23]],"machine-uid":["Get os ^S ^L id ^Y root permission.",C[0]],"tower-request-modifier":["Tower &C ^u to modify @7 request.",C[4]],"neon-build":["Build logic required @2 Neon projects.",C[16]],"gcc":["**&X** @5, renamed to `cc`A $m-^5 ^r @2 Cargo $m scripts to assist in invoking @7 nativeC $E to &z ^S C $f &w a &u archive to be linked &w Rustcode.","0.3.55"],"rust-lzo":["A pure @s @1 of lzo converted @F Linux's C @1 @v corrode","0.6.2"],"spl-memo":["&k Program @m Memo","3.0.1"],"cexpr":["A C expression @i @6 evaluator","0.6.0"],"interchange":["Request/response mechanism @2 $y development, @v atomics","0.3.0"],"sacn":["@4 sACN @1.","0.4.4"],"firestore_grpc":["A gRPC @c @0 @2 Firestore, $D automatically @F @7 $z definition @M in Google APIs.","0.155.0"],"wlambda":["WLambda is an embeddable scripting @b @2 @4","0.8.1"],"derive-where":["Deriving @9 custom $Z bounds","1.2.0"],"mecab":["Safe @4 @k @2 mecab a japanese @b part-of-speech @6 morphological analyzer @0","0.1.5"],"r2d2":["A ^M connection pool","0.8.10"],"trybuild2":["Test harness @2 ui tests of $E diagnostics (@9 @j @2 inline tests)","1.0.0"],"^r_runner":["ldd @2 $w - @6 more!","1.2.2"],"rdedup-cdc":["Content defined chunking (@6 rolling &Y) algos",C[4]],"buldak":["It is a @0 @x @n various sorting @p.","0.27.1"],"konst_@d_rules":["@g detail of @7 konst @5","0.2.19"],"tantivy-common":["$b $4 @6 $T @p $r by multiple tantivy subcrates","0.4.0"],"atomic-polyfill":["Atomic polyfills, @2 targets where they're not available.","1.0.2"],"ape":["A @0 @2 &B @6 $u APEv2 tags",C[3]],"azure-functions-codegen":["Azure Functions @2 @4 $f $q @j",C[14]],"try_@F":["TryFrom @6 TryInto $4 @2 failable conversions @x return a Result.","0.3.2"],"clog-cli":[C[510],"0.9.3"],"atelier_openapi":["@4 ^S OpenAPI @E @2 @7 AWS Smithy IDL.",C[4]],"clicolors-control":["A $b $T @0 to control CLI colorization","1.0.1"],"tugger-rust-toolchain":["Discover, download, @6 &m @4 toolchains",C[2]],"anterofit":["Wrap REST APIs @9 @4 $4 @v @8",C[0]],"ethabi":[C[395],"18.0.0"],"crossterm_screen":["A cross-@w @0 @2 raw @6 alternate screen.","0.3.2"],"cpal":["Low-@O cross-@w audio I/O @0 in pure @4.",C[25]],"stm32f1xx-hal":["HAL @2 @7 STM32F1xx family of $8",C[6]],"umya-spreadsheet":["umya-spreadsheet is a @0 $X in pure @4 @6 read @6 write xlsx $I.","0.9.1"],"lib3h_&d_api":["lib3h abstract cryptography $4 @6 @L @e","0.0.42"],"wedpr_ffi_$b":["@m of WeDPR ffi &q $b ^i.","1.1.0"],"flutter_@s_bridge":[C[344],"1.72.0"],"ispc_&z":["A $m-^5 ^r @2 Cargo $m scripts to help @9 compilingand linking to ISPC $f, @6 $x @4 @3 to @7 resulting library.The $D @3 can be imported by @v ispc_rt, $G will alsosupport linking to pre-built ISPC $f. Using pre-built binaries is usefulfor distributing a @0 or &V @v ISPC, while not requiring end usersto have @7 ISPC $E.","2.0.0"],"puffin_http":["TCP @W/@c @2 puffin profiler @L",C[39]],"piper":["Async pipes, channels, mutexes, @6 more.","0.1.3"],"$9_^i":[C[11],"0.1.4"],"libimaghabit":[C[15],C[16]],"$2_^f_internals":[C[125],"0.14.2"],"alacritty_^W":["Alacritty $o &G","0.1.1-rc3"],"now_lambda":["@4 @3 @2 Now.sh Lambdas","0.1.3"],"pwasm-alloc":["Parity $3 ^z @0 ^n ^k","0.4.1"],"tongue":["Yet another shell.","0.1.2"],"testdrop":["A $T to help ^V drop @u","0.1.2"],"coreos-installer":["Installer @2 Fedora CoreOS @6 RHEL CoreOS",C[19]],"rocket":["Web @h @2 nightly @9 a focus on ease-of-&m, expressibility, @6 speed.",C[122]],"influxdb":["InfluxDB Driver @2 @4","0.6.0"],"tauri-hotkey-sys":["Native @3 @2 @7 Tauri hotkey $z","0.1.2"],"zwp-virtual-keyboard":["&R: (Unsafe) @4 $f $D @9 wayland-scanner @5 @2 virtual_keyboard_unstable_v1 @o","0.2.7"],"&u_assertions":["Compile-^5 assertions to ensure @x invariants are met.","1.1.0"],"json5":["A @4 JSON5 serializer @6 deserializer $G speaks Serde.","0.4.1"],"lz4-compression":["Pure @4 @1 of LZ4 ^0 @6 decompression as a @0","0.7.0"],"astrology":["Astrology lib connected to @7 C lib Swiss ephemeris","3.0.3"],"gfold":["CLI &V to help keep track of &f Git repositories.","4.3.2"],"bitstruct_@a":[C[921],C[4]],"sealed_^V":[C[896],"1.0.0"],"vhost":["a pure @s @0 @2 vdpa, vhost @6 vhost-user","0.6.0"],"pijul":["A &D @X control @Z.",C[66]],"fyrox":["2D/3D Game Engine","0.29.0"],"wgpu-profiler":["$5 profiler scopes @2 wgpu @v timer queries",C[14]],"futures-time":["@B ^5 combinators","3.0.0"],"pallet-authorship":["Block @6 Uncle Author tracking @2 @7 FRAME",C[90]],"ash-tray":["A Tray to host Ash @9 Winit",C[38]],"sixtyfps":["SixtyFPS @4 $z",C[0]],"kitsune_p2p_mdns":["p2p / mdns discovery @h",C[27]],"sandstorm":["Sandstorm Cap'n Proto interfaces",C[32]],"hecs-schedule":["@G shedulable systems @6 parallel execution @2 hecs","0.6.2"],"varlink_stdinterfaces":["varlink $b interfaces","11.0.2"],"wkhtmltox-sys":["FFI @3 to wkhtmltox","0.1.2"],"tss-esapi":["@4-^S @k $S TSS 2.0 Enhanced System $z","7.2.0"],"arn":["ARN &N",C[4]],"bulletinboard":["A general-purpose DHT","0.5.3"],"feattle-core":[C[86],"0.9.0"],"max3010x":["Platform-&h @4 &c @2 @7 MAX3010x high-sensitivity pulse oximeter @6 heart-rate sensor @2 wearable health.",C[4]],"oasis-borsh":[C[104],"0.2.12"],"containers-api":["&a @D $r in podman-api @6 docker-api ^4.","0.8.0"],"tab":["^o intuitive, ^W-driven $i multiplexer","0.5.7"],"str-macro":["^o str!() @d, similar to vec![] but @2 $c","1.0.0"],"nalgebra-mvn":["Multivariate normal ^m @v nalgebra",C[22]],"evalchroma":["Guess @7 best chroma subsampling mode @2 a given image","1.0.2"],"predicates-tree":["Render boolean-valued predicate @p results as a ^Z.","1.0.9"],"time-core":["$J @5 is an @1 detail @6 should not be relied upon directly.",C[4]],"handy":["A @0 ^D handles @6 handlemaps","0.1.4"],"gdl-parser":["A @i @2 GDL (game description @b)","0.0.8"],"walrus":["A @0 @2 performing $3 transformations",C[38]],"ctl10n":["Compile-^5 localization @0",C[0]],"reql-macros":["$R @2 @7 reql @5","0.3.0"],"xml_oxide":["XML SAX @i @1 @x parses any well-formed XML defined in @7 W3C Spec","0.3.0"],"fuel-block-producer":[C[906],C[75]],"enso-prelude":["An augmented ^z @0 in @7 vein of Haskell's prelude.","0.2.6"],"lua52-sys":["@J @2 Lua 5.2","0.1.2"],"bevy_mod_picking":["A 3D mouse picking @6 raycasting $H @2 Bevy.",C[14]],"concordium-std-derive":["@V @8 to ease $u smart ^A on @7 Concordium blockchain.","5.1.0"],"ward":["@G a ward! @d $G returns @7 contents of an Option @6 otherwise returns early, @6 a guard! @d, $G does @7 same, but @9 a syntax more similar to Swift's guard syntax","2.1.0"],"dprint-development":["&S @p @2 $v dprint plugins.","0.9.2"],"dprint":["Binary @2 dprint $f formatter—a pluggable @6 configurable $f formatting @w.","0.35.3"],"blosc":["@4 @3 to @7 C-BLOSC ^0 @0","0.1.3"],"workspace-hack":[C[619],C[4]],"linux-stats":["typesafe procfs info","0.3.1"],"pallet-balances":["FRAME pallet to manage balances",C[90]],"cmdtree":["(@4) commands ^Z",C[16]],"three-d":["2D/3D renderer - makes it @l to draw stuff across platforms (including web)",C[53]],"interledger-service-util":["Small, commonly $r Interledger services @x don't really fit anywhere else","0.4.0"],"deno_webidl":["WebIDL @1 @2 Deno","0.94.0"],"ss_ewasm_api":["ewasm $z @2 @4",C[14]],"ethcontract-generate":["Code $q @2 ^a-^Q @3 to Ethereum smart ^A.",C[35]],"gstreamer-video-sys":["FFI @3 to libgstvideo-1.0",C[46]],"wasm-builder":["Tetcore $T @2 $L WASM binaries","3.0.1"],"block-sys":["Raw @3 to Apple's C @b ^7 of blocks",C[0]],"azure_$O_mirror":[C[798],"1.0.0"],"zstring":["Zero-termianted $9 lib, @2 &m @9 C FFI.","0.2.4"],"cortex-m-rtic":[C[88],"1.1.4"],"tauri-macros":["$R @2 @7 tauri @5.",C[123]],"interactor":["A @0 @2 @l (usually @N-&r) user interaction.","0.1.3"],"no_$f_download_counter":["Does nothing. Contains no $f whatsoever. Exists only to give a background measurement @2 download statistics so @x one can remove downloads @F crater runs @6 @7 sort.","1.0.0"],"bytecheck_@a":[C[92],"0.7.0"],"async-priority-queue":["An @B-aware priority queue",C[5]],"phantom":["Phantom @e @2 &m in other ^4.","0.0.4"],"webkit2gtk-sys":["@4 ^x @2 webkit-gtk @0","0.19.1"],"unsigned-varint":["unsigned varint @I","0.7.1"],"wasmer-emscripten":["Emscripten @1 @0 @2 Wasmer $3 @y",C[36]],"slog-stream":["`io::Write` streamer @2 slog-rs","1.2.1"],"html-macro":["html @d","0.2.2"],"histogram":["Fast @6 @l atomic histograms","0.7.1"],"nat-detect":["a @l nat detect @1 @2 @s","0.1.7"],"num_threads":["A minimal @0 @x determines @7 &Z of running threads @2 @7 current ^F.","0.1.6"],"$2_url_params":[C[444],"0.2.1"],"float_duration":["Floating-point Duration support.Provides quantification @2 spans of ^5. Unlike @7 ^z std::^5 or @7 chrono @5, this @5 aims to provide a fully featured Duration ^a $G exposes @6 uses floating-point &2 &6 of integer ones.","0.3.3"],"$2_tuple_@8":[C[967],C[3]],"yamlette":["Complete @6 comprehensive YAML 1.2 processor, $X in pure @s",C[5]],"logs":["A @l $i logger","0.7.1"],"antlr-rust":["ANTLR4 @y @2 @4","0.3.0-beta"],"cld2":["Detect &o @b $r in text @v @7 cld2 @0","1.0.2"],"nordselect":["Select @7 ideal NordVPN @W","1.4.4"],"streampager":["streampager is a pager @2 @N output or large @M","0.10.3"],"aster":["A libsyntax ast &3","0.41.0"],"usb":["@m @2 low-@O ^p to USB devices via libusb","0.2.2"],"kitsune_p2p_dht":["Kitsune P2p DHT definition",C[111]],"nginx-config":["A @i, AST @6 formatter @2 nginx $o @M.","0.13.2"],"wasm-streams":["Bridging $d web streams @6 @4 streams @v $3","0.3.0"],"rbpf":[C[202],C[4]],"rdrand":["An @1 of random &Z @A @t on rdrand @6 rdseed instructions","0.8.2"],"fixed":["Fixed-point &1","2.0.0-alpha.11"],"async-tar":[C[496],"0.4.2"],"parry2d":["2 dimensional collision $g @0 in @4.","0.13.3"],"sdr":["@4 SDR DSP @D","0.7.0"],"elrond-codec":["&T ^8 serializer/deserializer, $X especially @2 Elrond smart ^A",C[17]],"ec-gpu-gen":["Code @A @2 field @6 eliptic curve $p on @7 GPUs","0.5.2"],"multiset":["Multisets/bags","0.0.5"],"libm":["libm in pure @4","0.2.6"],"css-minify":["CSS @i @6 minificator @t on nom","0.3.1"],"gmp-sys":["libgmp low-@O @3",C[4]],"concurrent-queue":["Concurrent multi-producer multi-consumer queue","2.1.0"],"^G_lex_models":["AWS SDK @2 @4 - &I Lex Model Building Service @ 2017-04-19",C[7]],"plaintalk":["A @0 @2 @C @6 $x PlainTalk","0.0.15"],"$2_scan":["easily deserialize &2 @F ^z input","0.4.1"],"automod":["Pull in every source $I in a directory as a &7.","1.0.8"],"openapi_^a_@a":["@g detail of @7 openapi_type @5","0.4.3"],"ic-cdk":["Canister Developer Kit @2 @7 Internet Computer.",C[856]],"y4m":["YUV4MPEG2 (.y4m) Encoder/Decoder.","0.7.0"],"commonregex":["@4 port @2 CommonRegex. Find all times, dates, links, phone &1, emails, ip addresses, prices, hex colors, @6 credit card &1 in a $9. We did @7 hard work so you don't have to.",C[0]],"sc-offchain":["Substrate offchain workers",C[97]],"closure":["A @d @2 capturing variables on a per variable basis.","0.3.0"],"libuv-sys2":["Thin FFI @3 @2 libuv","1.44.2"],"privdrop":["A @l @5 to drop privileges","0.5.3"],"value-trait":["Traits to deal @9 JSONesque &2","0.5.1"],"id3":["A @0 @2 &B @6 $u ID3 &5","1.6.0"],"cargo-bloat":["Find out what takes most of @7 space in &f executable.",C[39]],"iconz":["A @l CLI to ^v all @7 necessary Xcode icon sizes @F one single source $I","0.2.2"],"sensors":["A @4-&x @f to lm-sensors","0.2.2"],"secret-tree":["Hierarchical secret derivation @9 Blake2b",C[3]],"atree":["An arena @t ^Z $K @9 removal @j","0.5.2"],"sighashdb":["sighashdb is a @S of anchor instruction sighashes commonly seen acrossa variety of anchor @t programs","0.1.42"],"json_typegen":["@V @d @x generates @4 @e @F &J samples","0.7.0"],"itoap":["Even faster @p @2 printing integers @9 decimal @E","1.0.1"],"marine-module-info-parser":["Fluence Marine Wasm &7 info (manifest @6 @X) @i","0.6.0"],"libhaystack":["@4 @1 of @7 Haystack 4 @L @e, defs, filter, units, @6 encodings","1.0.10"],"mp4parse_fallible":["Fallible replacement @2 Vec","0.0.3"],"nu_$H_fetch":["A URL fetch $H @2 Nushell","0.36.0"],"imag-log":["Part of @7 imag @R ^m: imag-log @N",C[16]],"^w_$H":["A ^x @A @2 @4 - $E $H",C[17]],"azure_iot_sdk":["Client @0 @2 connection devices to Azure IoT Hub","0.8.0"],"deno-x86_64-pc-windows-msvc":[C[84],C[35]],"stylist-core":[C[410],C[12]],"gloo-console":["Convenience @5 @2 ^2 @9 browser's console","0.2.3"],"jumphash":["A Fast, Minimal Memory, Consistent Hash Algorithm","0.1.8"],"serde-tuple-vec-map":["Deserialize a serialized map to a Vec<(K, V)> in $2","1.0.1"],"driver-pal":["@4 $y &c ^H @U",C[18]],"ordered-stream":["Streams @x are ordered relative to external events",C[0]],"ravif":["rav1e-@t pure @4 @0 @2 @I images in AVIF @E (powers @7 `cavif` &V)",C[39]],"treeflection":["A @0 @x @n reflection @2 ^Z @H","0.1.35"],"dbui":["A work in progress","0.0.64"],"lnp_rpc":["LNP node RPC $z","0.9.1"],"ptr":["Unique pointer","0.2.3"],"usdt-macro":[C[20],"0.3.5"],"pcd-rs":["Working @9 PCD $I @E in @4",C[6]],"yewtil":["Utility @5 @2 Yew","0.4.0"],"substrate-bip39":["Converting BIP39 entropy to valid Substrate (sr25519) SecretKeys","0.4.4"],"cpuio":["Bare metal (no_std) inb, outb, inw, outw, inl, outw instructions @9 @4-^K $z","0.3.0"],"match_cfg":["A convenience @d to ergonomically define an item depending on a large numberof `#[cfg]` parameters. Structured ^K match statement, @7 first matchingbranch is @7 item @x gets emitted.",C[4]],"hina":[":].","0.1.3"],"partial-min-max":["`min` @6 `max` @p @x work @9 `PartialOrd`.","0.4.0"],"ux_$2":[C[217],C[0]],"^G_cur":["AWS SDK @2 @4 - AWS Cost @6 Usage Report Service @ 2017-01-06",C[7]],"sixtyfps-macros":["Macro ^H @2 sixtyfps @5","0.1.6"],"sentry-contrib-native":["Unofficial @3 to @7 Sentry Native SDK @2 @4.","0.3.1"],"bluetooth-serial-port":[C[197],"0.6.0"],"milagro-crypto":["milagro-&d-c @4 &H. (c) Sovrin Fundation",C[69]],"ropey":["A &9 @6 robust text rope @2 @4","1.6.0"],"s3handler":["An s3 handler @2 s3rs nu-shell-s3-$H","0.9.0"],"isahc":[C[170],"1.7.2"],"gflags-impl":["$R @2 gflags @5","0.3.12"],"molecule":["@4 @3 @2 molecule.",C[248]],"ra_ap_lsp-server":[C[28],C[40]],"null-terminated":["@m of null-terminated slices @6 UTF-8-encoded $c @9 thin references","0.3.17"],"cam-geom":["Geometric models of cameras @2 photogrammetry",C[22]],"atsamd-hal":["HAL @6 Peripheral ^p $z @2 ATSAMD11, ATSAMD21, ATSAMD51, ATSAME51, ATSAME53 @6 ATSAME54 $8",C[25]],"libsbc":["@J to @7 Linux Bluetooth low-complexity, subband codec (SBC) @0.","0.1.5"],"snafu":[C[218],"0.7.4"],"$1":["Cargo, a @U ^N @2 @4.","0.69.0"],"oxygengine":["Oxygengine",C[41]],"azure_$O_blobs":["Azure Blob Storage @5 @F @7 Azure SDK @2 @4",C[14]],"gtk-test":["Crate to ^V GTK UIs",C[19]],"http-client":[C[849],"6.5.3"],"bevy_rapier3d":["3-dimensional physics $j in @4, official Bevy $H.",C[21]],"future-utils":["Extensions to Rust's Future @6 Stream $4",C[61]],"stun":["A pure @4 @1 of STUN","0.4.4"],"exit-future":["Future @x signals exit to many receivers",C[0]],"mintex":["minimal mutex","0.1.2"],"onnxruntime":["Wrapper $S Microsoft's ONNX Runtime","0.0.14"],"blender-mesh":[C[120],"0.8.9"],"gloo-storage":["Convenience @5 @2 ^2 @9 local @6 session $O in browser","0.2.2"],"astrolab-smart-coffee-types":["Types lib","0.9.99999974"],"gfx_@8":["Custom @a @8 @2 gfx-rs","0.2.1"],"dbs-interrupt":["Traits @6 ^I to manage interrupts @2 &M devices","0.2.2"],"sxd-document":["A @4 XML DOM @0","0.3.2"],"dgraph":["A @s @c @2 Dgraph $P","0.4.0"],"deque":["A (mostly) lock-free &Q work-stealing deque","0.3.2"],"defmt-rtt":["Transmit defmt log &8 over @7 RTT (Real-Time Transfer) @o","0.4.0"],"tokio-sync":["Synchronization @r.",C[31]],"sixtyfps-rendering-backend-qt":["Qt &E $l @2 SixtyFPS","0.1.6"],"pact-stub-server":["Standalone pact stub @W","0.5.2"],"map_vec":["^o Map @6 Set APIs backed by Vec","0.3.0"],"skulpin-renderer-winit":["Support @2 winit in skulpin","0.5.1"],"congee":["A @4 @1 of ART-OLC &Q adaptive radix ^Z.","0.2.18"],"treeid":["An @1 of rational buckets @2 lexically ordered ^O.","0.3.11"],"android_trace_log":["A @5 @2 $W Android trace logs created @9 Debug.startMethodTracing","0.2.1"],"pnet_transport":["Cross-@w, transport layer networking.","0.33.0"],"zero":["A @4 @0 @2 zero-allocation @C of ^8 @L.","0.1.3"],"crowbook":["Render a Markdown book in HTML, PDF or Epub","0.15.2"],"tree-sitter-cql":["cql grammar @2 @7 ^Z-sitter @C @0",C[5]],"toolshed":["Arena ^k @6 a handful of useful @L @H","0.8.1"],"munkres":["Kuhn-Munkres (aka Hungarian) $a @2 solving @7 Assignment Problem in O(n^3)","0.5.2"],"termusic":["Terminal Music @6 Podcast Player $X in @4. Can download music @F youtube(netease/migu/kugou) @6 then embed lyrics @6 album photos &w mp3/m4a/flac/wav/ogg vorbis @M.","0.7.9"],"zenoh-protocol":[C[49],C[26]],"gcp-bigquery-client":["An ergonomic @B @c @0 @2 GCP BigQuery.","0.16.6"],"sqlxmq":["A reliable job queue @v PostgreSQL as a backing store","0.4.1"],"ergotree-ir":["ErgoTree IR, @q",C[35]],"local-waker":["A synchronization primitive @2 &L-local task wakeup","0.1.3"],"cranelift-codegen-meta":["Metaprogram @2 cranelift-^f $f @A @0","0.94.0"],"$o":["^o @U @n a malleable ^Z $K.","0.7.2"],"safecoin-version":["Safecoin Version",C[340]],"rand_seeder":["A universal random &Z seeder @t on SipHash.","0.2.3"],"frunk_^R_@8_impl":["Proc @8 inernal @u @2 Frunk",C[5]],"diesel-factories-code-gen":["Internals @2 diesel-factories","2.0.0"],"bcder":["Handling of @L encoded in BER, CER, @6 DER.","0.7.1"],"tweetnacl-sys":["tweetnacl & FFI @3 to it","0.1.5"],"rexrocksdb":["Fork of @s @k @2 Facebook's RocksDB embeddable $P.","0.3.2"],"nu_$H_textview":["Text viewer $H @2 Nushell",C[93]],"gccjit":["Higher-@O @4 @3 @2 libgccjit.","1.0.0"],"xargo":["^o sysroot ^N @x lets you $m @6 customize `std`","0.3.26"],"dntk":["Command line's multi-@w interactive calculator, GNU bc @k.","2.2.1"],"slice-deque":[C[184],"0.3.0"],"http-api-problem":["A @0 to create &K ^X response content @2 APIs @t on RFC 7807","0.56.0"],"chess":["$J is a &9 chess move @A. It has a very good set of documentation, so you should take advantage of @x. It (now) generates all lookup tabels @9 a build.rs $I, $G means @x very little pseudo-legal move $q requires branching. There are some convenience @p @x are exposed to, @2 example, find all @7 squares $d two squares. $J uses a copy-on-make style $K, @6 @7 Board $K is as slimmed down as possible to reduce @7 cost of copying @7 board. There are places to improve perft-^V $7 further, but I &6 opt to be more feature-complete to make it useful in real @z. For example, I ^v both a &Y of @7 board @6 a pawn-&Y of @7 board @2 &m in evaluation lookup tables (@v Zobrist hashing). There are two ways to ^v moves, one is faster, @7 other has more features @x will be useful if making a chess $j. See @7 documentation @2 more details.","3.2.0"],"rscript":["Easily script any @s $B",C[19]],"bevy_^i":[C[385],C[6]],"thread-scoped":["Unsafe @6 deprecated std::&L::scoped","1.0.2"],"bendy":["A @s @0 @2 @I @6 ^h bencode @9 enforced canonicalization rules.","0.4.0-beta.2"],"riker-default":["Riker's default Model @6 modules ^D @R services","0.2.4"],"hash-rs":["Some hashes under one roof","0.0.2"],"sec":["Prevent secrets @F leaking via `Debug` or `Display` $4","1.0.0"],"digest-buffer":["Fixed size buffer @2 &m in $M &Y @p","0.3.1"],"cargo-license-template":["A $1 ^U to check each @4 $I against a license template.","0.1.3"],"docket":["$5 markdown to HTML documentation &E",C[9]],"$2_json_lodash":["lodash.js ported @X, work @9 serde_json::Value","0.1.16"],"hyper-alpn":["An ALPN @1 to be $r @9 Hyper 0.12","0.4.0"],"futures-batch":["An adaptor @x chunks up elements @6 flushes them after a timeout or when @7 buffer is full. (Formerly known as $Q-batch.)",C[9]],"accesskit_consumer":["AccessKit consumer @0 (^n)","0.14.1"],"uu_pr":["pr ~ (uutils) convert text @M @2 printing",C[32]],"wry":["Cross-@w WebView &E @0",C[80]],"@y":["[deprecated] Empowering everyone to $m @T software.",C[436]],"rustc-ap-rustc_arena":["^t published @X of @7 @U `rustc_arena` in @7 @s-lang/@s &O @F commit 9a27044f42ace9eb652781b53f598e25d4e7e918 ^o publishing script @2 this @5 lives at: https://github.com/alexcrichton/rustc-auto-publish",C[29]],"csaps":["Cubic spline approximation (smoothing)","0.3.0"],"rendy-frame":["Rendy's frame synchronization &V","0.5.1"],"oasis-std":["@m @2 developing on @7 Oasis @w","0.4.1"],"powierza-coefficient":["Powierża coefficient is a statistic @2 gauging if one $9 is an abbreviation of another","1.0.2"],"window-vibrancy":["Make &f &n vibrant.","0.3.2"],"gdal-sys":["Low @O GDAL @3 @2 @4","0.8.0"],"s2n-tls":[C[847],"0.0.27"],"fluvio-extension-common":["Fluvio ^7 $b",C[14]],"libmpv-sys":["Libmpv @3 $D by ^w","3.1.0"],"ssh-encoding":["Pure @4 @1 of SSH @L ^a decoders/encoders as describedin RFC4251",C[4]],"steamid":["$5 SteamID ^a.","0.3.0"],"hkalbasi-rustc-ap-rustc_abi":["^t published @X of @7 @U `rustc_abi` in @7 hkalbasi/@s &O @F commit 56126fb149ea810db234e210893833e97a5c8e36 ^o publishing script @2 this @5 lives at: https://github.com/hkalbasi/rustc-auto-publish",C[64]],"broot":["A new $I ^N","1.21.0"],"chargrid":["Text UI component @h",C[16]],"buffering":["A @0 primarily designed @2 $N packet buffer $p",C[3]],"array_map_@a":[C[203],"0.4.0"],"pact_mock_@W_ffi":["Pact mock @W @f @2 foreign languages [&R, replaced @9 pact_ffi]",C[5]],"isbn":["A @0 @2 $W ISBNs.",C[0]],"sha1collisiondetection":["SHA-1 &Y @P @9 collision $g @6 mitigation","0.2.6"],"cucumber-codegen":["Code $q @2 `cucumber` @5.","0.19.1"],"get-size-derive":["Derives @7 GetSize $Z.","0.1.2"],"swc_ecma_transforms_compat":[C[114],"0.148.14"],"boow":["`Borrow Or oWned` smart pointer. Alternative to Cow.","0.1.3"],"pnacl-build-helper":["Build script ^H @2 $L PNaCl/NaCl C/CXX ^b @F source","1.4.11"],"ffi-toolkit":["A @S of @p useful @2 ^2 @9 @7 @4 FFI.",C[3]],"cqdb-sys":["Low @O @4 ^x to CQDB",C[5]],"ai-graph":["Ai Graph is a new &V @2 ^g ^L learning @x runs blazingly &9 when learning has finished.","0.0.18"],"aws-sdk-sts":["AWS SDK @2 AWS Security Token Service",C[1]],"textcode":["Text @I/^h @0. Supports: UTF-8, ISO6937, ISO8859, GB2312","0.2.2"],"predicates-core":["An $z @2 boolean-valued predicate @p.","1.0.6"],"wasm-tools":["CLI ^C @2 interoperating @9 $3 @M","1.0.28"],"conrod_wgpu":["A @5 to assist @9 &E conrod UIs via wgpu.","0.76.1"],"scribe":["Text editor toolkit.","0.7.2"],"libsw":["Comprehensive stopwatch @0","3.2.0"],"&u_init":["Safe mutable &u @6 non const &u initialization, @6 $f execution at ^J startup/exit.","1.0.3"],"ceph-rust":[C[654],"0.1.17"],"capnp-gj":["@T I/O @2 Cap'n Proto","0.2.1"],"photon-rs":["High-$7 image processing @0 @2 ^S &m @6 @7 web","0.3.2"],"ident_case":["Utility @2 applying case rules to @4 identifiers.","1.0.1"],"dogear":["A @0 @2 merging bookmark trees.",C[3]],"ink_prelude":["[ink!] &a $z @2 no_std @6 std to ^p alloc @5 @e.","4.0.1"],"i-slint-common":["&S @5 @2 sharing $f & @L @H $d i-slint-@R @6 slint-$E","0.3.5"],"cpp-typecheck":["Type check a C++ source $I @9 a clang compilation $P",C[3]],"hdf5":[C[222],"0.8.1"],"$2_bytes":[C[171],"0.11.9"],"wagyu-zcash-parameters-2":[C[62],C[0]],"slip132":["Bitcoin SLIP-132 ^z @1 (@C custom xpub/xpriv key formats)","0.9.0"],"diffus":["Finds @7 difference $d two instances of any @L $K. Supports: ^O, Strings, Maps etc. Uses LCS where applicable. Also supports @a via `diffus-@a`.",C[6]],"openh264-sys2":["Low-@O @3 @2 OpenH264.","0.4.0"],"mcap":["A @0 @2 &B @6 $u MCAP @M","0.6.0"],"atelier_^V":["Test @6 example models $r within @7 other Atelier ^4.","0.1.4"],"forc-util":["Utility items &q $d forc ^4.","0.35.5"],"ssh_@E":[C[214],"0.14.1"],"systemd-rs":["A high @O systemd @k","0.1.7"],"direct2d":["A ^Q $k @2 drawing @9 Direct2D","0.3.0-alpha1"],"flaky_^V":["atttribute @d @2 running a flaky ^V multiple times",C[4]],"puffin_egui":["Show puffin profiler flamegraph in-game @v egui",C[46]],"rafx-visibility":[C[251],"0.0.15"],"array-bytes":["A @S of array/bytes/hex @r.","6.0.0"],"doapi":["A @k @0 @2 @7 DigitalOcean $z v2","0.1.3"],"xcb":["@4 ^Q @3 @2 XCB","1.2.0"],"kafka-serde":["@q @6 ^9 @2 @7 Kafka @o",C[4]],"cap-time-ext":["Extension $4 @2 `SystemClock` @6 `MonotonicClock`","1.0.7"],"faerie":["ELF @6 Mach-o ^S ^8 object $I emitter",C[17]],"polonius-parser":["&N @2 @7 Polonius $B",C[0]],"winter-verifier":["Winterfell STARK verifier","0.5.1"],"monto":["A @5 @2 @7 Monto @o. $J @5 implements @X 3.0.0-draft03 of @7 @o.",C[51]],"prometheus_exporter_base":["Prometheus @4 exporters base @5 @9 optional boilerplate","1.4.0"],"softposit":["@g of Posit &1","0.4.0"],"copperline":["Pure-@4 Command Line Editing @m","0.3.0"],"schemamama_postgres":["PostgreSQL adapter @2 @7 Schemamama migration @Z","0.3.0"],"fake-simd":["Crate @2 mimicking simd @5 on stable @4","0.1.2"],"treeculler":["$n to help @9 frustum culling.",C[0]],"quinn-udp":["UDP sockets @9 ECN @Y @2 @7 QUIC transport @o","0.3.2"],"alpaga-test":["Crate @2 $v purposes","0.1.5"],"symphonia-format-mkv":["Pure @4 MKV/WebM demuxer (a part of $B Symphonia).","0.5.2"],"telemetry-subscribers":["@m @2 $b telemetry @6 observability @D",C[0]],"mlzlog":["A @S of log4rs ^C to log ^K @7 mlzlog Python @U","0.7.0"],"kube-leader-election":["Leader election @u @2 Kubernetes workloads",C[21]],"rants":["An @B NATS @c @0.","0.6.0"],"redis-async":["An @T $6 @t Redis @c @2 @4 @v Tokio","0.14.2"],"usdt-attr-macro":[C[20],"0.3.5"],"mr_splashy_pants":["Very incomplete @4 @3 @2 @7 Reddit $z","0.1.39"],"detect-desktop-environment":["Autodetect @7 desktop $U","1.0.0"],"likely":["likely",C[0]],"ouroboros":["Easy, ^Q self-referential &y $q.","0.15.6"],"grammers-crypto":["Several $M @r to work @9 Telegram's @L.","0.4.0"],"fake-tty":["Run @N @9 bash pretending to be a tty","0.3.1"],"zcash_address":["Zcash address @C @6 @q",C[0]],"peekmore":["Iterator adapter ^K Peekable, but @2 peeking forward multiple elements","1.2.0"],"mccs":["VESA Monitor Control Command Set",C[0]],"redox_uefi":["UEFI @j @0",C[89]],"ckb-constant":["Ckb constant container",C[57]],"lichen":["Scripting DSL (@2 Dialogue Graphs, et al)","0.3.8"],"measurements":["Handle metric, imperial, @6 other measurements @9 ease! Types: Length, Temperature, Weight, Volume, Pressure",C[14]],"ckb-metrics-runtime":[C[680],C[83]],"uu_sum":["sum ~ (uutils) &s checksum @6 block counts @2 input",C[32]],"ab_glyph":["$z @2 loading, scaling, positioning @6 rasterizing OpenType font glyphs.","0.2.20"],"tracing-fluentd":["Enables forwarding of `^3` events towards @7 `fluentd` @W.","0.3.2"],"xi-rope":[C[381],"0.3.0"],"^G_snowball":["AWS SDK @2 @4 - &I Import/Export Snowball @ 2016-06-30",C[7]],"pairing":[C[37],C[35]],"serial_^V":["Allows @2 @7 creation of serialised @4 tests","1.0.0"],"poem-dbsession":["Session $O @9 $P @2 Poem.","0.3.55"],"slow_primes":["&X in favour of `primal`.A @0 to ^v, identify @6 handle prime &1 @6 relatedproperties. $J @0 includes slow enumeration of primes up to abound, slow factorisation of arbitrary &1, &9 primality testsand state-of-@7-art estimation of upper @6 lower bounds @2 π(n)(@7 &Z of primes below n) @6 p_k (@7 k-th prime).",C[69]],"hamt-sync":["HAMT @1 whose sub-trees can be &q over threads","0.2.5"],"revm_precompiles":["REVM Precompiles - Ethereum $e precompiled ^A","1.1.2"],"lapin-futures-rustls":["Integration of rustls @9 lapin-$6","0.21.1"],"drawbridge-type":["Drawbridge ^a @Q.","0.4.1"],"allegro_ttf-sys":["Allegro 5 ttf addon @4 ^x","0.0.44"],"enso-generics":["A @0 @2 supporting ^M $F.",C[0]],"image2emblem":["Converts an image &w an F-Zero GX emblem","1.0.0"],"async-mutex":["Async mutex","1.4.0"],"codemap-diagnostic":["@m @2 displaying $E ^X &8, extracted @F rustc.",C[5]],"com_@8_@j":["Support @0 @2 COM @5 @8","0.6.0"],"nan-preserving-float":["(Mostly) drop-in replacement @2 floats @x preserves @7 signalling bit in NaNs under conversions @6 unary $p",C[4]],"osmpbf":["A reader @2 @7 OpenStreetMap PBF $I @E (*.osm.pbf).","0.3.0"],"fsevent-sys":["@4 @3 to @7 fsevent macOS $z @2 $I changes notifications","4.1.0"],"poppler-sys-rs":["Low-@O (FFI) @3 @2 poppler-glib",C[21]],"xio_hwdb":["XIO hardware-$P @L @H","0.7.0"],"heartbeats-simple":["@4 &G @2 heartbeats-@l-$s","0.4.1"],"lut_@i":["&N @2 LUT @M","2.1.1"],"body-image":["Adaptive RAM/$I-backed &K bodies.","2.2.3"],"symphonia-codec-aac":["Pure @4 AAC decoder (a part of $B Symphonia).","0.5.2"],"adxl343":["Platform-&h ADXL343 accelerometer &c $G uses I2C via $y-hal","0.8.0"],"abort_on_panic":["Intercept panic! @F unsafe locations @6 abort @7 ^F","2.0.0"],"atsame54_xpro":["Board Support @5 @2 @7 SAM E54 Xplained Pro Evaluation Kit","0.4.0"],"npy":["NumPy $I @E (de-)@q","0.4.0"],"sysfs-rs":["@s lib @2 ^e @9 sysfs","0.0.12"],"&d_api":["Defines a general purpose $z @2 various $M @K","0.2.2"],"kube-derive":["Custom derives @2 @7 kube kubernetes ^4","0.80.0"],"data-buffer":["A @l low-@O @L buffer ^a useful @2 IO @6 in homogeneous ^O","0.8.0"],"quartz_nbt_@8":["$J @5 contains @7 @P-^K $0 @d $G parses quartz_nbt's compact compound @E.",C[5]],"utf16_iter":["Iterator by char over potentially-invalid UTF-16 in &[u16]","1.0.4"],"better-bae-macros":[C[155],"0.1.9"],"tokio-utp":["$Q-@t uTP @1","0.3.0"],"dicom-dictionary-std":["Standard DICOM ^T dictionary",C[3]],"fdlimit":["Utility @5 @2 raising $I descriptors limit @2 OSX @6 Linux","0.2.1"],"drone-stm32-map-pieces-7":[C[133],C[22]],"nanomsg-sys":["^o low-@O @3 @x is $r by @7 nanomsg @0.","0.7.2"],"parse_int":["Parse &str @9 $b prefixes to integer &2","0.6.0"],"twiml":["Typesafe construction of Twilio TwiML","0.3.0"],"fil_builtin_actors_bundle":["Bundle of FVM-$e Wasm bytecode @2 Filecoin builtin actors","7.5.1"],"wasmtime-wast":["wast $v @j @2 wasmtime","7.0.0"],"pin-project-lite":["A ^P @X of pin-$B $X @9 declarative @8.","0.2.9"],"shio":["Shio is a &9, @l, @6 @T micro web-@h @2 @4.","0.3.0"],"float":["&T &H $S primitive floating point @e.","0.1.2"],"&F_@R":["&F @R",C[23]],"libimagentrydatetime":[C[15],C[16]],"xcb-imdkit":["Wrapper $S xcb-imdkit, ^D an IME @c @2 @7 XIM @o @v XCB","0.1.2"],"unordered-pair":["A tuple &y representing an unordered pair","0.2.4"],"j4rs":["j4rs stands @2 'Java @2 @4' @6 allows effortless calls to Java $f, @F @4",C[75]],"move-ir-to-bytecode-syntax":["Diem ir to bytecode syntax","0.3.2"],"desync":["A hassle-free @L ^a @2 @T $F","0.8.2"],"union-find":["Struct @6 methods @2 union-find operation.","0.4.1"],"wayland-client":["@J to @7 ^z C @1 of @7 wayland @o, @c side.","0.30.1"],"commands":["A @N @Z @2 @4. $J @n a general @N @Z $G can be $r in a variety of environments, including GUI @z @6 @N &r @r. $J is inspired by elements of @7 Lisp Machine, @7 &a Lisp &j Manager (CLIM), router @N &r interfaces, @6 @7 TOPS-20 @N &r among other things.","0.0.5"],"heim":["Cross-@w @h @2 @Z @Y",C[10]],"one_err":["OneErr to rule them all","0.0.8"],"seize":["Fast, ^E, @6 robust $h reclamation @2 &Q @L @H.","0.2.5"],"html5gum":["A WHATWG-compliant HTML5 tokenizer @6 tag soup @i.","0.5.2"],"gcsf":["Filesystem @t on Google Drive","0.1.28"],"mio-uds":["Unix domain socket @3 @2 mio","0.6.8"],"git-bitmap":[C[24],"0.2.2"],"restson":["Easy-to-&m REST @c @9 automatic @q @6 ^9.","1.3.0"],"unic-ucd-segment":["UNIC — ^y Character Database — Segmentation Properties","0.9.0"],"libp2p-webrtc":["WebRTC transport @2 libp2p",C[163]],"tuple_list":["Crate @2 @d-free variadic tuple metaprogramming","0.1.3"],"panic-rtt-target":["Logs panic &8 over RTT @v rtt-target","0.1.2"],"ptyprocess":["A @0 to work @9 PTY/TTY on Unix systems","0.4.1"],"databend-thrift":[C[568],C[19]],"cargo-results":[C[703],"0.6.2"],"expectest":["Crate @n matchers @6 matcher @p @2 unit $v.",C[12]],"wchar-impl":["^6 @1 of wchar.",C[14]],"wezterm-color-types":["Types @2 ^2 @9 colors",C[0]],"cortex-m-rtfm-macros":["@V @8 of @7 cortex-m-rtfm @5","0.5.1"],"gui":["A ^M UI @0/@h.","0.6.0"],"fabric-benchmarking":["Macro @2 benchmarking a FABRIC @y.","2.0.0"],"gfx_phase":["Render phase $k @2 gfx-rs","0.6.0"],"octorust":["A fully $D & opinionated $z @c @2 @7 GitHub $z.","0.3.0"],"aleo":["Aleo","0.3.5"],"rp2040-pac":["A Peripheral Access Crate @2 @7 Raspberry Pi RP2040 SoC","0.4.0"],"bounded-integer":["Bounded integers","0.5.6"],"rill-derive":["^B @d @2 @7 RillRate.","0.41.0"],"rgb":["`&y RGB/RGBA/etc.` @2 sharing pixels $d ^4 + convenience methods @2 color manipulation.Allows no-copy high-@O interoperability. Also adds $b convenience methods @6 implements ^z @4 $4 to make `RGB`/`RGBA` pixels @6 slices first-class @4 objects.","0.8.36"],"picky":["Portable X.509, PKI, JOSE @6 &K signature @1.","7.0.0-rc.4"],"mutex-trait":["Foundational mutex $Z @6 &b",C[0]],"asn1rs":["ASN.1 to @4, Protobuf @6 SQL $E/$f @A. Supports ASN.1 UPER","0.2.2"],"bebop":["^o @4 @y @2 Bebop, a schema-@t ^8 @q @E.","2.4.10"],"string-builder":["A @l $9 &3 ^a",C[0]],"paho-mqtt":["^o Official Eclipse Paho MQTT @4 Client Library.This is a @k $S @7 Paho C @0.",C[61]],"dockertest":["A @0 to control docker containers when running &f $C tests.","0.3.1"],"sqlx-adapter":["Sqlx adapter @2 casbin-rs","0.4.2"],"mock_@a":["An easy to setup, rich mocking @0 @2 @7 @4 $F @b.","0.8.0"],"rust-pm":["A poor @6 @l imitation of supervisord","0.0.2"],"ncollide_pipeline":["&R: USE ncollide2d OR ncollide3D INSTEAD. 2 @6 3-dimensional collision $g @0 in @4: &7 describing @7 collision $g pipeline (broad phase/narrow phase) of ncollide.","0.13.2"],"ion-shell":["^o Ion Shell","1.0.5"],"pomelo-impl":["@g details @2 pomelo, not to be $r directly","0.1.5"],"vecrem":["Cursor-^K $K @2 &9 iterative removing of elements @F a vec",C[4]],"gregor":["$5 @1 of @7 Gregorian calendar.","0.3.3"],"yabs":["Yet another $m @Z","0.2.2"],"tiny-skia-path":["A tiny-skia Bezier path @1","0.8.3"],"runtime-native":["A cross-@w @T @y",C[85]],"jch":["Jump Consistent Hash @2 @4.","1.0.0"],"rust-fontconfig":["Minimal ^r, pure-@4 alternative to font-loader @6 servo-fontconfig","0.1.5"],"tower":["Tower is a @0 of modular @6 reusable &P @2 $L robustclients @6 servers.","0.4.13"],"crc32c":["Safe @1 @2 hardware accelerated CRC32C instructions @9 software fallback","0.6.3"],"concolor-control":[C[572],"0.0.7"],"leptos_reactive":["Reactive @Z @2 @7 Leptos web @h.","0.2.4"],"sophia_rio":["A @4 toolkit @2 RDF @6 Linked Data - &a $f @2 Rio adapters",C[67]],"amd64_timer":["Get CPU ticks.","1.3.0"],"audit":["linux audit via netlink","0.7.2"],"yastl":["Yet another scoped threadpool @0","0.1.2"],"cargo-msrv":["Find &f minimum supported @4 @X (MSRV)!","0.16.0-beta.9"],"queues":["Efficient FIFO Queue @L @H","1.1.0"],"wayland-sys":["FFI @3 to @7 various libwayland-*.so ^b. You should only need this @5 if you are ^2 on custom wayland @o &e. Look at @7 @5 wayland-@c @2 usable @3.","0.30.1"],"gjio":["^s input @6 output.","0.1.3"],"card-validate":["@4 card validate detects @6 validates credit card &1","2.2.3"],"tor-error":["@G @7 unified ^a-erased ^X ^a returned by many (esp. high-@O) Tor APIs.","0.4.1"],"dropshot":["expose REST APIs @F a @4 ^J","0.9.0"],"c_fixed_$9":["Wrapper @e $S C-style fixed length $9 buffers",C[0]],"qsc":["Quick @B $N scanner CLI","0.4.3"],"zfp-sys":["Raw @4 @3 to ZFP (https://github.com/LLNL/zfp).",C[78]],"unic-char-property":["UNIC — ^y Character Tools — Character Property taxonomy, ^A @6 $m @8","0.9.0"],"threema-gateway":["A @c @0 @2 @7 Threema Gateway.",C[25]],"xshell-macros":["Private @1 detail of xshell @5","0.2.3"],"db-key":["A datatype intended to be $r as a $P key.",C[4]],"rendy-mesh":["Rendy's mesh","0.5.1"],"^G_cloudhsm":["AWS SDK @2 @4 - &I CloudHSM @ 2014-05-30",C[7]],"grant":["Manage $P roles @6 privileges in GitOps style",C[4]],"sm3":["SM3 (OSCCA GM/T 0004-2012) &Y @P","0.4.1"],"up-rs":["up-rs is a &V to help you keep &f ^L up to date.","0.14.1"],"captrs":["Cross-@w screen capture @0","0.3.1"],"parsley":["An @1 of Scheme",C[6]],"bit_field":["$5 bit field $Z ^D get_bit, get_bits, set_bit, @6 set_bits methods @2 Rust's integral @e.",C[72]],"hrpc-build":["Code $q @2 hRPC.","0.33.1"],"elma":["@m @2 &B @6 $u Elasto Mania @M.",C[69]],"tiff":["TIFF ^h @6 @I @0 in pure @4","0.9.0"],"chalk-derive":["A ^H @5 @2 &m by chalk ^4 @2 `@a` @8.","0.89.0"],"bolero-libfuzzer":["libfuzzer $H @2 bolero","0.9.0"],"dns-sd":["@4 ^x @2 dns-sd","0.1.3"],"auditable-serde":["Serialize/deserialize @L encoded by `$1 auditable`","0.5.2"],"axum-auth":["High-@O http auth extractors @2 axum","0.4.0"],"bonjour-sys":["@J @2 low-@O Bonjour services (a.k.a. zeroconf).",C[4]],"cfg-if":["A @d to ergonomically define an item depending on a large &Z of #[cfg]parameters. Structured ^K an if-else chain, @7 first matching branch is theitem @x gets emitted.","1.0.0"],"lock_api":["Wrappers to create fully-featured Mutex @6 RwLock @e. Compatible @9 no_std.","0.4.9"],"ec-gpu":["Traits @2 field @6 eliptic curve $p on GPUs",C[0]],"^f":["@m @2 $x @4 $f",C[0]],"yyid":["Yyid @A (random tokens ^K UUIDv4, but @v all @7 bits)","0.7.0"],"implot-sys":["Raw FFI @3 to implot","0.6.0"],"rusty-machine":["A ^L learning @0.","0.5.4"],"bugsnag":["^o api of Bugsnag in @s.","0.2.1"],"cargo-geiger":["Detects usage of unsafe @4 in a @4 @5 @6 its ^l.","0.11.5"],"lpc55-rtic-macros":[C[153],"0.5.3"],"cargo-valgrind":["A $1 ^U @2 running valgrind","2.1.0"],"stm32-hal2":["Hardware $k layer @2 @7 STM32 MCUs","1.6.2"],"wio":["$w IO @k","0.2.2"],"zellij-utils":["A $T @0 @2 Zellij @c @6 @W","0.35.2"],"parse-size":["Parse byte size &w integer accurately.","1.0.0"],"mpr-sys":["Contains @P @Q @2 @7 $w $z @0 mpr. See winapi @2 @e @6 constants.",C[5]],"typedmap":["A &Y map (dash map). A ^a of &p is defined by $Z &v on key ^a","0.3.1"],"barter-data":["High $7 & normalised WebSocket intergration @2 leading cryptocurrency exchanges - batteries included.","0.6.9"],"redacted_debug":["A small $0 @d to allow redacting sensitive @Y ^Y losing @7 ease of &m of deriving Debug",C[0]],"blackhole":["...to throw &f threads &w.","0.20.2"],"controlled-option":["Custom Option ^a @9 explicit control over niches @6 $h layout","0.4.1"],"cranelift-frontend":[C[228],"0.94.0"],"iron":["Extensible, Concurrency Focused Web Development in @4.",C[9]],"$9_enum":["String @t enum.","0.3.3"],"liveterm":["$5 live-updating output @2 CLI apps","0.3.0"],"maud-pulldown-cmark":["An adapter $d maud @6 pulldown-cmark",C[3]],"num-primes":["A @4 @m For Generating Large Prime @6 Composite Numbers @v num @9 a simplistic @f.","0.3.0"],"concat-string":["@G @8 @2 concatenating $9 slices &w owned $c.","1.0.1"],"any-cache":["Cache @9 freely typed keys @6 any associated &p","0.2.3"],"ark-bw6-761":["^o BW6-761 pairing-&x elliptic curve","0.4.0"],"aptos-state-view":["Aptos state view","0.2.7"],"ttdl":["TTDL - Terminal ToDo List ^N","3.6.2"],"printnanny-asyncapi-models":["PritnNanny AsyncAPI @4 models $D by Modelina",C[3]],"cargo-subcommand-metadata":["Embed &5 &w a Cargo ^U, so @x `$1 --list` can show a description of @7 ^U",C[4]],"snarkvm-utilities":["$n @2 a ^d &M ^L",C[45]],"libwebp-sys":["@J to libwebp (^w, &u linking)","0.9.0"],"gtypes":["Fundamental ^a @Q @2 GLib-@t APIs.",C[0]],"rotor-stream":["^o &g abstration on top of rotor. $J is @7 easiest way to $m a @o on top of TCP (Unix sockets) @9 rotor","0.6.2"],"atelier_json":["@4 ^S &J @E @2 @7 AWS Smithy IDL.","0.2.7"],"inari":["A @4 @1 of interval arithmetic","1.0.0"],"cargo-bump":["Increments @7 @X &Z of @7 current $B.","1.1.0"],"stringprep":["An @1 of @7 stringprep $a","0.1.2"],"socketcan-alt":["@4 ^x @2 SocketCAN","0.4.0"],"gotham_@a":["Private @1 detail of @7 gotham @h","0.7.1"],"actix-easy-multipart":["Typed multipart form extractor @2 actix-web","3.0.0"],"automato":[C[134],"23.1.1"],"css-modules-macros":[C[485],"0.5.2"],"smlang-macros":["Procedual @8 @2 @7 smlang @5","0.6.0"],"wasm-rpc-macros":["Expose @s @p as WASM RPC interfaces","0.2.18"],"parsoid":["Wrapper $S Parsoid HTML @x @n convenient accessors @2 processing @6 manipulation","0.8.0-alpha.5"],"cache_loader_@B":["A &L ^Q loading cache @9 @B loader @p @t on $Q","0.2.1"],"drm-sys":["@J to @7 Direct Rendering Manager $z","0.3.0"],"surge-tuning":["surge synthesizer -- handle to @7 surge tuner, allowing microtunig. contains various tuning configurations",C[33]],"flo_&g":["Pubsub @6 related streams @2 @4 $6","0.7.0"],"libavif-sys":["Unsafe @k $S libavif, @7 image codec","0.14.1"],"iowrap":["Small &b @2 @v io::Read/io::Write","0.2.1"],"sbi":["A pure-@4 @0 to interact @9 @7 RISC-V Supervisor Binary &j",C[0]],"stateright":["A $V checker @2 $t &D systems.","0.29.0"],"cobyla":["COBYLA optimizer @2 @4","0.3.2"],"foursquare":["@4 @f @2 Foursquare",C[69]],"stb_truetype":["A straight translation of @7 font loading $f in stb_truetype.h @F C to @4.","0.3.1"],"line-wrap":["Efficiently insert &r separators",C[5]],"ct-logs":["Google's list of Certificate Transparency logs @2 &m @9 sct @5","0.9.0"],"http-content-range":["&K Content Range response header @i","0.1.2"],"tuirealm_@a":["^B @d $G automatically implements @7 MockComponent $Z","1.0.0"],"macropol":["Ergonomic $9 literal interpolation in @d @Q","0.1.3"],"unix":["&j to Unix @Z facilities","0.6.12"],"cl-sys":["OpenCL FFI @3.","0.4.2"],"light_phylogeny":["Methods @6 @p @2 phylogeny.","2.1.2"],"escposify":["A ESC/POS &c @2 @4## Minimum @4 @X policy (MSRV)$J crate's minimum supported rustc @X is 1.46.0.","0.5.2"],"opentelemetry_api":["OpenTelemetry is a ^j @S @6 &D ^3 @h",C[48]],"swc_graph_analyzer":["Graph analyzer","0.18.41"],"id-set":["A bitset @1 @x stores @L on @7 stack @2 small sizes.","0.2.2"],"diffusion":["$J is @7 @s @1 of diffusion @0. Diffusion is an effcient message-@t @L ^m @0.","0.9.0"],"gitignore":["@g of .gitignore $I @C @6 glob $v in @4.","1.0.7"],"wasmtime-fiber":["Fiber @j @2 Wasmtime","7.0.0"],"luajit-src":["Sources of LuaJIT 2.1 (OpenResty's branch) @6 logic to $m it.","210.4.5+resty2cf5186"],"enum-utils":["A set of useful ^R @8 @2 enums","0.1.2"],"haversine":["haversine &v in @s","0.2.1"],"json_@8":["Convenience @8 @2 constructing &J objects @F literals.","0.3.2"],"prost-wkt-types":[C[65],"0.4.1"],"amq-proto":["AMQP/RabbitMQ @o @1",C[4]],"io-close":["An ^7 $Z @2 safely dropping I/O writers such as File @6 BufWriter.","0.3.7"],"genawaiter-proc-macro":["$0 @d @2 generators (genawaiter)","0.99.1"],"natpmp":["NAT-PMP @c @0","0.4.0"],"fang_oost":["A @0 $t Fang @6 Oosterlee's $a @2 inverting characteristic @p.",C[25]],"nvim-rs":["A @0 @2 $u neovim rpc clients",C[3]],"wasmcloud-interface-lattice-control":["$J @0 contains @e @6 &C @Q $r by actors @6 providers to @j @7 wasmcloud:latticecontrol contract",C[19]],"fruity__bbqsrc":[C[954],C[0]],"validated":["^o cumulative sibling of `Result` @6 `Either`.","0.3.0"],"array-init-cursor":["Utility @5 to help keep track of arrays of MaybeUninit",C[0]],"safer-ffi":["Write safer FFI $f in @4 ^Y polluting it @9 unsafe $f","0.1.0-rc1"],"hytra":["Datastructure @2 &9 multi-threaded updates.","0.1.2"],"google-cloud-default":["Google Cloud Platform default ^W.",C[5]],"styled_&P":["AST Transforms @2 styled-&P","0.53.11"],"coz":["@4 @j @2 @7 `coz` Causal Profiler: https://github.com/plasma-umass/coz","0.1.3"],"untrustended":["Untrustended - Untrusted Extended. A compilation of @K @2 @C &2 @F untrusted input.","0.4.0"],"owned-alloc":["A @5 to help reducing manual $h ^q errors.",C[0]],"saffron":["A Quartz-^K cron @i $r as part of Cron Triggers in Cloudflare Workers",C[4]],"xml5ever":["Push @t streaming @i @2 xml",C[19]],"signal-child":["A little @0 to easily signal other ^F @9 no ^l","1.0.5"],"show-image":["quickly show images in a window @2 debugging",C[83]],"lpc55":["Host-side tooling to interact @9 LPC55 chips via @7 ROM bootloader","0.2.1"],"winrt_@8":["$R @2 @7 winrt @5","0.7.2"],"hydra-dx-math":["A @S of @r to make performing liquidity pool calculations more convenient.","4.4.3"],"xous-api-log":["Log @W $z","0.1.31"],"elrond-wasm-debug":["Elrond $3 smart contract $z debugging mocks @6 ^i","0.38.0"],"tp-transaction-pool":["Transaction pool @K @e & Runtime $z.","2.0.2"],"async-process":["Async @f @2 ^2 @9 processes","1.6.0"],"defmt-json-schema":["defmt &J schema",C[4]],"catch_panic":["A ^H @d @2 ^Q Java-@4 interop @x \"catches\" @4 panics @6 rethrows them as Java exceptions.","1.0.0"],"time-graph":["Always-on profilling recording @P timing @6 @7 corresponding call graph","0.3.0"],"crev-lib":["@m @f @2 programmatic ^p to @5 reviews of $1-crev","0.23.5"],"$2_ipld_dagcbor":["IPLD DAG-CBOR @j @2 Serde.","0.3.0"],"sp-transaction-pool":["Transaction pool @y facing $z.","17.0.0"],"git-checks":["Checks to run against a topic in git to enforce coding standards.","4.2.1"],"filepath":["Get @7 filesystem path of a $I.","0.1.2"],"magenta-sys":["Low-@O @4 @3 @2 @7 Magenta kernel",C[0]],"extended-primitives":["A @0 ^D primitive-^K @e @2 &m","0.3.8"],"libimagrt":[C[15],C[16]],"timerfd":["A @s @f to @7 Linux kernel's timerfd $z","1.4.0"],"gix-lock":["A git-style lock-$I @1","5.0.0"],"fvm_ipld_bitfield":["Bitfield logic @2 &m in Filecoin actors","0.5.4"],"ppbert":["$5 pretty printer @2 Erlang's External Term Format",C[61]],"slauth":["oath HOTP @6 TOTP complient @1",C[3]],"gix-actor":["A way to identify git actors",C[38]],"zenoh":[C[711],C[26]],"trait-set":["Support @2 $Z alias feature on stable @4.","0.3.0"],"num_cpus":["Get @7 &Z of CPUs on a ^L.","1.15.0"],"unicode-general-category":["Fast lookup of @7 ^y General Category property @2 char","0.6.0"],"rxrust":["A @4 @1 of Reactive Extensions.",C[280]],"soketto":["A websocket @o @1.","0.7.1"],"systemstat":["Get @Z @Y/statistics in a cross-@w way","0.2.3"],"spectra":["Demoscene @h",C[2]],"strerror":["A $9-@t ^X ^a. No longer developed. Recommended replacement: Anyhow @6 Thiserror ^4.","0.6.3"],"random-access-memory":["Continuously read,write to $h @v random offsets @6 lengths","2.0.0"],"xmlwriter":["A @l, streaming XML writer.",C[4]],"kitsune_p2p_timestamp":["Microsecond-precision timestamp datatype @2 kitsune_p2p",C[27]],"raui-ron-renderer":["RAUI renderer @2 RON @E","0.38.4"],"ic-cdk-timers":["Timers @0 @2 @7 @4 CDK.","0.2.0-beta.0"],"checksum":["Calculates crc32/crc64 $I checksums $X in @4","0.2.1"],"nettle-src":["Source of Nettle @6 logic to $m it.","3.5.1-2"],"wit-validator":["Validator @2 @7 $3 &j Types ^8 @E.","0.2.1"],"cargo-lambda-interactive":[C[30],C[34]],"patricia-trie":[C[256],"0.3.0"],"exacl":["Manipulate $I @Z ^p control lists (ACL) on macOS, Linux, @6 FreeBSD",C[6]],"av-ivf":["IVF muxer @6 demuxer",C[3]],"semalock":["A @0 @2 concurrently $u to @M in a ^Q @6 ^E manner.","0.3.1"],"$2_valid_@a":[C[255],C[53]],"hcid":["Holochain base32 @I scheme @2 keys, agents, identifiers, etc","0.0.6"],"yy-boss":[C[313],"0.6.2"],"core-video-sys":[C[152],"0.1.4"],"cargo-snippet":["A snippet extractor @2 competitive programmers","0.6.5"],"tiny-led-matrix":["A @0 @2 direct control of a small monochrome LED &s.","1.0.2"],"machine-ip":["Get &f machine's local IP address.","0.2.1"],"geng-derive":["Game Engine (@a @8)",C[22]],"lsp-server":[C[28],"0.7.0"],"gdi32-sys":["Contains @P @Q @2 @7 $w $z @0 gdi32. See winapi @2 @e @6 constants.",C[0]],"sixel-image":["An @f @2 querying, manipulating @6 serializing/deserializing Sixel @L",C[4]],"vcf":["VCF &N",C[9]],"elrond-wasm-module-features":["Elrond $3 smart contract &7 @2 adding feature flags","0.25.0"],"incremental-topo":["Data $K to maintain an incremental topological ordering over a @S of &2","0.2.1"],"rquickjs-sys":["quickjs @3 @2 rquickjs","0.1.7"],"gmp-mpfr-sys":["@4 FFI @3 @2 GMP, MPFR @6 MPC","1.5.1"],"kmacros_shim":[C[899],"6.0.0"],"atomic-traits":["^o $4 @2 ^M atomic $p","0.3.0"],"cli-setup":["&S @p @2 installing manpages alongside a @N-&r &V.","0.2.7"],"ws2812-spi":["SPI-@t &c @2 ws2812 leds","0.4.0"],"my-iot":["Yet another home automation","0.97.0"],"undo":["A undo-redo @0.",C[7]],"validate":["A @0 to easily validate user input",C[9]],"rand04_compat":["Wrappers @2 compatibility @9 rand 0.4.",C[5]],"avif-parse":["&N @2 AVIF image @M","1.0.0"],"stratum-hns-types":["^o Stratum @e specifically &v @2 HNS","0.9.15"],"rocket-json-response":["$J is a @5 $G @n `JSONResponse` @6 `JSONResponseWithoutData` ^I to response &J @E @L @9 an additional **$f** integer &p.","0.6.3"],"tao-macros":["Proc @8 @2 tao",C[5]],"nethost-sys":["FFI @3 @2 nethost.","0.6.3"],"conduit-router":["Router ^u @2 conduit @t on route-recognizer",C[6]],"artnet_@o":["A 1:1 @1 of @7 ArtNet @o","0.4.1"],"ustr":["Fast, FFI-&x $9 interning.","0.9.0"],"jsonrpsee":["&J-RPC @5","0.16.2"],"loggy":["An opinionated @0 @2 developing @6 $v @s @z @x &m &W.","0.5.3"],"gpt":["A pure-@4 @0 to work @9 GPT partition tables.","3.0.0"],"dbs-utils":["&b @6 @r $r by dragonball-sandbox &P","0.2.1"],"libvpx-native-sys":[C[517],"5.0.9"],"test-env-helpers":["Jest style setup @6 teardown ^V ^H @8","0.2.2"],"typemap":[C[347],"0.3.3"],"swc_ecma_transforms_@8":["$R @2 swc_ecma_transforms.",C[3]],"json-tools":["A zero-copy json-lexer, filters @6 serializer.","1.1.2"],"onig_$s":["^o `onig_sys` @5 contains raw @s @3 to theoniguruma @0. $J @5 exposes a set of unsafefunctions $G can then be $r by other ^4 tocreate ^Q &H $S Oniguruma.You probably don't want to link to this @5 directly;&6 check out @7 `onig` @5.","69.8.1"],"unic-idna-punycode":["UNIC — @g of Punycode (RFC 3492) $a","0.9.0"],"textwrap-macros-impl":[C[287],"0.3.0"],"actix-easy-multipart-derive":["actix-easy-multipart ^R-@d","3.0.0"],"xasm":["Compiler @2 @7 xasm $F @b","0.5.10"],"encryptfile":["@G an @f to @4 Crypto @2 encrypting @6 decrypting @M.","0.1.3"],"torch-sys":["Low-@O FFI @3 @2 @7 PyTorch C++ api (libtorch).",C[14]],"$y_@e":["Types useful in $y, no_std amd hw development","0.3.2"],"bip32":["BIP32 hierarchical key derivation &v in a ^M, no_std-friendlymanner. Supports deriving keys @v @7 pure @4 k256 @5 or theC @0-backed secp256k1 @5","0.4.0"],"target-spec-miette":["Integrate target-spec errors @9 @7 miette @0",C[4]],"apollo-parser":["Spec-compliant GraphQL @i.",C[3]],"libmultilog":["Various &W @u in @4",C[4]],"@s_socketio":["An @1 of a socketio @c $X in @s.","0.4.1"],"matext4cgmath":["Unofficial third-party cgmath &e @2 calculate eigenvalues, operator norms @6 Iwasawa decomposition.",C[4]],"deser-hjson":["a Hjson deserializer @2 Serde","1.1.0"],"inth-oauth2":["OAuth2 @c",C[17]],"&Q_prime_sieve":["Tools @2 $x filters @6 ^O @9 primes concurrently. @4 @1 of @7 Sieve of Atkin. $J @1 runs in O( sqrt(max_num) + section_size ) (where section_size = max_num - min_num). Integrated @9 primal @2 increased speed in some cases.","0.3.3"],"libappindicator":[C[302],"0.8.0"],"^G_elbv2":["AWS SDK @2 @4 - Elastic Load Balancing @ 2015-12-01",C[7]],"amqp-manager":["Lapin @k @x encapsulates @7 &m of connections/channels @6 creation of amqp objects","1.3.1"],"rtcc":["Real-^5 clock / calendar (RTC / RTCC) $4.","0.3.0"],"lambda_@y_@R":["@4 @y @2 AWS Lambda","0.1.2"],"kg-utils":["Various ^O @6 @r.","0.4.0"],"forest_cid":["A Cid @0 $r in Forest @2 @7 Filecoin @o","0.3.0"],"rustc-ap-rustc_errors":["^t published @X of @7 @U `rustc_errors` in @7 @s-lang/@s &O @F commit 9a27044f42ace9eb652781b53f598e25d4e7e918 ^o publishing script @2 this @5 lives at: https://github.com/alexcrichton/rustc-auto-publish",C[29]],"routerify-cors":["A Routerify ^u $G enables CORS.","3.0.0"],"^G_inspector":["AWS SDK @2 @4 - &I Inspector @ 2016-02-16",C[7]],"glium-glyph":["Glium frontend @2 @7 glyph-brush text renderer. gfx-glyph @9 gfx swapped out @2 glium.",C[22]],"kanin_@a":["^B @8 @2 kanin","0.5.1"],"fixt":["minimum viable fixtures",C[27]],"snarkvm-console-types-boolean":[C[44],C[45]],"tide-rustls":["tide tls listener @t on @B-rustls @6 rustls","0.3.0"],"water":["@G &L-^Q &D message sending facility supporting synchronous @6 @T I/O across ^F @6 ^L boundaries. It also uses nets $G allow message broadcasts to all, groups, or specific endpoints $G eliminates @7 need @2 tons of individual channels to interconnect threads. It also @n inter-^F communication @v a more restricted raw message ^a. It is hoped @x this @0 can replace @7 current channel @D. Also supports waiting on multiple endpoints (receivers) $G makes segmentation @6 bridging easier to &l if needed.","0.16.45-alpha"],"base-x":["Encode/decode any base","0.2.11"],"gaviota-sys":["Low @O @3 @2 libgtb, a @0 @2 Gaviota tablebase probing","0.1.23"],"scarlet":["Colors @6 color spaces made @l","1.1.0"],"pen-ffi-macro":["FFI @d @0 @2 Pen $F @b","0.4.1"],"jsonrpc-lite":["&J-RPC 2.0 Specification @q @2 @4.","0.6.0"],"amethyst_controls":["Amethyst controls",C[75]],"fff":[C[169],"0.3.1"],"encoding8":["various 8-bit encodings","0.3.2"],"dusk-bytes":["A $Z @x uses constant generics to &l de/@q on sized ^a",C[0]],"rooster":["A @l password ^N @2 geeks","2.10.0"],"@B_zmq":["Async @X @2 ZeroMQ @3","0.3.3"],"oxcable":["A signal processing @h @2 making music @9 @4.","0.5.1"],"rtcp":["A pure @4 @1 of RTCP","0.7.2"],"ndarray-linalg":["Linear algebra @U @2 @s-ndarray @v LAPACK",C[17]],"zeroconf-macros":["$R @2 zeroconf @5","0.1.2"],"winstructs":["&a @H $r in @C various &n protocols","0.3.0"],"eth2_hashing":["Hashing @K $r in Ethereum 2.0",C[0]],"routinator-ui":["Web UI @2 Routinator, a RPKI relying party software.","0.3.4"],"redis-lua-macro":["Macro component of Redis Lua scripting ^H","0.4.0"],"bevy_encase_@a":["Bevy @a @d @2 encase",C[6]],"enarx-config":["Configuration @2 a WASI $A in an Enarx Keep","0.6.3"],"cfb8":["Cipher Feedback @9 eight bit feedback (CFB-8) block cipher mode of operation","0.8.1"],"crossbeam-queue":["Concurrent queues","0.3.8"],"oorandom":["A tiny, robust PRNG @1.","11.1.3"],"log-mdc":["A mapped diagnostic context (MDC) @2 &m @9 @7 `log` @5",C[4]],"descartes":["Imprecision-tolerant computational geometry @2 @4","0.1.20"],"feed-rs":["A unified feed @i @x handles Atom, RSS 2.0, RSS 1.0, RSS 0.x @6 &J Feed","1.3.0"],"yaml-rust":["^o missing YAML 1.2 @i @2 @s","0.4.5"],"json_io":["A &V @2 simplifying saving @6 loading serializable @e to @6 @F json @M.","0.3.0"],"discord-rpc-client":["A @4 @c @2 Discord RPC.","0.3.0"],"s2n-quic-crypto":[C[42],C[34]],"diqwest":["Trait to extend reqwest @2 digest auth flow.","1.1.1"],"hck":["A sharp cut(1) clone.","0.9.1"],"lxd":["A @4 @0 @2 controlling LXD","0.1.9"],"datafusion-execution":["Execution $o @j @2 DataFusion query $j",C[97]],"plague":["Parametrized tests ^C","0.6.3"],"backup_rat":["A highly configurable backup &V","0.6.0"],"dynasm":["A $H @2 assembling $f at @y. Combined @9 @7 @y @5 dynasmrt it can be $r to write JIT compilers easily.","2.0.0"],"web-sys":["@J @2 all Web APIs, a procedurally $D @5 @F WebIDL","0.3.61"],"tai64":["TAI64 @6 TAI64N (i.e. Temps Atomique International) timestamp @j @2 @4","4.0.0"],"demes-forward-capi":["C $z to demes-forward @5","0.4.0-alpha.1"],"rusty-data":["A @L $W @0 (designed @2 ^L learning).","0.0.3"],"rs-consul":["$J @5 @n ^p to a set of strongly typed apis to interact @9 consul (https://www.consul.io/)","0.2.3"],"linebased":["Add a TCP query port to any ^J",C[3]],"toxiproxy_@s":["&T @c @2 Toxiproxy","0.1.6"],"bytes-cast":["Safely re-interpreting &[u8] bytes as custom ^I ^Y copying, @2 efficiently &B structured ^8 @L.","0.3.0"],"tealdeer":["Fetch @6 show tldr help pages @2 many CLI commands. Full featured offline @c @9 caching @j.","1.6.1"],"autopilot":["A @l, cross-@w GUI automation @0 @2 @4.","0.4.0"],"cf_dist_^i":["A @0 $G has risk @6 ^m @r.",C[6]],"ncollide_queries":[C[239],"0.4.1"],"cargo-lambda-deploy":[C[30],C[34]],"sentry-types":[C[79],C[41]],"hifitime":["Ultra-precise date @6 ^5 $W in @4 @2 scientific @z @9 leap second @j","3.8.0"],"conduit-log-requests":["Middleware $G logs all incoming requests to a conduit-@t @W","0.8.0"],"push-trait":["Push $Z @2 collectons.","0.6.0"],"threshold_&d":[C[812],"0.4.0"],"dbs-device":["Device $V @2 Dragonball Sandbox",C[0]],"libp2p-gossipsub":["Gossipsub @o @2 libp2p","0.44.1"],"sk-cbor":[C[596],"0.1.2"],"juniper_hyper":["Juniper GraphQL $C @9 Hyper","0.8.0"],"tokio-codec":["$n @2 @I @6 ^h frames.",C[31]],"kuon":["Twitter Client @m $X in @4","0.0.27"],"sparesults":["SPARQL query results formats parsers @6 serializers","0.1.7"],"atty":["A @l @f @2 querying atty","0.2.14"],"bevy_tasks":["A task executor @2 Bevy Engine",C[6]],"pbjson-types":["Protobuf well known @e @9 $2 @q @j","0.5.1"],"ico":["A @0 @2 @I/^h ICO image @M","0.3.0"],"deno_webgpu":["WebGPU @1 @2 Deno","0.94.0"],"icu_provider_@8":["Proc @8 @2 ICU @L providers","1.1.0"],"simplereboot":["$5 @Z reboot @1",C[4]],"uu_pwd":["pwd ~ (uutils) &s current ^2 directory",C[32]],"noble-balances":["FABRIC noble to manage balances","2.0.1"],"asn1-rs-derive":["^B @8 @2 @7 `asn1-rs` @5","0.4.0"],"zookeeper-async":["An @B ZooKeeper @c","4.1.1"],"classfile-parser":["A @i @2 Java Class @M $X in @s","0.3.5"],"devicemapper":["A @0 @2 @v Linux device mapper","0.33.2"],"streaming-iterator":["Streaming iterators","0.1.9"],"pretty-hex":[C[823],"0.3.0"],"bbox":["Managing axis aligned 3d Bounding Boxes.","0.11.2"],"abrute":["AESCrypt Brute force attempter.","0.1.9"],"kf-protocol-derive":["Procedure @d to encode/decode @s $K/enum @v kafka @o",C[0]],"esp-idf-sys":["@J @2 ESP-IDF (Espressif's IoT Development Framework)","0.32.1"],"imbl":[C[929],"2.0.0"],"fuel-core-client":[C[186],"0.17.4"],"strfile":["Tiny @U to read strfile headers.","0.1.2"],"openmls_$h_keystore":["A very basic key store @2 OpenMLS $t openmls_traits.",C[4]],"unsafe-any-ors":[C[47],"1.0.0"],"kaws":["Create @6 manage Kubernetes clusters on AWS @v Terraform.",C[6]],"swift-bridge-macro":["Powers swift-bridge &7 $f $q.","0.1.51"],"buttplug_@a":["Trait ^B $R @2 Buttplug Intimate Hardware Control @m","0.8.0"],"bitvec":["Addresses $h by bits, @2 packed ^O @6 bitfields","1.0.1"],"sysinfo":["@m to get @Z @Y such as processes, CPUs, disks, &P @6 networks","0.28.3"],"rg3d-sound":[C[185],"0.26.0"],"load-dotenv":["$J is a small $0 @d to load &f .env $I at &z ^5","0.1.2"],"aws-sdk-pinpoint":["AWS SDK @2 &I Pinpoint",C[1]],"ramhorns":[C[845],C[22]],"shadowsocks-crypto":["Shadowsocks Crypto","0.5.1"],"arboard":["Image @6 text $W @2 @7 OS clipboard.","3.2.0"],"profiling":[C[166],"1.0.7"],"pico-sys":["@J to @7 PicoHTTPParser.","0.0.1"],"bitmask-enum":["A bitmask enum ^T @d","2.1.0"],"themelio-stf":["Core state-transition @P @6 @L @H @2 Themelio","0.11.13"],"ethers-solc":["Utilites @2 ^2 @9 solc","2.0.1"],"bevy_stl":["STL loader @2 bevy, @t on stl_io","0.7.1"],"treena":["Tree stored in an arena","0.0.5"],"randomx-rs":["@4 @3 @2 @7 RandomX Proof-of-Work","1.1.9"],"surge-lag":["surge synthesizer -- lag &y $r @2 smoothing changes",C[33]],"cargo-lambda-invoke":[C[30],C[34]],"changelog":["Changelog @A","0.3.4"],"parquet-format-async-temp":["Temporary @5 containing thrift @0 + parquet @Q compiled to @j read+write @B.","0.3.1"],"simdeez":["SIMD @0 to abstract over different instruction sets @6 widths","1.0.8"],"log-panics":["A panic hook $G logs panic &8 rather than printing them","2.1.0"],"snarkvm-circuit-environment":["Circuit $U @2 a ^d &M ^L",C[45]],"dcap-ql-sys":["@J @2 libsgx_dcap_ql.SGX: Software Guard ExtensionsDCAP: DataCenter Attestation PrimitivesQL: Quoting @m","0.2.1"],"profont":["^o ProFont monospace font @2 &m @9 @7 $y-&i @5.",C[9]],"keen":["keen.io api v3.0 @2 @s","1.4.1"],"activitystreams-derive":["^B @8 @2 activitystreams",C[9]],"miscreant":["&R: please switch to @7 `aes-siv` or `aes-gcm-siv` ^4","0.99.0"],"bstringify":["stringify! @x yields byte $9 literals &6","0.1.2"],"clap-nested":["Convenient `clap` @2 CLI apps @9 multi-@O subcommands.","0.4.0"],"wait-timeout":["A @5 to wait on a child ^F @9 a timeout specified across Unix andWindows platforms.",C[0]],"xlru-cache":[C[527],"0.1.2"],"ethers-etherscan":["@J @2 @7 etherscan.io web $z","2.0.1"],"salvo-cache":["Cache ^u @2 Salvo web @W @h.","0.37.9"],"$9_cache_&q":["Code share $d string_cache @6 string_cache_codegen.","0.3.0"],"metrix":["^j @2 $A monitoring","0.13.13"],"vid-sys":["@4 unsafe @3 @2 Vid $z (Hyper-V)","0.3.0"],"cap-std-ext":["Extension APIs @2 cap-std","1.0.2"],"fastly-sys":["Fastly Compute@Edge ABI @J","0.9.1"],"htmlize":["Encode @6 decode HTML entities in UTF-8 according to @7 ^z","1.0.2"],"libjit-sys":[C[587],"0.2.1"],"criterion":["Statistics-driven micro-benchmarking @0","0.4.0"],"$2_bare":["An @1 of @7 BARE (https://baremessages.org) @I @E.",C[3]],"webview2-com-sys":["@J $D @9 @7 &n @5 @2 @7 WebView2 COM APIs",C[35]],"atom_syndication":["@m @2 serializing @7 Atom web content syndication @E",C[12]],"bevy-inspector-egui":["Inspector $H @2 @7 bevy game $j",C[34]],"libblkid-rs-sys":["Low @O @3 @2 libblkid","0.1.5"],"twilight-standby":["Utility to filter wait @2 filtered incoming events @2 @7 Twilight ecosystem.",C[25]],"parity-runtime":["Tokio @y @k","0.1.2"],"stackfmt":["Write formatted $9 to a buffer ^Y alloc","0.1.2"],"emerald-cli":["Console $T @2 secure account ^q",C[35]],"git-config":[C[24],"0.16.2"],"solana-config-program":["&k Config ^J",C[43]],"r2r_$b":["Minimal ros2 @3.","0.3.4"],"embassy-time":["Instant @6 Duration @2 $y no-std systems, @9 @B timer @j",C[4]],"libimagentryview":[C[15],C[16]],"easter":["Type @Q @2 ECMAScript abstract syntax trees.","0.0.5"],"ffi_&b":["A @5 to help make ^2 @9 FFI easier.","0.3.0"],"woke":["A minimalistic waker @1 @2 executors","0.0.4"],"cublas":[C[400],C[0]],"require_unsafe_in_body":["Make `unsafe fn` still require `unsafe` blocks in @7 function's body","0.3.2"],"libp2p-metrics":["Metrics @2 libp2p",C[12]],"vial":["a micro micro-@h","0.1.9"],"qty-macros":["$R supporting @7 @1 of quantities.",C[14]],"wasm-bindgen":["Easy @j @2 ^e $d JS @6 @4.","0.2.84"],"edcert":["A @5 $G can be $r to sign @6 verify content @t on Ed25519.","9.0.1"],"test-generator":["@4 Test @A: enumerating entries according to $I-@Z pattern @6 $x a ^V @P @2 each entry.","0.3.1"],"navitia-poi-model":["Navitia's POIs (Point of Interest) $V","1.0.0"],"exocore-store":["Store / indexation layer of Exocore (Distributed @z @h)","0.1.24"],"fend":[C[672],"1.1.5"],"dotproperties":["&N @2 @7 Java .properties $I @E",C[4]],"rspec":["Write Rspec-^K tests @9 stable @s","1.0.0"],"coldsnap":["A @0 @6 @N-&r @f @2 uploading @6 downloading &I EBS snapshots",C[3]],"synstructure":["&S methods @6 @8 @2 custom derives","0.12.6"],"dirs":[C[60],"5.0.0"],"mime_guess":["A @l @5 @2 $g of a file's MIME ^a by its ^7.","2.0.4"],"tp-version":["Version &7 @2 @7 Tetcore @y; @G a @P @x returns @7 @y @X.","2.1.2"],"ci_info":["@G current CI $U @Y.","0.14.10"],"mccs-caps":["MCCS capability $9 @i",C[0]],"libsecp256k1-core":["Core @p @2 pure @4 secp256k1 @1.","0.3.0"],"crest":["A REST @c @0.","0.3.4"],"join_export":["Exports of @7 `join!`, `join_async!`, `join_spawn!`, `join_async_spawn!`, `async_spawn!` @8 $G are reexported by `join` @5.",C[5]],"qt_@8":["$R @2 Qt",C[5]],"libzmq":["A strict subset of ØMQ @9 a high @O $z.","0.2.5"],"multilayer":[C[211],"0.1.3"],"dazeus":["Dazeus IRC bot @3 @2 @s","0.4.0"],"gfapi-sys":["$J ^4 @n FFI @3 @2 Gluster's $z","4.0.1"],"tracing-journald":["rich journald subscriber @2 `^3`","0.3.0"],"wedpr_ffi_c_$b":["@m of WeDPR ffi c &q $b ^i.","1.0.0"],"flexstr":["A flexible, @l to &m, immutable, clone-^E `String` replacement @2 @4","0.9.2"],"k12":["Experimental pure @4 @1 of @7 KangarooTwelve &Y @P","0.2.1"],"stm32l4xx-hal":["Hardware $k layer @2 @7 stm32l4xx chips","0.7.1"],"fluent-template-macros":["Macro Templating @2 @7 Fluent localization @h","0.8.0"],"gdb-server":["A gdb stub @1 @2 on chip debugging @6 flashing of ARM chips.",C[19]],"show-image-macros":["@8 @2 @7 show-image @5",C[74]],"async-proto-derive":["Proc-@8 @2 @7 @B-proto @5","0.16.3"],"link-ippi":["link ippi @0 (part of ipp-$s Intel IPP @3)","0.1.2"],"uu_base32":["base32 ~ (uutils) decode/encode input (base32-@I)",C[32]],"libretro-backend":["Idiomatic @4 $z @3 to @7 libretro $z","0.2.1"],"libp2p-tokio-socks5":["TCP/IP (via a SOCKS5 proxy) transport @o @2 libp2p","0.8.0"],"multipart":["A $l-&h ^7 @2 &K ^b @x @n @j @2 POST multipart/form-@L requests on both @c @6 @W.",C[48]],"www-authenticate":["missing &K WWW-Authenticate header @i/printer @2 hyper 0.11.x. 0.1.x @2 hyper 0.10.y, 0.2.x @2 hyper 0.11.y @6 0.3.x @2 hyperx","0.4.0"],"nettle-sys":["Low-@O @4 @3 @2 @7 Nettle $M @0","2.1.1"],"surge-types":["surge synthesizer -- primarily comprised of enumerations $r to select $d synth features",C[33]],"dioxus":[C[100],"0.3.2"],"wasmer-derive":[C[543],C[36]],"deno_tls":["TLS @2 Deno","0.81.0"],"async-executor":["Async executor","1.5.0"],"swc_emotion":["AST Transforms @2 emotion","0.29.11"],"soup3":["Soup @5 @2 @4",C[22]],"specialized-div-rem":["specialized division $Y @2 integer @K","1.1.0"],"uu_uniq":["uniq ~ (uutils) filter identical adjacent lines @F input",C[32]],"json_in_^a":["a @0 @2 &9 json @q","1.1.1"],"rjson":["A minimal json @i","0.3.1"],"clit-rs":[C[730],C[78]],"cargo-config2":["Load @6 resolve Cargo $o.","0.1.6"],"uriparse":["A URI @i including relative references","0.6.4"],"kankyo":["$5, ^E, @6 precise .env @0.","0.3.0"],"melwallet-client":["melwalletd @c @0","0.7.3"],"svg_fmt":["Very @l debugging @r to dump shapes in SVG @E.","0.4.1"],"partial_$A":["partial @P $A via @7 partial! @d","0.2.1"],"aligned_ptr":["Wrappers of @p defined in @R::ptr @6 @R::slice modules @9 alignment @6 null checks",C[4]],"binary-ff1":["Optimized @4 @1 of FF1 &t @9 radix 2",C[0]],"serde-lite-derive":["@g of #[@a(Deserialize, Serialize, Update)] @2 $2-lite","0.4.0"],"rsrl":["A &9, extensible reinforcement learning @h in @4","0.8.1"],"mallumo-gls":["Small low @O @0 @2 modern (4.5 Core) OpenGL","0.43.0"],"once":["$J @5 @n an assert_has_not_been_called! @d @x panics if @7 surrounding @P is called twice. Useful @2 initialization @p.","0.3.4"],"tensorboard-rs":["Write @L @2 Tensorboard @F @4.","0.5.9"],"dbus-codegen":["Binary @5 to ^v @4 $f @F XML introspection @L",C[6]],"ark-crypto-primitives":["A @0 of useful $M @K","0.4.0"],"pairing-plus":[C[37],C[38]],"datasize":["A simplified heap $h size estimator","0.2.14"],"dbs-address-space":["address space ^N @2 &M machines.","0.3.0"],"caches":["$J is a @4 @1 @2 popular caches (@j no_std).","0.2.3"],"memuse":["Traits @2 measuring dynamic $h usage of @e","0.2.1"],"aws-smithy-query":["AWSQuery @6 EC2Query Smithy @o logic @2 smithy-rs.","0.54.4"],"simd_&b":["Helpers to write more compact simd $f",C[4]],"webauthn-rs":["Webauthn Framework @2 @4 Web Servers","0.4.8"],"slog-serde":["Serde @q adapter @2 slog-rs","1.0.0-alpha9"],"colog":["^o `colog` @0 is a @l formatter $l @2 @7 ^z @s &W @Z (in @7 `log` @5).","1.2.0"],"quale":["A @4 port of @7 `$G` $T. Locates an executable in @7 user’s path.","1.0.0"],"num-runtime-fmt":["Format &1 according to a @E spec determined at @y.","0.1.2"],"^G_sts":["AWS SDK @2 @4 - AWS Security Token Service @ 2011-06-15",C[7]],"dynamic-pool":["a lock-free, &L-^Q, dynamically-sized object pool.","0.2.2"],"bounded-vec-deque":["A double-ended queue|ringbuffer @9 an upper bound on its length.",C[5]],"drogue-client":["Clients @2 @7 Drogue IoT Cloud APIs",C[39]],"hdrsample":[C[854],"6.0.4"],"mcai_worker_sdk":[C[489],C[605]],"batch_resolve_cli":["Fast @T batch DNS resolver built on top of Tokio @6 TRust-DNS","0.3.7"],"dgraph-tonic":["A @s @B/sync @c @2 Dgraph $P $m @9 Tonic @5",C[14]],"sp-sandbox":["$J @5 @n means to instantiate @6 execute wasm modules.","0.9.0"],"uhttp_sse":["Zero-copy, zero-allocation &K Server-Sent Events @o","0.5.1"],"pdfium-render":["A high-@O idiomatic @4 @k $S Pdfium, @7 C++ PDF @0 $r by @7 Google Chromium $B.","0.7.34"],"json_diff":["A small diff &V $T @2 comparing jsons","0.1.2"],"@o":[C[589],"3.4.0"],"sp-maybe-compressed-blob":["Handling of blobs, usually Wasm $f, $G may be compresed","5.0.0"],"analytics":["Segment analytics @c @2 @4 https://segment.com/docs/^b/@s",C[0]],"whisper":["Whisper ^5 series $I @j",C[78]],"tree-sitter-cmake":["cmake grammar @2 @7 ^Z-sitter @C @0",C[0]],"lambda_@y_api_@c":["AWS Lambda Runtime interaction $z","0.7.0"],"requests":["@4 &K @c $z styled after awesome Python requests - [WORK IN PROGRESS]","0.0.30"],"ra_ap_ide_assists":["TBD",C[40]],"uni-gl":["Unrust ^S/wasm openGL/webGL compatibility layer","0.2.1"],"tree-sitter-typescript":["Typescript grammar @2 @7 ^Z-sitter @C @0","0.20.2"],"simplog":["An extremely small @6 @l logger to stdout/stderr, @9 controllable levels of verbosity","1.6.0"],"symbolic-debuginfo":["A @0 to inspect @6 load DWARF debugging @Y @F binaries, suchas Mach-O or ELF.","12.1.1"],"libimagbookmark":[C[15],C[16]],"nj-core":["high @O @k @2 Node N-$z","5.0.1"],"xdg-mime":["A @0 @2 loading @6 querying @7 XDG &q MIME $P","0.3.3"],"aws-sdk-transcribe":["AWS SDK @2 &I Transcribe Service",C[1]],"byond":["A @5 @2 interfacing @9 @7 BYOND game $j.","0.4.0"],"git-chunk":[C[24],"0.4.2"],"@S_@8":["&A of @8 @2 ^O",C[0]],"krill":["Resource Public Key Infrastructure (RPKI) daemon",C[74]],"wasmtime-wiggle-macro":["Macro @2 integrating Wiggle $f @A @9 Wasmtime",C[80]],"gazetta":["A &u site @A framework.If you want to &m or extend gazetta, see @7 gazetta-bin @5.","0.3.0"],"@s_icu_ubrk":["Native @3 to @7 ICU4C @0 @F ^y.- ubrk.h: Support @2 text boundary analysis","3.0.0"],"columnar":["High-throughput @q @6 ^9 @2 some @4 @e","0.0.19"],"cynic-proc-macros":["@V @d @5 @2 cynic - a GraphQL query &3 & @L mapper @2 @4","2.2.8"],"xflags-macros":["Private @1 details of xflags.","0.3.1"],"deno_broadcast_channel":["@g of BroadcastChannel $z @2 Deno","0.88.0"],"elastic_@e":["A strongly-typed @1 of Elasticsearch @R @e @6 Mapping $z.",C[196]],"generics":["@G @8 @2 @C generics (@9 optional where clause) in `macro_rules!`.","0.4.4"],"deno":["@G @7 deno executable","1.32.0"],"quantity":["Representation of quantites, i.e. of unit valued scalars @6 arrays.","0.6.0"],"ssh2-config":["an ssh $o @i @2 ssh2-rs","0.1.6"],"rend":["Endian-aware @K @2 @4","0.4.0"],"hdc20xx":["Platform-&h @4 &c @2 @7 HDC2080, HDC2010 @6 HDC2021 low-power humidity @6 temperature digital sensor.",C[4]],"actix-diesel":["Integrate Diesel &w Actix (@6 Actix Web) cleanly @6 efficiently.","0.3.0"],"rsasl":["^o @4 SASL @h, aimed at both ^u-style @o @1 @6 $A code.Designed to make SASL authentication @l @6 ^Q while handing as much control to @7 user as possible.","2.0.0"],"bson-rs":[C[113],C[4]],"opensrdk-linear-algebra":["Standard linear algebra @0 @v blas @6 lapack @2 OpenSRDK toolchain.","0.9.2"],"speedate":["Fast @6 @l datetime, date, ^5 @6 duration @C","0.7.0"],"character_converter":["Turn Traditional Chinese script ot Simplified Chinese script @6 vice-versa @6 tokenize.","2.1.4"],"tide-openssl":["tide openssl listener @t on @B-std-openssl. Based on http-rs/tide-rustls",C[5]],"ethereum":[C[326],C[22]],"rocket-etagged-raw-response":["$J @5 @n a response &y $r @2 responding raw @L @9 **Etag** cache.",C[72]],"ena":["Union-find, congruence closure, @6 other unification $f. Based on $f @F rustc.","0.14.2"],"bonnie":["$5, cross-@w, @6 &9 @N aliases @9 superpowers.","0.3.2"],"orset":["An Observe Remove Set CRDT @9 delta mutation",C[0]],"executor":["A minimalistic @B/await executor","0.8.4"],"freeimage":["@4 idiomatic @3 @2 FreeImage","0.2.2"],"wasi-common":[C[566],"7.0.0"],"macro-attr":["$J @5 @n @7 `macro_attr!` @d @x enables @7 &m of custom, @d-@t attributes @6 derivations. Supercedes @7 `custom_derive` @5.",C[0]],"imxrt-iomuxc-build":["Build @j @2 @7 imxrt-iomuxc @5. Not @2 general use.Part of @7 imxrt-rs $B.",C[4]],"signature_@a":["Custom @a @j @2 @7 'signature' @5","2.0.0"],"cargo-test-junit":["Converts $1 ^V output &w a junit report","0.6.7"],"blowfish":["Blowfish block cipher","0.9.1"],"notan_input":["@G a set of $z to manage user's input","0.9.4"],"tauri-plugin-positioner":["Helps positioning &f tauri &n.","1.0.4"],"sysfs_gpio":["@G ^p to GPIOs @v @7 Linux sysfs @f.",C[9]],"snarkvm-console":["Console $U @2 a ^d &M ^L",C[45]],"sequoia-net":["Network services @2 OpenPGP","0.26.0"],"webpki-roots":["Mozilla's CA root certificates @2 &m @9 webpki","0.22.6"],"hotmic":["high-speed ^j @S @0","0.8.2"],"warp-sessions":["Generic session ^u @2 @7 warp &K @h","1.0.18"],"rvk":["$5 @5 @2 accessing VK (VKontakte) $z (@v `@B`/`await`)",C[35]],"dir-signature":["$J @5 allows to create a signature (index) of a directory @9 @M.","0.2.9"],"numerics":["Numerics turns integer &2 &w English words.","0.0.1"],"async-jsonrpc-client":["An @T &J-RPC 2.0 @c @0","0.3.0"],"move-bytecode-verifier":["Move bytecode verifier","0.3.2"],"juniper_^f":["^6 custom @a $Z @2 Juniper GraphQL","0.15.9"],"wasmtime-lightbeam":["Integration $d Lightbeam @6 Wasmtime",C[41]],"screeps-game-api":["WASM @3 to @7 in-game Screeps $z",C[6]],"littlefs2-sys":["Low-@O @3 to littlefs","0.1.7"],"nodejs-resolver":["nodejs resolve","0.0.73"],"to_default":["$J @0 @n a convenient way to replace a typical usuage of `mem::replace`","0.1.2"],"allegro_acodec-sys":["Allegro 5 acodec addon @4 ^x","0.0.44"],"cargo-web":["A Cargo ^U @2 @7 @c-side Web","0.6.26"],"c2rust-bitfields-derive":["C-$e &y bitfield @a @1 $r in @7 C2Rust $B",C[19]],"klask":["^t create GUI @2 clap apps","1.0.0"],"marine-sqlite-connector":[C[81],"0.8.0"],"wireguard-uapi":["Control WireGuard interfaces.","3.0.0-rc1"],"s2n-codec":[C[42],"0.4.0"],"dbs-boot":["Traits @6 ^I @2 booting sandbox","0.3.1"],"dlib":["&S @8 @2 $W manually loading optional @Z ^b.",C[3]],"libpapi_$s":["a @l @s ^x @2 libpapi","0.1.7"],"pretty-hash":["Output ^8 buffers as a nice, shortened hex $9.","0.4.1"],"clickhouse-rs-cityhash-sys":["@4 CityHash $s @U @2 clickhouse-rs.","0.1.2"],"@a_miniconf":["^B @r @2 Miniconf run-^5 settings $o","0.6.0"],"native-tls":["A @k over a platform's ^S TLS @1","0.2.11"],"piston2d-glium_&i":["A Glium 2D back-end @2 @7 Piston game $j","0.92.0"],"indent":["Functions @2 indenting multiline $c",C[5]],"alga_@a":["^B ^T @2 $t algebraic $4 @F @7 alga @5.","0.9.2"],"wasmer-types-near":[C[108],"2.4.0"],"bee-ledger":["All @e @6 features required to compute @6 maintain @7 ledger state",C[9]],"typescript-type-def-derive":["^B $0 @d @2 typescript-^a-def","0.5.6"],"same-file":["A @l @5 @2 determining whether two $I paths point to @7 same $I.","1.0.6"],"localnative_@R":["localnative @R lib","0.3.7"],"auth-helper":["Authorization ^C","0.3.0"],"streamunordered":["An ^E @B &g multiplexer","0.5.2"],"near-sdk-sim":["NEAR Simulator & cross-contract $v @0","4.0.0-pre.9"],"common-multipart-rfc7578":["An @1 of multipart/form-@L (RFC7578)","0.6.0"],"glob-match":["An extremely &9 glob matcher","0.2.1"],"ns-env-config":["An env_logger-inspired one-stop $o @2 name resolution @t on abstract-ns. Reduces boilerplate @6 @n ^z way to configure DNS @2 @z via `RUST_NS` $U variable.",C[4]],"warp":["serve @7 web at warp speeds","0.3.3"],"ink_$j":["[ink!] Off-chain $U @2 $v.","4.0.1"],"bigtable":["Lib @2 interfacing @9 Google BigTable Data $z",C[3]],"embedded-sdmmc":["A basic SD/MMC &c @2 Embedded @4.","0.4.0"],"cosm-orc":["Cosmwasm smart contract orchestration @6 gas profiling @0","4.0.1"],"ether-dream":["A full @1 of @7 Ether Dream Laster DAC @o.","0.2.5"],"moite_moite":["Split a &p in two owned parts",C[0]],"deltalake":["Native Delta Lake @1 in @4","0.8.0"],"guillotiere":["A dynamic 2D texture atlas ^k @9 &9 deallocation.","0.6.2"],"fix-hidden-lifetime-bug":[C[301],"0.2.5"],"tikv-client-common":["&a &P of @7 TiKV @4 @c",C[4]],"cqdb":["@4 @1 of Constant Quark Database (CQDB)","0.5.8"],"pyth-sdk-solana":[C[158],"0.7.1"],"ergotree-interpreter":["ErgoTree interpreter",C[35]],"ac-ffmpeg":["$5 @6 ^Q @4 @f @2 FFmpeg ^b.",C[34]],"spki":["X.509 Subject Public Key Info (RFC5280) describing public keys as well as theirassociated AlgorithmIdentifiers (i.e. OIDs)","0.7.0"],"libsqlcipher-sys":["Native @3 to @7 libsqlcipher @0","0.9.0"],"rust-3d":["2D/3D @0 $X in @s","0.34.0"],"vlq":["Sourcemap-style VLQ encoder @6 decoder","0.5.1"],"bcmp":["bcmp offers &9 ^8 @L comparison $Y to enumerate $b substrings, unique substrings or determine a patch set","0.4.1"],"mss_saliency":["Detection of visually salient image regions @v Maximum Symmetric Surround $a","1.1.0"],"cli-timer":["Program $r to set a timer.","0.3.84"],"argo":["MatchDB is a high-$7 datastore built $S pattern-matching.","0.0.1"],"docker_credential":["Reads a user's docker credentials @F ^W","1.2.0"],"&n_x86_64_gnullvm":[C[128],"0.42.2"],"opendal":["OpenDAL: Access @L freely, painlessly, @6 efficiently.","0.30.3"],"vec2d":["Very @l 2D container @2 storing rectangular @L","0.4.0"],"tokio-udp":["UDP @3 @2 $Q.",C[56]],"sycamore-reactive":["Reactive @K @2 Sycamore","0.8.1"],"oxipng":["A lossless PNG ^0 optimizer","8.0.0"],"pjson":["&J &g @i","0.2.2"],"uu_rmdir":["rmdir ~ (uutils) remove empty DIRECTORY",C[32]],"perchance":["Very @l random &Z $q optimized @2 ease of &m",C[3]],"bevy_fly_camera":["A basic flying camera in Bevy",C[6]],"readlock":["A weird alternative to Arc>","0.1.4"],"posix-space":["Pure @4 @1 of `isspace` @2 @7 POSIX locale","1.0.3"],"async-macros":["$R @2 @B-std.","2.0.0"],"arcstr":["A better reference-counted $9 ^a, @9 zero-cost (allocation-free) @j @2 $9 literals, @6 reference counted substrings.","1.1.5"],"cargo-aoc":["Cargo Advent of Code &S","0.3.3"],"stm32-fmc":["Hardware Abstraction Layer @2 STM32 Memory Controllers (FMC/FSMC)","0.3.0"],"iban_validate":["A small @5 to verify IBAN account &1.","4.0.1"],"solana-thin-client":["&k Thin Client",C[43]],"punycode":["Functions to decode @6 encode Punycode","0.4.1"],"avalanche-installer":["Avalanche installer","0.0.51"],"indoc-impl":[C[102],"0.3.7"],"regex_mutator":["^o Nautilus regex_mutator","0.3.0"],"tls-parser":["&N @2 @7 TLS @o",C[14]],"amethyst_^C":["Game development ^C @2 @7 Amethyst $j",C[14]],"keeshond":["A &9 @6 fun 2D game $j @2 @4",C[80]],"solana-chacha-sys":["&k chacha-$s","1.1.23"],"sessions":["General sessions &7 @2 web services","0.4.0"],"oso-derive":["@8 @2 oso, an open source policy $j @2 authorization that’s $y in &f $A","0.26.4"],"noise_search":["Nested Object Inverted Search Engine","0.8.0"],"ohnomore":["Transformations @2 TüBa-D/Z lemmas",C[3]],"ark-ed-on-bw6-761":["A Twisted Edwards curve defined over @7 scalar field of @7 BW6-761 curve","0.4.0"],"fswatch-sys":["FFI @3 @6 a @4 @k @2 libfswatch",C[89]],"liquid-lib":[C[183],"0.26.1"],"libtor-derive":["^6 #[@a] @8 @2 libtor","0.1.2"],"bracket-pathfinding":["Pathfinding @6 field-of view @r. A Star, Dijkstra. Part of @7 bracket-lib family.","0.8.7"],"cxxbridge-flags":["Compiler $o of @7 `cxx` @5 (@1 detail)","1.0.93"],"inkwell":[C[791],C[5]],"shared-bus-rtic":["@G @r @2 sharing peripheral communication buses in an RTIC $A","0.2.2"],"xcb-util":["@4 @3 @6 &H @2 XCB $T @p.","0.4.0"],"web-log":["$5 @r to write &w browser's console","1.0.1"],"unicode_hfwidth":["$n @2 $W characters in @7 ^y \"Halfwidth @6 Fullwidth Forms\" block.",C[0]],"v-common-v8":[C[118],"0.1.124"],"wraptest":["A @l way to run $f before @6 after every unit ^V","0.2.1"],"^G_resourcegroupstaggingapi":["AWS SDK @2 @4 - AWS Resource Groups Tagging $z @ 2017-01-26",C[7]],"cargo-bom":["Bill of Materials @2 @4 Crates","0.6.5"],"hsl":["Represent colors in HSL @6 convert $d HSL @6 RGB.",C[5]],"nash-native-client":["^S @s @c @2 ^e @9 nash exchange via websockets","0.3.0"],"cpio_reader":["A @0 to read @7 contents of cpio @M",C[5]],"penny":["ISO-4217–compliant currency @0",C[0]],"timetracking":["$5 ^5 tracker @9 @l @L @E","1.5.20"],"tokio-rusqlite":["^s handle @2 rusqlite @0.","0.3.0"],"swc_html_^i":["Utils @2 HTML","0.14.38"],"device_^Z":["Reads @6 parses Linux device ^Z images","1.1.0"],"sp-consensus-slots":[C[470],C[35]],"visible":["Attributes to override @7 visibility of items.","0.0.1"],"fuel-core-types":["^o @K @6 @e &m by Fuel @R @o.","0.17.4"],"pijul-macros":["$R $r to write libpijul.",C[3]],"rocket-file-cache":["An in-$h $I cache @2 @7 Rocket web @h.","1.0.0"],"cargo-go":["A Cargo ^U to ease navigation to @7 crates.io, documentation, home, andrepository pages of a @U.","0.4.4"],"gate_$m":["Build @r @2 Gate, a specialized 2D game @0","0.6.3"],"figment":["A $o @0 so con-free, it's unreal.","0.10.8"],"gstreamer-webrtc-sys":["FFI @3 to libgstwebrtc-1.0",C[46]],"@s_icu_uloc":["Native @3 to @7 ICU4C @0 @F Unicode.uloc.h","3.0.0"],"dont_disappear":["Tiny @5 @x prevents @7 console window @F closing when @7 ^J finishes.","3.0.1"],"lrpc-macros":["lrpc's ^R @8","1.0.0"],"libsamplerate":["A pure C2Rust transpiled @X of libsamplerate.",C[4]],"etk-asm":[C[82],"0.2.1"],"sse-client":["Client @2 streams of Server-Sent Events","1.1.1"],"dprint-plugin-typescript":["TypeScript @6 JavaScript $f formatter.","0.84.0"],"^G_elasticbeanstalk":["AWS SDK @2 @4 - AWS Elastic Beanstalk @ 2010-12-01",C[7]],"smelling_salts":["Abstraction over OS APIs to handle @T device waking",C[61]],"tinystr":["A small ASCII-only bounded length $9 &4.","0.7.1"],"gstreamer-app-sys":["FFI @3 to libgstapp-1.0",C[46]],"protoc-bin-vendored-linux-x86_32":["protoc ^8 @2 linux-x86_32 compiled by Google @6 bundled in this @5.","3.0.0"],"sled_sync":["testable &Q @K @2 @7 sled $P @h","0.3.0"],"atsamd21g18a":["Peripheral ^p $z @2 ATSAMD21G18A $8 ($D @v svd2rust)","0.7.1"],"cargo-prune":["Prune ^r cache",C[0]],"ldap3_proto":["LDAP ^1 @J @2 Tokio","0.3.1"],"crc_all":["A Pure @4 @g of Generic CRC Algorithm","0.2.2"],"tokio-io-utility":["Some ^H @p @2 $Q::io.","0.7.5"],"fs-lock":["Locked @M @x can be $r ^K normal File",C[4]],"aws-sdk-codedeploy":["AWS SDK @2 AWS CodeDeploy",C[1]],"ecpool":["Thread pool @2 managing executions of erasure coding","1.0.2"],"ringbuffer-spsc":["A &9 &L-^Q single producer-single consumer ring buffer","0.1.9"],"bytepack":["bytepack offers a Read @6 Write $Z ^7 generalized @2 any packed @L ^a.","0.4.1"],"numeric":["N-dimensional matrix class @2 @4","0.1.4"],"send_@k":["$J @4 @0 implements a @k ^a called SendWrapper $G allows you to move $S non-Send typesbetween threads, as long as you ^p @7 contained &p only @F within @7 original &L. You also have tomake sure @x @7 @k is dropped @F within @7 original &L. If any of these constraints is violated,a panic occurs.","0.6.0"],"pyo3-derive-backend":[C[341],"0.12.5"],"minicov":["Code coverage @6 profile-guided optimization @j @2 no_std @6 $y programs","0.3.1"],"thirtyfour":["Thirtyfour is a Selenium / WebDriver @0 @2 @4, @2 automated website UI testing.It supports @7 full W3C WebDriver spec.","0.32.0-rc.6"],"uu_sort":["sort ~ (uutils) sort input lines",C[32]],"l337-postgres":["l337 ^N @2 $Q-postgres",C[14]],"geo-booleanop":["@4 @1 of @7 Martinez-Rueda Polygon Clipping Algorithm","0.3.2"],"candid_@a":["$R @1 of #[@a(CandidType)] @2 @7 Candid.","0.6.0"],"text_placeholder":["A flexible text template $j","0.4.0"],"kanaria":["$J @0 @n @p such as hiragana, katakana, half-width @6 full-width mutual conversion @6 discrimination.",C[0]],"wasi-experimental-http-wasmtime":["Experimental &K @0 @2 $3 in Wasmtime",C[6]],"crc-catalog":["Catalog of CRC $Y ($D @F http://reveng.sourceforge.net/crc-catalogue) expressed as @l @4 ^I.","2.2.0"],"jackiechan":["Bounded mpsc channel optimized @2 lazy bulk $p","1.0.0"],"sway-ast":[C[50],"0.35.5"],"grpcio-sys":[C[446],"0.12.1+1.46.5-patched"],"nonzero_signed":["DEPRECATEDRust's std lib will stabilize their own signed NonZero @e in @4 1.34, pleaseuse those &6 if you're @v @4 1.34 or greater. You can find them instd::num or @R::num.DescriptionA small set of @e @2 signed nonzero integers.","1.0.3"],"ark-mnt6-753":["^o MNT6-753 pairing-&x elliptic curve","0.4.0"],"censor":["A @l text profanity filter","0.3.0"],"barter":["Framework @2 $L event-driven live-trading & backtesting engines","0.8.12"],"readings-probe":["Probe @2 vital ^j ^F &W","0.1.4"],"udev":["libudev @3 @2 @4","0.7.0"],"snarkvm-console-types-scalar":[C[44],C[45]],"secur32-sys":["Contains @P @Q @2 @7 $w $z @0 secur32. See winapi @2 @e @6 constants.",C[0]],"easy-plugin-parsers":["Parsers $r internally by @7 easy-$H @5.","0.11.8"],"casbin":["An authorization @0 @x supports ^p control models ^K ACL, RBAC, ABAC.","2.0.9"],"sc-allocator":[C[391],"14.0.0"],"unsafe-io":["unsafe-io has been renamed to io-extras",C[14]],"rusty_ulid":["@4 ULID (Universally Unique Lexicographically Sortable Identifier) $q @6 processing","2.0.0"],"localnative_cli":["localnative app @N &r $T","0.3.7"],"libhandy":["@4 @3 @2 libhandy",C[388]],"named_^a_@a":["^B @j @2 named_type","0.2.2"],"minimal-lexical":["Fast float @C conversion routines.","0.2.1"],"bpf-sys":["@J @2 libbpf","2.3.0"],"tmp1x2":["Platform-&h @4 &c @2 @7 TMP102 @6 TMP112 digital temperature sensors.","0.2.1"],"gix":["Interact @9 git repositories just ^K git would","0.42.0"],"collenchyma":["high-$7 computation on any hardware","0.0.8"],"roots":["@m of well known $Y @2 numerical root finding.","0.0.8"],"fr32":["Filecoin proofs Fr/32-byte conversion tooling","7.0.0"],"harmony":["A @m @2 simulating games of Harmony","0.2.1"],"wai-bindgen-wasmer-impl":["Generate WAI glue @2 a @4 Wasmer host","0.2.3"],"rustc_@X":["A @0 @2 querying @7 @X of a installed rustc $E","0.4.0"],"sc-executor-common":[C[105],C[46]],"cstr-macro":["$R @2 ^g CStrings ^Y allocations",C[4]],"hex-display":["Display impl @2 byte slices $G @n a hexdump","0.3.0"],"hubpack_@a":["^B @d @2 hubpack.",C[5]],"assay-proc-macro":[C[959],C[5]],"fastrlp-derive":[C[692],"0.1.5"],"parity-wordlist":["Word list $r to ^v brain wallets @2 Parity.","1.3.1"],"fugit-timer":["A Count Down Timer abstaction @x uses fugit ^5 @K","0.1.3"],"teloxide-macros":["^o teloxide's $0 @8","0.7.1"],"reset-router":["A RegexSet @t path router @2 Hyper","0.8.3"],"nu_$H_s3":["An S3 $H @2 Nushell",C[93]],"unsafe-any":[C[47],"0.4.2"],"sublock":["Variants of RwLock/RefCell @x @j sublocks, opened @2 &B if @7 main `RwLock` is opened @2 &B, opened @2 $u if @7 main `RwLock` is opened @2 $u.",C[0]],"acid-store":["A @0 @2 secure, deduplicated, transactional, @6 verifiable @L $O",C[2]],"winit":[C[298],"0.28.3"],"emacs-rs-module":["An Emacs dynamic &7 @x helps developing other dynamic modules, in @4",C[48]],"ruma-api-macros":[C[192],"0.20.1"],"unic-char-range":["UNIC — ^y Character Tools — Character Range @6 Iteration","0.9.0"],"glow_glyph":["A &9 text renderer @2 glow, powered by glyph_brush","0.5.1"],"str_stack":["A $9 ^k @2 allocating many write-once strings.This @0 is primarily useful @2 @C where you need to repeatedly buildmany $c, &m them, @6 then throw them away. Instead of allocating many independent $c, this @0 will put them all in @7 same buffer.",C[4]],"xsalsa20poly1305":["Pure @4 @1 of @7 XSalsa20Poly1305 (a.k.a. NaCl crypto_secretbox)authenticated &t $a","0.9.0"],"du-dust":["A more intuitive @X of du","0.8.5"],"tari_broadcast_channel":["Bounded non-blocking single-producer-multi-consumer broadcast channel","0.3.0"],"threed-ice-sys":["^o @U @n @3 to 3D-ICE.","0.3.0"],"snarkos":["A ^d operating @Z","2.0.2"],"nixinfo":["A lib @5 @2 gathering @Z info such as cpu, distro, $U, kernel, etc in @4.","0.3.3"],"cargo-vcpkg":["A $1 ^U to $m a vcpkg ^Z @F &5 entries in Cargo.toml fora top @O @5 @6 @7 ^4 @x it depends on.","0.1.7"],"mop-solvers":["Solvers @2 MOP",C[3]],"data-rw":["io buffer write reader.","1.6.2"],"slip-codec":["Serial Line Internet ^1 (SLIP) encoder/decoder","0.3.4"],"ekiden-grpcio":[C[699],"0.3.2"],"taplo-lsp":["Language @W @2 Taplo","0.6.0"],"goose":["A load $v @h inspired by Locust.",C[19]],"transaction-pool":["Generic transaction pool.","2.0.3"],"ra_ap_flycheck":["TBD",C[40]],"aptos-crypto":["Aptos &d","0.2.7"],"qt_$m_^C":[C[872],"0.2.4"],"internet2":["@4 @1 @2 @7 stack of Internet2 protocols","0.9.0"],"newtype_@a":["$J @5 @n @8 @2 deriving $b $4 @2 newtype @H.","0.1.6"],"lapjv":["Linear Assignmment Problem solve @v Jonker-Volgenant $a","0.2.1"],"ws2812-pio":["Driver @1 @2 @7 WS2812 smart LED @v @7 RP2040's PIO peripheral.","0.6.0"],"kalk":["A math evaluator @0 @x supports user-defined @p, variables @6 units, @6 can handle fairly ambiguous syntax.","3.0.3"],"ssdp-client":["An @T @0 @2 discovering, notifying @6 subscribing to devices @6 services on a $N.","1.0.0"],"typedef":["Identify, compare @e or print ^a names.","0.3.2"],"intmap":["Specialized HashMap @2 u64 keys","2.0.0"],"exec":["Use @7 POSIX exec @P to replace @7 running ^J @9 another","0.3.1"],"dhcp4r":["IPv4 DHCP @0 @9 ^2 @W example.","0.2.3"],"ndarray":["An n-dimensional array @2 general elements @6 @2 numerics. &T array views @6 slicing; views @j chunking @6 splitting.","0.15.6"],"libgpg-error-sys":["Raw @3 @2 libgpg-^X","0.6.0"],"imgui-wgpu":["A wgpu render $l @2 imgui-rs.","0.22.0"],"apca":["A @5 @2 ^e @9 @7 Alpaca $z.","0.26.2"],"f3":["Board Support Crate @2 @7 STM32F3DISCOVERY",C[9]],"coord":["A @l, ergonomic vector mathematics @5",C[39]],"stdweb-derive":["^B @8 @2 @7 `stdweb` @5","0.5.3"],"libwebp":["A ^x to libwebp","0.1.2"],"aes":["Pure @4 @1 of @7 Advanced Encryption Standard (a.k.a. Rijndael)","0.8.2"],"tendermint-abci":["tendermint-abci @n a @l @h @9 $G to $m low-@O @z on top of Tendermint.",C[41]],"routerify-query":["A Routerify ^u $G parses @7 request query $9.","3.0.0"],"aptos-logger":["Aptos logger","0.2.7"],"fstr":["Stack-allocated fixed-length $9 ^a","0.1.4"],"copy_@F_str":["An ^7 $Z to copy a $9 &w another $9","1.0.5"],"rt_ref":["^6 `Ref` @e @2 `rt_ref` @6 `rt_vec`.",C[0]],"opencv":["@4 @3 @2 OpenCV","0.78.0"],"redb":["@4 Embedded DataBase",C[2]],"wai-bindgen-rust":[C[201],"0.2.3"],"par-map":["Parallel map @6 flat_map.","0.1.4"],"pc-ints":["PC retro interrupts (BIOS, DOS, VGA, DPMI, etc.).","0.3.2"],"^G_sdb":["AWS SDK @2 @4 - &I SimpleDB @ 2009-04-15",C[7]],"extreme":["Extremely boring @B @P runner. MIT/Apache-2.0 license is available @2 spacejam's github sponsors.","666.666.666666"],"zenoh-protocol-core":[C[49],C[26]],"graphite":["A &9, pure @s graphite @1. Includes whisper, carbon, @6 graphite.","0.2.3"],"iced_glutin":["A glutin @y @2 Iced","0.7.0"],"pizarra":["^o $l @2 a @l vector hand-drawing $A","2.0.4"],"opimps":["A @l @0 of ^T @8 to assist @9 overloading operators @2 borrowed @6 owned @L.","0.1.4"],"cobalt-bin":["Static site @A $X in @4","0.18.3"],"sp-trie":["Patricia trie stuff @v a parity-scale-codec node @E",C[90]],"keyvalues-parser":["A @i/renderer @2 vdf text",C[4]],"aptos-temppath":["Temporary path @r","0.2.7"],"structopt":["Parse @N &r argument by defining a &y.","0.3.26"],"mbedtls-sys-auto":["@4 @3 @2 MbedTLS.This @X generates @7 correct @3 at &z ^5 @v ^w.","2.28.0"],"puffin-imgui":["ImGui GUI @3 @2 @7 Puffin profiler","0.20.1"],"snarkvm-circuit-account":["Account circuit @0 @2 a ^d &M ^L",C[45]],"rp2040-hal":["A @4 Embeded-HAL impl @2 @7 rp2040 microcontroller","0.8.0"],"ssh2":["@J to libssh2 @2 ^e @9 SSH servers @6 executing remotecommands, forwarding local ports, etc.","0.9.4"],"crm":["crm can help you easy @6 &9 switch $d different $1 registries, now include: sjtu, tuna, ustc, rsproxy, bfsu, nju, hit.","0.1.9"],"lewton":["Pure @4 vorbis decoder",C[72]],"english-numbers":["Convert integers to $X English &Z @E","0.3.3"],"minidump":["A @i @2 @7 minidump @E.","0.15.2"],"shell":["Generic shell @j. Also incudes @j @2 colors @6 ^X printing.","0.3.2"],"furse":["A @l @4 @k @2 @7 official CurseForge $z","1.5.9"],"token-generator":["It returns an unsed token",C[4]],"dpdk-sys":["dpdk-$s","0.1.5"],"parse-generics-shim":["A stable shim @2 @7 proposed RFC #1583; @n @8 @2 @C generics @6 where clauses.",C[5]],"embedded-text":["TextBox @2 $y-&i",C[3]],"neat-gru":["NEAT $a @9 GRU gates","1.4.0"],"toy-rpc-macros":["$R @2 toy-rpc",C[233]],"enum_meta":["Add &5 to Enum Variants","0.6.0"],"sp-externalities":["Substrate externalities $k",C[48]],"ydcv-rs":["A @s @X of YouDao Console Version","0.5.2"],"hcl-rs":["HCL @i @6 formatter @2 @s @9 $2 @j",C[22]],"mini-moka":["A lighter edition of Moka, a &9 @6 &Q cache @0",C[6]],"sway-parse":[C[50],"0.35.5"],"equiv":[C[11],"0.1.3"],"ahash":["A non-$M &Y @P @v AES-NI @2 high $7","0.8.3"],"tower-ready-cache":["Caches a set of services","0.3.1"],"alloc_counter_@d":["^o #[no_alloc] @d @2 @7 alloc_counter @5.","0.0.2"],"pleco":["A blazingly-&9 chess @0.",C[3]],"^G_datapipeline":["AWS SDK @2 @4 - AWS Data Pipeline @ 2012-10-29",C[7]],"blz-nx":["@5 $W BLZ ^0 @2 @7 Nintendo Switch","1.0.1"],"lapacke-sys":["^o @U @n @3 to LAPACKE (C).","0.1.4"],"crabquery":["JQuery ^K HTML query @0","0.1.9"],"grin_store":[C[234],"5.1.2"],"webkit2gtk-webextension-sys":["@4 @3 @2 @7 webkit2gtk-webextension @0",C[53]],"os-str-generic":["Add missing ^M @D to OsStr",C[0]],"lz_fnv":["Fowler-Noll-Vo &Y @p @2 various integer @e","0.1.2"],"clear_on_drop":["Helpers @2 clearing sensitive @L on @7 stack @6 heap","0.2.5"],"rbx_reflection_$P":["Bundled reflection $P @2 Roblox projects","0.2.5+roblox-530"],"&u_vcruntime":["Statically link @7 VCRuntime when @v @7 MSVC toolchain.","2.0.0"],"colorgrad":["Color scales @0 @2 @L visualization, charts, games, generative art @6 others.","0.6.2"],"lexical":[C[132],"6.1.1"],"stacker":["A stack growth @0 useful when $t deeply recursive $Y thatmay accidentally blow @7 stack.","0.1.15"],"email_address":["A @4 @5 ^D an @1 of an RFC-compliant `EmailAddress` newtype.","0.2.4"],"file-sniffer":["Command-&r &V to find $m artifacts @6 junk on &f computer.","3.0.1"],"bootloader-locator":["Retrieves @7 $I @Z location of a `bootloader` ^r","0.0.4"],"tera":["Template $j @t on Jinja2/Django templates","1.18.1"],"w5500-hl":["Driver @2 @7 Wiznet W5500 internet offload chip.","0.9.0"],"steamid-ng":["An easy-to-&m steamid ^a @9 @p to parse @6 render steam2 @6 steam3 IDs","1.0.0"],"clap-v3":[C[370],C[55]],"bevy_prototype_debug_lines":["A prototype $H ^D a @l &r drawing $z @2 bevy.",C[16]],"rounded-div":["Get rounded result of an integer division","0.1.2"],"flatbuffers-verifier":["Support @0 @2 @7 flatbuffers verifier $D by cfbc.","0.2.1"],"reasonable":["An OWL 2 RL reasoner @9 reasonable $7","0.2.1-alpha9"],"clio":["A @0 @2 @C CLI $I names","0.2.7"],"symbolic-minidump":["A @0 to ^F @6 inspect Minidump crash reports","8.8.0"],"fastbloom-rs":["Some &9 bloom filter &v by @4 @2 Python @6 @4!","0.5.3"],"vector3d":["A @l 3D vector ^a.","0.2.1"],"docql":["Generate &u HTML documentation @2 GraphQL APIs.","0.3.2"],"languageserver-types":[C[531],"0.54.0"],"glhelper":["Convenience methods @2 opengl.",C[51]],"fmt":["Format",C[4]],"nuid":["A highly performant unique identifier @A.","0.4.1"],"atsamd21g":["Peripheral ^p $z @2 ATSAMD21G $8 ($D @v svd2rust)",C[12]],"cntr-fuse":["@4 @0 @2 filesystems in userspace (FUSE) (fork @9 @D needed @2 @7 cntr $B)","0.4.1"],"fastobo":["Faultless AST @2 Open Biomedical Ontologies.",C[25]],"prometheus_wireguard_exporter":["Prometheus WireGuard Exporter","3.6.6"],"micro-timer-macros":["$R @2 @7 micro-timer @5","0.4.0"],"serde-lexpr":["Serde @j @2 Lisp S-&U","0.1.3"],"tree-sitter-json":["json grammar @2 @7 ^Z-sitter @C @0",C[38]],"form_urlencoded":["&N @6 serializer @2 @7 $A/x-www-form-urlencoded syntax, as $r by HTML forms.","1.1.0"],"kalk_cli":["A calculator @x supports user-defined @p, variables @6 units, @6 can handle fairly ambiguous syntax.","0.5.4"],"aptos-module-verifier":[C[501],"0.2.7"],"wasm-bindgen-cli-support":["Shared @j @2 @7 wasm-^w-cli @U, an ^n ^r","0.2.84"],"rev_buf_reader":["Crate @x @n a buffered reader capable of &B chunks of bytes of a @L &g in reverse order. Its @1 is an adapted copy of BufReader @F @7 nightly std::io.","0.3.0"],"keccak-hash":["`keccak-&Y` is a set of $T @p to facilitate ^2 @9 Keccak hashes (256/512 bits long).",C[6]],"define_^X":["A @0 @2 easily defining an ^X ^a.","4.0.1"],"color-spantrace":["A pretty printer @2 tracing_error::SpanTrace @t on color-backtrace",C[0]],"shuffling-allocator":["A shuffling ^k, randomizing heap object locations; useful @2 avoiding accidental cache locality during benchmarking, $G can obscure $7 evaluation.","1.1.2"],"^c_libra_ir_to_bytecode_syntax":["Libra ir to bytecode syntax",C[76]],"mmapio":[C[491],"0.9.1"],"spirit-hyper":["Hyper &b @2 Spirit","0.9.0"],"femtovg":["Antialiased 2D vector drawing @0","0.6.0"],"bigml_@a":["^6 `@a` @j @2 unofficial BigML @c @3","0.4.1"],"random-number":[C[98],"0.1.8"],"dockworker":["Docker daemon $z @c. (a fork of Faraday's boondock)","0.1.2"],"amplify_@a":["Powerful derivation @8; part of @7 'amplify' @0","4.0.0-alpha.6"],"tzdata":["see hourglass","0.4.1"],"ptx-linker":["NVPTX modules linker","0.9.1"],"bincode_ext":["Types & @p to extend @7 @D of bincode.","0.0.7"],"iq-cli":["Cargo-^K colored @N-&r interfaces",C[4]],"time-macros-impl":["@V @8 @2 @7 ^5 @5.","0.1.2"],"zeropool-bn":[C[52],"0.5.11"],"varu64":["A variable length @I @2 unsigned 64 bit integers.","0.7.0"],"dpdk-unix":["An ^n @5 to make it easier to iterate on unix requirements","0.3.0"],"core-rpc":[C[820],C[53]],"unicase":["A case-insensitive @k $S $c.","2.6.0"],"radix":["Convert any {u8, u16, u32, u64, u128, usize} to another radix","0.6.0"],"stronghold_$j":["A @s @1 of @7 IOTA Stronghold low-@O ^b","1.0.2"],"indexing":["Sound unchecked indexing @v “generativity”; a ^a @Z approach to indices, pointers @6 ranges @x are trusted to be in bounds.","0.4.1"],"icalendar":["Strongly typed iCalendar &3 @6 @i.","0.15.4"],"jq-src":["$z @2 compiling @6 link libjq @F source.","0.4.1"],"tokio-retry":["Extensible, @T retry behaviours @2 $6/$Q","0.3.0"],"lber":["An ASN.1/BER @i/encoder @t on nom","0.4.0"],"macaroons":["Cookie-^K bearer credentials @9 caveats @2 &D authorization","0.3.3"],"rust-gmp-kzen":[C[480],"0.5.1"],"deno-libffi-sys":[C[529],"0.0.7"],"cosmwasm-storage":[C[58],"1.2.3"],"uinput":["Linux uinput @k.","0.1.3"],"linkcheck":["A @0 @2 extracting @6 validating links.","0.4.1"],"lair_keystore":["secret lair private keystore","0.2.3"],"hamming":["Count ones, &9 (aka popcount, hamming weight). $J @n aperformant popcount @6 bitwise hamming distance @2 a slice of bytes.","0.1.3"],"json-deserializer":["Performant @0 to deserialize &J","0.4.4"],"lambda_http":[C[54],"0.7.3"],"rust-ssvm":["@4-SSVM - a Portable EWASM Engine Binding @4 &j","0.1.0-rc2"],"fp-bindgen-macros":["$R @2 fp-^w",C[55]],"rusp":["^o @4 USP toolkit","0.13.3"],"regalloc":["Modular register allocation $Y","0.0.34"],"swc":[C[77],"0.255.21"],"khronos-egl":[C[401],"4.1.0"],"quick-error":[C[894],"2.0.1"],"snarkvm-fields":["Fields @2 a ^d &M ^L",C[45]],"transformation-pipeline":["Middleware-esque $z @2 transforming @L.",C[4]],"gdnative":["^o Godot game engine's gdnative @3.",C[94]],"cargotest":["placeholder",C[4]],"libcnb-cargo":["Cargo @N @2 managing buildpacks $X @9 libcnb.rs","0.11.5"],"mongodb-gridfs":["An @1 of Mongo GridFS","0.2.5"],"compact_str":["A $h ^E $9 ^a @x transparently stores $c on @7 stack, when possible","0.7.0"],"flic":["Autodesk Animator FLI @6 Autodesk Animator Pro FLC $I encoder @6 decoder.","0.1.6"],"lazy-bytes-cast":["Lazy casts @F & to byte arrays","7.0.0"],"cxx-gen":["C++ $f @A @2 integrating `cxx` @5 &w higher @O ^C.","0.7.93"],"wasmer-engine-native":["Wasmer Native Engine","1.0.2"],"btoi":["Parse integers directly @F ASCII byte slices","0.4.3"],"unftp-sbe-fs":["A $O back-end @2 libunftp, storing @M on local disk","0.2.2"],"napi-sys":["NodeJS N-$z raw ^x","2.2.3"],"tokio-tcp":["TCP @3 @2 $Q.",C[56]],"simple-process-stats":["Get $h usage @6 CPU ^5 on Linux @6 $w","1.0.0"],"dashu-base":["&a $Z @Q @6 ^C @2 @7 `dashu` ^b","0.3.1"],"eventsourcing":["Event Sourcing @2 @4","0.1.5"],"example_dylib":["Example dynamic link @0 @2 executing tests of ^b @x load @6 operate on dynamic link ^b",C[4]],"cosmwasm-std":[C[598],"1.2.3"],"august":["A @5 & ^J @2 converting HTML to plain text.","2.4.0"],"string-error":["A minimal @s @0 to create errors out of $c.",C[4]],"cryptovec":[C[208],C[9]],"rust2vec":[C[613],"0.5.2"],"inline-python":["Inline Python $f directly in &f @4 $f",C[6]],"diesel_ltree":["Adds @j @2 @7 PostgreSQL ltree ^7 to Diesel","0.3.0"],"rand_chacha":["ChaCha random &Z @A","0.3.1"],"cursive_@R":["Core &P @2 @7 Cursive TUI","0.3.7"],"croaring":[C[674],"0.8.1"],"libstrophe-sys-bindgen":["@4 @3 @2 libstrophe, $D @v ^w","5.0.0"],"envelope":["An interpolatable Envelope $Z along @9 a ^M 2D Point $Z. Useful @2 controlling parameters over ^5.","0.8.1"],"traceroute":["@m @2 finding hosts on a path to a destination",C[5]],"emailaddress":["$5 email address ^a @6 @i","0.4.0"],"qoqo-macros":["$R @2 @7 qoqo @5","1.2.5"],"rustrict":["rustrict is a profanity filter @2 @4","0.7.4"],"sstable":["Sorted String Tables, an on-disk @E @2 storing immutable maps consisting of $9,$9 pairs, @6 retrieving &2 by key efficiently. $J @5 also features bloom filters, checksums @6 skipping bad blocks. It is @t on @7 $f &v @2 @7 rusty_leveldb @5.",C[6]],"rect_packer":["A rectangle packing @0. Heavily tested @9 random @L to ensure @x it always produces correct result.","0.2.1"],"aparato":["A pci.ids-compliant @0 @2 getting @Y about available PCI devices.","6.0.2"],"usvg-text-layout":["An SVG text layout @1.","0.29.0"],"rustlex":["Lexical analysers @A @2 @4, $X in @4","0.4.0"],"proc-macro-nested":["Support @2 nested ^R-@d-hack invocations","0.1.7"],"s2":["S2 geometric @0","0.0.12"],"^a_constructor":[C[319],"0.1.19"],"solana-genesis":[C[95],C[43]],"cc-traits":["&a @S $4","1.0.0"],"pea2pea":["A @l, low-@O, @6 customizable @1 of a TCP P2P node.","0.45.0"],"smallpt":["A small ray/pathtracer in @4, inspired by Kevin Beason's educational 99-lines ray/pathtracer (http://www.kevinbeason.com/smallpt/)","0.4.1"],"inter-struct-codegen":["Proc @d ^f @5 @2 merge-&y.",C[0]],"dmntk-common":["DMNTK | &a @Q",C[5]],"fiat-crypto":["Fiat-&d $D @4","0.1.19"],"stl_@i":["@4 .stl $I @i @6 slicer",C[4]],"mono-clock":["Embedded-^5 Clock @1 @v RTIC Monotonic",C[5]],"@Z_^X":["A @0 @2 cross @w @Z errors",C[5]],"smartcore":["Machine Learning in @4.","0.3.1"],"fuels-test-helpers":["Fuel @4 SDK ^V &b.","0.38.1"],"ckb-fixed-hash":["Provide several @l fixed-sized &Y @L ^a @6 their &u constructors.",C[57]],"secret-cosmwasm-storage":[C[58],"1.0.0"],"wedpr_l_&d_zkp_^i":["@m of WeDPR &q zkp @P ^i.","1.2.0"],"concrete-npe":["Noise parameter estimator @2 @7 concrete FHE @0.","0.3.0"],"sway-error":["Sway's ^X $W","0.35.5"],"@a_&3_@d":[C[59],C[12]],"nickel":["An express.js inspired web @h",C[14]],"state":["A @0 @2 ^Q @6 effortless global @6 &L-local state ^q.","0.5.3"],"serdect":["Constant-^5 $2 serializer/deserializer &b @2 @L @x potentiallycontains secrets (e.g. $M keys)",C[0]],"futures-await":["Async/await syntax @2 @4 through a $0 @d. $J @5 defines @7`#[@B]` @d @2 @p, @7 `await!` @d @2 @P bodies, andintends to be $r @9 @7 `$6` @5 on crates.io as well.",C[570]],"jcers":["jce in @s","0.1.2"],"rustdct":["Compute Discrete Cosine Transforms (DCT) of any size in O(nlogn) ^5, in pure @4.","0.7.1"],"lingua-malay-language-model":["^o Malay @b $V @2 Lingua, an &0 &o @b $g @0","1.0.1"],"ssd1351":["Driver @5 @2 @7 SSD1351 16bit colour OLED &s &c.","0.4.2"],"probe-run":["Runs $y programs just ^K ^S ones","0.3.6"],"libbreakpad-client-sys":["Native @3 to @7 google-breakpad @0",C[4]],"polywrap-wasm-rs":["Polywrap's @4-Wasm Runtime","0.10.0-pre.13"],"dirs2":[C[60],"3.0.1"],"ark-ff-asm":[C[73],"0.4.2"],"conduit-mime-types":["MIME ^a @Q @2 conduit","0.8.0"],"ra_ap_la-arena":[C[404],C[40]],"ramp-api":["A fully $D & opinionated $z @c @2 @7 Ramp $z.","0.3.1"],"tpmless-tpm2":["Various TPM 2 related @p ^Y @7 need of a live TPM","0.4.0"],"eframe":["egui @h - write GUI apps @x compiles to web @6/or natively","0.21.3"],"Gen_Prime":["A way to transform a &Y to a prime &Z","1.1.9"],"array_&V":["&S methods @2 processing ^O","1.0.3"],"neon-macros":["@V @8 supporting Neon",C[204]],"result-inspect":["Adds @7 missing Result::inspect() @P",C[0]],"json-request":["Make &J &K requests @9 automatic de/@q",C[0]],"geo-svg":["Convert geo @e to SVG $c @2 visualization",C[3]],"air-interpreter-interface":["&j of @7 AIR interpreter",C[2]],"zbus_systemd":["A pure-@4 @0 to interact @9 systemd DBus services","0.0.8"],"errer":[C[662],C[2]],"local-channel":["A non-threadsafe multi-producer, single-consumer, $6-aware, FIFO queue","0.1.3"],"unix_mode":["Decode Unix $I mode bits (even on non-Unix platforms)","0.1.3"],"smallvec":["'Small vector' optimization: store up to a small &Z of items on @7 stack","1.10.0"],"mrtd":["&N @2 ^L-readable travel documents (MRTD)","0.4.0"],"indexed_db_$6":["Future @3 @2 IndexedDB via web_sys","0.3.0"],"resvg-qt":["[&R] &m @7 resvg @5 &6.",C[16]],"jsonway":["&J $L DSL @6 configurable serializers @2 @4","2.0.0"],"apple-bundles":["&j @9 Apple bundle @K",C[19]],"symphonia":["Pure @4 media container @6 audio ^h @0.","0.5.2"],"primitive-types":["Primitive @e &q by Ethereum @6 Substrate",C[61]],"watchman_@c":["a @c @2 @7 Watchman $I watching &C","0.8.0"],"swc_timer":["Timings @2 swc","0.17.40"],"trillium":["a modular toolkit @2 $L @B web apps","0.2.6"],"tp-runtime":[C[288],"2.1.2"],"bytecodec":["A tiny @h @2 $t encoders/decoders of byte-oriented protocols","0.4.15"],"clang-format":["A basic clang-@E @4 @k","0.1.2"],"tor-netdir":["Types to represent @6 &m a Tor $N directory","0.8.0"],"async-graphql":["A GraphQL @W @0 &v in @4","5.0.6"],"bolero-kani":["kani $H @2 bolero","0.9.0"],"wasm-pack":["📦✨ &f favorite @s -> wasm workflow &V!",C[14]],"epoll":["Safe epoll @f.","4.3.1"],"locale_^W":["Maintains locale preferences @2 ^F @6 &L @6 initialises them byinspecting @7 @Z @2 user preference.","0.3.0"],"iced_wgpu":["A wgpu renderer @2 Iced","0.9.0"],"diesel-adapter":["Diesel adapter @2 casbin-rs","0.9.0"],"retry-after":["Retry-After header @2 Hyper's header &7","0.3.1"],"content-security-policy":["Will parse @6 validate Content-Security-Policy @O 3",C[3]],"crossbeam-sync":["Reserved @5 name @2 synchronization @r","0.0.0"],"quic-p2p":[C[422],"0.7.1"],"slack-morphism-hyper":["Slack Morphism Hyper/Tokio @j @0","0.41.0"],"opensrv-clickhouse":[C[68],"0.3.0"],"&u_table_@a":[C[195],"0.1.53"],"rocks":["RocksDB @3 @2 @4.",C[89]],"ckb-vm-aot":[C[778],C[35]],"marine-it-parser":["Fluence Marine @f @e @i",C[12]],"winauth":["$w Authentication in @4 (NTLMv2)","0.0.4"],"relm-gen-widget":["Utility @5 @2 relm-attributes @6 relm-@a",C[17]],"shaku_@a":["Code $q @2 @7 shaku ^r injection @h",C[9]],"activitystreams":["A set of @R @e @6 $4 @2 activitystreams @L","0.7.0-alpha.24"],"cursive_^Z_view":["A ^Z view @1 @2 cursive.","0.8.0"],"mpeg2ts":["MPEG2-TS ^h/@I @0",C[0]],"httpcodec":["Encoders @6 decoders @2 &K/1.x &8 @t on bytecodec @5","0.2.3"],"cacaos":["Core @0 @2 CACAO $4 @6 @L @H","0.5.1"],"lightning-invoice":["Data @H to parse @6 serialize BOLT11 lightning invoices","0.22.0"],"@F_variant":["^t @a From impls @2 enums","0.1.4"],"fdh":["Full Domain Hash (FDH) @2 extending @7 size of a &Y digest to an arbitrary length","0.8.1"],"lbfgsb-sys":["^o @U @n an @f to L-BFGS-B fortran routine",C[4]],"wagyu-zcash-parameters-1":[C[62],C[0]],"linfa-kernel":["Kernel methods @2 non-linear $Y",C[9]],"pallet-assets":["FRAME asset ^q pallet",C[97]],"exonum-keys":["Exonum node keys ^q.","1.0.0"],"mrml":["@4 @1 of MJML renderer","2.0.0-rc1"],"utf8_iter":["Iterator by char over potentially-invalid UTF-8 in &[u8]","1.0.3"],"symphonia-codec-adpcm":["Pure @4 ADPCM audio decoder (a part of $B Symphonia).","0.5.2"],"rocket_db_pools_^f":["@V @8 @2 rocket_db_pools.",C[129]],"simple-matrix":["A @l ^M matrix @0","0.1.2"],"@9_builtin_@8":[C[63],"0.0.3"],"pkcs11-uri":["PKCS #11 URI @i","0.1.3"],"eager":["Crate @2 eager @d expansion.",C[4]],"wezterm-dynamic-derive":[C[70],C[4]],"dynomite-derive":["Derives AWS DynamoDB dynomite @e @F ^S @4 &y @e",C[6]],"hkalbasi-rustc-ap-rustc_index":["^t published @X of @7 @U `rustc_index` in @7 hkalbasi/@s &O @F commit 56126fb149ea810db234e210893833e97a5c8e36 ^o publishing script @2 this @5 lives at: https://github.com/hkalbasi/rustc-auto-publish",C[64]],"navigation":["@G basic navigation $d GPS waypoints","0.1.7"],"bondrewd-derive":[C[314],"0.3.18"],"netio":["Alternative @1 of parts of `std::io`, better suited @2 blocking IO over networks.",C[9]],"pipegen":["A @A @2 @L $C app @v pipebase @h","0.2.2"],"asm-delay":["no_std @1 of $y-hal DelayMs & DelayUs @t on arm::delay","0.9.0"],"ra_ap_cfg":["TBD",C[40]],"picky-asn1":["Provide ASN.1 @l @e","0.7.1"],"envfile":["Buffer an $U $I &w an in-$h map, update @7 map, @6 write back to @7 $I","0.2.1"],"wycheproof":["Wycheproof ^V vectors",C[3]],"webm-sys":["@4 FFI @3 @6 @k @2 libwebm","1.0.3"],"varisat-formula":["Basic formula @L @e $r by @7 Varisat SAT solver","0.2.2"],"jsonrpc-macros":["&S @8 @2 jsonrpc-@R","10.1.0"],"gfx-auxil":["@g details &q $d gfx-rs backends",C[6]],"ed25519":["Edwards Digital Signature Algorithm (EdDSA) over Curve25519 (as specified in RFC 8032)@j @0 ^D signature ^a @Q @6 PKCS#8 private keydecoding/@I @j","2.2.0"],"diff":["An LCS @t slice @6 $9 diffing @1.","0.1.13"],"tetsy-hash256-std-hasher":["tetsy ^z @0 hasher @2 256-bit prehashed keys.",C[75]],"s2n-quic-core":[C[42],C[34]],"breadx":["Pure-@4 X11 connection @1 @9 a focus on adaptability","3.1.0"],"pulp":["Safe ^M simd","0.11.6"],"json-keypath-iter":["Iterator @2 traversing $2 json objects, yielding a flattened path @6 &p of each element.",C[4]],"parity-rocksdb-sys":[C[177],"0.5.6"],"bevy-glsl-to-spirv":["&X. $J @5 is a temporary measure until ^S @s shader compilation ^K https://github.com/gfx-rs/naga lands.","0.2.1"],"jemallocator-global":["Sets `jemalloc` as @7 `#[global_allocator]`","0.3.2"],"solana-zk-token-proof-program":["&k Zk Token Proof Program",C[43]],"prost-wkt-build":[C[65],"0.4.1"],"dyn-fmt":["@G dynamic $9 @E.","0.3.0"],"vented":["Event driven encrypted tcp communicaton","0.11.7"],"gfx_device_dx11":["DirectX-11 $l @2 gfx-rs","0.8.2"],"libpijul":["Core @0 of Pijul, a &D @X control @Z @t on a sound theory of collaborative work.",C[66]],"mwalib":["A @0 to simplify &B Murchison Widefield Array (MWA) raw visibilities, voltages @6 &5.",C[17]],"sophia_inmem":["A @4 toolkit @2 RDF @6 Linked Data - In-$h Graph @6 Dataset @u",C[67]],"der-parser":[C[745],"8.2.0"],"crushtool":["A @0 to encode @6 decode Ceph's crushmap","0.3.10"],"scalyc":["Compiler @2 @7 Scaly $F @b","0.0.6"],"emath":["Minimal 2D math @0 @2 GUI work",C[21]],"cmac":["Generic @1 of Cipher-@t Message Authentication Code","0.7.2"],"repackage":["An infernal &V to repackage a .@5 $I under another name",C[5]],"actix-identity":["Identity &C @2 Actix Web","0.5.2"],"llhd":["A Low Level Hardware Description @x acts as a foundation @2 $L hardware design ^C.",C[17]],"nifti":["@4 @1 of @7 NIfTI $I @E",C[53]],"syn-codegen":["Syntax ^Z describing Syn's syntax ^Z","0.3.0"],"cretonne-frontend":["Cretonne IR &3 ^H","0.13.2"],"protoc-grpcio":["$z @2 programatically invoking @7 grpcio (grpc-rs) gRPC $E","3.0.0"],"vcsgraph":["A @0 to perform various computation of a @X control graph",C[0]],"crc":["@4 @1 of CRC @9 @j of various standards","3.0.1"],"defer-lite":["A ^P high-$7 @1 of Go's defer statement.","1.0.0"],"ckb-sync":["^o ckb sync/relayer protocols @1",C[57]],"panic-probe":["Panic handler @x exits `probe-run` @9 an ^X $f","0.3.0"],"dusk-bls12_381":["Fork of @7 @1 of @7 BLS12-381 pairing-&x elliptic curve construction @9 some extra tooling needed by @7 Dusk team","0.11.2"],"swc_ecma_transforms_classes":["&S @2 transforms @2 @7 swc $B","0.111.12"],"sass-sys":["Low @O ^x @2 @7 Sass @0","0.4.22"],"iter-read":["A Read @1 @2 iterators over u8 @6 related @e","0.3.1"],"cht":["Lockfree resizeable &Q &Y table.",C[3]],"meval":["A @l math expression @i @6 evaluator.",C[0]],"oxygengine-animation":["Animation &7 @2 Oxygengine",C[41]],"gradle-sync":["Small $T to synchronize @7 gradle @X @9 @7 $1 @X.",C[0]],"custom_^X":["Define custom errors ^Y boilerplate @v @7 custom_error! @d.","1.9.2"],"scancode":["Keyboard hardware scancode converter","0.1.2"],"nom-sql":["A SQL @i $X @v nom.","0.0.11"],"bele":["Big-Endian Little-Endian","0.9.0"],"remote-trait-object":["A remote method invocation @0 @t on $Z objects",C[3]],"stratum-client":["^o @c $f @2 @7 @4 Stratum (v1) @1.","0.9.19"],"vk-shader-macros-impl":["@g detail of vk-shader-@8","0.2.7"],"af_packet":["AF_PACKET @3 @2 @4, primarily to be $r @2 high-$7 $N security @z.","0.3.1"],"tectonic":["A modernized, complete, embeddable TeX/LaTeX $j. Tectonic is forked @F @7 XeTeXextension to @7 classic “Web2C” @1 of TeX @6 uses @7 TeXLive distributionof @j @M.",C[12]],"vte":["&N @2 $t $i emulators",C[14]],"chalk-solve":["Combines @7 chalk-$j @9 chalk-ir","0.89.0"],"extprim_literals_@8":["^6 @5 to @j `extprim_literals`. You typically don't need this @5 directly.","2.0.3"],"radix-heap":["Fast monotone priority queues","0.4.2"],"lm3s6965":["Interrupt @3 @2 @7 LM3S6965 microcontroller","0.1.3"],"newt":["@4 @3 @2 @7 Newt console UI @0","0.6.8"],"aws-sdk-dynamodb":["AWS SDK @2 &I DynamoDB",C[1]],"git-path":[C[24],"0.7.2"],"nextcloud-config-parser":["@4 @i @2 nextcloud ^W @M","0.7.0"],"clickhouse-srv":[C[68],"0.3.1"],"jlink_rtt":["Implements @7 JLINK RTT @o",C[0]],"stackdriver_logger":["A logger @2 Google's Stackdriver @9 a cli-&x fallback @2 local development","0.8.2"],"srp":["Secure Remote Password (SRP) @o @1","0.6.0"],"filecoin-proofs":["^o Filecoin specific aspects of $O-proofs, including a C @t FFI, to ^v @6 verify proofs.","14.0.0"],"rdma-core-sys":["rdma-@R-$s FFI @3",C[89]],"ark-module":["Ark Wasm &7 @1 ^H",C[389]],"gobble":["A Combinator @t @i @2 $c @x gets out of @7 way, @6 leaves &f $f looking ^K a grammer","0.6.3"],"sauron-component-macro":[C[544],"0.50.6"],"tree-sitter-config":["User $o of ^Z-sitter's @N &r programs",C[38]],"^G_clouddirectory":["AWS SDK @2 @4 - &I CloudDirectory @ 2017-01-11",C[7]],"jid":["A @5 $G @n a Jid &y @2 Jabber IDs.","0.9.4"],"apple-crash-report-parser":["Parses apple crash report text @M.",C[3]],"tracy-rs":["@4 @3 @2 @7 tracy realtime profiler","0.1.2"],"prost-serde":["A prost toolkit to $m protobuf @9 $2 @j.","0.3.0"],"grammartec":["^o Nautilus grammartec","0.3.0"],"file-serve":["&K Static File Server","0.2.1"],"racer-cargo-metadata":["light-weight $1 &5 @i @2 racer","0.1.2"],"openssl-macros":["^6 @8 $r by @7 openssl @5.",C[4]],"unic":["UNIC: ^y @6 Internationalization Crates","0.9.0"],"extprim":["Extra primitive @e (u128, i128)","1.7.1"],"lingua-latin-language-model":["^o Latin @b $V @2 Lingua, an &0 &o @b $g @0","1.0.1"],"two-lock-queue":["A MPMC channel @t on @7 michael-scott two lock queue $a.",C[5]],"tetsy-send-wrapper":[C[584],C[4]],"redox_installer":["A Redox filesystem &3","0.2.12"],"rumqttc":["An ^E @6 robust mqtt @c @2 &f connected devices",C[46]],"scale-decode":["Decode SCALE encoded bytes &w arbitrary @e at @y",C[3]],"aleo-std-profiler":["A profiler to measure @y $7",C[69]],"jsonrpc-derive":["High @O, typed @k @2 `jsonrpc-@R`","18.0.0"],"statistical":["A @l statistics @0","1.0.0"],"witchcraft-server-macros":["Macro @Q $r by witchcraft-@W","3.3.0"],"reproto-backend-csharp":[C[130],"0.3.36"],"atomic-waker":["A synchronization primitive @2 task wakeup","1.1.0"],"ketree":["A ^Z representing a symbolic expression @x can be created @9 Ketos.","0.5.2"],"libressl-pnacl-sys":["openssl linking provider @2 PNaCl/NaCl targets.","2.1.6"],"separator":["Formats &1 &w $c @9 thousands separators @2 readability.","0.4.1"],"memchr":["Safe @f to memchr.","2.5.0"],"solana-genesis-utils":["&k Genesis Utils",C[43]],"mysql_$b":["MySql @o @K","0.29.2"],"noodles-core":["Shared @r when ^2 @9 noodles",C[14]],"crypto-hashes":["Meta @5 @2 $M &Y @p $X in pure @4",C[6]],"tesseract":["Higher-@O @3 @2 Tesseract OCR",C[2]],"piecewise_polynomial":["Fitting @6 interpolation @9 piecewise polynomials",C[4]],"cretonne-entity":[C[188],"0.13.2"],"rat":["REST $z &V - query various REST APIs comfortably","0.4.12"],"gix-index":["A work-in-progress @5 of @7 gitoxide $B dedicated $t @7 git index $I",C[53]],"$2":[C[435],"1.0.158"],"stackful":["Bridge $d sync @6 @B","0.1.5"],"@I_literals":["UTF-16 literals @2 @4","0.1.2"],"pinned":["Synchronisation @K @2 !Send tasks.",C[4]],"ghp":["Import a folder to gh-pages branch easily!","0.1.2"],"bspline":["A @l ^M @0 @2 computing B-splines","1.1.0"],"mit-prepare-commit-msg":["$J hook is invoked by git-commit right after preparing @7 default log message, @6 before @7 editor is started.",C[99]],"urdict":["Urban dictionary commandline &V @6 dict @W","0.3.4"],"jokeyrhyme-dotfiles":["read my dotfiles &O @6 do stuff",C[7]],"k8s-csi":["@J @2 Kubernetes CSI","0.4.0"],"hyper-proxy":["A proxy connector @2 Hyper-@t @z","0.9.1"],"snax":["JSX-^K syntax @2 ^R @d authors","0.3.0"],"conduit-hyper":["Host a conduit @t web $A on a hyper @W","0.4.2"],"websession":["Web Session Support @2 @4",C[61]],"gtmpl":["^o Golang Templating Language @2 @4","0.7.1"],"rbspy-ruby-structs":["&S @5 @2 rbspy. Contains @4 @3 @2 various ^n Ruby @H @2 @X 1.9.3 to 3.x.",C[17]],"relm-attributes":["Attributes to simplify @7 &m of @7 relm @5",C[17]],"lite-json":["$5 &J @i. Wasm / no_std ready.",C[0]],"nispor":["Unified @f @2 Linux $N state querying","1.2.10"],"&q_$h_@a":["Support @5 @x @n @8 @2 @7 shared_memory @5.",C[6]],"uu_df":["df ~ (uutils) &s $I @Z @Y",C[32]],"signatory-secp256k1":[C[121],"0.99.0"],"indy-sys":["FFI @3 to Libindy C $z","1.16.0"],"solana-rpc-client-nonce-utils":["&k RPC Client Nonce $n",C[43]],"bb8-bolt":["A bolt-@c adaptor @2 @7 bb8 connection pool.","0.8.0"],"pyroscope":["Pyroscope Profiler Agent @2 continuous profiling of @4, Python @6 Ruby @z.","0.5.3"],"shadowsocks":[C[216],"1.15.3"],"imghdr":["@m @x determines @7 ^a of image contained in a $I or byte &g.","0.7.0"],"wezterm-dynamic":[C[70],C[4]],"rustix":["Safe @4 @3 to POSIX/Unix/Linux/Winsock2-^K syscalls","0.37.3"],"wasmonkey":["Patch a WASM object $I to replace a set of exported @p @9 imported @p @F another @0","0.1.17"],"hdpath":["Hierarchical Deterministic Path (BIP32, BIP43, BIP44, BIP49, BIP84)",C[9]],"rstats":["Statistics, Linear Algebra, Cholesky Matrix Decomposition, Mahalanobis Distance, Householder Decomposition, Hulls, Information Measures, Multidimensional Data Analysis, Machine Learning, Multithreading @6 more","1.2.44"],"concrete-commons":["&a ^C @2 @7 concrete FHE @0.","0.2.1"],"esp-hal-procmacros":["@V @8 @2 ESP-HAL","0.4.0"],"tokio-udev":["Non-blocking/^s Tokio @j @2 udev device events.","0.8.0"],"triggered":["Triggers @2 one ^5 events $d tasks @6 threads","0.1.2"],"block-cipher-trait":["&R: please switch to @7 `cipher` @5","0.99.0"],"crypto-ws-client":["A versatile websocket @c @x supports many cryptocurrency exchanges.","4.12.11"],"libcryptsetup-rs-sys":["Low @O @3 @2 libcryptsetup","0.2.3"],"evalexpr":["A powerful arithmetic @6 boolean expression evaluator","8.1.0"],"shippo":["An $z @c @2 Shippo","0.1.29"],"tugger-apple-codesign":[C[224],"0.8.0"],"doug":["A ^5 tracking @N-&r $T","1.10.0"],"kismet-cache":["A bounded multiprocess cache of @M on disk.","0.2.2"],"sphere":["Function @2 calculating volume @6 surface area of n-sphere.","0.3.0"],"unit_^V_^i":["@4 unilities @2 unit tests","0.1.3"],"reikna":["A work in progress math @0",C[74]],"pwnies":["🦄🦄🦄🦄🦄🦄🦄🦄🦄🦄","0.0.14"],"solana-noop-program":["&k Noop ^J","1.8.0"],"suffix":["Suffix arrays.","1.3.0"],"multiboot":["@m to ^p multiboot @H.","0.8.0"],"quire":["A YAML-@t $o @C @0","0.4.1"],"irust_api":["IRust $z","0.31.5"],"nisty":["NIST P256 signatures @2 Cortex-M4 $8",C[554]],"wedpr_l_&d_&Y_keccak256":["@m of WeDPR &q Hash Function &l by keccak256.","1.1.0"],"mio-aio":["POSIX AIO @3 @2 mio","0.7.0"],"uwuify-mdbook":["UwUifies &f mdbooks",C[0]],"fibers_tasque":["A `tasque` ^7 specialized @2 `fibers`","0.1.2"],"dither":["A ditherer @2 &u images @9 a variety of color palettes","1.3.10"],"microwave":["Make xenharmonic music @6 explore musical tunings.","0.34.0"],"utf8-cstr":["Type &H promising null termination @6 utf-8 validity. ^o intersection of `std::ffi::CStr` @6 `str`","0.1.6"],"github-app-auth":["@m @2 authenticating as a GitHub app","3.0.0"],"fp-core":["A @0 @2 functional $F in @4","0.1.9"],"slog-async":["^s drain @2 slog-rs","2.7.0"],"simulacrum_mock":["Core @D @2 ^g mock objects @9 Simulacrum.",C[4]],"redact-crypto":["Crypto &G @2 @7 Redact @h","2.7.1"],"elasticsearch-dsl":["Strongly typed Elasticsearch DSL","0.4.11"],"tint":["Color creation @6 manipulation","1.0.1"],"trust-dns-openssl":["Trust-DNS is a ^Q @6 secure DNS @0. $J is an ^7 @2 @7 Trust-DNS @c to &m $Q-openssl @2 TLS.","0.21.1"],"bolt-client-macros":["@V @8 @2 bolt-@c.","0.3.0"],"r2d2-oracle":["Oracle @j @2 @7 r2d2 connection pool","0.6.0"],"shippai":["failure in other languages","0.3.2"],"unicase_$2":["$2 Serialization @6 Deserialization @2 UniCase @5",C[4]],"gbdt":["A @1 of Gradient Boosting Regression Tree in @4 $F @b",C[5]],"canonical-path":["Path @6 PathBuf-^K @e @2 representing canonical filesystem paths","2.0.2"],"shuttle":["A @0 @2 $v &Q @4 $f","0.6.0"],"deno-libffi":[C[369],"0.0.7"],"baal":["&R","0.7.0"],"blkar":["Multithreaded archiver offering bit rot protection @6 sector @O recoverability","7.2.7"],"decimal":["Decimal floating point arithmetic @2 @4","2.1.0"],"attribute-derive-macro":[C[71],"0.6.0"],"resiter":["&S @5 @2 $W iterators over result","0.4.0"],"pkcs8":["Pure @4 @1 of Public-Key Cryptography Standards (PKCS) #8:Private-Key Information Syntax Specification (RFC 5208), @9 additionalsupport @2 PKCS#8v2 asymmetric key packages (RFC 5958)",C[16]],"sidekiq":["@4 Sidekiq Client",C[12]],"physx":["High-@O @4 @f @2 Nvidia PhysX",C[48]],"serde-protobuf":["Support @2 Google ^1 Buffers in combination @9 $2","0.8.2"],"tectonic_errors":["A boxed ^X ^a @2 Tectonic, @9 supporting @r.",C[0]],"parcel_css":[C[614],"1.0.0-alpha.32"],"testdir":["Semi-persistent, scoped ^V directories","0.7.3"],"ldap-parser":["&N @2 @7 LDAP @o (RFC 4511)","0.3.0"],"piston_meta_search":["A search $z @2 piston_meta",C[38]],"cedarwood":["efficiently-updatable double-array trie in @4 (ported @F cedar)","0.4.6"],"vte_^v_state_changes":["Proc @d @2 $x VTE state changes",C[5]],"async-pipe":["Creates an @T piped reader @6 writer pair @v tokio.rs","0.1.3"],"special":["^o @U @n special @p.",C[72]],"cardinal-use-invalidator":["Cardinal usage invalidator @6 counter","4.4.0"],"gstreamer-audio":["@4 @3 @2 GStreamer Audio @0","0.20.2"],"webauthn-rs-proto":["Webauthn Specification @J","0.4.9"],"lrpc":["local rpc","1.1.0"],"rust-i18n-extract":["Extractor @2 @s-i18n @5.","1.1.0"],"sval_json":["&J @j @2 @7 sval @q @h",C[342]],"dejavu":["@G @7 DejaVu font family @2 embedding","2.37.0"],"redox_syscall":["A @4 @0 to ^p raw Redox @Z calls","0.3.5"],"url-parse":["🔗 A @4 @0 @2 @C URLs.","1.0.5"],"tico":["Tico @n a path shortener @2 &m @9 @N prompts.","2.0.0"],"arraystring":["Fixed capacity stack @t ^M $9","0.3.0"],"finchers":["A combinator @0 @2 builidng @T &K services","0.13.5"],"nrf52832-pac":["Peripheral Access Crate @2 Nordic's nrf52832 microcontroller","0.12.2"],"rocket-simple-authorization":["$J @5 @n a request guard &3 $r @2 authorization.",C[72]],"solana-budget-api":["&k Budget ^J $z","0.20.5"],"uchardet":["Detect character encodings @v uchardet @0","2.0.4"],"cargo-profiler":["Cargo ^U to profile &f @z.","0.1.6"],"easy_reader":["A @4 @0 @2 easily navigating forward, backward or randomly through @7 lines of huge @M.","0.5.2"],"handlers":["A @d @2 $x systems of event handlers",C[6]],"eclectica":["Cool @6 eclectic @X ^N @2 any @b","0.8.5"],"async-native-tls":["Native TLS @v $6",C[3]],"doc-comment":["Macro to ^v doc comments","0.4.1"],"ark-ff-macros":[C[73],"0.4.2"],"opus":["Safe @4 @3 @2 libopus","0.3.0"],"bp-dbc":["Deterministic bitcoin commitments @0",C[149]],"fluent-locale":[C[567],C[16]],"http-service-hyper":["HttpService @W @x uses Hyper as $l","0.4.1"],"lambda-extension":["AWS Lambda Extension $z","0.8.0"],"minify":["Crate @2 text minification. Currently supported: html, json","1.3.0"],"banyan":["Persistent indexable ^Z @L $K","0.17.1"],"pcre2-sys":["Low @O @3 to PCRE2.","0.2.5"],"safe-proc-macro2":["A fork of `proc_macro2` @5 @9 unsafe $f removed.","1.0.36"],"openssl-sys":["FFI @3 to OpenSSL","0.9.82"],"embedded-hal-compat":["Compatibility layer @2 interoperability $d different $y-hal versions","0.7.0"],"cql_ffi":["A mostly ^Q @k of @7 DataStax C++ CQL driver.Works @9 both stable @6 nightly","0.2.1"],"cp_r":["Copy @M @6 directories recursively, preserving mtime @6 permissions","0.5.1"],"near-rpc-error-macro":[C[346],"0.16.1"],"uu_link":["link ~ (uutils) create a hard ($I @Z) link to FILE",C[32]],"rocket-basicauth":["A high-@O basic ^p authentication request guard @2 Rocket.rs","2.1.1"],"merge_@a":["^B @d @2 @7 merge::Merge $Z",C[4]],"^G_devicefarm":["AWS SDK @2 @4 - AWS Device Farm @ 2015-06-23",C[7]],"ckb-chain":["CKB Blockchain Service, Importing Blocks",C[57]],"threads_pool":["$J @U @n an easy way to create @6 manage &L pools, so you don't have to.","0.2.6"],"injective-cosmwasm":["@J @2 CosmWasm ^A to call &w custom modules of Injective Core","0.1.88"],"veml6070":["Platform-&h @4 &c @2 @7 VEML6070 UV light sensor.",C[4]],"graph-neighbor-matching":["Graph similarity score @v neighbor matching","0.9.0"],"pledge":["@4 ^x to OpenBSD's pledge(2) @f","0.4.2"],"nj-sys":["low @O ^x to Node N-$z","3.0.0"],"seax_scheme":["Scheme $E @2 @7 Seax VM.","0.3.0"],"pose":["An XSLT ^K templating @Z @2 @4","0.2.1"],"is-terminal":["Test whether a given &g is a $i","0.4.5"],"xml-rs":["An XML @0 in pure @4","0.8.4"],"crossterm_cursor":["A cross-@w @0 @2 moving @7 $i cursor.","0.4.0"],"ep-miniaudio-sys":["Raw @3 to @7 miniaudio C @0.","2.4.0"],"objc_exception":["@4 @f @2 Objective-C's throw @6 try/catch statements.","0.1.2"],"http-service-mock":["Creates a HttpService @W mock to ^V requests/responses against &f app",C[3]],"moisture":["Moisture is a @4-@t @C @0 intended @2 &m @9 $0 @8!",C[4]],"serde-hex":["Hexadecimal @I/^h @9 $2.",C[4]],"vsdb_@a":["Some procedure @d @u @2 vsdb.","0.45.0"],"cust_@a":["$R @2 cust",C[0]],"monitor":["Monitor synchronization construct",C[4]],"aws-smithy-types-convert":["Conversion of @e @F aws-smithy-@e to other ^b.","0.54.4"],"interoptopus_reference_$B":["A reference $B @2 Interoptopus backends to ^V interop $q.","0.14.15"],"rbx_@e":["Types $r to represent Roblox &2","1.4.2"],"newline-converter":["Newline byte converter @0","0.2.2"],"webview_official":["Official Webview-org @4 @3, a tiny cross-@w @0 to render web-@t GUIs @2 desktop @z",C[0]],"ffi":["...","0.0.2"],"deunicode":["Convert ^y $c to pure ASCII by intelligently transliterating them. Suppors Emoji @6 Chinese.","1.3.3"],"fastobo-derive-internal":["^6 @a @8 @2 @7 `fastobo` @5.",C[25]],"fasta_^C":[C[11],"0.1.8"],"syntaxext_lint":["&a lints @2 ^g syntax &e","0.1.6"],"spirit":["&S to create well behaved daemons @9 @y-reconfiguration @j","0.4.21"],"trillium-server-common":["@W @r @2 trillium.rs","0.3.0"],"fastcrypto":["&a $M @0 $r at Mysten Labs","2.0.0"],"eventually":["Crate @2 @v Event Sourcing in @4 @z","0.4.0"],"thruster":["A ^u @t http @B web @W.","1.3.0"],"clone_dyn":[C[575],C[4]],"ra_ap_sourcegen":["TBD",C[40]],"dprint-cli-core":["Core dprint CLI @0 @2 reuse.",C[74]],"@a_&3_fork_arti":[C[59],"0.11.2"],"iana-time-zone-haiku":["iana-^5-zone @j @5 @2 Haiku OS",C[5]],"uap-rust":["User agent @i @0 @2 @4 @t on @7 ua-@i $B","0.0.4"],"opensearch":["Official OpenSearch @4 @c","2.0.0"],"bracket-noise":["@4 port of Auburn's amazing FastNoise @0. Part of @7 bracket-lib family.","0.8.7"],"pinboard":["A lock-free, threadsafe way to publish @L, just stick it on @7 pinboard","2.1.0"],"moltenvk_deps":["Downloads @6 installs MoltenVK / VulkanSDK @2 macOS","0.1.8"],"delegate":["Method delegation @9 less boilerplate","0.9.0"],"pact_consumer":["Pact-@4 &7 @x @n @j @2 $u consumer pact tests","0.10.5"],"sg721":["Stargaze Basic NFT &A &j","0.25.0"],"remoc_@d":["@V @8 @2 Remoc","0.10.3"],"itertools":["Extra iterator adaptors, iterator methods, free @p, @6 @8.","0.10.5"],"supports-unicode":["Detects whether a $i supports unicode.","2.0.0"],"atuin":["atuin - magical shell history","13.0.1"],"^G_sns":["AWS SDK @2 @4 - &I $5 Notification Service @ 2010-03-31",C[7]],"tss-tspi":["@J to @7 TPM 1.2 TSS TSPI","0.0.1"],"snarkvm-circuit-collections":["Collections circuit @0 @2 a ^d &M ^L",C[45]],"basic_dsp_vector":[C[96],C[6]],"gdk4-wayland-sys":["FFI @3 of GDK4 Wayland","0.6.3"],"machine-vision-formats":["Type @Q @2 ^2 @9 ^L vision cameras",C[5]],"parity-snappy":["@4 @3 @2 @7 snappy ^0 @0",C[4]],"auto-args-derive":[C[892],"0.1.5"],"bawawa":["Opinionated set of ^C to manage @6 compose ^F executions","0.1.5"],"devtimer":["A @l @0 @2 benchmarking $f","4.0.1"],"nccl":["Minimal $o $I @E @6 @0.","5.3.0"],"dylint_&c":["Dylint &c @0","2.1.5"],"gweather-sys":["FFI @3 @2 libgweather","4.2.0"],"bracket-lib":["Meta-@5 holding @7 entirety of bracket-lib (@6 exposing it). Use this @2 @7 full roguelike toolkit experience.","0.8.7"],"rtlsdr_mt":["High-@O, multithreading @f to RTL-SDR","2.2.0"],"x25519-dalek":[C[578],C[751]],"notan_text":["@G a @l Text $z @2 Notan","0.9.4"],"vorbisfile-sys":["FFI @2 @7 vorbisfile @0","0.0.8"],"bls_signature_aggregator":["A ^M BLS Signature Aggregator","0.2.7"],"rwlock2":["A temporary fork of std::sync::RwLock @9 new APIs.","0.2.5"],"sprs":["A sparse matrix @0",C[14]],"stb_rect_pack":["Wrapper over stb_rect_pack_sys, offering a cleaner $k than @7 ^w $D @f",C[4]],"buf_redux":["Drop-in replacements @2 buffered I/O in `std::io` @9 extra features.","0.8.4"],"pistoncore-window":["A @0 @2 window $k","0.47.1"],"rhai":["Embedded scripting @2 @4","1.13.0"],"solana-address-lookup-table-program":["&k address lookup table ^J",C[43]],"mavlink":["Implements @7 MAVLink @L interchange @E @2 UAVs.",C[16]],"fluent-syntax":["&N/Serializer ^C @2 Fluent Syntax.",C[14]],"udt":["@J to udt, a high $7 @L transfer @o (@t on UDP)",C[0]],"xterm-js-rs":["@4-WASM @3 @2 @7 xterm-js Javascript @0","0.1.2"],"bloomchain":["Standalone blockchain bloom filter",C[0]],"fuels-abigen-macro":[C[247],"0.34.0"],"peroxide":["@4 comprehensive scientific computation @0 contains linear algebra, numerical analysis, statistics @6 ^L learning ^C @9 farmiliar syntax","0.33.1"],"html5ever-atoms":["Static $c @2 html5ever","0.3.0"],"uefi-services":["Higher-@O @r @2 @7 `uefi` @5.",C[19]],"ethnum-macros":["256-bit integer literals","1.1.0"],"directx-sys":["@4 FFI @3 @2 @7 DirectX $z",C[4]],"pinger":["A small cross-@w @0 to execute @7 ping @N @6 parse @7 output","0.8.0"],"regex_dfa":["A @5 @2 turning regexes &w DFAs.",C[3]],"winx":["$w $z ^H @0","0.35.0"],"base_custom":["Use any characters as &f own numeric base @6 convert to @6 @F decimal.",C[0]],"rustc-ap-rustc_attr":["^t published @X of @7 @U `rustc_attr` in @7 @s-lang/@s &O @F commit 9a27044f42ace9eb652781b53f598e25d4e7e918 ^o publishing script @2 this @5 lives at: https://github.com/alexcrichton/rustc-auto-publish",C[29]],"compressed_log":["Log ^0 on @7 fly","0.5.4"],"tuifw-screen-ncurses":["Text User &j Framework. Basic text screen @1 @2 Unix/Linux @w.","0.21.1"],"sourcegen-cli":["In-place @4 source @A CLI $T.","0.4.0"],"maglev":["Maglev - Google's consistent hashing $a","0.2.1"],"a":[N,"0.0.1"],"rand_xorshift":["Xorshift random &Z @A","0.3.0"],"mv-borrow-graph":["Move borrow graph","0.3.2"],"zapper":["lightning &9 templating $j","0.9.1"],"sp-state-machine":["Substrate State Machine","0.25.0"],"concordium-std":["A ^z @0 @2 $u smart ^A @2 @7 Concordium blockchain in @4.","6.1.0"],"swc_ecma_dep_graph":["Dependency graph @2 @7 ecmascript","0.102.6"],"dyn-clone":["Clone $Z @x is object-^Q","1.0.11"],"&F_wasmer_$b":["commons @2 both host @6 guest","0.0.83"],"tiny":["An IRC @c",C[3]],"ext-trait":[C[950],"1.0.1"],"uu_tac":["tac ~ (uutils) concatenate @6 &s input lines in reverse order",C[32]],"rate-config":["Utils @2 $o @M.","0.41.0"],"net-parser-rs":["Basic $N @i leveraging @4 @6 nom @2 ^Q @6 ^E packet @C. Design influenced by pktparse-rs.","0.3.0"],"ssz_rs_@a":["$T @5 @2 deriving @l serialize @u","0.7.0"],"bingrep":["Cross-@w ^8 @i @6 colorizer",C[14]],"error-type":["@G a @d @2 constructing unifying ^X @e.","0.1.2"],"pg_@B":["^s, HA (master-master) PostgreSQL &c on top of libpq","0.8.6"],"secret-toolkit-storage":["Abstractions over $O in Secret Contracts","0.7.0"],"eui48":["A @0 to ^v @6 parse IEEE EUI-48 @6 EUI-64, also known as MAC-48 media accesscontrol addresses. ^o IEEE claims trademarks on @7 names EUI-48 @6 EUI-64, in $G EUI is anabbreviation @2 Extended Unique Identifier.","1.1.0"],"auto_enums_@a":[C[807],"0.7.12"],"prost-types":[C[91],"0.11.8"],"puppetfile":["Puppetfile @i","0.2.2"],"new_^a_@a":["Combat primitive obsession by easily ^g strongly-typed &H @6 reference @e","0.2.2"],"fuel-sync":["Fuel Synchronizer",C[75]],"precision":["Low overhead, high precision measurement @5","0.1.15"],"^c_libra_state_view":["Libra state view",C[76]],"termbox":["High @O ^x @2 Termbox.",C[0]],"google-cloud-metadata":[C[237],"0.3.2"],"webc":["WebContainer @1 @2 wapm.io","5.0.0-rc.6"],"bolt-client":["A @c @x sends &8 @v @7 Bolt @o.",C[14]],"cita-logger":["Logger @2 CITA.","0.1.2"],"turbocharger-impl":["^6 @1 details @2 Turbocharger.","0.4.0"],"assert_&w":["For when $u .try_into().unwrap() feels too long","1.1.0"],"progress":["@m @2 showing text @t progress bar @6 job status",C[0]],"soup":["Inspired by @7 python @0 BeautifulSoup, this is a layer on top of html5ever @x adds a different $z @2 querying @6 manipulating HTML","0.5.1"],"libmimalloc-sys":["Sys @5 wrapping @7 mimalloc ^k","0.1.30"],"$2_any":["Dynamic @q @6 ^9 @9 @7 @E chosen at @y",C[3]],"typos":[C[103],"0.10.11"],"damm":["@g of @7 Damm $a in @4",C[4]],"gst-plugin-version-helper":["build.rs ^H @P @2 GStreamer $H &5","0.7.5"],"dbus-rs":["DO NOT USE - renamed to dbus!","0.0.5"],"reproto-path-lexer":["path lexer $r @9 @7 reproto @i","0.3.36"],"rrss2imap":["A @l script @x exposes RSS entries as mail &8, pushed directly @v IMAP","0.3.6"],"rml_rtmp":["@4 @0 @2 $W aspects of @7 RTMP @o.","0.7.0"],"$2_repr":["^B Serialize @6 Deserialize @x delegates to @7 underlying repr of a C-^K enum.",C[51]],"cairo":["Cairo @3","0.0.4"],"tracing-tree":["A Tracing Layer $G prints a ^Z of spans @6 events.","0.2.2"],"git_info":["Extracts git &O @Y.","0.1.2"],"deploy":["^o `deploy` @0 to aide $u @6 debugging of &D programs, as well as tooling to run them across a cluster.","0.1.3"],"amqp":["AMQP/RabbitMQ @o @c","0.1.3"],"lonlat_bng":["Convert longitude @6 latitude coordinates to BNG coordinates, @6 vice versa","0.3.8"],"slog-json":["&J drain @2 slog-rs","2.6.1"],"cargo-strip":["Strip @4 binaries created @9 $1","0.2.3"],"rust-bio-tools":["A set of &9 @6 robust @N &r @r @2 bioinformatics tasks @t on @4-Bio.","0.42.0"],"$2_dhall":["Dhall @j @2 $2",C[61]],"anchor-spl":["CPI clients @2 SPL programs",C[80]],"rust-scrypt":["@J &w C @2 Tarsnap's `Scrypt` $a","1.3.0"],"rust-doh-proxy":["@4 DNS over HTTPS proxy $A","0.5.4"],"git-transport":[C[24],"0.25.5"],"git-hash":[C[24],"0.10.3"],"hmac-sha256":["A small, self-contained SHA256 @6 HMAC-SHA256 @1","1.1.6"],"cw20-legacy":["Basic @1 of a CosmWasm-20 compliant token $e @9 Columbus-4 token",C[0]],"kaze":["An HDL $y in @4","0.1.19"],"thiserror-impl-no-std":[C[565],"2.0.2"],"ibc-relayer-rest":["@4 @1 of a RESTful $z @W @2 Hermes","0.22.0"],"unic-idna-mapping":["UNIC — IDNA — IDNA Mapping Table","0.9.0"],"polynomial-ring":["A polynomial @1",C[3]],"stable-swap-math":["Calculations @2 @7 StableSwap invariant","1.8.1"],"pc-keyboard":["PS/2 keyboard @f @0.","0.7.0"],"stft":["computes @7 short-^5 fourier transform on streaming @L",C[0]],"parity-rocksdb":["A @4 @k @2 Facebook's RocksDB embeddable $P.","0.5.1"],"gluon_^f":["Code $q @8 @2 @7 gluon $F @b",C[48]],"imag-timetrack":["Part of @7 imag @R ^m: imag-timetrack @N",C[16]],"svd2rust":["Generate @4 register maps (`&y`s) @F SVD @M","0.28.0"],"linux_^R":["A @0 to help &B @7 contents of `/^R` on linux",C[5]],"skia":["@4 idiomatic @3 to Google's Skia. WIP.",C[4]],"atomig-macro":["&S @5 @2 `atomig`. Do not &m directly, but only through main crate.This ^H does not follow semantic versioning!","0.3.0"],"pubsub":["Local publish / subscribe","0.2.3"],"minicbor-io":["A set of I/O @r @2 minicbor.",C[22]],"$2_cbor":[C[215],"0.11.2"],"lifeline":["Lifeline is a ^r injection @0 @2 @T message-@t @z.",C[9]],"xtensa-lx":["Low @O ^p @2 Xtensa LX processors @6 peripherals","0.8.0"],"rustc-ap-syntax_pos":["^t published @X of @7 @U `syntax_pos` in @7 @s-lang/@s &O @F commit 625375400cdd172877e81c3ce44ce68f2011af2d ^o publishing script @2 this @5 lives at: https://github.com/alexcrichton/rustc-auto-publish","634.0.0"],"minus":["An @T @L feedable $i paging @0 @2 @4","5.2.1"],"craftping":["Minecraft Server List Ping @g","0.4.0"],"physical_constants":["CODATA recommended &2 of physical constants",C[3]],"flatdata":["@4 @1 of flatdata","0.5.3"],"trait-async":[C[897],"0.1.24"],"minisign":["A @5 to sign @M @6 verify signatures.","0.7.3"],"&q_arena":["A &L-^Q & ^E $h pool","0.8.4"],"lazy-transform-str":["Lazy-copying lazy-allocated scanning `str` transformations.This is good e.g. @2 (un)escaping text, especially if individual $c are short.","0.0.6"],"fslock":["A @0 to &m @M as locks","0.2.1"],"tame-oauth":["A (very) @l oauth 2.0 @0","0.8.1"],"floating-duration":["Converts durations to fractional &1 andallows automatic formatting of durations.","0.1.2"],"faster-hex":["Fast hex @I.",C[9]],"amethyst_tiles":["2D @6 3D Tile Support @m",C[75]],"cargo-junit":["Converts $1 ^V output &w a junit report. Hard forked @F $1-^V-junit, after it went unmaintained @9 critical bugs.","0.8.0"],"actix-cors":["Cross-Origin Resource Sharing (CORS) controls @2 Actix Web","0.6.4"],"boa_unicode":["^y @j @2 @7 Boa JavaScript $j.",C[17]],"twelf":["Twelf is a $o solution @2 @4 including 12-Factor @j. It is designed @9 layers in order to configure different sources @6 formats to $m &f $o. ^o main goal is to be very @l @v a ^R @d.",C[6]],"enum-map":["A map @9 C-^K enum keys represented internally as an array","2.5.0"],"ed2":[C[396],"0.1.6"],"utm":["Convert latitudes @6 longitudes to UTM coordinates @6 vice versa","0.1.6"],"pipewire-sys":["@4 FFI @3 @2 PipeWire","0.6.0"],"zerovec-derive":["Custom @a @2 @7 zerovec @5","0.9.3"],"garage_$V":["Core @L $V @2 @7 Garage object store","0.8.2"],"rustc-std-workspace-core":["Explicitly empty @5 @2 @s-lang/@s $C","1.0.0"],"esp32s3-hal":["HAL @2 ESP32-S3 $8","0.7.0"],"progrs":["A small @0 @2 displaying compact progress bars",C[5]],"git-date":[C[24],"0.4.3"],"new_$9_template":["$5 Customizable String-Templating @m @2 @4.","1.4.0"],"wasm-bindgen-test-crate-a":[C[312],C[4]],"color_space":["@0 @2 converting $d color spaces @6 comparing colors","0.5.3"],"xdr-rs-serialize-derive":[C[477],"0.3.1"],"atoi":["Parse integers directly @F `[u8]` slices in ^Q $f","2.0.0"],"r2d2_mysql":["MySQL @j @2 @7 r2d2 connection pool","23.0.0"],"prometheus-metric-storage-derive":["@g details @2 prometheus-metric-$O",C[3]],"git-refspec":[C[24],"0.7.3"],"pqcrypto-internals":["@3 to $b cryptography","0.2.4"],"zxcvbn":["An entropy-@t password strength estimator, originally @2 Javascript by Dropbox.","2.2.2"],"strawpoll":["A @k to avoid spurious polling.","0.2.3"],"stm32-device-signature":["Device electronic signature '&c' @2 STM32 $8","0.3.3"],"lindera-ko-dic-builder":["A Korean morphological dictionary &3 @2 ko-dic.",C[35]],"rel":["Relations",C[0]],"iota-crypto":["^o canonical source of $M ground-truth @2 all IOTA @4 projects",C[19]],"bitvec_simd":["bitvec @9 SIMD","0.20.5"],"wast":["Customizable @4 parsers @2 @7 $3 Text formats WAT @6 WAST","55.0.0"],"revm":["REVM - @4 Ethereum Virtual Machine","3.0.0"],"cynic-codegen":["Codegen @2 cynic - a GraphQL query &3 & @L mapper @2 @4","2.2.8"],"spl-token-cli":["SPL-Token Command-&r Utility","2.3.0"],"derive-try-from-primitive":["Custom @a a try_from method @2 primitive to enum conversions","1.0.0"],"event-listener-primitives":["Low-@O primitive @2 $L Node.js-^K event listeners","2.0.1"],"nu-data":["Data @2 Nushell",C[93]],"abomonation_@a":["A custom @a $H @2 abomonation",C[3]],"dicom-encoding":["DICOM @I @6 ^h @K","0.5.3"],"fluvio-sc-schema":["Fluvio $z @2 SC",C[19]],"nj-build":["$m $o @2 node-^w","0.2.3"],"async-log-attributes":["Proc Macro attributes @2 @7 @B-log @5.","1.0.1"],"luthor":["A @S of lexers @2 various languages/formats, @6 @7 ^C required to $m them.",C[0]],"cryptoauthlib-sys":["^t $D @4 @3 @2 CryptoAuthentication @m calls.","0.2.2"],"resolve-path":["Easily resolve tilde paths @6 relative paths",C[4]],"wasm-bindgen-rayon":["Adapter @2 @v Rayon-@t concurrency on @7 Web","1.0.3"],"lapin":["AMQP @c @0","2.1.1"],"swc_node_bundler":[C[77],"0.42.21"],"crowbook-intl":["An internationalization @0 to localize $c, translating them according to @y option, @v @8.","0.2.1"],"typeshare-core":["^o $f @A $r by Typeshare's @N &r &V","1.2.0"],"twilight-model":["Discord $z models @2 @7 Twilight ecosystem.",C[25]],"tink-proto":["^1 buffer message @Q @2 @4 port of Google's Tink cryptography @0","0.2.5"],"ics":["A @0 @2 ^g iCalendar @M as specified in RFC5545 @6 RFC7986.","0.5.8"],"amcl":["^o Apache Milagro Cryptographic @m (@X 3)",C[0]],"cgroups-rs":[C[749],"0.3.2"],"guid_win":["$w GUID/CLSID/IID $9 @6 ^8 @q",C[0]],"sauron":["A versatile web @h @6 @0 @2 $L @c-side @6/or @W-side web @z","0.51.0"],"rexpr":["@4 Json Object ^p Runtime","1.0.7"],"marine-timestamp-macro":["Definition of @7 `#[build_timestamp]` @d","0.7.1"],"total-order-multi-map":["A multimap @9 at @7 same ^5 keeps @7 total insertion ordering of all elements","0.4.6"],"core2":[C[263],"0.4.0"],"raur":["A @l @k to query @7 AUR RPC.","7.0.0"],"env-var":["$R ^D easier ^p to $U variables in @s.","1.0.1"],"fsio":["File System @6 Path $T @p.","0.4.0"],"xts-mode":["XTS block mode @1 in @s","0.5.1"],"netfilter_queue":["@J @2 @7 libnetfilter_queue @0","0.2.1"],"dia-time":["Small kit @2 ^5","7.0.0"],"scsys-derive":["scsys-@a implements a host of useful $0 @8 @2 &m throughout @7 ecosystem","0.1.41"],"mscorlib-sys":["Raw FFI @3 @2 mscorlib",C[78]],"tor-stream":["@4 @f @2 proxying $N streams over @7 Tor $N","0.3.0"],"d2d1-sys":["FFI @3 to d2d1. $J @5 is a placeholder @2 @7 future. If you are interested in this @0 feel free to get in touch @9 me: http://www.rustaceans.org/retep998","0.0.1"],"user_agent":["@G @7 concept of a user agent session, storing @6 retrieving cookies over multiple &K requests (a `Session`).",C[14]],"crate-git-revision":["Embed git revision &w ^4 built @6 published.","0.0.6"],"i2c-linux-sys":["Linux i2c-dev ioctls","0.2.1"],"versionize_@a":["Implements @7 Versionize @a ^R @d.","0.1.4"],"discord":["Client @0 @2 @7 Discord $z","0.8.1"],"atuin-server":["@W @0 @2 atuin","13.0.1"],"gc":[C[154],"0.4.1"],"corepack":["A no_std @j @2 messagepack in $2","0.4.1"],"shamirsecretsharing":["Shamir secret sharing @0 @2 @4","0.1.5"],"fe2o3-amqp-types":["@g of AMQP1.0 @L @e","0.7.1"],"git2":["@J to libgit2 @2 interoperating @9 git repositories. $J @0 isboth threadsafe @6 $h ^Q @6 allows both &B @6 $u gitrepositories.","0.16.1"],"slint-macros":["Macro ^H @2 slint @5","0.3.5"],"cargo2junit":["Converts cargo's json output (@F stdin) to JUnit XML (to stdout)",C[51]],"toml-test-harness":["Cargo ^V harness @2 verifying TOML parsers","0.4.3"],"tor-cell":["Encode @6 decode Tor cells @6 &8","0.9.0"],"hpack":["A @0 $t HPACK coding","0.3.0"],"trajectory":["Trajectory interpolation",C[4]],"arangors":["@4 &c @2 ArangoDB","0.5.3"],"sublime_fuzzy":["Fuzzy matching $a @t on Sublime Text's $9 search.","0.7.0"],"milter-callback":["Attribute @8 @2 milter callback $q","0.2.4"],"actix-lua":["A ^Q scripting $U @2 actix @9 @7 Lua Programming Language","0.7.0"],"named-binary-tag":["Format is $r by minecraft @2 @7 various @M in $G it saves @L","0.6.0"],"debugid":[C[79],"0.8.0"],"stm32f429i-disc":["Board @j @5 @2 @7 STM32F429I DISCOVERY microcontroller board","0.3.0"],"czt":["^o @U @n an $a to compute @7 chirp Z-transform.","0.3.7"],"libsbc-sys":["Raw @3 to libsbc","0.1.2"],"prototty_grid":["@g of prototty_render::ViewGrid @2 &m in renderers.",C[80]],"web3-async-native-tls":["Temporary @U released to crates.io. Fork of @B-^S-tls. Please don't &m.","0.4.0"],"sn_consensus":["Safe Network Membership: Enables nodes to dynamically join @6 leave a section","3.5.0"],"swc_cli":["Commandline @2 SWC","0.91.29"],"spargebra":["A SPARQL @i","0.2.7"],"comma":["Shell-style @N @i @9 @j @2 escaping @6 quotations.","1.0.0"],"bio_edit":[C[11],C[5]],"u-siem":["A @h @2 $L custom SIEMs","0.4.1"],"iocuddle":["@m @2 $L @y-^Q linux `ioctl()` interfaces",C[5]],"bolt-proto":["Bolt @o @K: &2, &8, @6 @q / ^9.",C[12]],"libatasmart-sys":["@4 @3 @2 @7 libatasmart @0",C[0]],"northstar-runtime":[C[830],"0.7.1"],"ockam_@d":[C[87],C[4]],"sgf-parser":["A @0 @2 @C SGF @M","2.6.0"],"yoga":["@4 @3 @2 Facebook's Yoga, a Flexbox layout $j","0.4.0"],"lebe":["Tiny, dead @l, high $7 endianness conversions @9 a ^M $z","0.5.2"],"serde-rename-rule":["Serde RenameRule","0.2.2"],"aquamarine":["A mermaid.js $C @2 rustdoc","0.3.0"],"clickhouse":["A typed @c @2 ClickHouse @9 killer features",C[94]],"madsim-tonic-build":["Codegen &7 of `madsim-tonic` simulation @1.","0.2.11"],"uncon":["Traits @2 unchecked conversions $d @e.","1.1.0"],"wasmedge-sys":[C[230],"0.12.2"],"strum":[C[348],"0.24.1"],"num-bigint":[C[636],"0.4.3"],"owned_chars":["Owned iterators @9 @7 same output as Chars @6 CharIndices","0.3.2"],"vast":["Verilog AST @0","0.3.3"],"acl-sys":["FFI @f @2 POSIX Access Control Lists","1.2.2"],"float-ord":["A total ordering @2 floating-point &1","0.3.2"],"gemachain-sdk-macro":["Gemachain SDK Macro","1.8.2"],"cw1155-base":["Basic @1 of a CosmWasm-1155 compliant token",C[17]],"calculate":["@4 @0 @2 @C @6 processing arithmetic &U","0.5.1"],"fast-float":["Fast floating-point &Z @i.",C[0]],"stunclient":["$5 STUN @c @2 resolving external IP address @6 port of a UDP socket","0.4.0"],"tmkms":["Tendermint Key Management System: @n isolated, optionally HSM-backedsigning key ^q @2 Tendermint @z including validators,oracles, IBC relayers, @6 other transaction signing @z","0.12.2"],"varlink-cli":["varlink @N &r &V","4.5.3"],"dlt":["DLT (direct linear transform) $a @2 camera calibration",C[14]],"critcmp":["A @N &r $T @2 comparing benchmark @L $D by Criterion.","0.1.7"],"hiredis":["^o @U @n an @f to Hiredis.","0.3.1"],"google-geocode":["An $z @c @2 @7 Google Geocoding $z","0.1.5"],"handy_@B":["A handy @0 @2 describing @T $f declaratively","0.2.13"],"introsort":["Fast sorting $e @9 #[no_std].Also has (optional) @j @2 ^E @6 robust sorting of floating point numbers.Currently, introsort only builds on nightly","0.6.0"],"rlibc":["A bare-metal @0 supplying certain libc @p ^K memcpy,memmove, memset @6 memcmp. $J is designed @2 &m in freestandingenvironments where another libc does not exist, since rustc mayimplicitly insert calls to such @p.","1.0.0"],"select":["A @0 to extract useful @L @F HTML documents, suitable @2 web scraping.","0.6.0"],"wasm-run":["Build &V @x replaces `$1 run` to $m WASM projects","0.9.3"],"text-utils":["Text ^i @2 unescaping @6 align","0.4.3"],"tikv-client-store":["Low @O TiKV node &P of @7 TiKV @4 @c",C[4]],"btc-transaction-utils":["A @S of &b @2 signing bitcoin transactions @9 segwit.","0.9.0"],"compile-time-crc32":[C[804],"0.1.2"],"enve":["it helps you work @9 $U variables @6 convert it to any ^a @v only ^a annotations","0.4.0"],"conductor":["(to be renamed) Develop @6 orchestrate multi-pod docker-compose apps","0.0.15"],"sqlite":[C[81],"0.30.4"],"git-worktree":[C[24],C[74]],"cbor-diag":["A @5 @2 @C @L encoded in [Concise Binary Object Representation(CBOR)](https://cbor.io) (in any of raw ^8, hex encoded (@9 comments) ordiagnostic notation) then printing it out in either annotated hex form ordiagnostic notation.",C[78]],"json-decode":["An elm inspired @y &J decoder @2 @4","0.6.0"],"nss-gk-api":["Gecko $z @2 NSS","0.2.1"],"dtrace-parser":["Parse DTrace provider @Q &w @4",C[69]],"fuel-etk-asm":[C[82],C[151]],"polars-io":["IO related logic @2 @7 Polars DataFrame @0","0.27.2"],"markup":[C[813],C[83]],"auto_ops":[C[504],"0.3.0"],"tokio-dns-unofficial":["Unofficial ^7 to $Q to provide @T DNS resolution","0.4.0"],"dangerous_option":["$J @5 @n DangerousOption - a ^a similar to ! in Swift @b. It's basically an Option $G panics if dereferenced while containing None. no_std $e.",C[0]],"assert_infrequent":["Assert @x a &r of $f isn't executed too many times",C[4]],"context-attribute":["Set @7 ^X context @v doc comments.","1.0.0"],"actix_@a":["^B @8 @2 `actix` actors","0.6.0"],"jack":["Real ^5 audio @6 midi @9 JACK.","0.11.4"],"pretty":["Wadler-style pretty-printing combinators in @4",C[94]],"array2d":["A fixed sized two-dimensional array","0.3.0"],"wasmer-interface-types-fl":["$3 &j Types @0 @2 Wasmer","0.26.1"],"sev":["@m @2 AMD SEV","1.1.0"],"android_injected_glue":["Injected glue @2 @7 Android JNI","0.2.3"],"ntest":["Testing @h @2 @s $G enhances @7 built-in @0 @9 some useful features.","0.9.0"],"calm_io":[C[107],C[5]],"task_queue":["^o @1 of @7 &L pool @2 @4","0.0.7"],"blake2s_simd":["a pure @4 BLAKE2s @1 @9 dynamic SIMD","1.0.1"],"bchannel":["A better channel $z","0.0.10"],"indicator":["Abstractions @2 &g aggregation, we call them `Indicator` s.",C[537]],"lcs-diff":["Compute differences $d two slices @v LCS $a.",C[5]],"braid-triggerbox":["camera synchronization trigger box @2 Braid","0.4.0"],"sourcemap":["Basic sourcemap $W @2 @4","6.2.3"],"pam-client":["Application $z @k to Pluggable Authentication Modules (PAM)",C[3]],"lib3h_p2p_@o":["Lib3h ^1 definition @2 inter-node p2p communication.","0.0.42"],"slog-try":["Convenience @8 @2 &W @9 an optional slog Logger.","1.0.2"],"android_log-sys":["FFI @3 to Android log @m.","0.3.0"],"mmap-fixed-fixed":["A @0 @2 dealing @9 $h-mapped I/OThis is a fork of a fork of @7 original @s-mmap @9 updated ^l @6 afix @2 @7 $w @X. $J exists only because there are no otheralternative ^4 @2 `MAP_FIXED` allocations.","0.1.3"],"envoy":["Conveniences @2 manipulating $U variables.","0.1.3"],"nu_$H_@F_sqlite":[C[110],C[93]],"deno-x86_64-apple-darwin":[C[84],C[1]],"target-lexicon":["Targeting @r @2 compilers @6 related ^C","0.12.6"],"glow":["GL on Whatever: a set of @3 to run GL (Open GL, OpenGL ES, @6 WebGL) anywhere, @6 avoid target-specific $f.",C[61]],"duckscript_cli":["^o duckscript @N &r executable.","0.8.17"],"zkinterface":["An @1 of zkInterface","1.3.4"],"git-config-value":[C[24],C[72]],"squark":["Virtual DOM implemention @6 $A definition inspired @F HyperApp","0.7.1"],"game-2048":["A cli @1 of @7 popular 2048 game writen in @s","0.5.1"],"axum-test-helper":[C[351],C[0]],"snekdown":["A @i @2 @7 custom snekdown markdown syntax","0.33.4"],"trillium-smol":["smol @y adapter @2 trillium.rs","0.2.1"],"rendy-graph":["Rendy's render graph","0.5.1"],"runtime-attributes":["Proc Macro attributes @2 @7 Runtime @5.",C[85]],"dropbox-sdk":["@4 @3 to @7 Dropbox $z, $D by Stone @F @7 official spec.",C[53]],"switchyard":["Real-^5 compute focused @B executor","0.3.0"],"diesel_cli":["@G @7 CLI @2 @7 Diesel @5","2.0.1"],"soroban-wasmi":[C[178],C[179]],"feattle":[C[86],"0.9.0"],"named_pipe":["Wrapper @2 overlapped (asyncronous) IO of Windows's named pipes","0.4.1"],"ockam":[C[87],"0.82.0"],"oxygengine-navigation":["Navigation &7 @2 Oxygengine",C[41]],"lpc55-rtic":[C[88],"0.5.7"],"gl_@A":["Code generators @2 ^g @3 to @7 Khronos OpenGL APIs.",C[22]],"mc-oblivious-ram":["Implementations of Oblivious RAM @L @H","2.2.0"],"rinfluxdb":["A @0 @2 querying @6 posting @L to InfluxDB",C[0]],"crossterm_input":["A cross-@w @0 @2 &B userinput.",C[3]],"qjsonrpc":["&J-RPC over QUIC comm","0.4.2"],"ruma":["Types @6 $4 @2 ^2 @9 @7 Matrix @o.","0.8.2"],"spirv-reflect":["Reflection $z in @s @2 SPIR-V shader byte $f, intended @2 Vulkan @z.","0.2.3"],"solana-ownable":["ownable ^J","1.8.0"],"exonum-testkit":["Testkit @2 Exonum blockchain @h, allowing to ^V &C APIssynchronously.","1.0.0"],"^c_libra_^W":["Libra ^W",C[76]],"vec_mut_scan":["Forward scan over a vector @9 mutation @6 item removal","0.4.0"],"sherr":["Error signalling @6 &W &b","0.5.2"],"blis-src":["@4 ^S linking @2 BLIS @0","0.2.1"],"serde-tc":["Serde @j @2 $Z calls","0.4.1"],"tuplestructops":["Structural manipulations @2 tuples","0.3.0"],"fbxcel-dom":["FBX DOM @0","0.0.10"],"python-parser":["A complete Python @i @t on nom.",C[0]],"buzz":["A @l @Z tray $A @2 notifying about unseen e-mail","1.7.0-rc.1"],"tui-tree-widget":["Tree Widget @2 tui-rs",C[14]],"sentencepiece-sys":[C[763],C[39]],"dylint-link":["A @k $S Rust's default linker to help create Dyling ^b","2.1.5"],"sp-consensus-pow":[C[328],C[35]],"ucd-util":["A small $T @0 @2 ^2 @9 @7 ^y character $P.",C[89]],"pallet-sudo":["FRAME pallet @2 sudo",C[90]],"bevy_dynamic_$H":["@G dynamic $H loading capabilities @2 non-wasm platforms",C[6]],"uchardet-sys":["Low-@O, unsafe @f to uchardet @I detector","2.0.3"],"edgedb-errors":["Error @e @2 EdgeDB $P @c.","0.3.0"],"kg-diag":["Error/diagnostic ^q. I/O routines @2 &B UTF-8 textual @L @9 position tracking.","0.4.0"],"crypto-common":["&a $M $4","0.2.0-pre"],"piet-web":["Web canvas $l @2 piet 2D &i $k.","0.6.2"],"locked-voter":["Voter $G locks up governance tokens @2 a user-provided duration in exchange @2 increased voting power.","0.5.8"],"base64":["encodes @6 decodes base64 as bytes or utf8",C[21]],"threadbound":["Make any &p Sync but only available on its original &L.","0.1.6"],"eureka":["CLI &V to input @6 store &f ideas ^Y leaving @7 $i","2.0.1"],"panic_rtt":["Panic @v @7 JLINK RTT @o","0.3.0"],"ark-mnt4-298":["^o MNT4-298 pairing-&x elliptic curve","0.4.0"],"ftml":["Foundation Text Markup Language - a @0 to render Wikidot text as HTML","1.21.0"],"crustacean":["A @4 @3 @A.","0.3.1"],"blake2-rfc_bellman_edition":["A pure @4 @1 of BLAKE2 @t on RFC 7693. Forked @2 publishing purposes.","0.0.1"],"lyon_tess2":["An additional path tessellator @2 lyon @v libtess2.","0.17.1"],"imap-proto":["IMAP @o @i @6 @L @H","0.16.2"],"tindercrypt":["Data &t @9 symmetric $M keys or passwords/passphrases,@6 self-contained &t &5","0.3.2"],"washed_up":["A toy actor @0",C[4]],"nitrocli":["A @N &r &V @2 ^e @9 Nitrokey devices.","0.4.1"],"web3":["Ethereum &J-RPC @c.",C[48]],"wasmer_enumset":["A @0 @2 ^g compact sets of enums. Wasmer fork to work $S `syn` issue. $J will not be updated once @7 issue is fixed upstream.","1.0.1"],"mouscache":["A @5 to store object either in redis or in $h","0.5.6"],"ffprobe":["Typed @k @2 @7 ffprobe CLI","0.3.3"],"wiggle":["Runtime &P of wiggle $f @A","7.0.0"],"esplugin-ffi":["A @k @0 ^D a C FFI @2 esplugin.","2.1.2"],"^V_^C":[C[653],"0.1.5"],"nanoserde":["Fork of makepad-tinyserde ^Y any external dependencies.Supports json, ^8 @6 ron.```@s#[@a(Clone, Debug, Default, DeJson, SerJson)]pub &y Property { pub name: String, #[nserde(default)] pub &p: String, #[nserde(rename = \"^a\")] pub ty: String,}```","0.1.32"],"waitfor":["Retry a @P until it succeeds, errors out, or a timeout/deadline is reached.",C[4]],"prost-build":[C[91],"0.11.8"],"libimagentryfilter":[C[15],C[16]],"expectorate":["@m @2 comparing output to $I contents @9 @l updating","2.0.1"],"cargo-dylint":[C[710],"2.1.5"],"ckb-store":[C[317],C[57]],"ya-core-model":["Yagna @o &8","0.8.1"],"sentry-slog":["Sentry $C @2 @7 slog @5.",C[41]],"openapiv3":["$J @5 @n @L @H @x represent @7 OpenAPI v3.0.x specification easily deserializable @9 $2.","1.0.2"],"wasm-opt-cxx-sys":["wasm-opt @3 via cxx","0.112.0"],"forest_&d":["Filecoin &d @r @2 &m in Forest","0.5.3"],"adi_gpu_base":["Trait @2 $t @7 adi_gpu api",C[14]],"MacTypes-sys":["@J @2 MacTypes.h","2.1.0"],"@d_const":["A @d @2 ^g corresponding @d @Q @2 constants $G evaluate to @7 same &2.",C[4]],"infer_schema_@8":["$J @5 is ^n to diesel_infer_schema @6 should not be $r directly","1.4.0"],"bellperson":[C[220],"0.24.1"],"owasm-abi-derive":[C[755],"0.4.0"],"pnet_base":["Fundamental base @e @6 $f $r by pnet.","0.33.0"],"tdlib-tl-parser":["A @i @2 TDLib's Type Language @Q.",C[0]],"ocaml-interop":["$n @2 @4 @6 OCaml interoperability","0.8.8"],"send-cell":["Immutable $h region @9 @y Send checking","0.1.4"],"tg-bindings":["@J @2 CustomMsg @6 CustomQuery @2 @7 Tgrade blockchain","0.17.1"],"xrandr-parser":["XRandR-&N is a @f @2 @C @7 output of `xrandr --query` &w @4 Stuctures @6 filter through methods.","0.3.0"],"cargo-incremental":["A &V @2 @v @6 $v rustc's incremental compilation @j","0.1.23"],"openal-rs":["&R - Use alto &6","0.3.3"],"gusto-api":["A fully $D & opinionated $z @c @2 @7 Gusto $z.","0.3.1"],"ipc-queue":["An @1 of FIFO queue described in fortanix-sgx-abi $r @2 @T usercalls.",C[0]],"embedded-timeout-macros":["$R @2 ^2 @9 timeouts on top of $y-hal APIs","0.3.0"],"bstr":["A $9 ^a @x is not required to be valid UTF-8.","1.4.0"],"kvmi-sys":["@4 FFI @3 @2 libkvmi (v6)","0.2.2"],"ra_ap_paths":["TBD",C[40]],"tokio-cron-scheduler":["Schedule tasks on $Q @v cron-^K annotation, at an instant or repeat them at a fixed duration. Tasks can optionally be persisted @v PostgreSQL or Nats.","0.9.4"],"yozuk-core-skillset":["Set of default Yozuk skills","0.22.11"],"atelier_assembler":["Implements @7 Smithy $V assembler pattern, to merge @M &w a single in-$h Model.","0.1.4"],"cpu-monitor":["A @0 to get cpu usage over a given duration",C[5]],"collision":["A collision ^7 to cgmath","0.20.1"],"ftdi":["A @4 @k over libftdi1 @0 @2 FTDI devices","0.1.3"],"cloudflare-zlib":["Safe @k @2 Cloudflare's optimized zlib","0.2.9"],"option-filter":["Option::filter polyfill @2 @4 1.26 @6 older","1.0.2"],"punkt":["An @1 of a Punkt sentence tokenizer","1.0.5"],"renv":["Environment variable loader","0.2.3"],"indextree":["Arena @t ^Z $K by @v indices &6 of reference counted pointers","4.6.0"],"cln-plugin":["A CLN $H @0. Write &f $H in @4.","0.1.3"],"unbounded-gpsd":["A basic @0 to ^p gpsd @x uses no C @3.","0.5.1"],"simpl":["No ^r ^X $W, @6 own ^X construction @6 conversion lib",C[4]],"mut_&u":["@G a &y to help create mutable statics @9 lazy_static.","5.0.0"],"windows-acl":["@4 @5 to simplify $w ACL $p","0.3.0"],"cast5":["CAST5 block cipher",C[39]],"alt_$2_@a":[C[329],"1.0.119"],"snarkvm-storage":["Storage @2 a ^d &M ^L","0.2.2"],"spreadsheet-ods":["Read @6 write ODS @M",C[53]],"file-format":["Crate @2 determining @7 $I @E of a given $I or &g.",C[53]],"cargo-careful":["Execute @4 $f carefully, @9 extra checking along @7 way","0.3.0"],"bart":["Compile ^5 templating inspired by Mustache","0.1.4"],"default-net":["Cross-@w @0 @2 $N @f @6 gateway",C[83]],"evdev-sys":["Raw @3 to libevdevHigh @O @4 @3 are available in @7 `evdev` @5","0.2.5"],"secure_serialisation":["Functions to encode/decode @6 encrypt/decrypt @L @v public-key, authenticated &t.",C[3]],"plain":["A small @4 @0 @x allows users to reinterpret @L of certain @e safely.","0.2.3"],"tree-sitter-traversal":["Traversal of ^Z-sitter Trees @6 any arbitrary ^Z @9 a TreeCursor-^K @f","0.1.2"],"t_bang":["@G @8 @2 getting @7 ^a of a resource, `t!(variable)` will return @7 ^a as &str","0.1.4"],"tonic-health":["Health Checking &7 of `tonic` gRPC @1.","0.8.0"],"r-cache":["r-cache is an in $h key &p store. It is &L ^Q @6 &2 have expiry times",C[3]],"futures-diagnose":["Wraps $S a Spawn @6 @n lots of diagnostics","1.0.1"],"solana-exchange-program":["&k Exchange ^J","1.8.16"],"num-digitize":["Converts integer of ^a N &w Vec containing its digits.","0.4.2"],"libvirt-rpc":["libvirt @o @1 @6 @c",C[51]],"now":["a ^5 toolkit @2 chrono","0.1.3"],"traildb":["Binding @2 TrailDB, an ^E &V @2 storing @6 querying series of events.","0.6.0"],"thingbuf":["I'm at @7 buffer pool. I'm at @7 MPSC channel. I'm at @7 combination MPSC channel @6 buffer pool.","0.1.3"],"chinese-variant":["An enum to represent @7 variants of @7 Chinese Language.","1.0.9"],"futures-channel":[C[579],"0.3.27"],"aptos-time-service":["Time Service @2 mocking ^5 @9 $Q","0.2.7"],"asn1_der":["$J @5 @n an ASN.1-DER en-/decoder","0.7.5"],"libslirp-sys":["FFI @3 @2 libslirp.","4.2.1"],"cosmian_&d_@R":["Cosmian base $M @0","7.0.0"],"fn_block":["Crate defining @8 @2 calling blocks or &U in a closure.","0.2.1"],"env_proxy":["Determination of proxy parameters @2 a URL @F @7 $U","0.4.1"],"usbd-hid-macros":["^6 @5: contains $0 @8 @2 HID descriptors. Use @7 `usbd-hid` @5 &6, these @8 are re-exported there.","0.6.0"],"scorex_&d_avltree":["@g of cryptographically authenticated dictionary @t on AVL ^Z",C[4]],"clamp":["^o clamp @P",C[4]],"redox_pkgutils":["Redox Packaging $n","0.1.6"],"structview_@a":["Custom @a @2 structview's View $Z.","1.1.0"],"xous-api-names":["Xous microkernel OS inter-^F name resolution @W","0.9.33"],"casual_logger":["What a bother. I want to &W it ^Y setting it.","0.6.5"],"aws-sig-auth":["SigV4 signing ^u @2 @7 AWS SDK.","0.54.1"],"specta-macros":["$R @2 specta. Don't &m directly!","1.0.2"],"@F_variants_impl":["^6 ^H @5 @2 from_variants @5.","1.0.2"],"iterext":["Padding @6 separation &e to iterators",C[4]],"custom_debug":[C[731],"0.5.1"],"adskalman":["Kalman filter @6 Rauch-Tung-Striebel smoothing @1 @v nalgebra, no_std",C[53]],"cgmath":["A linear algebra @6 mathematics @0 @2 computer &i.",C[48]],"rosetta-build":["Code $q @2 @7 Rosetta i18n @0.","0.1.2"],"pallas-miniprotocols":["@g of @7 Ouroboros $N mini-protocols state-machines",C[48]],"iced_winit":["A winit @y @2 Iced","0.8.0"],"futures-micro":["Minimal, no_std $e @B prelude.","1.0.0-rc0"],"freertos-rust":["Create to &m FreeRTOS in @s projects.The freertos-$1-$m @5 can be $r to $m @6 link FreeRTOS @F source inside build.rs.","0.1.2"],"vrp-cli":["A @N &r @f @2 VRP solver","1.19.2"],"gstreamer-sdp-sys":["FFI @3 to libgstsdp-1.0",C[46]],"dissect":["Logstash inspired dissect extractor",C[3]],"@s_hawktracer":["@4 @3 @2 hawktracer profiling @0.","0.7.0"],"tree-sitter-ruby":["Ruby grammar @2 @7 ^Z-sitter @C @0",C[46]],"stm32l0":["Device @j ^4 @2 STM32L0 devices",C[25]],"wasm-rpc":["WASM rpc is a ^z @f to programs @x &z to $3","0.2.18"],"mqtt311":[C[457],C[0]],"rusty_audio":["Convenient sound @0 @2 small projects @6 educational purposes.","1.4.0"],"&F_net":["&F net",C[23]],"jsonrpc-client-transports":[C[928],"18.0.0"],"nu_$H_$s":["A @Z info $H @2 Nushell","0.36.0"],"zone":["@4 @3 @2 Zone ^q",C[0]],"relational_@e":["Manage relations $d objects","2.0.0"],"sourceview5-sys":["FFI @3 @2 GtkSourceView 5","0.6.0"],"lucet-runtime-macros":["$R @2 @7 Lucet $3 @y",C[9]],"httpclient":["&K @c @9 ^u. Middleware @n composable @j @2 record/replay, &W, exponential backoff, @6 more.",C[25]],"trie-standardmap":["Standard ^V map @2 profiling tries",C[17]],"ockam_vault_sync_@R":["Syncronous @k @x allows to have multiple Vault instances,@x talk to @7 same Vault @1 ^Y need @2 synchronization @K","0.42.0"],"rocket-cache-response":["$J @5 @n a response &y $r @2 &K cache control.","0.6.2"],"tor-checkable":["Types to ensure @x signed or ^5-bound @L is validated before &m","0.4.2"],"xio_jobset_compilation":["XIO jobset compilation @0",C[6]],"^G_shield":["AWS SDK @2 @4 - AWS Shield @ 2016-06-02",C[7]],"xtaskops":["Goodies @2 ^2 @9 @7 xtask concept","0.4.1"],"readkey":["A very small @0 @2 finding out if a key is currently pressed on macOS.","0.2.1"],"gdnative-bindings":["^o Godot game engine's automatcally $D @3 to Godot classes.",C[94]],"parse-changelog":["$5 changelog @i, $X in @4.","0.5.3"],"vnc":["An @1 of VNC @o, @c state ^L, a @c @6 a proxy","0.4.0"],"bytecheck":[C[92],"0.7.0"],"imagequant-sys":["Convert 24/32-bit images to 8-bit palette @9 alpha channel.C $z/FFI libimagequant @x powers pngquant lossy PNG compressor.Dual-licensed ^K pngquant. See https://pngquant.org @2 details.","4.0.1"],"gut":["Geometry @r: storing, manipulating @6 processing geometries","0.8.0"],"feedbin_api":["@4 @1 of @7 Feedbin REST $z","0.2.1"],"oxygengine-network-backend-desktop":["Network Desktop $l &7 @2 Oxygengine",C[41]],"skip_^X":["Utility helping skip @6 log Result::Error in iterations","3.1.1"],"tap-reader":["Wraps an existing reader @6 copies @7 read bytes &w it's own buffer","1.0.1"],"rpcap":["An all-@4 @0 @2 &B @6 $u PCAP @M.","1.0.0"],"number-as":["Extend primitive &Z @e to make them have a `number_as` method.","1.0.10"],"libhmmer-sys":["@4 @3 to libhmmer @6 libeasel","0.3.0"],"libswe-sys":["Astrology lib connected to @7 C lib Swiss ephemeris (just @7 c lib)","0.2.7"],"^G_discovery":["AWS SDK @2 @4 - AWS Application Discovery Service @ 2015-11-01",C[7]],"security-framework-sys":["Apple `Security.framework` low-@O FFI @3","2.8.0"],"protoc-rust":["protoc --rust_out=... available as $z. protoc needs to be in $PATH, protoc-gen-run does not.",C[669]],"jni-glue":["Manually $X glue $f to accompany @7 jni-^w $f @A @2 ^x to JVM APIs @F @4","0.0.10"],"bitmask":["A bitmask @A @2 enum scoped bit flags.",C[3]],"shank_render":["Renders implementaions derived @F shank @8","0.0.1"],"rust-hdl":["Write firmware @2 FPGAs in @4",C[93]],"sp-application-crypto":[C[615],C[97]],"gdnative-core":["^o Godot game engine's gdnative @R @3.",C[94]],"configure_@a":["Derives @2 @7 configure @5.",C[5]],"zmq-sys2":[C[135],"0.3.0"],"solana-banks-server":["&k banks @W",C[43]],"$2_prometheus":["$2-@t serializer @2 prometheus' text-@t exposition @E","0.2.2"],"mtree":["A @5 @2 iterating through @7 entries of an mtree record $I.",C[3]],"solana-measure":[C[95],C[43]],"pinentry":["$z @2 ^e @9 pinentry binaries",C[3]],"tabbycat":["A @s @5 @2 $x graph scripts @9 dot @b","0.1.3"],"v_queue":["@l $I @t queue","0.2.4"],"cargo-up":["Upgrade &f ^l by automatically fixing &f $f",C[4]],"redo":["Use @7 undo @5 &6.","0.41.1"],"gmod":["A swiss army knife @2 ^g ^8 modules @2 Garry's Mod in @4","16.0.2"],"dtparse":["A dateutil-$e timestamp @i @2 @4","1.3.0"],"tinyfiledialogs":["High-@O @4 ^x @2 @7 tinyfiledialogs C @0.","3.9.1"],"pyo3-ffi":["Python-$z @3 @2 @7 PyO3 ecosystem",C[34]],"fuel-vm":["FuelVM interpreter.","0.28.1"],"what":[C[519],"0.5.1"],"hashring":["A minimal @1 of consistent hashing","0.3.0"],"user32-sys":["Contains @P @Q @2 @7 $w $z @0 user32. See winapi @2 @e @6 constants.",C[0]],"basic_dsp_matrix":[C[96],C[6]],"oxygengine-backend-web":["Web $l &7 @2 Oxygengine",C[41]],"web-push":["Web push notification @c @9 @j @2 http-ece &t @6 VAPID authentication.","0.9.3"],"unsize":["A stable alternative to CoerceUnsize","1.1.0"],"graphs_^C":["Graphs ^C.","0.1.2"],"rlp-derive":["^B @d @2 #[@a(RlpEncodable, RlpDecodable)]",C[4]],"moneymarket":["&a &b @2 other moneymarket specs","0.3.0"],"mac":["A @S of great @6 ubiqutitous @8.",C[5]],"async-google-apis-common":["Shared $f @2 @7 @B-google-apis $D $f.","0.4.0"],"smawk":["Functions @2 finding row-minima in a totally monotone matrix.","0.3.1"],"byte-strings":["@4 byte $c manipulation, @2 a better @6 safer C FFI","0.2.2"],"yaz0":["A @0 @2 de/compressing Nintendo Yaz0 @M","0.3.0"],"str-concat":["Concatenate two adjacent $9 slices",C[0]],"pallet-finality-tracker":["FRAME Pallet @x tracks @7 last finalized block, as perceived by block authors.","2.0.1"],"noodles-bgzf":["Blocked gzip @E (BGZF) reader @6 writer",C[46]],"iui":["$5, small, easy to distribute GUI @3.","0.3.0"],"cs-trace":["Tracing @r.",C[22]],"devx-cmd":["Convenience @k over std::^F::Command @2 xtask ^4",C[3]],"envy":["deserialize env vars &w typesafe ^I","0.4.2"],"idcontain":["Generational (or tagged) ID-@t containers.","0.7.6"],"x11-dl":[C[620],"2.21.0"],"preferences":["Read @6 write user-specific $A @L (in stable @4)","1.1.0"],"macro-machines":["State ^L @8 @9 &W @6 graphviz DOT $I $q",C[72]],"ciborium-ll":["Low-@O CBOR codec @K",C[0]],"grep-printer":["An @1 of @7 grep crate's Sink $Z @x @n standardprinting of search results, similar to grep itself.","0.1.7"],"yata":["Yet another Technical Analysis @0. For @s now.",C[9]],"ruplicity":["@m to read duplicity backups","0.2.2"],"minisat":["MiniSat @4 @f. Solves a boolean satisfiability problem given in conjunctive normal form.","0.4.4"],"sc-rpc":["Substrate Client RPC",C[97]],"slitter":["A C- @6 @4-callable slab ^k @9 a focus on safety",C[4]],"random-number-macro-impl":[C[98],"0.1.6"],"solana-gossip":[C[95],C[43]],"rumq-client":["An efficeint @6 robust mqtt @c @2 &f connected devices",C[599]],"base64-lib":["A base64 encoder / decoder","0.2.2"],"array_iterator":["Owning iterators @t on arrays.","1.8.0"],"mpu6050":["Platform &h &c @2 MPU6050 6-axis IMU","0.1.6"],"kproc_@8":["Useful ^R @8","6.0.0"],"tracing-texray":["Tracing layer to view a plaintext timeline of spans @6 events","0.1.2"],"unicode-security":["Detect possible security problems @9 ^y usageaccording to ^y Technical Standard #39 rules.",C[4]],"shoggoth_@8":[C[362],"0.0.19"],"tee_readwrite":["$5 TeeReader/TeeWriter @e @2 duplicating reads/writes to std::io::{Read,Write} @e",C[4]],"toml":[C[808],"0.7.3"],"argh":["^B-@t argument @i optimized @2 $f size",C[89]],"ecolor":["Color ^I @6 color conversion @r",C[21]],"shellfn-attribute":["Attribute @d @2 `shellfn` @5",C[5]],"git-mit-install":["Install git-mit &w a &O",C[99]],"bitarray":["A const generics driven bit array specialized @2 hamming distance",C[6]],"image":[C[144],"0.24.5"],"isocountry":["ISO 3166-1 enumeration @2 @4","0.3.2"],"comctl32-sys":["Contains @P @Q @2 @7 $w $z @0 comctl32. See winapi @2 @e @6 constants.",C[0]],"rustorm_dao":["Dao @n a flexible way to ^p @L @F @7 $P",C[46]],"orbutils":["^o Orbital $n",C[89]],"solana-rayon-threadlimit":["^c-rayon-threadlimit",C[43]],"ringbuf":["Lock-free SPSC FIFO ring buffer @9 direct ^p to inner @L","0.3.2"],"tokio-compat-02":["Tokio 0.2 compat @r",C[0]],"httptest":["&K $v facilities including a mock @W","0.15.4"],"rust-webvr":[C[137],C[38]],"trie-rs":["Memory ^E trie (prefix ^Z) @0 @t on LOUDS",C[5]],"activitypub":["ActivityPub in @4","0.4.0"],"ockam_transport_tcp":["TCP Transport @2 @7 Ockam Routing ^1.","0.77.0"],"snarkvm-circuit-program":["Program circuit @0 @2 a ^d &M ^L",C[45]],"bdays":["Business Days calendars @2 Rustaceans.","0.1.3"],"tss-sapi":["@J to @7 TPM 2.0 TSS SAPI","0.0.5"],"into-attr-derive":["^o @8 helping to convert @7 $K &w graphviz dot attrivute",C[4]],"packedtime-rs":["$n @2 efficiently storing, @C, formatting @6 truncating timestamps","0.2.4"],"muldiv":["@G a $Z @2 numeric @e to perform combined multiplication anddivision @9 overflow protection","1.0.1"],"safe-regex":["Safe regular expression @0","0.2.5"],"fs_at":["@g of 'at' @p @2 various platforms","0.1.3"],"nixpkgs-fmt-rnix":[C[375],"1.2.0"],"tz":["@m @2 @C zoneinfo @M","0.2.1"],"gh-emoji":["Convert `:emoji:` to ^y @v GitHub's emoji names","1.0.7"],"usb-device":["Experimental device-side USB stack @2 $y devices.","0.2.9"],"heim-derive":["^B @8 @2 heim ^4",C[10]],"nu-protocol":["Nushell's ^n protocols, including its abstract syntax ^Z",C[8]],"wayland-protocols":["Generated $z @2 @7 officials wayland @o &e",C[41]],"sudoku":["A sudoku solver @0","0.7.0"],"cargo-llvm-lines":["Count @7 &Z of lines of LLVM IR across all instantiations of a ^M @P.","0.4.25"],"compress-manager":["@4 ^0 ^N","0.0.6"],"ethsign":["A @0 to read &J keyfiles @6 sign Ethereum stuff.","0.8.0"],"microbench":["A micro-benchmarking @0.",C[3]],"btrfs":["&j @2 BTRFS ioctls etc","1.2.2"],"tor-proto":["^s @c-side @1 of @7 central Tor $N protocols","0.9.0"],"float-pretty-print":["Format f64 @2 showing to user, not @2 serialisation",C[5]],"lingua-ganda-language-model":["^o Ganda @b $V @2 Lingua, an &0 &o @b $g @0","1.0.1"],"fancy-regex":["An @1 of regexes, supporting a relatively rich set of features, including backreferences @6 look-$S.",C[14]],"struct-arithmetic":["@G a Trait to @a basic arithmetic $p @2 &f ^I.","0.3.3"],"rustdoc-stripper":["A &V to manipulate rustdoc comments","0.1.18"],"ply-rs":["@m @2 &B/$u ascii @6 ^8 PLY @M.","0.1.3"],"noodles-fasta":["FASTA @E reader @6 writer",C[46]],"c_linked_list":["$n @2 $W NULL-terminated C linked lists","1.1.1"],"substrate-wasmtime":[C[148],C[38]],"inline-c":["Write @6 execute C $f inside @4","0.1.7"],"icu_locale_canonicalizer":[C[371],"0.6.0"],"dprint-swc-ecma-ast-view":["View of @7 swc AST that's easier to navigate.","0.56.0"],"minimad":["light Markdown @i",C[12]],"piet":["An $k @2 2D &i.","0.6.2"],"system-configuration-sys":["Low @O @3 to SystemConfiguration @h @2 macOS",C[3]],"bus_queue":["Lock-free Bounded non-Blocking Pub-Sub Queue","0.5.3"],"&W_timer_^R_@8":["Proc-@d @1 @2 @7 logging_timer @5","1.1.0"],"dmg":["$5 attaching/detaching of macOS disk images","0.1.2"],"did_url":["A no_std @i @2 Decentralized Identifiers (DIDs)",C[4]],"ospf-parser":["&N @2 @7 OSPF @X 2 @o",C[3]],"pink-extension-macro":["$R @2 $u fat contract","0.4.1"],"find_cuda_^H":["&S @5 @2 searching @2 CUDA ^b",C[0]],"modifier":["Fluid chaining APIs @2 both mutable ownership @e.",C[4]],"tuple-map":["map methods @2 tuple","0.4.0"],"cpp_synmap":["Sourcemap @6 full @5 @C @j @2 `cpp_syn`","0.3.0"],"term-painter":["Coloring @6 formatting $i output","0.3.0"],"gloo-worker":["Convenience @5 @2 ^2 @9 Web Workers","0.2.1"],"strsim":["Implementations of $9 similarity ^j. Includes Hamming, Levenshtein,OSA, Damerau-Levenshtein, Jaro, Jaro-Winkler, @6 Sørensen-Dice.",C[6]],"gflags-derive":["^B gflags invocations @F &y fields",C[4]],"har":["A &K Archive @E (HAR) @q & ^9 @0.","0.8.0"],"ivf":["$5 ivf muxer",C[5]],"quarry-mint-wrapper":["Mints tokens to authorized accounts","5.2.0"],"dw1000":["Driver @2 @7 Decawave DW1000 UWB wireless transceiver chip, ^D radio communication @t on IEEE 802.15.4 @6 distance measurement","0.6.0"],"clightningrpc":["Crate @x @n a strong typed RPC ^x @F @s $f to @7 @R lightning daemon",C[164]],"tokio-jsonrpc":["An @1 of &J RPC 2.0 @2 $Q","0.9.1"],"iter_^C":["&A of general purpose ^C to iterate. Currently it simply reexport itertools.","0.1.4"],"turbine_scene3d":["Scene &E @2 @7 Turbine $j","0.37.0"],"raw-gl-context":["@m @2 ^g an OpenGL context @F a RawWindowHandle","0.1.2"],"escape8259":["RFC8259-compliant $9 escaping @6 un-escaping","0.5.2"],"tmdb_@c":["@4 @c @2 ^o Movie Database (TMDB) $z.","1.6.0"],"cuda-config":["&S @5 @2 finding CUDA ^b",C[4]],"pest_@a_tmp":[C[398],"2.1.0"],"handlegraph":["@m @2 &m in variation graphs","0.7.0-alpha.9"],"@l_xml_serialize_@d":[C[213],"0.3.0"],"azure_@R":[C[632],C[14]],"bmrng":["@B MPSC request-response channel @2 Tokio","0.5.2"],"ttyper":["Terminal-@t typing ^V.","1.0.0"],"bevy_ecs_tilemap":["A tilemap &E $H @2 bevy $G is more ECS &x by having an entity per tile.","0.9.0"],"boolean_expression":["A @0 @2 manipulating @6 evaluating Boolean &U @6 BDDs","0.4.4"],"socketcan":["Linux SocketCAN @0. Send @6 receive CAN frames via CAN bus on Linux.","1.7.0"],"likely_stable":["likely @6 unlikely $E hints in stable @s","0.1.2"],"@s_hawktracer_$s":["$s @5 @2 @7 rust_hawktracer @0","0.4.2"],"jwt-compact":["Minimalistic JWT @1 @9 focus on ^a safety @6 secure $M @K","0.7.0"],"rio_xml":["RDF/XML @i @6 serializer","0.8.3"],"atspi-macros":["$R to assist in various impl blocks @2 @7 `atspi` @5.","0.3.0"],"^G_marketplace_entitlement":["AWS SDK @2 @4 - AWS Marketplace Entitlement Service @ 2017-01-11",C[7]],"^j_cloudwatch":["CloudWatch emitter @2 @7 ^j @5","2.0.0"],"upower_dbus":["UPower info via zbus","0.3.2"],"nuklear-backend-gfx":["A gfx-rs drawing $l @2 @4 @k @2 Nuklear 2D GUI @0","0.9.0"],"serde-encrypt":[C[364],"0.7.0"],"rls-span":["Types @2 identifying $f spans/ranges","0.5.4"],"ledger":["@m to exchange APDU @9 Ledger Nano S devices","0.2.5"],"u64_array_bigints_@8":["Macro @0 @2 `u64_array_bigints`","0.3.3"],"unic-locale":[C[243],"0.9.1"],"codespan":["Data @H @2 tracking locations in source $f",C[39]],"gloo-history":["Universal Session History","0.1.3"],"owned-singleton-macros":["@V @8 re-exported in @7 owned-singleton @5",C[4]],"secret-toolkit-snip20":[C[874],"0.7.0"],"merkle-tree-stream":["A &g @x generates a merkle ^Z @t on @7 incoming @L.",C[61]],"qr2term":["Stupidly @l @4 @5 to render a QR $f in @7 $i.","0.3.1"],"finitediff":["Finite/numerical differentiation","0.1.4"],"cookie_store":["@g of Cookie $O @6 retrieval",C[38]],"embedded-hal-spy":["An embedded_hal device hooking on another embedded_hal @1, retriving @L @F @P calls @6 responses","0.0.5"],"scrutch":["Tiny $T to search @s ^4 directly @F @7 @N &r","0.0.6"],"$2_shims":[C[238],"0.2.2"],"rust-clacc":["@4 implementanion of a CL universal accumulator","3.1.0"],"protobuf-src":["Build @Z $C @2 libprotobuf.","1.1.0+21.5"],"tiptoe":["An easy-to-@j intrusively reference-counting smart pointer.","0.0.2"],"cargo-sysroot":["Simply @6 Easily cross-&z @7 @4 sysroot ^4.","0.8.1"],"console-api":["Protobuf wire @E @3 @2 @7 Tokio console.","0.4.0"],"fever_api":["@s @1 of @7 FEVER-$z","0.4.1"],"r2r":["Easy to &m, @y-&h, @B @s @3 @2 ROS2.","0.7.0"],"uu_basenc":["basenc ~ (uutils) decode/encode input",C[32]],"simple-xml-builder":["$5 XML &3/writer","1.1.0"],"transmog-versions":["Multi-@X/Multi-@E @j @2 Transmog",C[5]],"savefile":["$5, convenient, &9, versioned, ^8 @q/^9 @0. Works on stable @s, but @n much better $7 @9 nightly.",C[12]],"miniserve":["For when you really just want to serve some @M over &K right now!",C[35]],"stable-swap-anchor":["Anchor @3 @2 @7 StableSwap @4 @c.","1.8.1"],"stm32f1":["Device @j ^4 @2 STM32F1 devices",C[25]],"petitset":["An ordered set @L $K, optimized @2 stack-allocated $O of a tiny &Z of elements @9 a fixed cap.","0.2.1"],"no-std-compat":["A `#![no_std]` compatibility layer @x will make porting &f @5 to no_std *easy*.","0.4.1"],"color_processing":["A @0 to handle colors easyly. It can parse a $9 in several formats (hex, rgb, cmyk, hwb, ...) &w @7 Color-&y, modifying (grayscale, colorize, ...) @6 output &w several $9 formats.","0.6.2"],"smbios":["@G $g @6 ^p to System Management BIOS (SMBIOS) andDesktop Management &j (DMI) @L @6 @H.","0.1.7"],"ark-ec":["A @0 @2 elliptic curves @6 pairings","0.4.2"],"gfx":["A high-$7, bindless &i $z","0.18.3"],"st-map":["Runtime @2 a stack-alocated map","0.1.6"],"@R_&e":["Extensions @2 @R/std @0 @e, @6 other miscelaneous features.","1.5.3"],"unarray":["$n @2 ^2 @9 uninitialized arrays","0.1.4"],"lazy-static-include":["$J @5 @n `lazy_static_include_bytes` @6 `lazy_static_include_str` @8 to replace `include_bytes` @6 `include_str` @8.","3.1.3"],"rusty_^5":["A @l timer",C[12]],"unique_id":["Traits @6 @u @2 unique ID generators.","0.1.5"],"hex-buffer-serde":["&S @2 serializing byte buffers as hex $c in `$2`","0.4.0"],"snowchains_@R":["Crate @2 accessing competitive $F websites @6 $v &f $f.","0.13.2"],"modular-bitfield":["Allows to easily define bitfield @e @9 modular $L blocks.","0.11.2"],"bls_bulletproofs":[C[116],"1.1.1"],"structopt-toml":["An default &p loader @F TOML @2 structopt","0.5.1"],"competitive-programming-rs":["Competitive Programming @m in @4","41.0.0"],"tql":["Compile-^5 ORM (@y @0)",C[4]],"precomputed-hash":["A @0 intending to be a base ^r to expose a precomputed &Y",C[0]],"dioxus-core":[C[100],"0.3.2"],"stdtx":["Extensible schema-driven Cosmos StdTx &3 @6 Amino serializer","0.7.0"],"warp-fix-171":["A temporary patch @2 Warp until #924 is merged.","0.3.2"],"bam":["Crate @x allows to read @6 write BAM, SAM @6 BGZIP @M, $X completely in @4.","0.1.4"],"rulinalg":["A linear algebra @0.","0.4.2"],"i18n-embed-impl":["Macro @u @2 i18n-embed","0.8.0"],"metrics-exporter-prometheus":["A ^j-$e exporter @2 sending ^j to Prometheus.",C[14]],"mozdevice":["Client @0 @2 @7 Android Debug Bridge (adb)","0.5.1"],"mockd":[C[628],"0.4.1"],"csv":["Fast CSV @C @9 @j @2 $2.","1.2.1"],"angry-purple-tiger":["animal-@t &Y digests @2 humans","1.0.0"],"watchexec-filterer-globset":["Watchexec filterer component @t on globset","1.2.0"],"cargo-equip":["A Cargo ^U to bundle &f $f &w one `.rs` $I @2 competitive $F.",C[38]],"libloading":["@J $S @7 platform's dynamic @0 loading @K @9 greatly improved $h safety.","0.7.4"],"xio_$b":["XIO commonly $r @D",C[12]],"&s_bytes":["Human-readable &s of byte sequences.","0.2.1"],"mpfr":["High-@O @3 to MPFR @0","0.0.8"],"dyn_partial_eq_@a":["@g of dyn_partial_eq","0.1.3"],"pallet-membership":["FRAME membership ^q pallet",C[90]],"fluvio":["^o official Fluvio &c @2 @4",C[19]],"bvh_anim":["A .bvh $I @i","0.4.0"],"rustcode":["Code formatting @6 autocompletion @j @2 @4.","0.0.1"],"ruma-api":[C[284],"0.20.1"],"includedir_^f":["Include a whole directory ^Z at &z ^5! - Compile ^5 part","0.6.0"],"imgui-miniquad-render":["miniquad @t minimal imgui $A @k","0.1.8"],"git-delta":["A syntax-highlighting pager @2 git",C[25]],"rsteam":["rsteam is a easy to &m @B @k @2 @7 steam web api","0.1.3"],"elfkit":["an elf @i @6 manipulation @0 in pure @s","0.0.7"],"async-recursion":["Recursion @2 @B @p","1.0.4"],"jq-sys":["Generated @3 @2 libjq.","0.2.2"],"libp2p-ping":["Ping @o @2 libp2p","0.42.0"],"core-graphics-types":["@J @2 some fundamental Core Graphics @e",C[5]],"windows-interface":["^o @f @d @2 @7 &n @5","0.46.0"],"tugger":["Package @6 distribute @z",C[48]],"bevy_crevice":["Create GLSL-$e versions of ^I @9 explicitly-initialized padding (Bevy @X)","0.7.0"],"ockam_transport_@R":["Generic Transport @K.","0.49.0"],"tetsy-finality-grandpa":["Tetsy PBFT-@t finality gadget @2 blockchains",C[2]],"block-utils":["$n to work @9 block devices. Formatting, getting device info, identifying ^a of device, etc.","0.10.8"],"vst":["VST 2.4 $z @1 in @s. Create plugins or hosts.","0.4.0"],"text_lines":["Information about lines of text in a $9.","0.6.0"],"accesskit_unix":["AccessKit UI accessibility infrastructure: Linux adapter","0.3.2"],"psyche-host":["Host &7 @2 Psyche AI Toolset","0.2.19"],"winter-crypto":["Cryptographic @0 @2 @7 Winterfell STARK prover/verifier","0.5.1"],"maildir":["A @l @0 @2 maildir manipulation","0.6.4"],"f128":[C[478],"0.2.9"],"assert_cli":[C[101],"0.6.3"],"protobuf-json-mapping":["&J mapping @2 ^1 Buffers &8.","3.2.0"],"codepage-437":["Codepage 437 transcoding @2 @4",C[4]],"aws-sdk-lambda":["AWS SDK @2 AWS Lambda",C[1]],"sn_@L_@e":[C[335],"0.19.1"],"swift-bridge":["Generate FFI @3 @2 ^Q interop $d @4 @6 Swift.","0.1.51"],"bigtools":["A @0 @6 associated ^C @2 &B @6 $u bigwigs @6 bigbeds",C[78]],"hopper":["an unbounded mpsc @9 bounded $h","0.4.2"],"oracle_procmacro":["@V @d @2 @7 oracle @5","0.1.2"],"noto-sans-mono-bitmap":["@G pre-rasterized characters @F @7 \"Noto Sans Mono\" font in different sizes @6 fontweights @2 multiple unicode ranges. $J @5 is `no_std` @6 needs no allocations or floatingpoint $p. Useful in kernels @6 bootloaders when only \"soft-float\" is available. Strictlyspeaking, this @5 is more than a basic bitmap font, because it encodes each pixel as a byteand not as a bit, $G results in a much nicer result on @7 screen.",C[0]],"exonum-merkledb":["Persistent $O @1 @t on RocksDB $G @n APIs to work @9 Merkelized @L @H.","1.0.0"],"&L_profiler":["A &L profiling @0 @x outputs profiles in @7 chromium trace @E.","0.3.0"],"lazycell":["A @0 ^D a lazily filled Cell &y","1.3.0"],"ocaml-derive":["OCaml $0 @8",C[236]],"regex":["An @1 of regular &U @2 @4. $J @1 usesfinite automata @6 guarantees linear ^5 matching on all inputs.","1.7.2"],"barrel":["A powerful schema migration $L $z @2 @4","0.7.0"],"xmlJSON":["Conversions @F XML to &J",C[0]],"pty-shell":["Spawn a shell @6 control it through pty",C[0]],"pot":["A concise ^8 @q @E $X @2 `BonsaiDb`.","2.0.0"],"zbus":["$z @2 D-Bus communication","3.11.1"],"once_cell":["Single assignment cells @6 lazy &2.","1.17.1"],"nix-netconfig":["A @4 @0 @2 manipulating $N $o of *nix systems","0.1.2"],"$2_tokenstream":["A $2 deserializer @2 proc_macro::TokenStreams",C[0]],"typify-impl":["typify $l @1","0.0.11"],"tendermint-testgen":["tendermint-testgen is a @0 @6 a small ^8 $T @2 $x tendermint datastructures @F minimal input (@2 $v purposes only). ^o @0 also contains some @D to simplify running ^V batches.",C[41]],"emojicons":["Parse :emoji: notation to unicode &4.","1.0.1"],"snarkvm-utilities-derives":[C[242],C[45]],"byteorder":["@m @2 &B/$u &1 in big-endian @6 little-endian.","1.4.3"],"enum-kinds":["Generate enums @9 matching variants but ^Y any of @7 associated @L.","0.5.1"],"data-url":["Processing of @L: URL according to WHATWG’s Fetch Standard",C[0]],"momento":["Client SDK @2 Momento services","0.26.2"],"$2_asn1_der":["A basic ASN.1-DER @1 @2 `$2` @t upon `asn1_der`","0.8.0"],"gfx_window_sdl":["SDL2 window @2 gfx-rs","0.9.1"],"pdcurses-sys":["FFI @3 @2 PDCurses, specifically @7 win32a @1.","0.7.1"],"radio":["Generic $4 @2 $y packet radio devices",C[39]],"coyoneda":["Functor composition via @7 Co-Yoneda Lemma","0.5.2"],"d3d11-sys":["Contains @P @Q @2 @7 $w $z @0 d3d11. See winapi @2 @e @6 constants.",C[0]],"actyxos_sdk_@8":[C[521],"0.2.3"],"byte-order":["@4 @0 @2 &B @6 $u &1 in big-endian @6 little-endian.","0.3.0"],"drone-core":["^o @R @5 @2 Drone, an Embedded Operating System.","0.14.3"],"realm_io":["Realm's high $7 IO ^O.","0.4.0"],"ngrams":["Generate n-grams @F sequences","1.0.1"],"thread-id":["Get a unique &L ID","4.0.0"],"scm":["&a SCM $p @2 &m @9 @4 Builders","0.0.3"],"shrust":["A @0 @2 ^g interactive @N &r shells in @4","0.0.7"],"rls-rustc":["A @l shim $S rustc to allow @v save-analysis @9 a stable toolchain",C[3]],"envsubst":["Variables substitution","0.2.1"],"weezl":["Fast LZW ^0 @6 decompression.","0.1.7"],"tracing-opentelemetry":["OpenTelemetry $C @2 ^3",C[48]],"esl01-dag":["An @1 of a DAG $r @2 source control.","0.3.0"],"deno-x86_64-unknown-linux-gnu":[C[84],C[1]],"git-odb":[C[24],"0.41.0"],"magic":["High @O @3 @2 @7 `libmagic` C @0",C[2]],"cf_@p":["A @0 $G has characteristic @p @2 a variety of distributions.",C[17]],"alert-after":["Get a desktop notification after a @N finishes executing","1.5.1"],"valico":["&J Schema validator @6 &J coercer","4.0.0-rc.0"],"ipc-channel":["A multiprocess drop-in replacement @2 @4 channels",C[17]],"yeslogic-unicode-script":["Fast lookup of @7 ^y Script property","0.7.0"],"unicode-blocks":["$J @5 contains a list of all unicode blocks @6 @n some @p to search across them.","0.1.5"],"loge":["A analysis &x logger @9 formatted output.","0.4.2"],"detect-targets":["Detect @7 target of @7 env at @y","0.1.7"],"enumflags":["Bitflags","0.4.2"],"hamt":["Purely functional &Y array mapped tries.",C[0]],"woz":["Woz is a $3 progressive web app (PWA) toolchain @2 deploying performant mobile apps &D @2 free @9 a hyperlink.","1.4.0"],"humannum":["A human &x @E @i @2 numeric @e",C[4]],"raw-parts":["Ergonomic @k $S `Vec::from_raw_parts` @6 `Vec::into_raw_parts`.","1.1.2"],"indoc":[C[102],"2.0.1"],"state_^L_future":["Easily create ^a-^Q `Future`s @F state machines — ^Y @7 boilerplate.",C[0]],"fluent-fallback":["High-@O $k $V @2 managing localization resourcesand @y localization lifecycle.","0.7.0"],"fltk":[C[728],"1.3.34"],"castle_tokenizer":["Castle Tokenizer: tokenizer","0.20.2"],"tock-registers":["Memory-Mapped I/O @6 register @f developed @2 Tock.","0.8.1"],"exc-binance":["Binance exchange services","0.5.3"],"instant-segment":["Fast English word segmentation",C[16]],"panic-semihosting":["Report panic &8 to @7 host stderr @v semihosting","0.6.0"],"jconfig":["Configuration / settings backed by &J @M",C[4]],"pallet-randomness-collective-flip":["FRAME randomness collective flip pallet","15.0.0"],"miniz_oxide_c_api":["DEFLATE ^0 @6 decompression $z designed to be @4 drop-in replacement @2 miniz","0.3.0"],"binary-search":["General ^8 search @1","0.1.2"],"futures-signals":["Zero cost FRP signals @v @7 $6 @5","0.3.32"],"graphql-introspection-query":["GraphQL introspection query @6 response @e.",C[0]],"orca":["A Reddit $z @c @2 @4","0.7.0"],"async-bincode":["^s ^p to a bincode-encoded item &g.","0.7.0"],"compose_yml":[C[923],"0.0.59"],"xwin":["Allows downloading @6 repacking @7 MSVC CRT @6 $w SDK @2 cross compilation","0.2.11"],"tickrs-api":["$z @2 tickrs","0.14.8"],"cargo-outdated":["Cargo ^U @2 displaying when ^l are out of date","0.11.2"],"postgres_array":["Array @j @2 @s-postgres",C[39]],"dicom":["A pure @4 @1 of @7 DICOM ^z","0.5.4"],"guard":["Macro @1 of RFC 1303: a guard-let-else statement a la Swift","0.5.1"],"helix":["Embed @4 in &f Ruby","0.7.5"],"rsevents":["Manual @6 auto reset events @2 signaling threads @6 $u new synchronization @K ^K semaphores.","0.3.1"],"sc-authority-discovery":["Substrate authority discovery.","0.25.0"],"mles":["Mles - a &D publish/subscribe @L @W","1.1.6"],"fastcrypto-derive":["&A of useful $M @8","0.1.2"],"pipederive":["Proc @8 @2 @L $C app @v pipebase @h","0.2.1"],"uu_ls":["ls ~ (uutils) &s directory contents",C[32]],"pallet-session-benchmarking":["FRAME sessions pallet benchmarking",C[90]],"peek":["A query @b @2 serializable @L @H.","0.3.1"],"rendy-chain":["Rendy's node synchronization &V","0.5.1"],"blacken":["turn off &f displays. now.","0.0.1"],"chic":["Pretty @i ^X reporting.","1.2.2"],"dart-bindgen":["A &V @2 $x Dart FFI @3 to C Header $I.","0.1.9-deprecated"],"spinny":["Spinlock-@t RwLock &y, @9 lock_api","0.2.4"],"google-cloud-pubsub":["Google Cloud Platform pubsub @c @0.",C[22]],"xtensa-atomic-emulation-trap":["An atomic emulation trap handler @2 non atomic Xtensa targets.","0.4.0"],"parity-crypto":["Crypto ^i $r by ethstore @6 $N.","0.9.0"],"ark-algebra-test-templates":["A @0 @2 tests @2 finite fields, elliptic curves, @6 pairings","0.4.2"],"gost94":["GOST R 34.11-94 &Y @P","0.10.4"],"prettytable-rs":[C[117],C[6]],"@s_cascade":["A @l bloom filter cascade @1 in @4.","1.4.0"],"nu_$H_match":["A regex match $H @2 Nushell",C[93]],"terraform":["A @k $S Terraform cli",C[4]],"i-slint-backend-qt":["Qt &E $l @2 Slint","0.3.5"],"bech32":["Encodes @6 decodes @7 Bech32 @E","0.9.1"],"gitui":["blazing &9 $i-ui @2 git","0.22.1"],"license-exprs":["Validate SPDX 2.1 license &U @v SPDX License List 3.11 identifiers.","1.6.0"],"big_s":["Rust's missing `String` literal","1.0.2"],"three":["Three.js inspired 3D $j in @4","0.4.0"],"ipfsapi":["Crate @2 interfacing @9 @7 IPFS api","0.4.0"],"debug_stub_@a":["A drop-in replacement @2 `#[@a(Debug)]` @x supports replacement &2 @2 members $G do not &l `fmt::Debug.`","0.3.0"],"windows-dll":[C[291],"0.4.1"],"typos-vars":[C[103],"0.8.9"],"ark-ed-on-bls12-381":["A Twisted Edwards curve defined over @7 scalar field of @7 BLS12-381 curve","0.4.0"],"imxrt-iomuxc":["Pad $o @f @2 NXP i.MX RT processors.Part of @7 imxrt-rs $B.","0.2.1"],"boolector":["Safe high-@O @3 @2 @7 Boolector SMT solver","0.4.3"],"kiwi-schema":["$J is a @4 @0 @9 some ^H routines @2 @C @M in @7 Kiwi @q @E.","0.1.2"],"update_rate":["A ^M, low-overhead rate counter @2 FPS counters @6 @7 ^K.","2.0.1"],"interleaved-ordered":["Combine two ordered iterators &w one",C[5]],"interceptor":["A pure @4 @1 of Pluggable RTP/RTCP processors","0.8.2"],"crrl":["@m @2 $M research","0.3.0"],"nu-test-support":["Support @2 $u Nushell tests",C[8]],"atat":["AT &N @2 serial @t device ^4",C[48]],"deno_console":["@g of Console $z @2 Deno","0.94.1"],"rocky":["Lite WebFramework @2 @s","0.2.3"],"headers":[C[857],"0.3.8"],"borsh-derive":[C[104],"0.10.3"],"error-stack":["A context-aware ^X-$W @0 @x supports arbitrary attached user @L","0.3.1"],"lingua-danish-language-model":["^o Danish @b $V @2 Lingua, an &0 &o @b $g @0","1.0.1"],"xio_webclient":["XIO web @c",C[34]],"dmidecode":["Decode SMBIOS/DMI @Y &w accessible @L @H","0.7.4"],"git-topic-stage":["Logic @2 managing a topic stage on top of a base branch in git.","4.1.0"],"cipherstash-client":["^o official @c @2 CipherStash.","0.6.0"],"imag-diagnostics":["Part of @7 imag @R ^m: imag-diagnostics @N",C[16]],"swc_ecma_visit":[C[863],"0.86.3"],"sentry-release-parser":["A @i @2 @7 sentry release name @E","1.3.1"],"rand_hc":["HC128 random &Z @A","0.3.1"],"nom-derive-impl":[C[881],C[16]],"mandos":["&N/writer of @7 Mandos ^V @E",C[48]],"gltf-json":["&J @C @2 @7 gltf @5","1.1.0"],"rustc-ap-rustc_parse":["^t published @X of @7 @U `rustc_parse` in @7 @s-lang/@s &O @F commit 9a27044f42ace9eb652781b53f598e25d4e7e918 ^o publishing script @2 this @5 lives at: https://github.com/alexcrichton/rustc-auto-publish",C[29]],"protoc-bin-vendored-linux-aarch_64":["protoc ^8 @2 linux-aarch_64 compiled by Google @6 bundled in this @5.","3.0.0"],"compactmap":["Compact Vec-@t map @x choses assigns IDs @2 &f &2 on it's own. Very similar to Slab.","0.3.7"],"curie":["CURIE or Compact URIs as $r in &J-LD, RDF, SPARQL, XML @6 other @z. $J manages mapping prefixes to URIs or IRIs as well as expanding CURIEs to @7 complete URI form.",C[5]],"varuint":["Variable length signed @6 unsigned integer @e","0.6.0"],"tc-executor-common":[C[105],"0.8.0"],"dataview":["Safe transmute $d @e @6 byte arrays of @7 same size.","1.0.1"],"ruuvi-sensor-protocol":["Ruuvi sensor @o @i @1",C[9]],"alga":[C[181],"0.9.3"],"granne":["Graph-@t Retrieval of Approximate Nearest Neighbors","0.5.2"],"cargo-benchcmp":["A $T @2 comparing @4 micro-benchmark output.","0.4.4"],"rend3-types":["Type @Q @2 @7 rend3 &E @0.","0.3.0"],"dactyl":["A small @0 to quickly stringify integers @9 basic formatting.","0.4.8"],"pangocairo":["@4 @3 @2 @7 PangoCairo @0",C[19]],"thunderdome":["Fast arena ^k @9 compact generational indices","0.6.0"],"ink_lang_^f":[C[816],C[106]],"futures-async-stream":["Async &g @2 @4 @6 @7 $6 @5.","0.2.6"],"movine":["A @l $P migration ^N",C[94]],"is_close":["Determine whether floating point &1 are close in &p","0.1.3"],"ckb-script":["CKB component to run @7 ^a/lock scripts.",C[57]],"storage-proofs-update":["Proof of SDR-PoRep CC-Sector Update","14.0.0"],"voronator":["Implements @7 Voronoi diagram construction as a dual of @7 Delaunay triangulation @2 a set of points @6 @7 construction of a centroidal tesselation of a Delaunay triangulation.","0.2.1"],"encrypted-dns":["A modern encrypted DNS @W (DNSCrypt v2, Anonymized DNSCrypt, DoH)","0.9.12"],"calmio_filters":[C[107],C[4]],"move-table-extension":["Wrapper @2 @7 Move VM $G coordinates multiple &e","0.3.2"],"redis_cluster_rs":["Redis cluster &c @2 @4.",C[89]],"sapio-bitcoin":["General purpose @0 @2 @v @6 interoperating @9 Bitcoin @6 other cryptocurrencies, @9 &e @2 Sapio.","0.28.1"],"oaidl":["Crate to manage conversions to/@F SAFEARRAY, VARIANT, @6 BSTR @L @H in COM interop","0.2.1"],"oqueue":["Non-interleaving multithreaded output queue","0.1.6"],"wasmer-types":[C[108],C[36]],"gilrs":["Game Input @m @2 @4",C[16]],"spsc-buffer":["Single-producer single-consumer lock-free buffer",C[5]],"esp32s2":["Peripheral ^p @5 @2 @7 ESP32-S2",C[22]],"fluence-fork-libp2p-swarm":[C[235],"0.28.1"],"filebuffer":["Fast @6 @l $I &B","0.4.0"],"hakari":["Manage workspace-hack packages @x do feature unification inside workspaces.",C[83]],"electrs-librocksdb-sys":["Native @3 to librocksdb (electrs fork)","6.11.4-e3"],"blip_buf":["Blip_buf is a small waveform synthesis @0 meant @2 &m in classic video game sound chip emulation.Bindings to blip_buf (https://code.google.com/p/blip-buf/)","0.1.4"],"align-data":["Simply increase @7 alignment of any statics or include_bytes!",C[4]],"jql":["A &J query @b CLI &V","5.2.0"],"xshell":["$n @2 quick shell scripting in @4","0.2.3"],"test-context-macros":["Macro @5 @2 ^V-context","0.1.4"],"nydus-api":["APIs @2 Nydus Image Service","0.2.2"],"watchexec-filterer-ignore":["Watchexec filterer component @2 ignore @M","1.2.0"],"clap-serde-derive":["Merge results @F clap @6 $2 &w &y @9 @a",C[0]],"ffsvm":["A libSVM $e @j vector ^L, but up to 10x faster, @2 games or VR.","0.9.1"],"fbnc":["Findora BNC, a ^S cache @1 @2 blockchain.","0.2.10"],"huniq":["Filter out duplicates on @7 @N &r. Replacement @2 `sort | uniq` optimized @2 speed (10x faster).","2.7.0"],"voladdress":["A @5 @2 easy volatile $h $k.","1.3.0"],"madato":["A @0 @6 @N &r &V @2 ^2 tabular @L (XLS, ODS, CSV, YAML), @6 Markdown","0.5.3"],"$2_closure":["Serializable @6 debuggable closures.This @0 @n @8 @x wrap closures to make them serializable @6 debuggable.","0.3.3"],"deterministic-hash":["Create deterministic hashes regardless of architecture","1.0.1"],"garando_errors":[C[131],C[4]],"wita":["A window @0 in @4 @2 $w",C[46]],"implicit3d":["3d implicit geometry.","0.14.2"],"nue-macros":["POD @6 ^8 @L @I I/O @8","0.3.0"],"stm32ral":["Register ^p layer @2 all STM32 $8","0.8.0"],"muta-apm-derive":["Muta ^3 $0 @8.",C[4]],"file-per-thread-logger":["A &W @1 @x writes logs in one $I per &L","0.1.6"],"http-serde":["Serde @j @2 @7 http @5. (De)serialize HeaderMap, Uri, Method, StatusCode","1.1.2"],"defer-drop":["Defer dropping large @e to a background &L","1.3.0"],"apple-bundle":["Apple BundleResources serializer @6 deserializer @2 @4","0.1.4"],"pqcrypto":["Post-Quantum $M @K","0.16.1"],"x8":["Hidden parameters discovery suite.","4.2.2"],"graphql-ws-client":["A graphql over websockets @c","0.3.0"],"webrtc-sctp":["A pure @4 @1 of SCTP","0.8.0"],"clap-utilities":["Small @r related to clap",C[0]],"rust-embed":[C[441],"6.6.0"],"syntactic-for":["A syntactic '@2' loop @d",C[5]],"logger":["Logging ^u @2 @7 Iron @h.","0.4.0"],"radiate":["Parallel genetic $F $j capable of evolving solutions @2 supervised, unsupervised, @6 general reinforcement learning problems","1.1.59"],"opentelemetry-stackdriver":["A @4 opentelemetry exporter @x uploads traces to Google Stackdriver trace.",C[53]],"actix-ws":["Websockets @2 @7 Actix @y, ^Y Actors","0.2.5"],"skyline":["A @0 @2 helping patch @6 modify Nintendo Switch games","0.2.1"],"ed25519-dalek-bip32":["Simplified ed25519 BIP32 derivations",C[0]],"@a_is_enum_variant":["^t derives `is_dog` @6 `is_cat` methods @2 `enum Pet { Dog, Cat }`.",C[5]],"shell-escape":["Escape characters @x may have a special meaning in a shell","0.1.5"],"fitsio-sys":["FFI @k $S cfitsio","0.5.2"],"$h_units":["Safe conversions $d units of $h","0.4.0"],"exr":["Read @6 write OpenEXR @M ^Y any unsafe $f","1.6.3"],"bevy_sprite":["@G sprite @D @2 Bevy Engine",C[6]],"slog-gelf":["GELF drain @2 slog","0.1.2"],"orbimage":["Orbital image features","0.1.17"],"ang":["Angular @e @6 $b ^H methods.","0.6.0"],"twasmi-validation":[C[109],"0.3.0"],"crt0stack":["Tools @2 &B @6 ^g Linux crt0 stack @L",C[4]],"i3ipc-types":["@m containing all @7 @e needed to communicate @9 i3, along @9 their $2 implementationsand @u of many std $4",C[17]],"dbui-templates":["HTML templates $r by @7 dbui @W","0.0.64"],"lz4":["@4 LZ4 @3 @0.","1.24.0"],"fvm":["Filecoin Virtual Machine reference @1","3.1.0"],"paperclip":["OpenAPI tooling @0 @2 ^a-^Q &z-^5 checked &K APIs","0.8.0"],"venial":["A very small syn",C[3]],"d3d11-win":["FFI @3 @2 D3D11","0.2.1"],"diskonaut":["Terminal disk space visual navigator",C[14]],"&F_util":["$J @5 is a @S of various $T @p @x are $r in @7 other ^4 in @7 &F &O.",C[27]],"amethyst_gltf":["GLTF asset loading",C[75]],"nu_$H_to_bson":[C[110],C[93]],"maud_htmlescape":["^6 @j $f $r by Maud.","0.17.1"],"nvml-wrapper":["A ^Q @6 ergonomic @4 @k @2 @7 NVIDIA Management @m","0.9.0"],"cfor":["A @d @x gives @4 a C-style @2 loop, @9 initialisation,condition @6 step. $J correctly handles control-flow ^K continueand break.","1.1.0"],"schemafy_snapshot":["Snapshot @2 bootstrapping @7 schemafy @5","0.4.2"],"reflink":["copy-on-write mechanism on supported $I systems","0.1.3"],"&F_cli":["@G @7 `hc` ^8, a helpful CLI &V @2 ^2 @9 Holochain.",C[111]],"rustop":["A @l @N &r @i.","1.1.2"],"pipewire":["@4 @3 @2 PipeWire","0.6.0"],"esbuild-rs":["@4 @k @2 esbuild, an extremely &9 JS minifier $X in Go","0.13.8"],"near-crypto":["$J is an ^n @5 @2 $b $M @e","0.16.1"],"gamma-lut":["@4 port of Skia gamma correcting tables","0.2.3"],"whirlpool":["Whirlpool &Y @P","0.10.4"],"readonly":["Struct fields @x are made read-only accessible to other modules","0.2.7"],"cassandra-cpp":[C[821],"2.0.0"],"oasis-client":["Oasis gateway @c",C[5]],"sha-crypt":["Pure @4 @1 of @7 SHA-crypt password &Y @t on SHA-512as &v by @7 POSIX crypt C @0",C[3]],"jwt-cli":["A super &9 CLI &V to decode @6 encode JWTs built in @4","5.0.3"],"libosu":["General-purpose osu! @0.","0.0.28"],"libretro-sys":["Raw libretro $z @3 @2 @4",C[5]],"typetag-impl":["@g detail of @7 typetag @5","0.2.7"],"nats-aflowt":["Unofficial port of NATS @s @c to pure @B","0.16.105"],"fluidlite-sys":["Unsafe @3 to fluidlite @0","0.2.1"],"microserde":["Zero-^r @1 of Serde","0.1.13"],"tetcore-std":["Lowest-$k @O @2 @7 Tetcore @y","2.1.2"],"tcp-stream":["std::net::TcpStream on steroids","0.24.4"],"rtfm-core":["Core &G of @7 Real Time For @7 Masses @h","0.3.0"],"audio-mixer":["Mixing audio by @7 input @6 output channel layout","0.1.2"],"spurs":["$n @2 setting up @6 running experiments remotely","0.9.2"],"tentacle-secio":["Secio &t @o @2 p2p","0.5.7"],"onesignal-tracing-tail-sample":["Tail sampling @j @2 ^3 @9 OpenTelemetry",C[0]],"radicle-source":["A high @O $z @2 browsing source @M","0.4.0"],"git-ref":[C[24],"0.24.1"],"crow_util":["A $T @0 @2 @7 crow_engine.",C[3]],"gix-config-value":["A @5 of @7 gitoxide $B ^D gix-^W &p @C",C[16]],"graphlib":["Graphlib is a @l @6 powerful @s @0 @2 @7 graph @L-$K.","0.6.3"],"init_@9":["&S $Z to initilize an array @9 a @P","1.1.0"],"iota-constants":["Constants $r by Iota","0.4.0"],"logstash-rs":["Logstash sender",C[4]],"pistoncore-event_loop":["A Piston event loop @2 games @6 interactive @z","0.53.1"],"tmp_env":["A @5 $G lets you create temporary $U @6 be automatically restored/cleaned when not needed",C[5]],"webgl_stdweb":["WebGL @3 (stdweb)","0.3.0"],"thruster-core":["^o @R pieces of @7 thruster web @h",C[112]],"frame-support-procedural-tools":[C[650],"5.0.0"],"heapsize_@a":[C[172],"0.1.4"],"aptos-transaction-builder":["Generated transaction builders","0.2.7"],"diff_@a":["A @a @d @2 $t Diff on @7 diff-&y @5","0.2.3"],"aws-sdk-kinesis":["AWS SDK @2 &I Kinesis",C[1]],"typos-dict":[C[103],"0.9.24"],"notan_app":["@G @7 @R $z @2 Notan","0.9.4"],"canonical_@a":["^o automatic derivation of Canon @2 ^I, @6 enums.","0.7.0"],"heim-host":["Cross-@w host @Y",C[10]],"futures-util":[C[270],"0.3.27"],"serde-bridge":["Bridge $d $2 @e","0.0.3"],"bson":[C[113],"2.6.1"],"doku":["A @h @2 documenting @4 @L @H",C[46]],"binjs_meta":["Part of binjs-ref. Tools @2 manipulating grammars. You probably do not want to &m this @5 directly unless you're $u an encoder, decoder or @i @A @2 binjs.","0.5.4"],"deadqueue":["Dead @l @B queue","0.2.4"],"^G_cloudtrail":["AWS SDK @2 @4 - AWS CloudTrail @ 2013-11-01",C[7]],"lelet":["golang ^K task executor","1.2.18"],"async-lapin":["lapin $C @9 @B-io","2.0.0"],"ckb-metrics":["A ^P ^j facade $r in CKB.",C[57]],"tide-sqlx":["Tide ^u @2 SQLx pooled connections & transactions.",C[9]],"recently-used-xbel":["Parse @7 ~/.local/share/recently-used.xbel $I","1.0.0"],"vulkano":["Safe @k @2 @7 Vulkan &i $z","0.32.3"],"ansi-colors-macro":["A ^R-@d @2 ^g ANSI colored $c at &z ^5","0.1.2"],"aerospike":["Aerospike Client @2 @4","1.2.0"],"gimli":["A @0 @2 &B @6 $u @7 DWARF debugging @E.","0.27.2"],"dubp-block":["Handle DUBP block (DUBP: DUniter Blockhain ^1).","0.58.0"],"swc_@R":["TBD","0.69.23"],"arcball-cgmath":["A @l arcball-style camera. Uses @7 cgmath-rs @0","0.4.0"],"the-way":["A $f snippets ^N @2 &f $i","0.19.2"],"walkdir":["Recursively walk a directory.","2.3.3"],"hdfs-sys":["@J to HDFS Native C $z",C[0]],"k8s-gateway-api":["@4 @3 @2 @7 Kubenetes Gateway $z",C[14]],"swc_ecma_transforms_&7":[C[114],"0.165.14"],"windows-bindgen":["Code gen @j @2 @7 &n @6 &n-$s ^4","0.46.0"],"^G_codedeploy":["AWS SDK @2 @4 - AWS CodeDeploy @ 2014-10-06",C[7]],"travelling_salesman":["Travelling Salesman Problem Solvers","1.1.22"],"ttaw":["talking to a wall, a piecemeal &o @b processing @0","0.3.0"],"aws-sdk-qldbsession":["AWS SDK @2 &I QLDB Session",C[1]],"graphql-tools":["Tools @2 ^2 @9 GraphQL in @4, @t on graphql-@i Document.","0.2.2"],"tentacle-discovery":["p2p discovery @o main reference bitcoin","0.2.9"],"unix-daemonize":["Easy unix daemons @j @2 @4 projects","0.1.2"],"selinux":["Flexible Mandatory Access Control @2 Linux","0.4.0"],"want":["Detect when another Future wants a result.","0.3.0"],"boringssl-src":["A @5 @2 $L boringssl.","0.5.2+6195bf8"],"grapl-graph-descriptions":["A @0 @2 ^e @9 Grapl graphs","0.2.10"],"swc_ecma_loader":["General ecmascript loader $r @2 transforms","0.41.39"],"tetsy-libp2p-core":[C[145],"0.27.2"],"rust-crypto":[C[115],"0.2.36"],"tp-api-proc-macro":["Tetcore $R @2 declaring @6 $t @y apis.","2.1.2"],"tectonicdb":["tectonicdb @W","0.5.2"],"wasm3-sys":["Raw ffi @3 @2 wasm3","0.3.0"],"^G_waf":["AWS SDK @2 @4 - AWS WAF @ 2015-08-24",C[7]],"msp430-rt-macros":["Attributes re-exported in `msp430-rt`","0.4.0"],"treestate":["A @l @0 to store mtimes of @M @6 check @2 changes later",C[4]],"fdisk-sys":["@4 @3 @2 libfdisk",C[4]],"yarte_&b":["&S @S @2 yarte","0.15.8"],"move-command-line-common":["Move &q @N &r @6 $I ^C","0.3.2"],"xous-ipc":[C[419],"0.9.36"],"ambisonic":["Compose @6 play 3D audio.","0.4.1"],"basichll":["^o basic HyperLogLog $a","0.3.1"],"grpc-build":[C[241],"4.3.0"],"rusty_express":["A @l http @W @0 $X in @4 @6 provide Express-alike APIs. We know @x @4 is hard @6 daunting, so we will make sure &f @W can be easy to &m ^Y fear!","0.4.3"],"termcolor_output_impl":["@g @5 @2 colored! @d.","1.0.0"],"near-jsonrpc-client":["Lower-@O $z @2 interfacing @9 @7 NEAR ^1 via JSONRPC","0.5.1"],"secret-toolkit":["Various ^C @2 $u Secret Contracts","0.7.0"],"rawloader":["A @0 to extract @7 @L @F camera raw formats","0.37.1"],"eventsourcing-derive":["Custom @a @8 @2 Eventsourcing &P","0.1.3"],"lingua-german-language-model":["^o German @b $V @2 Lingua, an &0 &o @b $g @0","1.0.1"],"bevy_input":["@G input @D @2 Bevy Engine",C[6]],"quantities":["Unit-^Q computations @9 quantities.",C[14]],"noodles":["Bioinformatics I/O ^b","0.34.0"],"polylabel_cmd":["A @N-&r $T @2 finding optimum polygon label positions","1.4.0"],"bit_crusher":["Rusty Jen Down Sampling DSP",C[0]],"telemetry":["Telemetry is a mechanism $r to capture ^j in an $A, to later store @7 @L locally or upload it to a @W @2 statistical analysis.","0.1.3"],"binstalk":["^o binstall toolkit (@0 @f)",C[14]],"bugreport":["Collect @Z @6 $U @Y @2 bug reports",C[3]],"derive-error-chain":["A $R 1.1 @1 of ^X-chain","0.11.2"],"wepoll-binding":["Safe @3 to @7 wepoll @0","3.0.0"],"pgn-reader":["Fast non-allocating @6 streaming reader @2 chess games in PGN notation","0.22.0"],"cogset":["Generic @u of clustering $Y. Includes k-means, DBSCAN @6 OPTICS.",C[0]],"qsv_currency":[C[168],"0.6.0"],"defile-proc_@8":["See https://docs.rs/defile","0.1.2"],"keycode_@d":["A @4 @5 @2 @C Chrome's mapping of keys. Used in @7 `keycode` @5.","0.4.0"],"chan":["&R. Use crossbeam-channel &6.","0.1.23"],"phantom-type":["A `PhantomData` analog $G prevents \"parameter is never $r\" ^X, but does not produce any restrictions in contrast @9 `PhantomData`.","0.4.2"],"coi":["coi is a Dependency Injection @0.",C[16]],"fluvio-stream-model":["Fluvio Event Stream Model","0.8.4"],"prophet":["A neural $N @1 @9 a focus on cache-efficiency @6 sequential $7.","0.4.2"],"elements":["@m @9 @j @2 de/@q, @C @6 executing on @L @H @6 $N &8 related to Elements","0.21.1"],"perseus-cli":["^o CLI @2 @7 Perseus frontend @h.",C[428]],"kay_^f":["Code $q @2 $t kay actors","0.3.10"],"backblaze-b2":["Can send api requests to @7 backblaze b2 api.","0.1.9-2"],"test-cdylib":["@m @2 dynamically linking to cdylib projects @F ^V $f.","1.1.0"],"cstree":[C[138],C[39]],"splits-io-api":["@J to @7 splits.io $z @2 @4.","0.3.0"],"php-literal-parser":["@i @2 php literals","0.5.1"],"zdump":["A @4 @X of @7 zdump $T.","1.3.3"],"^W_&y":["Create &y @Q @F ^W @M at $m ^5.",C[3]],"snarkvm-console-types-integers":[C[44],C[45]],"synchronoise":["Synchronization @K @x $m upon @7 ^z @0","1.0.1"],"multitask":["An executor @2 running @B tasks",C[0]],"dotenvy":["A well-maintained fork of @7 dotenv @5","0.15.7"],"google-calendar":["A fully $D & opinionated $z @c @2 @7 Google Calendar $z.","0.4.1"],"search-provider":["@4 @k $S @7 GNOME Shell search provider $z","0.5.1"],"leaf":["Machine Learning Framework @2 Hackers","0.2.1"],"qmetaobject_impl":["Custom @a @2 @7 qmetaobject @5.","0.2.7"],"yerpc_@a":["Proc @8 @2 yerpc","0.4.3"],"c3p0_mysql":[C[143],"0.53.0"],"integer-cbrt":["An @1 of integer cube root $a @2 primitive @s @e","0.1.2"],"nmea":["$5 NMEA 0183 @i","0.4.0"],"wasmer-wit-parser":[C[277],C[5]],"shred-derive":["Custom @a @2 shred","0.6.3"],"oca-rust":["@4 @1 of Overlays Capture Architecture","0.2.23"],"rss":["@m @2 serializing @7 RSS web content syndication @E","2.0.2"],"diesel_full_text_search":["Adds @j @2 PostgreSQL full text search to Diesel","2.0.0"],"pbr":["Console progress bar @2 @4","1.1.1"],"linxal":["Linear Algebra @U @9 @s-ndarray @f","0.6.0"],"libp2p-mdns":["@g of @7 libp2p mDNS discovery method","0.43.0"],"smol-timeout":["A way to poll a future until it or a timer completes.","0.6.0"],"$2_someip_@a":["$R @1 of #[@a(SomeIp)]","0.2.1"],"soroban-sdk-macros":["Soroban SDK @8.","0.7.0"],"octets":["Zero-copy $k @2 @C @6 constructing $N packets",C[0]],"der_@a":["Custom @a @j @2 @7 `der` crate's `Choice` @6 `Sequence` $4","0.7.0"],"tower-grpc":["A @c @6 @W gRPC @1 @t on Tower.",C[5]],"byte_conv":["$5 conversion $4 to bytes",C[5]],"cmdr_@d":["$R @2 &m @9 cmdr @5","0.3.12"],"rustdoc-types":["Types @2 rustdoc's json output",C[46]],"lettre_email":["Email &3","0.9.4"],"chlorine":["Just @7 C @e @2 `no_std`, but builds faster.","1.0.10"],"rand_os":["OS backed Random Number Generator","0.2.2"],"mockall_double":["Test double adapter @2 Mockall","0.3.0"],"nanoid":["A tiny, secure, URL-&x, unique $9 ID @A @2 @4.","0.4.0"],"endian_codec_@a":["$R @1 @2 endian_codec @5",C[5]],"twilight-lavalink":["Lavalink @c @2 @7 Twilight ecosystem.",C[25]],"wl-clipboard-rs":["Access to @7 Wayland clipboard @2 $i @6 other window-less @z.","0.7.0"],"git-cliff-core":["Core @0 of git-cliff","1.1.2"],"druid-shell":["Platform abstracting $A shell $r @2 Druid toolkit.","0.8.3"],"cv-core":["Contains @R @K $r in computer vision @z",C[53]],"disjoint-set":["A @1 of Tarjan's Union-Find Data Structure.","0.0.2"],"bulletproofs":[C[116],"4.0.0"],"swc_html_^f":["HTML $f @A @2 @7 swc $B","0.37.43"],"mac-process-info":["Returns basic ^F info on OS X",C[0]],"wfd":["A @l to &m $k over @7 Open @6 Save dialogs in @7 $w $z","0.1.7"],"cargo-bundle-licenses":["Bundle licensing of ^l","1.0.1"],"mmledger":["A ledger @2 confidential computing (CC) shims @2 tracking $h ^q @Z calls","0.4.0"],"sounding-analysis":["Types @6 @p @2 ^2 @9 weather soundings.","0.17.3"],"$m_const":["@0 @2 ^g importable constants @F build.rs or a script","0.2.2"],"ina260":["A @w &h &c to @f @9 @7 I2C @t TI INA260 power monitor","0.3.1"],"basic_dsp_interop":[C[96],C[6]],"adi_gpu":["GPU @f - render &i @6 do &9 calculations",C[14]],"collenchyma-blas":["Collenchyma @0 @2 full BLAS @j",C[0]],"corncobs":["COBS encode/decode @2 @4 no_std targets","0.1.3"],"soa_@a":["Automatic Struct of Array $q",C[12]],"portaudio-sys":["@J to PortAudio",C[5]],"markov":["A ^M markov chain @1 in @4.","1.1.0"],"uuid":["A @0 to ^v @6 parse UUIDs.","1.3.0"],"cargo-wasi-src":[C[439],"0.1.27"],"shiva-dto":["DTO @2 Shiva","0.7.0"],"prettytable":[C[117],C[6]],"zenoh-link-commons":[C[49],C[26]],"mp4ra-rust":["Types @6 associated constants representing $f points managed by @7 MPEG4 Registration Authority",C[4]],"totp-rs":["RFC-compliant TOTP @1 @9 ease of &m as a goal @6 additionnal QoL features.","4.2.0"],"k9":["@s $v @0","0.11.6"],"unchecked_unwrap":["Adds an unchecked @X of `unwrap()` @6 `expect()` to Option @6 Result.","4.0.0"],"ifstructs":["A @4 @0 @9 ^S @3 to unix if* @H",C[5]],"sc-utils":[C[173],"6.0.0"],"bincode_@a":["@g of #[@a(Encode, Decode)] @2 bincode",C[448]],"pgx":["pgx: A @4 @h @2 ^g Postgres &e","0.7.4"],"cargo-get":["Cargo $H to easily query @Y @F Cargo.toml @M","0.3.3"],"janus-plugin":["@m @2 ^g plugins @2 Janus, @7 WebRTC gateway.",C[2]],"plist":["A rusty plist @i. Supports Serde @q.","1.4.3"],"ory-client":["SDK Client @2 Ory","1.1.23"],"cpuprofiler":["@J to google's cpu profiler","0.0.4"],"iota-types":["&a @e required by nodes @6 clients APIs ^K blocks, responses @6 DTOs.","1.0.0-rc.7"],"dptree":["An @T event dispatch mechanism @2 @4","0.3.0"],"npm_rs":["@G @l @4 to npm @3 to &m in &f $m scripts.","1.0.0"],"^Z_magic_db":["Packages @7 FreeDesktop.org &q MIME $P @2 optional &m @9 tree_magic_mini","3.0.0"],"stainless":["Organized, flexible $v @h.",C[51]],"pest_consume":["A @h @2 processing @7 output of a pest-$D @i","1.1.3"],"adobe-cmap-parser":["A @0 to parse Adobe CMap @M","0.3.3"],"unic-segment":["UNIC — ^y Text Segmentation Algorithms","0.9.0"],"varisat-internal-proof":["^6 proof @E @2 @7 Varisat SAT solver","0.2.2"],"aabb3":["aabb3","0.2.1"],"dds-rs":["Decodes DirectDraw Surface @M","0.7.0"],"govern":["Handles proposal creation, lifecycle, voting, @6 execution.","0.5.8"],"botan":["@4 @k @2 Botan cryptography @0",C[16]],"chan-signal":["&R. Use crossbeam-channel @6 signal-hook &6.","0.3.3"],"$2_^i":["Utility @8 @6 @e @2 Serde.","0.6.2"],"Lattice":["A $5 Window Manager @2 Functional Reactive Programming",C[3]],"oasis-borsh-derive-internal":[C[104],"0.2.14"],"wasmtime-cache":["Support @2 automatic &7 caching @9 Wasmtime","7.0.0"],"nn":["A multilayer feedforward backpropagation neural $N @0","0.1.6"],"@s_icu_utrans":["Native @3 to @7 ICU4C @0 @F ^y.- utrans.h: Transliteration @j","3.0.0"],"svc-agent":["An agent @0.","0.19.5"],"paris":["A @l logger @2 &f CLI apps or other things you want in @7 $i","1.5.13"],"libh3":["Safe @4 @J to Uber's Hexagonal Hierarchical Spatial Index - H3","0.1.8"],"dprint-plugin-json":["&J formatter @2 dprint.","0.17.1"],"xq":["A reimplementation of jq.","0.2.42"],"&F_persistence_api":["persistence api @2 content addressable $O @6 entity ^T &p indexes","0.0.18"],"bit-matrix":["@m @2 bit matrices @6 vectors.",C[9]],"garando_syntax":[C[289],C[4]],"pic8259":["Abstractions @2 @7 8259 @6 8259A interrupt controllers","0.10.3"],"conduit":["&a &K @W @f",C[6]],"minitrace-jaeger":["Jaeger reporter @2 minitrace-@s","0.4.1"],"time-point":["Less opaque, thin, ^a @e",C[5]],"qt_widgets":["@J @2 QtWidgets C++ @0",C[3]],"url_path":["canonicalize, normalize urls","0.1.3"],"mit-lint":["Lints @2 commits parsed @9 mit-commit.","3.2.3"],"cannyls_rpc":["RPC @0 @2 operating cannyls's devices @F remote nodes","0.3.1"],"stdsimd":["SIMD @j in Rust's ^z @0.","0.1.2"],"jsonrpc-v2":["JSONRPC 2.0 @W",C[14]],"ptx-builder":["NVPTX $m ^H","0.5.3"],"type-operators":["A @d @Z @2 ^g ^a operators in @4 @6 $u ^a-@O logic.","0.3.5"],"iso4217":["ISO 4217 @L.","0.3.2"],"scopeguard":["A RAII scope guard @x will run a given closure when it goes out of scope,even if @7 $f $d panics (assuming unwinding panic).Defines @7 @8 `defer!`, `defer_on_unwind!`, `defer_on_success!` asshorthands @2 guards @9 one of @7 &v strategies.","1.1.0"],"hacl-star-sys":["HACL* FFI",C[4]],"sysexits":["^o @Z exit codes as defined by ","0.4.1"],"syscalls":["A list of Linux @Z calls.","0.6.8"],"sql-builder":["$5 SQL $f @A.","3.1.1"],"v-common-module":[C[118],"0.1.50"],"gotham_^u_diesel":["A Gotham Middleware @x @n ^p to a Diesel connection via an R2D2 pool to allow other Middleware @6 Handlers to interact @9 a $P.",C[3]],"linregress":["ordinary least squared linear regression @9 some basic statistics","0.5.1"],"^G_secretsmanager":["AWS SDK @2 @4 - AWS Secrets Manager @ 2017-10-17",C[7]],"easer":["Tiny @0 imlementing Robert Penner's easing @p","0.3.0"],"^Z_magic_fork":[C[119],"0.2.2"],"is_elevated":["Determine whether &f $w ^F is running elevated or not.","0.1.2"],"ethcore-bigint":["Large fixed-size integers @6 &Y @P outputs","0.2.1"],"run-or-raise":["Utility @2 launching @z or focusing their &n","0.3.3"],"crossbeam":["Tools @2 &Q $F","0.8.2"],"ldap3":["Pure-@4 LDAP Client",C[39]],"linotype":["A keyed sequence reprojector @x can optionally pin its &2. (A stable-ordered transactionally-incremental multi-map.)","0.0.1"],"sugars":["An useful @S of @8 to make tasks easier.","3.0.1"],"osmio":["Read @6 write OpenStreetMap @L @M","0.7.0"],"tree-buf":["A prototype ^8 @q @o @2 @L",C[6]],"opaque_typedef_@8":[C[140],"0.0.5"],"pxl":["🕹 A @l @h @2 making games","0.0.9"],"object-chain":["Ad-hoc $K &3","0.1.3"],"chunked-bytes":["A rope-^K non-contiguous buffer @2 ^E @L $K serializationand vectored output.","0.3.0"],"libccp":["@4 @3 @2 libccp, a @0 @2 $t CCP-$e datapaths","1.1.1"],"fvm-wasm-instrument":[C[698],"0.4.0"],"thin-vec":["A vec @x takes up less space on @7 stack","0.2.12"],"lunarity-lexer":["A high $7 Solidity @b Lexer","0.2.1"],"esl01-drawdag":["Parse an ASCII DAG &w parent relations.","0.3.0"],"vdot":["Create &f .env @M @v HashiCorp Vault.","0.4.14"],"imag-bookmark":["Part of @7 imag @R ^m: imag-bookmark @N",C[16]],"lemmeknow":["Identify any mysterious text or analyze $c @F a $I","0.7.0"],"ach-util":["Atomic Channel","0.1.16"],"ucg":["A $o $q grammar.","0.7.2"],"slack-chat-api":["A fully $D & opinionated $z @c @2 @7 Slack $z.","0.3.1"],"async-socks5":["An @B/.await SOCKS5 @1","0.5.1"],"lunatic":["&S @0 @2 $L @4 @z @x run on lunatic.",C[61]],"gdnative-sys":["Generated @3 to @7 Godot game engine's gdnative @R @e (See @7 gdnative @5).",C[94]],"ruma-client-api":["Types @2 @7 endpoints in @7 Matrix @c-@W $z.","0.16.2"],"readwrite":["Combine Read @6 Write &w a single Read+Write object",C[0]],"serum-borsh":[C[104],"0.8.1-serum.1"],"balena-cdsl":["Configuration DSL","0.10.6"],"cliparser":["$5 @N &r @i.","0.1.2"],"c2rust-macros":["@V @d @j @5 @2 C2Rust",C[53]],"data-pile":["A @l @6 &9 append-only @L store",C[9]],"path_abs":["Ergonomic paths @6 @M in @s.","0.5.1"],"fuel-pest":[C[694],"3.0.4"],"syscall":[C[492],"0.2.1"],"diskus":["A minimal, &9 alternative to 'du -sh'.","0.7.0"],"rust-ini":["An Ini $o $I @C @0 in @4",C[48]],"^G_cloudhsmv2":["AWS SDK @2 @4 - AWS CloudHSM V2 @ 2017-04-28",C[7]],"tracker":["A @d to track changes on ^I","0.2.1"],"rusty-release":["Make a release of a $1 $B","0.7.1"],"nrf52832-hal":["HAL @2 nRF52832 $8",C[17]],"tugger-file-manifest":[C[623],C[6]],"pidlock":["A @0 @2 @v pidfiles as resource locks","0.1.4"],"asciimath-rs":["AsciiMath @i","0.6.2"],"ckb-logger-service":["CKB logger @6 &W &C.",C[57]],"gql_@c":["Minimal GraphQL @c @2 @4","1.0.7"],"aws-sdk-sesv2":[C[361],C[1]],"treeflection_@a":["#[@a(Node)] @d @2 @7 Treeflection @0","0.4.0"],"utmp-rs":["Parsing utmp $I","0.3.0"],"nu-build":["Core $m @Z @2 nushell",C[19]],"twiggy-ir":["Intermediate &4 @2 @7 Twiggy $f size profiler.","0.7.0"],"conduit-static":["Middleware @2 serving &u @M @2 conduit",C[16]],"libloadorder-ffi":["A @k @0 ^D a C FFI @2 libloadorder.","11.4.1"],"clocksource":["@m @2 &B @F different @Z clocks","0.6.0"],"solana-version":["&k Version",C[43]],"opt300x":["Platform-&h @4 &c @2 @7 OPT300x ambient light sensors. Compatible @9 OPT3001, OPT3002, OPT3004, OPT3006 @6 OPT3007",C[5]],"uptime_lib":["Multi-@w uptime @0","0.2.2"],"pruefung":["Checksums in pure @4, @9 no_std available, $t @7 Hasher $Z.","0.2.1"],"ockam_@8":[C[87],C[80]],"torrent-name-parser":["Torrent name &5 @i","0.11.2"],"cio-api":["&S @p @6 @e @2 doing @7 activities of a CIO","0.1.2"],"srt-tokio":[C[675],"0.4.1"],"twofish":["Twofish block cipher","0.7.1"],"storekey":["Lexicographic sort-order preserving ^8 @I @E @2 key-&p stores","0.4.0"],"double-checked-cell-async":[C[453],"2.0.2"],"logos":[C[825],C[61]],"mdbook-svgbob":["SvgBob mdbook preprocessor $G swaps $f-blocks @9 neat SVG.","0.2.1"],"themelio-structs":["Core @L @H @2 Themelio","0.3.0-beta.8"],"cargo-hack":["Cargo ^U to provide various options useful @2 $v @6 continuous $C.","0.5.28"],"discrete":["Combinatorial phantom @e @2 discrete mathematics","0.4.0"],"uring-sys":["liburing @3","1.0.0-beta"],"askama_warp":["Warp $C @2 Askama templates",C[2]],"tui-realm-treeview":["Treeview component @2 tui-realm","1.1.0"],"harfbuzz_rs":["A high-@O @f to HarfBuzz, exposing its most important @D in a ^Q manner @v @4.","2.0.1"],"ll":["@s &W @0","7.0.0"],"eventsource":["@m @2 accessing EventSource/Server-Sent Events endpoints",C[3]],"polars-ops":["More $p on polars @L @H","0.27.2"],"enso-flexer":[C[219],C[0]],"sift_science":["A @s Sift Science @c","0.4.3"],"gzp":["Parallel Compression",C[94]],"light-curve-common":["&a ^C @2 light-curve-* packages",C[5]],"^G_elastictranscoder":["AWS SDK @2 @4 - &I Elastic Transcoder @ 2012-09-25",C[7]],"basalt":["A window/ui @h built upon vulkan.","0.19.1"],"parseit":["$5 text $I @C @0 powered by regex @6 glob patterns","0.1.2"],"parity-db":["Key-&p $P @2 @7 blockchain","0.4.6"],"struple":["Convert @H @F @6 to tuples",C[5]],"cargo-mpirun":["`$1 mpirun` allows you to easily $m @6 run &f MPI @z in a single @N. It emulates `$1 run`, allowing you to specify a target to be built @6 run, @6 $1 takes care of @7 rest.","0.1.8"],"libh3-sys":["@J to Uber's Hexagonal Hierarchical Spatial Index - H3","0.1.3"],"ra_ap_profile":["TBD",C[40]],"envconfig":[C[664],C[6]],"float_next_after":["A $Z @2 ^S @s f64/f32 nextafter","1.0.0"],"sentry-rs":["A Sentry Client @2 @4 Lang.","2.2.0"],"libvips":["Safe @3 @2 libvips","8.3.0"],"u64_array_bigints_@R":["Core @0 @2 `u64_array_bigints`","0.3.3"],"object-pool":["A &L-^Q object pool @9 automatic return @6 attach/detach semantics","0.5.4"],"yew-components":["A @S of community-created Yew &P","0.3.0"],"literally":["Macro literals @2 members of std::^O","0.1.3"],"blender-armature":[C[120],"0.9.2"],"cpp":["Inline C++ $f closures","0.5.7"],"opengl32-sys":["Contains @P @Q @2 @7 $w $z @0 opengl32. See winapi @2 @e @6 constants.",C[5]],"solana-replica-lib":["^o @0 $r @2 replication by both @7 @c @6 @W","1.13.6"],"tree-sitter-c":["C grammar @2 @7 ^Z-sitter @C @0","0.20.2"],"ocl-core-vector":["OpenCL-$e vector primitive @e.",C[5]],"picto":["Image $W @0.","0.4.4"],"smt2parser":["Generic @i @0 @2 @7 SMT-LIB-2 @E",C[9]],"daachorse":["Daachorse: Double-Array Aho-Corasick","1.0.0"],"handle":["A Handle Trait @2 @T context pipeline.","1.0.2"],"xmc4100":["XMC4100 Cortex-M peripheral ^p @0","0.6.0"],"wkhtmltopdf":["High-@O @3 to wkhtmltopdf","0.4.0"],"bevy_ecs":["Bevy Engine's entity component @Z",C[6]],"sha3":["SHA-3 (Keccak) &Y @P","0.10.6"],"aktrs":["An actor $V @h @2 @4",C[550]],"spaceapi":["SpaceAPI @e @6 @q/^9.","0.8.1"],"reed-solomon-novelpoly":["An @1 of a reed solomon $f / encoder / decoder @9 complexity `O(n lg(n))`","1.0.0"],"iso7816":["Types @2 ISO 7816",C[5]],"findomain":["^o fastest @6 cross-@w subdomain enumerator, do not waste &f ^5.","2.1.5"],"tm4c123x":["Peripheral ^p $z @2 TI TM4C123x $8","0.9.0"],"xmldecl":["Extracts an @I @F an ASCII-@t bogo-XML declaration in text/html in a Web-$e way",C[0]],"jsonapi":["JSONAPI @1","0.7.0"],"zenoh-sync":[C[49],C[26]],"libmath":["Mathematical @r","0.2.1"],"av-scenechange":["Estimates frames in a video where a scenecut would be ideal","0.8.1"],"sawp-modbus":["SAWP ^1 &N @2 Modbus",C[12]],"hdf5-sys":["Native @3 to @7 HDF5 @0.","0.8.1"],"status-line":["$J @5 allows you to &s status & progress @Y in a $i",C[0]],"signatory-ring":[C[121],"0.99.0"],"ck3save":["Ergonomically work @9 all CK3 saves (regular @6 ironman)","0.4.3"],"nickel-diesel":["Nickel ^u ^D a diesel ORM @9 r2d2 connection pooling","0.9.0"],"esp8266":["Peripheral ^p @5 @2 @7 ESP8266","0.6.0"],"wca":["^o &V to make CLI ( commands user @f ). It is able to aggregate external ^8 @z, as well as @p, $G are $X in &f @b.","0.1.3"],"prio":["@g of @7 Prio aggregation @Z @R: https://crypto.stanford.edu/prio/",C[12]],"trust-dns-native-tls":["Trust-DNS is a ^Q @6 secure DNS @0. $J is an ^7 @2 @7 Trust-DNS @c to &m ^S-tls @2 TLS.","0.21.1"],"cpuid":["@4 @3 @2 libpcuid CPU $g @6 feature extraction @0.",C[5]],"cv-convert":["Type conversions among famous @4 computer vision ^b","0.22.0"],"non_std":[C[324],"0.1.4"],"k8-metadata-client":["Trait @2 interfacing kubernetes &5 &C","5.1.0"],"rocket_contrib":["Community contributed ^b @2 @7 Rocket web @h.","0.4.11"],"simdnoise":["SIMD accelerate noise @0 @9 @y feature $g","3.1.6"],"from-pest":["Convert @F a pest grammar to a typed AST","0.3.1"],"^G_route53domains":["AWS SDK @2 @4 - &I Route 53 Domains @ 2014-05-15",C[7]],"@2_each":["Apply @d @2 each element of a list.","0.1.3"],"rbs":["Serialization @h @2 ORM","4.3.1"],"snapbox":[C[356],"0.4.10"],"fuse":["@4 @0 @2 filesystems in userspace (FUSE)","0.3.1"],"rocket_^f":["@V @8 @2 @7 Rocket web @h.",C[122]],"stop-token":["Experimental cooperative cancellation @2 @B @4","0.7.0"],"gtk-layer-shell":["Save gir-$D @k @2 gtk-layer-shell","0.6.0"],"tauri-bundler":["Wrap @s executables in OS-specific app bundles @2 Tauri",C[123]],"krates":["Create graphs of ^4 gathered @F $1 &5","0.12.6"],"&n_winmd":["Winmd @i @7 &n @5","0.3.1"],"coroutine":["Coroutine @m in @4","0.8.0"],"swc_$H_proxy":["Proxy ^I to @7 hosts original ^I @2 @7 $H","0.29.2"],"rqrr":["Detect @6 read QR codes @F any image source","0.6.0"],"a11ywatch_cli":["A11yWatch web accessibility CLI.","0.9.2"],"assert2":["assert!(...) @6 check!(...) @8 inspired by Catch2","0.3.10"],"atk":["@4 @3 @2 @7 ATK @0",C[19]],"pi_^5":["^o @0 is $r to obtain @7 ^5 @6 is not affected by @7 @Z modification ^5","0.2.6"],"httpstatus":["@G a list of &K response status codes.","0.1.2"],"ckb-reward-calculator":[C[124],C[57]],"esp32":["Peripheral ^p @5 @2 @7 ESP32",C[35]],"min_max_@8":["$R @2 nicer min()/max()",C[5]],"twitch-irc":["Connect to Twitch chat @F a @4 $A.","5.0.0"],"defmt-test":["A ^V harness @2 $y devices","0.3.0"],"bevy_ptr":["$n @2 ^2 @9 untyped pointers in a more ^Q way",C[6]],"flowstdlib":["^o ^z @0 of @p @6 flows @2 'flow' programs","0.95.0"],"net2":["Extensions to @7 ^z library's networking @e as proposed in RFC 1158.","0.2.38"],"cqrs-es":["A ^P, opinionated CQRS @6 event sourcing @h targeting serverless architectures.","0.4.8"],"zydis":["@J @2 Zydis","3.1.3"],"failure-tools":["Various ^C to be $r in conjunction @9 @7 'failure' @5.","4.0.5"],"rustc-rayon":["$5 work-stealing parallelism @2 @4 - fork @2 rustc","0.4.0"],"fmt2io":["A bridge $d std::io::Write @6 std::fmt::Write.",C[0]],"simulacrum_@8":["$R to simplify ^g mock objects @9 Simulacrum.","0.3.1"],"helloworld":["hello world ^J",C[4]],"wpactrl":["wpa_supplicant control @f @0","0.5.1"],"gst-plugin":["Infrastructure @2 $u GStreamer plugins in @4","0.3.2"],"tts":["High-@O Text-To-Speech (TTS) @f","0.25.1"],"multiversion-macros":["@g @5 @2 multiversion","0.7.1"],"seahash":["A blazingly &9, portable &Y @P @9 proven statistical guarantees.","4.1.0"],"polish":["Test-Driven Development done right","0.9.9"],"@s_icu_umsg":["Native @3 to @7 ICU4C @0 @F Unicode.umsg.h","3.0.0"],"reproto-semck":["Rethinking ^1 GeneratorsChecks @x changes to a manifest does not violate semantic versioning.","0.3.36"],"nu_$H_post":["An &K post $H @2 Nushell","0.36.0"],"ketos_@a":["^B $4 @2 Ketos scripting @b",C[12]],"syscallz":["$5 seccomp @0 @2 @s","0.16.2"],"^X":["A fancy ^X ^a @2 highly ^M cases.","0.1.9"],"news-flash":["Base @0 @2 a modern feed reader","2.2.2"],"inferno":["@4 port of @7 FlameGraph $7 profiling &V suite","0.11.15"],"split-iter":["Allows splitting of iterators.",C[4]],"block-modes":["$J @5 is deprecated. Use ^4 @F https://github.com/RustCrypto/block-modes &6.","0.9.1"],"des":["DES @6 Triple DES (3DES, TDES) block ciphers @1","0.8.1"],"^c_libra_@e":["Libra @e",C[76]],"thrussh-libsodium":["Straightforward @3 to libsodium","0.2.1"],"gvr-sys":["@4 @3 @2 Google VR SDK","0.7.2"],"servo-websocket":["A WebSocket (RFC6455) @0 @2 @4.","0.21.1"],"solana-storage-program":["&k Storage ^J","1.1.13"],"sawtooth-intkey":["Sawtooth Intkey is a Sawtooth transaction handler @2 executing intkey transactions as part of Hyperledger Sawtooth","0.5.2"],"csv-core":["Bare bones CSV @C @9 no_std @j.",C[89]],"hunspell-rs":["@4 @3 to @7 Hunspell @0","0.4.0"],"wproc_@d":[C[590],C[4]],"fixnum":["Fixed-point &1 @9 explicit rounding","0.9.2"],"arrsac":["From @7 paper \"A Comparative Analysis of RANSAC Techniques Leading to Adaptive Real-Time Random Sample Consensus\"",C[6]],"evcxr_input":["Support @2 &B input @F @7 user in Evcxr","1.0.0"],"out123-sys":["^o @U @n @3 to out123.",C[3]],"ostree":["@4 @3 @2 libostree","0.17.1"],"garage_rpc":["Cluster membership ^q @6 RPC @o @2 @7 Garage object store","0.8.2"],"tinkerforge":["@4 $z @3 @2 https://www.tinkerforge.com Bricks @6 Bricklets.","2.0.20"],"target":["Get @Y on compilation target","2.0.0"],"crypto-hash":["A @k @2 OS-@O $M &Y @p","0.3.4"],"rich-sdl2-rust":["^o sdl2 @k @2 @4.",C[61]],"ansitok":["A @0 @2 @C ANSI Escape Codes",C[0]],"aligned":[C[323],"0.4.1"],"smoltcp":["A TCP/IP stack designed @2 bare-metal, real-^5 systems ^Y a heap.","0.9.1"],"shamir":["Shamir is a pure @4 @1 of Shamir's secret sharing","2.0.0"],"ease":["A @0 @2 $L REST clients",C[9]],"stack-sizes":["Tools to print stack usage @Y emitted by LLVM in human readable @E",C[3]],"astro":["Advanced $Y @2 astronomy","2.0.0"],"reflection_@a":[C[932],C[5]],"twapi":["A @l Twitter @0. $J is easy @2 customize.","0.7.0"],"soup2":["Soup2 @5 @2 @4","0.2.1"],"update-informer":["Update informer @2 CLI @z","0.6.0"],"csv2svg":["take a csv as input @6 outputs svg","0.1.8"],"jsonfeed":["&N @2 @7 JSONFeed (http://jsonfeed.org) specification",C[0]],"snarkvm-console-types-string":[C[44],C[45]],"v_hist":["A really quick way to make histograms @x fix @7 $i","0.1.3"],"prime_^C":["Generate primes, get prime factors, check primality, @6 other useful prime-related @r.","0.3.4"],"^G_cloudsearchdomain":["AWS SDK @2 @4 - &I CloudSearch Domain @ 2013-01-01",C[7]],"simple-bitrange":["A @l @5 @2 manipulating bit ranges $G is $b when ^2 @9 IC registers.","0.1.3"],"argmin-math":["argmin math &G","0.3.0"],"async-fs":["Async filesystem @K","1.6.0"],"hex-literal":["@V @d @2 converting hexadecimal $9 to byte array at &z ^5.","0.3.4"],"$2_@a_state_internals":[C[956],"0.4.3"],"pistoncore-current":["&R. Use `current`.","0.0.3"],"tlv_@i":["BER-TLV @C & emitting @0","0.7.1"],"caith":["A dice roller @0 supporting many features","4.2.3"],"wasm-webidl-bindings":["Raw WebIDL @3 ^8 encoder/decoder @9 an AST. Still in a state of flux!","0.8.0"],"join_impl":["@g of @7 `join!` @d.","0.3.1"],"tang-rs":["A light weight @T connection pool",C[0]],"move-coverage":["Diem Move VM $f coverage","0.3.2"],"downcast":["Trait @2 downcasting $Z objects back to their original @e.",C[14]],"iso8601":["Parsing ISO8601 dates @v nom",C[9]],"binrw_@a":["^B @d @2 binrw",C[39]],"oxygengine-build-tools":["Build ^C @2 Oxygengine",C[41]],"goldberg":["A @4-@t obfuscation @d @0!",C[4]],"httpmock-macros":["an &K mock @W @0 @2 &f tests","0.4.0"],"future-parking_lot":["An \"as @l as possible\" Future @1 @2 parking_lot","0.3.3"],"timecode":["@0 to manipulate timecode","0.6.0"],"parity-multiaddr":[C[161],"0.11.2"],"apns":["@m @2 Apple Push Notification Service.",C[5]],"wayland-commons":["&a @e @6 @H $r by wayland-@c @6 wayland-@W.","0.29.5"],"rand-utf8":["Random utf8 $T","0.0.1"],"futures-stream-select-all":[C[494],"0.1.2"],"versions":["A @0 @2 @C @6 comparing software @X &1.","4.1.0"],"quick-protobuf":["A pure @4 protobuf (de)serializer. Quick.","0.8.1"],"leetcode-cli":["Leet &f $f in @N-&r.","0.3.12"],"mime_classifier":["Servo's MIME Classifier / Media Type sniffer as a @4 @0","0.0.1"],"async-stream":["^s streams @v @B & await notation","0.3.4"],"salvo_extra":[C[126],"0.37.9"],"ethers-addressbook":["&a Ethereum name to address mappings","2.0.1"],"xkbcommon":["@4 @3 @6 &H @2 libxkbcommon",C[3]],"pgx-pg-sys":["Generated @4 @3 @2 Postgres internals, @2 &m @9 'pgx'","0.7.4"],"enum-iterator":["Tools to iterate over all &2 of a ^a (e.g. all variants of an enumeration)","1.4.0"],"move-symbol-pool":["A &u, global $9 table @2 Move ^C","0.3.2"],"ya-agreement-utils":["Yagna agreement ^i","0.4.1"],"kcp":["Reliable-UDP @m @2 @4","0.5.1"],"&n_gen_@8":["Macro &b @2 @7 windows_gen @5","0.6.0"],"isolanguage-1":["ISO 639-1 @0 @9 optional Serde @j","0.2.2"],"signature_@R":["Signature @R @e of @7 Ockam @0.","0.37.0"],"sc2-proto":["^1 buffers @2 @7 StarCraft II Client $z","0.2.3"],"symbolic-sourcemap":["A @0 to ^F JavaScript sourcemaps @6 resolve symbols in minifiedsource $f or stack traces.","8.8.0"],"rusty-xinput":["Safe dynamic loading of xinput.","1.2.0"],"humantime":["A @i @6 formatter @2 std::^5::{Duration, SystemTime}","2.1.0"],"spotify":["Easy to &m Spotify Local $z &G.","0.8.0"],"ss58-registry":["Registry of known SS58 address @e","1.39.0"],"boxfnonce":["^Q FnOnce boxing @2 @s stable",C[5]],"rs-graph-derive":["Automatic @1 of graph @e","0.20.1"],"trees":["General purpose ^Z @L @H","0.4.2"],"validator_@a":["$R 1.1 @1 of #[@a(Validate)]",C[17]],"parity-util-mem":["&A of $h related @r",C[12]],"wayland-server":["@J to @7 ^z C @1 of @7 wayland @o, @W side.",C[41]],"dssim-core":["@m @x measures structural similarity $d images @v a multi-scale variant of @7 SSIM $a.","3.2.5"],"notmuch":["@4 @f @6 @3 @2 notmuch","0.8.0"],"kas-macros":["KAS GUI / @8",C[2]],"tsyncp":["Async channel APIs (mpsc, broadcast, barrier, etc) over TCP @2 message-passing.","0.3.0"],"take-until":["A take_until ^7 @2 iterators",C[0]],"i-slint-backend-gl":[C[505],"0.2.5"],"erased-serde":["Type-erased Serialize @6 Serializer $4","0.3.25"],"wasm-opt-sys":["Native wasm-opt $m","0.112.0"],"tor-config":["Low-@O $o @2 @7 Arti Tor @1","0.7.2"],"bar":["status bar",C[5]],"aml":["@m @2 @C AML","0.16.3"],"liboverdrop":["Configuration @0, @9 directory overlaying @6 fragments dropins",C[4]],"surrealdb":["A scalable, &D, collaborative, document-graph $P, @2 @7 realtime web",C[405]],"tokio-tun":["^s allocation of TUN/TAP devices @v $Q","0.7.0"],"gouth":["$J @0 @n auto-renewed tokens @2 GCP &C authentication.","0.2.1"],"linux-futex":["Futex: A Linux-specific &9 user-space locking primitive",C[0]],"pdb-addr2line":["Symbolicate addresses @F PDBs, ^K addr2line.","0.10.4"],"size":["A @5 @2 expressing, formatting, @6 ^e @9 $I sizes","0.4.1"],"sorted_vector_map":["maps @6 sets backed by sorted vectors",C[4]],"fluence-keypair":["identity",C[6]],"swc_$H_@d":["Macro @j @2 authoring plugin's transform fn","0.9.10"],"unquote":["A reverse quote @d... @x is: A @d to parse input @F a ParseStream according to a given pattern.","0.0.6"],"pathfinder":["Create nodes, clusters of nodes @6 connection in $d.","0.6.5"],"alacritty_$i":["@m @2 $u $i emulators","0.18.0-rc3"],"notify-rust":["Show desktop notifications (linux, bsd, mac). Pure @4 dbus @c @6 @W.","4.8.0"],"fuchsia-zircon":["@4 @3 @2 @7 Zircon kernel","0.3.3"],"near-vm-runner":[C[282],C[240]],"dnsclient":["A small, @l @6 secure DNS @c @0","0.1.17"],"blc":["An @1 of @7 ^8 lambda calculus.","0.6.0"],"contrie":["Concurrent map @6 set","0.1.4"],"enum_dispatch":["Near drop-in replacement @2 dynamic-dispatched method calls @9 up to 10x @7 speed","0.3.11"],"ieee802154":["Partial @1 of @7 IEEE 802.15.4 ^z @2 low-rate wireless personal area networks",C[9]],"cart-tmp-wgpu":[C[771],C[4]],"alloc-stdlib":["A dynamic ^k example @x may be $r @9 @7 stdlib","0.2.2"],"background-jobs-actix":["in-^F jobs processor @t on Actix","0.14.5"],"signal":["^o higher-@O &G $S unix signals","0.7.0"],"sum":["General-purpose sum @e.","0.1.7"],"libflate_lz77":["LZ77 encoder @2 libflate @5","1.2.0"],"dictgen":["Compile-^5 case-insensitive map","0.2.5"],"ockam_node":["Ockam Node @1 @5","0.79.0"],"nannou_mesh":["^o mesh $k &q $d nannou's `Draw` @6 `Ui` &G.",C[48]],"samplerate":["A @0 @t on libsamplerate @2 converting samplerates","0.2.4"],"leptos":["Leptos is a full-stack, isomorphic @4 web @h leveraging fine-grained reactivity to $m declarative user interfaces.","0.2.4"],"xtensa-lx-rt-proc-macros":["Attributes re-exported in `xtensa-lx-rt`",C[0]],"unroll":["An ^T-^K $0 @d @2 unrolling @2 loops","0.1.5"],"eax":["Pure @4 @1 of @7 EAXAuthenticated Encryption @9 Associated Data (AEAD) Cipherwith optional architecture-specific hardware accelerationThis scheme is only @t on a block cipher. It uses counter mode (CTR) forencryption @6 CBC mode @2 $x a OMAC/CMAC/CBCMAC (all names @2 @7 same thing).",C[3]],"vobsub":["Decode DVD VobSub-@E subtitles (*.sub/*.idx @M)","0.2.3"],"zpatial":["Algorithms @2 Spatial Acceleration @6 Geometries.","0.4.3"],"unicode_skeleton":["$J @5 detects unicode $c @x look nearlyidentical once rendered, but do not compare as equal.It defines \"confusable\" @6 \"skeleton\" @t onUnicode Standard Annex #39.",C[5]],"drill":["Drill is a &K load $v $A $X in @4 inspired by Ansible syntax","0.8.2"],"lingua-bengali-language-model":["^o Bengali @b $V @2 Lingua, an &0 &o @b $g @0","1.0.1"],"rustli":["Rustli is a minimal @4 @0 to talk to Restli servers https://github.com/linkedin/rest.liand to reason about PDSC schemas.This is personal $B.","0.4.0"],"slog":["Structured, extensible, composable &W @2 @4","2.7.0"],"konst_kernel":["Foundational const @D &q $d konst @6 const_panic","0.3.4"],"winapi-i686-pc-windows-gnu":["Import ^b @2 @7 i686-pc-&n-gnu target. Please don't &m this @5 directly, depend on winapi &6.","0.4.0"],"value-bag":["Anonymous structured &2",C[760]],"postcard":[C[182],"1.0.4"],"apng-encoder":["APNG (Animated PNG) Encoder","0.3.0"],"archiver-rs":["A @0 @2 easy interaction @9 multiple archive formats","0.5.1"],"juniper":["GraphQL @W @0","0.15.11"],"stringslice":["A @S of methods to slice $c @t on character indices rather than bytes","0.1.2"],"keycode":["A @4 @5 @2 translating keycodes @t on Chrome's mapping of keys.","0.4.0"],"s2n-quic-platform":[C[42],C[34]],"async-speed-limit":["Asynchronously speed-limiting multiple byte streams","0.4.0"],"jupiter":["Jupiter is a @0 @2 ^D high-throughput ultra low latency services via @7 RESP @o as defined by Redis.","3.0.0"],"panning":["A variety of @r related to audio panning.",C[5]],"assert_unordered":["A direct replacement @2 `assert_eq` @2 unordered ^O","0.3.5"],"waker-fn":["Convert closures &w wakers","1.1.0"],"rcgen":["@4 X.509 certificate @A",C[6]],"$2_ignored":["Find out about keys @x are ignored when deserializing @L","0.1.7"],"assert_no_alloc":["Custom @4 ^k allowing to temporarily disable $h (de)allocations @2 a &L. Aborts or prints a warning if allocating although forbidden.","1.1.2"],"tokio-fs":["Filesystem $z @2 Tokio.",C[31]],"lalrpop":[C[283],"0.19.8"],"aws-sdk-sns":["AWS SDK @2 &I $5 Notification Service",C[1]],"ip_$N_table":["IPv4 @6 IPv6 $N &9 lookup table.",C[0]],"wayland-protocols-wlr":["Generated $z @2 @7 WLR wayland @o &e",C[4]],"raw-cpuid":["A @0 to parse @7 x86 CPUID instruction, $X in @s @9 no external ^l. ^o @1 closely resembles @7 Intel CPUID manual description. ^o @0 does only depend on libcore.","10.7.0"],"simba":["SIMD algebra @2 @4","0.8.0"],"napi":["N-$z @3","2.12.0"],"croaring-sys-mw":[C[325],"0.4.5"],"i18n-embed":["Traits @6 @8 to conveniently embed localization assets &w &f $A ^8 or @0 in order to localize it at @y.","0.13.8"],"triomphe":["A fork of std::sync::Arc @9 some extra @D @6 ^Y weak references (originally servo_arc)","0.1.8"],"monostate":["Type @x deserializes only @F one specific &p","0.1.5"],"rendy-core":[C[321],"0.5.1"],"mdo":["Monadic do notation @2 @s @v @d @6 duck typing","0.3.0"],"muncher":["Easy to &m char muncher @2 $u a lexer.","0.7.0"],"tree-sitter-python":["Python grammar @2 @7 ^Z-sitter @C @0","0.20.2"],"cortex-m-rtfm":["Real Time For @7 Masses (RTFM): a concurrency @h @2 $L real ^5 systems","0.5.3"],"parse_arg":["Traits @6 @u @2 @C @N-&r arguments.","0.1.4"],"micro-ecc-sys":["Low-@O @3 to micro-ecc","0.3.2"],"$2_item":[C[125],C[0]],"ifaces":["@4 @3 to retrieve $N @f @Y",C[4]],"quinine":["Atomic monotonic containers (Mono{Box,Arc})",C[0]],"drawbridge-client":["Client @0 @2 ^e @9 @7 Drawbridge.","0.4.1"],"iron-hmac":["HMAC ^u @2 @7 Iron &K @h","0.6.0"],"gix-path":["A WIP @5 of @7 gitoxide $B dealing paths @6 their conversions","0.7.2"],"protobuf-codegen-pure3":[C[668],"2.28.2"],"qapi-qmp":["QEMU Machine ^1 @e",C[14]],"ansi-to-tui":["A @0 to convert ansi color coded text &w ratatui::text::Text ^a @F ratatui @0","3.0.0"],"vector_^i":[C[11],"0.1.5"],"interoptopus_^R":["$R to produce Interoptopus item info.","0.14.9"],"proc-macro-id":["Identity $0 @d","1.0.1"],"mathru":["Mathematics @0 $X in @4",C[22]],"elliptic-curve":["General purpose Elliptic Curve Cryptography (ECC) @j, including typesand $4 @2 representing various elliptic curve forms, scalars, points,@6 public/secret keys composed thereof.","0.13.2"],"tectonic_io_base":["Basic @e @2 Tectonic's pluggable I/O $l @Z","0.4.1"],"oxigen":["Fast, parallel, extensible @6 adaptable genetic $a @0.","2.2.2"],"hmac-sha512":["A small, self-contained SHA512, HMAC-SHA512, SHA384 @6 HMAC-SHA384 @1","1.1.4"],"cardinal-certificate":["Certificate ^z on ^c",C[0]],"tls-listener":["wrap incoming Stream of connections in TLS","0.6.0"],"keynesis":["General purpose key ^q @6 associated $M protocols","2.1.1"],"tm4c-hal":["&a bits of HAL @2 @7 TM4C123x/TM4C129x family of $8","0.4.1"],"lv2":["A ^Q, &9, @6 ergonomic @h to create LV2 plugins","0.6.0"],"sosistab2":[C[802],"0.8.15"],"bebop-tools":["Cargo buildscript ^C @2 Bebop, a schema-@t ^8 @q @E.","2.4.10"],"in_&g":["$Z @Z @2 facilitating non-blocking &g chaining @9 handshaking",C[23]],"sheldon":["Fast, configurable, shell $H ^N.","0.7.1"],"webrtc-data":["A pure @4 @1 of WebRTC DataChannel $z","0.7.0"],"accessor":["A @0 to ^p MMIO space","0.3.3"],"ion-c-sys-macros":["$R $r to &l ion-c-$s","0.1.2"],"synthez-codegen":["^6 ^f shim of `synthez` @5.","0.3.0"],"miow":["A zero overhead I/O @0 @2 $w, focusing on IOCP @6 @B I/Oabstractions.",C[3]],"sscanf":["A sscanf (inverse of @E!()) Macro @t on Regex","0.4.0"],"lingua-mongolian-language-model":["^o Mongolian @b $V @2 Lingua, an &0 &o @b $g @0","1.0.1"],"ommui_frontend_gtk":["OMMUI frontend $X in GTK","0.3.19"],"dhall_^R_@8":["$R @2 dhall",C[9]],"pkcs-12":[C[273],"0.3.1"],"syntex_pos":[C[795],"0.59.1"],"^G_@j":["AWS SDK @2 @4 - AWS Support @ 2013-04-15",C[7]],"zuse":["A flexible high-$7 uptime bot powered by @B @4 @9 Telegram, SNS @6 Slack notification backends.",C[3]],"autocfg":["Automatic cfg @2 @4 $E features","1.1.0"],"cranelift-bforest":["A forest of B+-trees","0.94.0"],"tracing-web":["A ^3 $e subscriber layer @2 web platforms.","0.1.2"],"tracing-span-tree":["$5 ^3 subscriber @2 hierarchical profiling",C[5]],"humansize":["A configurable @5 to easily represent sizes in a human-readable @E.","2.1.3"],"mail-headers":["[mail/headers] header parts @2 @7 mail @5 (inkl. header map @6 ^z header impl)","0.6.6"],"concat-in-place":["Efficient @8 @2 concatenation of $c @6 vectors","1.1.0"],"spng-sys":["Native @3 to libspng",C[792]],"coveralls-api":["$z @J @2 coveralls.io. Deals @9 report creation @6 submission.",C[3]],"audiotags-dev-macro":["@8 $r during @7 development of audiotags","0.1.4"],"glutin_cocoa":["^o real @s-cocoa, under a temporary name.","0.1.6"],"fuel-core-consensus-module":["^o $b $f @2 fuel @R consensuses.","0.17.4"],"rhai_^f":["@V @8 @j @U @2 Rhai, a scripting @b @6 $j @2 @4","1.5.0"],"libipld-cbor-derive":["ipld cbor codec ^R @d",C[17]],"self_&t":["Self encrypting @M (convergent &t plus obfuscation)","0.28.0"],"@I_rs":["A Gecko-oriented @1 of @7 Encoding Standard","0.8.32"],"openstack":["OpenStack SDK @2 @4",C[3]],"sapp-ios":[C[452],"0.1.2"],"encoding-index-singlebyte":["Index tables @2 various single-byte character encodings",C[141]],"gba-proc-macro":["^R @8 @2 @7 gba @5","0.6.0"],"aes-gcm":["Pure @4 @1 of @7 AES-GCM (Galois/Counter Mode)Authenticated Encryption @9 Associated Data (AEAD) Cipherwith optional architecture-specific hardware acceleration",C[16]],"cassandra-cpp-sys":["A ^w-$D @4 @k $S @7 DataStax Cassandra C++ &c plus ^2 examples. You probably want to &m @7 \"cassandra-cpp\" @5 $G @n a ^Q @k.","1.1.0"],"json_dotpath":["Dotted path ^p to nested &J objects (serde_json::Value)","1.1.0"],"^G_polly":["AWS SDK @2 @4 - &I Polly @ 2016-06-10",C[7]],"tst":["Ternary search trie @S in @s @9 similar $z to std::^O as it possible",C[16]],"allegro_primitives-sys":["Allegro 5 @K addon @4 ^x","0.0.44"],"gpgme-sys":["Raw @3 @2 gpgme",C[14]],"fluent-templates":["Templating @2 @7 Fluent localization @h","0.8.0"],"ijson":["A more $h ^E replacement @2 serde_json::Value","0.1.3"],"oauthcli":["@g of OAuth 1.0 (@6 Twitter's f*ckin' OAuth) Client","2.0.0-beta-2"],"bspc":["Alternative bspc @N","0.4.3"],"embedded-triple":["Embed @7 target triple &w @7 ^8",C[4]],"broker-tokio":["$Q @2 broker","0.2.16"],"quad-alsa-sys":["For of original alsa-$s, but @9 pkg-^W replaced @9 -lasound.","0.3.2"],"eszip":["A $T @x can download JavaScript @6 TypeScript &7 graphs @6 store them locally in a special zip $I","0.38.0"],"warp-json-rpc":["&J RPC @W ^7 @2 warp","0.3.0"],"nya":["A @l @6 small $I processor.","1.0.0"],"rectree2svg":["OBSOLETE: Pease see 'thirdkind' &6! (Read phylogenetic ^Z(s) in newick, phyloxml or recPhyloXML $I @6 $m a svg &4 of @7 ^Z(s).)","2.10.3"],"uucore":["uutils ~ '@R' uutils $f @0 (cross-@w)",C[32]],"base45":["Encoder/decoder @2 base45","3.0.0"],"rpi_$y":["&j @2 @7 Raspberry Pi's GPIO, I2C, PWM, SPI @6 UART peripherals. Forked @F RPPAL",C[4]],"tree-sitter-c-sharp":["C# grammar @2 @7 ^Z-sitter @C @0",C[46]],"permutate":["Generic permutator @x permutates singular @6 multiple lists","0.3.2"],"vdso":["Resolve Linux vDSO symbols","0.2.2"],"near-units-macro":["Macro @2 @C $c literals of NEAR units.",C[0]],"opaque-debug":["Macro @2 opaque Debug $Z @1","0.3.0"],"mg-settings-macros":["Help custom @a @2 mg-settings","0.4.2"],"synchronized-writer":["A tiny &l @2 synchronously $u @L.","1.1.11"],"raster":["Image processing lib @2 @4",C[0]],"qscan":["Quick @B $N scan @0","0.6.0"],"system-configuration":["@J to SystemConfiguration @h @2 macOS",C[3]],"syntex":["A @0 @x enables &z ^5 syntax ^7 expansion","0.58.1"],"&u_assert_@d":["@m @1 of so-called `static_assert`","1.1.0"],"tickrs":["Realtime ticker @L in &f $i 📈","0.14.8"],"supports-hyperlinks":["Detects whether a $i supports &E hyperlinks.","2.0.0"],"tokio-metrics":["Runtime @6 task @O ^j @2 Tokio @z.",C[0]],"cervus":["Reserved @2 @7 Cervus subsystem to reach v0.5.0","0.4.99"],"proxy_cfg":["A @0 to get proxy $o @F @7 OS.","0.4.1"],"ad983x":["Platform-&h @4 &c @2 @7 AD9833, AD9834, AD9837 @6 AD9838 low-power programmable waveform generators / direct digital synthesizers.","0.3.0"],"filedesc":["thin @k $S raw $I descriptors",C[9]],"wdg-base32":["^o Base32 Data Encoding",C[9]],"extra-default":["Extra $4 to go along @9 @7 Default $Z.",C[0]],"theban_db":["Using interval trees to create a @l interval $P","0.7.0"],"atuin-client":["@c @0 @2 atuin","13.0.1"],"hamcrest2":["A port of @7 Hamcrest $v @0. Fork of originalhamcrest-@s ($G is unmaintained) @9 extra matchers, better docs etc.","0.3.0"],"htmlentity":["Encode a unicode character to html entity, decode html entity to a unicode character.","1.2.0"],"ddoresolver-rs":["@P to resolve did document @F url","0.4.5"],"bufkit-data":["A @5 to manage an archive of bufkit @M.","0.22.1"],"wasmtime-wiggle":["Integrate Wiggle $f @A @9 Wasmtime",C[80]],"multistream-select":[C[198],C[61]],"php_$2":[C[368],"0.6.0"],"cblas-sys":["^o @U @n @3 to CBLAS (C).","0.1.4"],"pocket_prover":["A &9, brute force, automatic theorem prover @2 first order logic",C[19]],"vkxml":["Parse vulkan's XML $z registry.","0.3.1"],"nickel_sqlite":["A SQLite ^u @2 nickel.rs","0.4.0"],"please":["Foundation @2 $t long-lived $P locks","0.2.1"],"rental":[C[190],"0.5.6"],"utf":["UTF-8","0.1.6"],"tibco_ems-sys":["@4 @3 @2 @7 Tibco EMS C @0.","1.0.5"],"aws-sdk-costandusagereport":["AWS SDK @2 AWS Cost @6 Usage Report Service",C[1]],"zune-inflate":["A heavily optimized deflate decompressor in Pure @4","0.2.52"],"mv-unit-test":["Unit $v @h @2 Move $f","0.3.2"],"oxide":[C[677],"0.0.1"],"$I_diff":["An atomic $T @2 diffing @M in $v","1.0.0"],"keystream":["Cryptographic keystream $4","1.0.0"],"oxrdf":["A @0 ^D basic @L @H related to RDF","0.1.5"],"sigma-ser":["Ergo ^8 @q @K",C[12]],"struct-path":["A ^H @8 to $m a $9 @x represents &y fields path at &z ^5 (such as .)","0.2.2"],"salvo_@R":[C[126],"0.37.9"],"rg3d":["3D Game $j",C[1]],"embedded-storage-async":[C[901],"0.4.0"],"mt19937":["A translation of @7 MT19937 Mersenne Twister rng $a to @4","2.0.1"],"typescript-definitions":[C[343],C[89]],"ipaddress":["an @0 to handle ipv4 @6 ipv6 &1","0.1.2"],"quote-use":["Support `&m` in procmacros hygienically","0.6.0"],"atomic-arena":["Generational arena allows reserving keys @F other threads",C[5]],"hyperbase":[C[11],"0.1.8"],"calamine":["An Excel/OpenDocument Spreadsheets reader @6 deserializer in pure @s","0.19.1"],"affinity":["@G a consistent way to set @R affinity @2 currently running threads @6 processes","0.1.2"],"clap_derive-v3":[C[611],C[55]],"sha256":["sha256 &d digest","1.1.2"],"libimagentrymarkdown":[C[15],C[16]],"rabbitmq-stream-client":["A @4 @c @2 RabbitMQ Stream",C[4]],"mpd_@c":["^s user-&x MPD @c","1.1.0"],"tokio-threadpool":["A task scheduler backed by a work-stealing &L pool.",C[56]],"reqwest":[C[156],"0.11.15"],"fpool":["Non-leased object-pooling.",C[3]],"macroquad-profiler":["Profiler UI @2 macroquad",C[5]],"local-encoding":["@4 @0 @2 @I/^h $9 @9 local charset. It usefull @2 work @9 ANSI $c on $w.",C[0]],"lifetime_^R_@8_impl":[C[127],C[4]],"nu_$H_str":["A $9 manipulation $H @2 Nushell",C[22]],"fuel-poa-coordinator":[C[626],C[75]],"&n_aarch64_msvc":[C[128],"0.42.2"],"arrow-flight":["Apache Arrow Flight","35.0.0"],"spl-instruction-padding":["&k Program @m Instruction Padding Program",C[4]],"env":["Environment variables","0.0.0"],"gha-toolkit":["GitHub Actions toolkit @2 @4","0.3.1"],"tokio-stdin-stdout":["Thread- @6 future::sync::mpsc-@t AsyncRead/AsyncWrite stdin/stdout @9 little buffering","0.1.5"],"swc_ecma_transforms_typescript":[C[114],"0.171.15"],"spl-token-swap":["&k Program @m Token Swap","3.0.0"],"bitvec_&b":["BitVec @t bitstream reader @6 writer","3.1.2"],"sgxs":["@m @2 ^2 @9 @7 SGX &g @E.","0.7.4"],"fasthash-sys":[C[386],"0.3.2"],"vga-framebuffer":["A text console output over a VGA $e signal","0.9.0"],"opentelemetry-datadog-cloudflare":["Datadog exporters @6 propagators @2 OpenTelemetry @2 Cloudflare workers","1.0.0"],"ic-identity-hsm":["Identity @1 @2 HSM @2 @7 ic-agent @U.","0.23.2"],"syn":[C[777],"2.0.7"],"esrs":["A Prima.it-opinionated @0 to achieve cqrs/es",C[72]],"ring-pwhash":["deprecated","0.99.0"],"protobuf-codegen":["Code @A @2 @s-protobuf.Includes a @0 to invoke programmatically (e. g. @F `build.rs`) @6 `protoc-gen-@s` ^8.","3.2.0"],"^G_ecs":["AWS SDK @2 @4 - &I EC2 Container Service @ 2014-11-13",C[7]],"fallible":["Fallible $p","0.1.3"],"dir":["Dir @r @2 @w-specific $p","0.1.2"],"mio_gloo_$I":[C[817],C[5]],"ssb-keyfile":["Keyfile $p @2 ssb.","0.5.4"],"pitch-detection":["A @S of $Y to determine @7 pitch of a sound sample.","0.3.0"],"sdl":["SDL @3","0.3.6"],"uclient":["Universal &K @c @2 @4","0.2.3"],"nu-source":["A source $9 characterizer @2 Nushell",C[93]],"serde-enum-str":["Serialize @6 deserialize enum $9","0.3.2"],"veml6030":["Platform-&h @4 &c @2 @7 VEML6030 @6 VEML7700 high-accuracy ambient light sensors.","0.1.2"],"reproto-trans":["Rethinking ^1 GeneratorsTranspiler @r.","0.3.36"],"dyn_bitmap":["Dynamically sized ^P bitmap @1.","0.3.2"],"ledger-apdu":["Ledger Hardware Wallet - &a APDU ^1 Types",C[6]],"kerberos_constants":["Constants $r by differente objects @6 actors of @7 Kerberos @o","0.0.9"],"esl":["A @0 @2 &B, $u @6 processing ESM/ESP/ESS @M.","0.17.1"],"regex-syntax":["A regular expression @i.","0.6.29"],"argfile":["Load additional CLI args @F $I","0.1.5"],"gix-worktree":["A WIP @5 of @7 gitoxide $B dedicated $t everything $S ^2 trees @6 git excludes",C[53]],"elefren":[C[372],"0.22.0"],"ckb-occupied-capacity-macros":[C[124],C[57]],"bee-pow":["@G Proof of Work @r @2 @7 IOTA @o","1.0.0"],"ascii_^i":[C[425],"0.9.3"],"nu_$H_xpath":["Traverses xml",C[93]],"raftlog_protobuf":["Encoders @6 decoders of @7 ^1-Buffers &8 @2 @7 constituents defined in `raftlog` @5","0.3.0"],"mongodm":["A thin ODM layer @2 mongodb","0.9.0"],"uu_ptx":["ptx ~ (uutils) &s a permuted index of input",C[32]],"nock":["A stateless &M ^L","0.4.0"],"hematite-nbt":["A full-featured @0 @2 ^2 @9 Minecraft's Named Binary Tag (NBT) $I @E, including Serde @j.","0.5.2"],"cargo-flash":["A $T to flash ARM cores @9 ELFs directly @F within $1.",C[17]],"fvm_sdk":["Filecoin Virtual Machine actor development SDK","3.0.0"],"xsv":["A high $7 CSV @N &r toolkit.",C[2]],"fuel-core-chain-config":[C[509],"0.17.4"],"borsh-derive-internal":[C[104],"0.10.3"],"tinysearch":["A tiny search $j @2 &u websites","0.7.0"],"easy-cast":["Type conversions $G are expected to succeed","0.5.2"],"librsync":["@J to librsync @2 calculating @6 applying networkdeltas exposed as Reader/Writer streams.","0.2.3"],"red_asn1":["A little @0 to encode/decode ASN1 DER","0.3.5"],"egg":["An @1 of egraphs","0.9.3"],"writeable":["A more ^E alternative to fmt::Display","0.5.1"],"tui-react":["TUI widgets @v a react-^K paradigm, allowing mutable component state @6 render properties.",C[38]],"easy-jsonrpc-proc-macro":[C[139],C[3]],"xoroshiro128":["Fast psuedo-random &Z generators",C[3]],"sc-peerset":["Connectivity ^N @t on reputation","7.0.0"],"atsame54p":["Peripheral ^p $z @2 ATSAME54P $8 ($D @v svd2rust)",C[12]],"http-body-util":["Combinators @6 adapters @2 &K request or response bodies.",C[129]],"lang-c":["&T C @i",C[53]],"jsonpath-plus":["A JSONPath @1 in @4, compliant @9 @7 Proposal A specification as well as including several &e such as parent @6 subpath selectors.","0.1.9"],"luminance-front":["luminance re-exported @9 a $l picked at &z-^5",C[9]],"rkyv-test":[C[869],"0.7.39"],"dusk-plonk":["A pure-@4 @1 of @7 PLONK ZK-Proof $a",C[83]],"pest_@A":[C[734],"2.5.6"],"hole-punch":["A WIP cross @w @0 @2 extracting @Y about holes in sparse @M.","0.0.3"],"fragment":["$5 fragment/substring matching @0","0.3.1"],"probes":["@m to read out @Z stats @F a ^L running Unix",C[3]],"platform-info":["A @l cross-@w @f to get info about a @Z","1.0.2"],"wedpr_l_protos":["@m of WeDPR protobuf @Q @6 their $D $f.","1.2.0"],"al-sys":["Raw @3 @2 OpenAL 1.1",C[9]],"conjure-runtime":["An &K @c $e @9 Conjure-$D services","4.3.0"],"cjk":["Answer Boolean Questions @6 Queries about CJK @6 related character sets","0.2.4"],"salvo-flash":["Flash message @j @2 salvo web @W @h.","0.37.9"],"zstd-seekable":["@J to @7 seekable @X of ZStandard.","0.2.2"],"binn-ir":["...","0.17.3"],"apache-avro-derive":["A @0 @2 deriving Avro schemata @F @4 ^I @6 enums",C[22]],"tendermint":["Tendermint is a high-$7 blockchain consensus $j @x powers Byzantine fault tolerant @z $X in any $F @b. $J @5 @n @R @e @2 representing @Y about Tendermint blockchain networks, including chain @Y @e, secret connections, @6 remote procedure calls (&J-RPC).",C[41]],"vm-device":["^q @2 &M devices @6 resources",C[4]],"ntapi":["FFI @3 @2 Native $z","0.4.0"],"syn-path":["A @l @d to declare a syn::Path at &z ^5","2.0.0"],"raqote":["2D &i @0","0.8.2"],"atomig":["Generic, convenient @6 lock-free `std` atomics via `Atomic`. Can be usedwith many primitive @e (including floats) @6 @9 custom @e.","0.4.0"],"lindera-decompress":[C[147],C[35]],"argyle":["A ^P, &h CLI argument @i.","0.6.7"],"alt-failure":[C[645],"0.1.5"],"glutin_egl_$s":["^o egl @3 @2 glutin","0.4.0"],"futures-retry":["Retry &f Futures @6 Streams!","0.6.0"],"esaxx-rs":["Wrapping $S sentencepiece's esaxxx @0.","0.1.8"],"scanner-rust":["$5 text scanners $G can parse primitive @e @6 $c @v UTF-8 or ASCII.","2.0.16"],"solana-frozen-abi":["&k Frozen ABI",C[43]],"dia-i18n":["ISO 3166-1 @6 ISO 639 codes",C[6]],"syn-inline-mod":["Inlines modules in @4 source $f @2 source analysis",C[3]],"naga":[C[539],C[14]],"intrusive-containers":["A @0 of intrusive @L @H","0.2.4"],"stl":["Stereo Lithography $I input @6 output.","0.2.1"],"git-sec":[C[24],"0.6.3"],"nfc":["@4 @3 @2 @7 libnfc @0",C[78]],"lightning_@I_@a":["^B @8 @2 lightning $N peer @o encodings","0.9.1"],"wasm-bindgen-anyref-xform":["^6 anyref transformations @2 wasm-^w","0.2.62"],"coi-derive":["coi-@a @n $0 @8 @2 coi",C[6]],"mdbook-katex":["mdBook preprocessor &E LaTeX equations to HTML.","0.3.11"],"fil_actor_account":["Builtin account actor @2 Filecoin","9.0.1"],"unicode-ccc":["^y Canonical Combining Class $g","0.1.2"],"varisat":["A CDCL @t SAT solver (@0)","0.2.2"],"gitoxide-core":["^o @0 $t all capabilities of @7 gitoxide CLI","0.25.0"],"iobuffer":["A @l $h-@t buffer @2 IO &B @6 $u",C[0]],"graphql_@c_cli":["^o CLI @2 graphql-@c",C[12]],"forc-explore":["A `forc` $H @2 running @7 fuel block explorer.","0.29.0"],"bytes-utils":["Additional @r @2 ^2 @9 @7 bytes @5","0.1.3"],"reproto-core":[C[130],"0.3.36"],"bgzip":["@4 @1 of bgzip","0.3.1"],"glutin_@R_foundation":["^o *real* core_foundation @5, under a temporary name.","0.1.2"],"coinnect":["A @4 @0 to connect to various &d-currencies exchanges.","0.5.12"],"tari_&d":["Tari Cryptography @0","0.11.2"],"yobicrypto":["^o Yobicash cryptographyc toolkit","0.2.5"],"toml-query":["@m to work @9 toml::Value objects more conveniently",C[6]],"optimization":["&A of optimization $Y",C[0]],"&F_@R_@e":["@R @e needed @2 all &F development",C[23]],"syntex_errors":[C[131],"0.59.1"],"toml-cli":["A @l CLI @2 editing @6 querying TOML @M.","0.2.3"],"fastapprox":["Fast approximate versions of certain @p @x arise in ^L learning","0.3.0"],"tectonic_bundles":["Tectonic \"bundle\" (@j $I @S) @u.","0.3.0"],"text-to-json":["Convert text to json in @s","0.1.3"],"&9_image_resize":["@m @2 &9 image resizing @9 @v of SIMD instructions","2.6.0"],"rustfbp":["Rustfbp @n a @l, composable, clearly defined $z, @9 a C ABI @2 every agent within a Fractalide deployment.","0.3.34"],"wasm-opt":["wasm-opt @3","0.112.0"],"libpulse-simple-binding":["A @4 @b ^x @2 @7 PulseAudio libpulse-@l @0.","2.27.1"],"foundationdb-sys":["@J to @7 C api @2 FoundationDB","0.7.0"],"^G_ssm":["AWS SDK @2 @4 - &I $5 Systems Manager (SSM) @ 2014-11-06",C[7]],"futures-io-preview":["^o `AsyncRead` @6 `AsyncWrite` $4 @2 @7 $6-rs @0.",C[265]],"git-protocol":[C[24],"0.26.4"],"fftw-src":["Source of FFTW","0.3.3"],"magma":["Magma (GOST R 34.12-2015) block cipher","0.8.1"],"threefish-cipher":["Threefish block cipher","0.4.0"],"criterion-papi":[C[146],C[4]],"rendy-shader":["Rendy's shader compilation &V","0.5.1"],"ra_ap_ide_ssr":[C[657],C[40]],"thrussh-keys":[C[454],C[21]],"prioritized-metered-channel":["Channels @9 built-in observability @6 message priorizitazion (coming soon™)","0.4.0"],"serde-humanize-rs":["A Serde deserializer @2 duration @6 byte-size.",C[5]],"hashicorp_vault":["HashiCorp Vault $z @c @2 @4","2.1.1"],"ndshape":["$5, &9 linearization of N-dimensional array indices","0.3.0"],"neovim-lib":["msgpack-rpc neovim @c",C[9]],"twiggy-analyze":["Analyses @2 @7 Twiggy $f size profiler.","0.7.0"],"tini":["A tiny ini @C @0","1.3.0"],"gobject-2-0-sys":["Import @5 @2 GObject","0.46.4"],"graphannis":["$J is a new $l @1 of @7 ANNIS linguistic search @6 visualization @Z.","2.4.3"],"ansi_rgb":["Colorful $i text @v ANSI escape sequences","0.3.2-alpha"],"aws-sdk-backup":["AWS SDK @2 AWS Backup",C[1]],"ansi_colours":["true-colour ↔ ANSI $i palette converter","1.2.1"],"lexical-core":[C[132],"0.8.5"],"dashu":["A @0 set of big &1","0.3.1"],"drone-stm32-map-pieces-1":[C[133],C[22]],"sdfu":["Signed Distance Field (Function) $n. Contains @p @2 ^g, combining, modifying, @6 @v analytic SDFs @2 computer &i.","0.3.1-alpha.1"],"mail-parser":["Fast @6 robust e-mail @C @0 @2 @4","0.8.2"],"hyper-tungstenite":["websockets @2 hyper servers @v tungstenite","0.9.0"],"harfbuzz":[C[540],"0.4.0"],"sucds":["Succinct @L @H in @4","0.6.0"],"etherparse":["A @0 @2 @C & $u a bunch of packet @t protocols (EthernetII, IPv4, IPv6, UDP, TCP ...).",C[2]],"alt-stm32f30x-hal":["Alternative HAL impl @2 @7 STM32F30x family of $8",C[93]],"poseidon-paramgen":["A @5 @2 $x Poseidon parameters",C[4]],"pem":["Parse @6 encode PEM-encoded @L.","2.0.0"],"avocado":["Avocado, @7 strongly-typed MongoDB &c","0.6.0"],"async-codec-util":["$n @2 ^2 @9 @7 @B-codec $4.","0.3.3"],"napi-derive-backend":["Codegen $l @2 napi $0 @d","1.0.48"],"accesskit_&n":["AccessKit UI accessibility infrastructure: $w adapter","0.13.2"],"slog_@a":["Custom derives @2 &m @9 slog.",C[0]],"lignin":["A &M DOM $K, primarily @2 web &m.",C[4]],"stm32h7xx-hal":["Hardware Abstraction Layer @1 @2 STM32H7 series $8",C[22]],"checkout_@W_@a":[C[134],"0.0.132"],"zmq-pw-sys":[C[135],"0.9.8"],"embedded-graphics":["Embedded &i @0 @2 small hardware displays","0.7.1"],"timely_&W":["&a timely &W infrastructure",C[12]],"esl01-indexedlog":["Append-only on-disk $O @9 integrity checks @6 indexing @j.","0.3.0"],"deadpool-sync":[C[871],C[4]],"domain_patterns":["Domain patterns holds patterns @F @7 world of Domain Driven Design.","0.2.141"],"libudev":["@4 @k @2 libudev","0.3.0"],"entity_@s":["Event driven CES @h @2 @4 @9 a @d DSL","0.0.8"],"async-channel":["Async multi-producer multi-consumer channel","1.8.0"],"melnet":["Low-@O RPC @o $r throughout Themelio @2 peer-to-peer communciations","0.2.27"],"fuel-core-interfaces":["Fuel @R interfaces",C[75]],"wasmtime-obj":["Native object $I output @2 WebAsssembly $f in Wasmtime","0.29.0"],"fraction":["Lossless fractions @6 decimals; drop-in float replacement",C[83]],"lipsum":["Lipsum is a lorem ipsum text $q @0. It generatespseudo-random Latin text. Use this if you need filler or dummy textfor &f application.The text is $D @v a @l Markov chain, $G you caninstantiate to ^v &f own pieces of pseudo-random text.","0.8.2"],"edn-rs":["Crate to parse @6 emit EDN","0.17.4"],"cortex-a":["Low @O ^p to Cortex-A processors","8.1.1"],"hashmap_@a":["A proc_macro to @a @7 FromMap $Z",C[4]],"swagger-ui":["Swagger-ui @2 @s @z","0.1.5"],"primapalooza":["prime &Z calculations &v in @s","0.3.4"],"windows-named-pipe":["$w named pipes @9 a unix-socket ^K @f",C[4]],"rs-es":["Client @2 @7 ElasticSearch REST $z",C[74]],"smol":["A small @6 &9 @B @y","1.3.0"],"python-oxidized-importer":["A @4-powered Python importer","0.9.0"],"cymrust":["Query Team Cymru's IP-to-ASN mapping via DNS","0.4.1"],"pandoc_ast":["deserializes @6 serializes @7 markdown ast @2 $u pandoc filters","0.8.4"],"tracing-oslog":["A layer @2 ^3 @x outputs to @7 oslog on macOS/iOS","0.1.2"],"gix-diff":["Calculate differences $d various git objects","0.28.0"],"sp-weights":[C[693],"17.0.0"],"atomic-take":["Atomically take a &p out of a container once.","1.1.0"],"sea-schema":["🌿 SQL schema definition @6 discovery","0.12.0-rc.1"],"runng-sys":[C[290],"1.2.4-rc.1"],"erasable":["Type-erased thin pointers.","1.2.1"],"hubpack":["A predictable @q @E",C[5]],"atomic_@r":["Basic @r @2 &9 atomics on multiple platforms",C[3]],"go-away-derive":["Derives @2 go-away, $G generates go @e @F @s @e",C[3]],"^G_meteringmarketplace":["AWS SDK @2 @4 - AWSMarketplace Metering @ 2016-01-14",C[7]],"smithay-clipboard":["@G ^p to @7 wayland clipboard @2 @c @z.","0.6.6"],"random-access-disk":["Continuously read,write to disk, @v random offsets @6 lengths","2.0.0"],"telegra-ph":["@1 of $z of telegra.ph","0.1.3"],"pg_interval":["A ^S PostgreSQL interval ^a","0.4.2"],"hotg-runicos-base-wasm":["^o $3 side of @7 runicos/base image.",C[94]],"sardine":["Secure Remote Delegation (SRD) Authentication ^1","0.6.2"],"sound_&g":["@G a @l @f to @7 default audio input @6 output device streams on a user's @Z.","0.6.0"],"nannou_@R":["^o @R &P of nannou - a creative coding @h @2 @4. Ideal @2 ^b @6 headless/$y @z @x &m nannou.",C[48]],"qml":["Safe QML @3 @2 @4","0.0.9"],"drone-stm32-map-pieces-2":[C[133],C[22]],"warp-prometheus":["An afterthought of prometheus ^j @2 Warp",C[3]],"gitlab":["Gitlab $z @c.","0.1509.0"],"wasm-timer":[C[407],"0.2.5"],"tg4":["Tgrade-4 &j: Groups Members","0.17.1"],"git-credentials":[C[24],"0.9.2"],"^G_mgh":["AWS SDK @2 @4 - AWS Migration Hub @ 2017-05-31",C[7]],"nannou_osc":["^o OSC $z @2 Nannou, @7 creative coding @h.",C[48]],"test-data-generation":["A @l to &m, light-weight @0 @x analyzes sample @L to $m $Y @6 generates realistic ^V @L.","0.3.4"],"msi":["Read/write $w Installer (MSI) @M","0.5.1"],"redpitaya":["Crate to manipulate redpitaya","0.31.0"],"libstripe":["Stripe @0 @2 @s.","0.5.9"],"snarkvm-marlin":[C[336],"0.8.0"],"rinpg":["Creates rin projects","0.1.25"],"ra_ap_^R_@d_api":["TBD",C[40]],"ckb-dao":["$J @5 @n @1 to calculate dao field",C[57]],"sea-orm-codegen":["Code Generator @2 SeaORM",C[39]],"audiotags":["Unified IO @2 different @e of audio &5","0.4.1"],"otpcli":["A @l one-^5-password CLI, @9 @j @2 TOTP @6 STOKEN.","1.0.0"],"oxygengine-input":["Input &7 @2 Oxygengine",C[41]],"toolchain_find":["A small @0 to help find installed @4 &P",C[0]],"libcryptsetup-rs":["High @O @4 @3 @2 libcryptsetup",C[9]],"strict_@I_^V":["&S @p @2 $v strict encodings",C[437]],"gl":["OpenGL @3",C[22]],"fvm_ipld_blockstore":["Sharded IPLD Blockstore.",C[5]],"pencil":["A micro web @h @2 @4.","0.3.0"],"network-ethernet":["A domain $V of ethernet @6 &M LAN packets @6 associated @e.","0.1.9"],"crepe":["Datalog in @4 as a $0 @d","0.1.8"],"apng":["APNG Encoder. But it is tiny yet.","0.3.1"],"lzss":["A LZSS en-/decompressor (lossless @L ^0, no_std capable, in pure @4)","0.9.0"],"gloo-events":["Convenience @5 @2 ^2 @9 DOM event listeners","0.1.2"],"windows-win":["Some &n hacking @0 @9 @r to find &n @6 ^p them","2.4.1"],"mv-stdlib":["Diem stdlib","0.3.2"],"ilda-idtf":["A complete @1 of @7 ILDA Image Data Transfer Format Specification, Revision 011, 2014-11-16.",C[4]],"systemd-sys":["Generated libsystemd FFI declarations",C[4]],"bee-crypto":["Cryptographic @K of @7 IOTA @o","0.3.0"],"uu_tr":["tr ~ (uutils) translate characters within input @6 &s",C[32]],"exit-no-std":["Cross-@w @f to @7 ^F exit @P.",C[0]],"cargo-compete":["A Cargo ^U @2 competitive $F.","0.10.4"],"easy-http-request":["Easy to send &K/HTTPS requests.","0.2.13"],"spin_sleep":["Accurate sleeping. Only &m ^S sleep as far as it can be trusted, then spin.","1.1.1"],"swc_estree_compat":["Compatibility layer $d estree @6 swc","0.178.21"],"sheesy-vault":["Vault @D $r by 'share-secrets-safely' CLI. Use it to interact @9 GPG @t vaults.","4.0.11"],"colors-transform":["Module @2 convert @6 transform colors","0.2.11"],"serialize-to-javascript":["Serialize a $2::Serialize item to a JavaScript literal template @v serde_json",C[5]],"chalk-rust-ir":["A @0 @x defines @7 IR @2 @4 concepts ^K $4 @6 impls.",C[6]],"riker-log":["A Log &7 @2 Riker.","0.2.4"],"sc-state-db":["State $P maintenance. Handles canonicalization @6 pruning in @7 $P.",C[21]],"elrond-wasm":["Elrond $3 smart contract $z","0.38.0"],"socket2":["$n @2 $W networking sockets @9 a maximal amount of configurationpossible intended.","0.5.1"],"apple-xar":["XAR archive &B @6 $u",C[2]],"imgui-rs-vulkan-renderer":["A Vulkan renderer @2 imgui-rs @v Ash.","1.8.0"],"defmt-decoder":["Decodes defmt log frames","0.3.4"],"distance":["A @S of approximate $9 matching $Y","0.4.0"],"enum-derive-2018":[C[136],"2.0.1"],"tk-sendfile":["A high-$7 $I serving @0. Serves @M in special IO threads. In this @X it uses normal $I &B, but we will optimize @v `sendfile` on supported systems as quick as $Q allows us to do @x.","0.4.0"],"revm-primitives":["REVM @K","1.0.0"],"anyerror":["A ^a of any ^X @2 transport","0.1.7"],"rustc-ap-rustc_lint_defs":["^t published @X of @7 @U `rustc_lint_defs` in @7 @s-lang/@s &O @F commit 9a27044f42ace9eb652781b53f598e25d4e7e918 ^o publishing script @2 this @5 lives at: https://github.com/alexcrichton/rustc-auto-publish",C[29]],"gloo-net":[C[403],"0.2.6"],"lerp":["Generic linear interpolation @6 extrapolation, automatically &v @2 a variety of numeric @e.","0.4.0"],"symbolic-testutils":["&S @5 @2 $v symbolic.","5.7.8"],"mz_^G_signature":[C[971],"0.46.0"],"yn":["Natural @b processing @0 @2 yes or no &2",C[5]],"err":["A few @8 & misc @x make @v rust's Error infrastructure more convenient","0.0.8"],"lld_rs":["@J @2 LLD","140.0.0"],"postscript":["^o @U @n a @i @2 PostScript fonts.","0.17.4"],"move-stackless-bytecode-interpreter":["Move stackless bytecode interpreter","0.3.2"],"kurobako_@R":["Core @5 @2 `kurobako`",C[51]],"slice-pool":["A @0 @2 @v a slice as a $h pool","0.4.1"],"mm_image":["Raster image @0.","0.1.5"],"cargo-criterion":["Cargo ^7 @2 running Criterion.rs benchmarks @6 reporting @7 results.","1.1.0"],"draw_queue":["Basic draw queue @9 sorting by minimal updates",C[5]],"slings":["A small @B @y @t on io-uring @2 @4","0.3.18"],"packapp":["pack a ^8 to a MacOS .app bundle","0.4.0"],"x509":["X.509 certificate @q",C[0]],"dirs-sys-next":["@Z-@O ^H @p @2 @7 dirs @6 directories ^4","0.1.2"],"seccomp-sys":["low-@O @3 to libseccomp","0.1.3"],"const-fnv1a-hash":["A #![no_std] @5 @2 performing FNV1A-16/32/64/128 hashing on @4 stable at &z ^5.","1.1.0"],"usize_conversions":["Conversion $4 @2 conversions $d `usize` @6 fixed sized integers.",C[0]],"checkers-macros":["$R @2 checkers, a sanity checker @2 global allocations.","0.6.2"],"pkcs5":["Pure @4 @1 of Public-Key Cryptography Standards (PKCS) #5:Password-Based Cryptography Specification Version 2.1 (RFC 8018)","0.7.1"],"bevy-inspector-egui-derive":["@g detail of @7 `bevy-inspector-egui` @5",C[48]],"const-utils":["Utility @p @2 doing @l things in a `const` @P.",C[5]],"log_buffer":["A zero-allocation ring buffer @2 storing text logs","1.2.0"],"filenamegen":["Shell-style filename $q aka globbing","0.2.4"],"dict_@a":["^B @8 @2 some PyO3 $4 to convert python dicts &w @s ^I","0.4.0"],"tiny-gradient":["Make &f $9 colored in gradient",C[4]],"power-assert":["Power Assert in @4. @G better assertion message.","0.3.9"],"secret_integers":["Wrapping $S Rust's integers to allow only constant-^5 $p","0.1.7"],"iced_pure":["Pure widgets @2 Iced","0.2.2"],"readline-sys":["Declarations @2 `libreadline` or `libedit`","0.0.12"],"medians":["Median, Statistical Measures, Mathematics, Statistics","2.2.1"],"v_escape_@a":["@V @d @U @2 v_escape","0.9.1"],"solana-install":["^o ^c cluster software installer",C[43]],"&F_$b":["&F @R commons",C[23]],"libappindicator-sys":[C[961],"0.8.0"],"$2_millis":["A $2 @k @x stores integer millisecond &p @2 timestamps @6 durations ($r similarly to serde_bytes)",C[5]],"i2csensors":["Traits @2 I2C sensors.","0.1.3"],"web30":["Async endian ^Q web3 @0","0.23.1"],"conllu":["Readers/writers @2 @7 CoNLL-U ^r @E","0.8.0"],"if-addrs-sys":["if_addrs $s @5","0.3.2"],"keccak-hasher":["Keccak-256 @1 of @7 Hasher $Z",C[17]],"itertools-num":["Numerical iterator ^C. Extra iterators @6 iterator methods @6 @p.","0.1.3"],"rustdt_util":["$n @6 $b $f @2 RustDT @4 projects","0.2.3"],"rs_^3":["trace events in @7 trace event @E","1.1.0"],"freetype-src-sys":["@4 $m &b @2 freetype. Licensed as GPL2 or FreeType License","0.1.5"],"event":["A mulit-threaded event loop @2 @4","0.2.1"],"ricq":["Android IM @o","0.1.19"],"tetsy-jsonrpc-derive":["Tetsy High @O, typed @k @2 `tetsy-jsonrpc-@R`","15.1.0"],"ffmpeg-sys":[C[418],"4.3.3"],"auditable-info":["High-@O @5 to extract @7 ^r trees $y in binaries by `$1 auditable`.","0.6.3-alpha.1"],"async-tungstenite":["Async ^x @2 Tungstenite, @7 &T &g-@t WebSocket @1",C[46]],"tide-tracing":["A @l ^u @2 [`tide`](https://github.com/http-rs/tide) @v @7 [`^3`](https://github.com/$Q-rs/^3) @5 @2 &W.","0.0.12"],"sqlx-rt":["Runtime $k $r by SQLx, @7 @4 SQL toolkit. Not intended to be $r directly.","0.6.3"],"bolero-afl":["afl $H @2 bolero","0.9.0"],"junction":["@0 @2 ^2 @9 NTFS junctions","1.0.0"],"libc-stdhandle":["&S @p @2 retrieving stdin, stdout, stderr.",C[4]],"bip_bencode":["Efficient ^h @6 @I @2 bencode","0.4.4"],"ipp":["^s IPP print @o @1","4.0.0"],"pcap-config":["A @0 to run @7 pcap-^W &V at $m ^5 to find @7 $E flagsfor linking libpcap.",C[5]],"tokio-modbus":["Tokio-@t Modbus @0","0.7.1"],"strason":["Json @i @x preserves field ordering @6 stores &1 as $c, preserving their full @L","0.4.0"],"dusk-varint":["varint+zigzag integer @I/^h (no_std)",C[4]],"lazy":["Lazily evaluated @e @6 @8.","0.5.3"],"json-rpc2":["$5, robust @6 pragmatic &J-RPC 2.0 @1",C[39]],"gitoxide":["A @N-&r $A @2 ^e @9 git repositories",C[35]],"secret-vault-value":["@m @n a @l @1 of a secure @6 serializable ^a to store @6 control secret/sensitive &2","0.3.7"],"@a_@F_as":[C[574],C[5]],"naia-shared":["&a @D &q $d naia-@W & naia-@c ^4",C[46]],"lua-rs":["Lua port $X in @4.","0.0.11"],"cddl-cat":["Parse CDDL schemas @6 validate CBOR or &J serialized @L",C[9]],"read_token":["A @l @0 to read tokens @v look ahead","1.0.0"],"c_utf8":["UTF-8 encoded C $9 @e",C[4]],"validators-options":["$J @5 @n options $r @9 @7 `validators-@a` @5 @6 @7 `validators` @5.",C[1]],"bip_disk":["Bittorrent Infrastructure Project Disk Module","0.6.0"],"racer-interner":["&L-local $9 interner @2 racer-@s",C[4]],"vkrs":["Vkontakte $z @4 @c @0","0.7.0"],"coremidi-sys":["Low-@O FFI @3 @2 @7 CoreMIDI @h","3.1.0"],"gherkin":[C[440],C[2]],"android-properties":["@4-@t Android properties @k","0.2.2"],"investments":["Helps you @9 managing &f investments","4.16.2"],"argv":["Command &r arguments by reference: `Iterator`","0.1.8"],"aptos-types":["Aptos @R @e","0.2.7"],"lexers":["Tools @2 tokenizing @6 scanning","0.1.4"],"mqttc":["Mqttc is a @c @2 @7 MQTT @o.","0.1.4"],"enum_kind":["Easily manage &2 related to enum.","0.2.1"],"^G_workdocs":["AWS SDK @2 @4 - &I WorkDocs @ 2016-05-01",C[7]],"prosto":["Compress prost! &8 @9 zstd, optional $Q channels @j","0.6.4"],"objpoke":["Minimal in-place objcopy replacement","0.3.0"],"secret_handshake":["@g of @7 secret-handshake @o.","5.0.0"],"cargo-clone-crate":["Cargo ^U to clone a repo @F @7 registry.","0.1.8"],"differ":["Differ is a @0 @2 finding @7 differences $d two sequences.","1.0.4"],"radiant-utils":["Radiant example $f @j @0","0.4.0"],"noted":["@m @2 ^g ELF notes","1.0.0"],"lset":["Data @e describing linear sets","0.3.0"],"atsamd51p":["Peripheral ^p $z @2 ATSAMD51P $8 ($D @v svd2rust)",C[12]],"pori":["&N state @6 ^X &e @2 nom.","0.0.0"],"retain_mut":["Provide retain_mut method @x has @7 same @D as retain but gives mutable borrow to @7 predicate.","0.1.9"],"fluence-app-service":["Fluence Application Service","0.25.1"],"ra_ap_^R_@d_srv":["TBD",C[40]],"tls_codec":["A pure @4 @1 of @7 TLS (de)@q",C[315]],"microservices":["LNP/BP @j @5 @2 devloping microservices","0.9.0"],"libimagerror":[C[15],C[16]],"cargo-local-pkgs":["Run $1 commands on all local packages","0.3.2"],"phf_@8":["$R to ^v @e in @7 phf @5",C[39]],"&9_log":["@4 @B log High-$7 @T &W","1.5.54"],"lightning_@I":["Network @I @2 lightning $N peer @o @L @e","0.9.3"],"libtls-sys":["FFI @3 @2 LibreSSL's libtls.","1.2.0"],"crypto2":["$M $Y","0.1.2"],"sn_messaging":["Safe Network Messaging","37.1.1"],"datachannel-sys":["Native @3 to libdatachannel.",C[48]],"imara-diff":[C[464],"0.1.5"],"aliri_clock":["Timing @r $r by @7 `aliri` family of ^4","0.1.4"],"ed25519-dalek-fiat":[C[512],C[4]],"pprof":["An ^n perf ^C @2 @s programs.",C[39]],"js_int":["JavaScript-interoperable integer @e","0.2.2"],"ntex-connect":["ntexwork connect ^i @2 ntex @h","0.2.1"],"swc_ecma_ast":["Ecmascript ast.","0.100.2"],"wedpr_l_@8":["@m of WeDPR &q @8.","1.0.0"],"&r_2d":["Bresenham's &r $a as a @s iterator","0.5.3"],"jenga":["A stack @t ^k",C[89]],"stronghold-utils":["Utils @2 @7 iota_stronghold @0","1.0.0"],"rust-webvr-api":[C[137],C[19]],"json-codec":["&J Codec @1",C[3]],"rsdp":["Zero-allocation @0 @2 locating @6 @C @7 RSDP, @7 first ACPI table","2.0.0"],"ndk-macro":["&S @8 @2 android ndk","0.3.0"],"tirse":["$2 frontent @2 ^8 @E","0.6.0"],"raii-counter-futures":["RAII Counter @x allows you to wait @2 a count of zero asynchronously",C[4]],"dodrio":["A &9, bump-allocated &M DOM @0.",C[0]],"tmelcrypt":["&A of $M @r @2 Themelio","0.2.7"],"umio":["Message Based Readiness $z In @4","0.3.0"],"hiredis-sys":["^o @U @n @3 to Hiredis.","0.4.1"],"nucleo-f042k6":["Board @j @5 @2 @7 STM32 Nucleo-F042K6 microcontroller board","0.8.0"],"paste":["$R @2 all &f token pasting needs","1.0.12"],"cdrs-tokio-helpers-derive":[C[639],"5.0.1"],"sendmail":["@4 sending emails via sendmail. Works nicely @9 Iron Framework @v form Posts.","2.0.0"],"pallet-evm":["FRAME EVM ^A pallet","5.0.0"],"p-macro":["p!() is a @d $r @2 printing &2 while debugging",C[0]],"ytd-rs":["A @l @k @2 youtube-dl. Youtube-dl has to be installed on @7 @Z","0.1.7"],"clap_conf":["A @0 to unify commandline arguments @9 ^W @M @6 $U variables. And make it easier @2 users to tell &f ^J how to behave across @7 three main input sources",C[0]],"runtimeobject-sys":["Contains @P @Q @2 @7 $w $z @0 runtimeobject. See winapi @2 @e @6 constants.",C[0]],"index_list":["A doubly linked list &v in ^Q @4 @v vector indexes","0.2.7"],"digitalocean":["A pure @4 DigitalOcean $z ^x.",C[5]],"nu-errors":["Core ^X subsystem @2 Nushell",C[93]],"jurisdiction":["A ^P $z-&x $k @2 @7 jurisdiction in @7 world,@6 their accompanying &u @Y pertaining to @x jurisdiction.Information available includes:* ISO 3166 country codes* UN M49 Region classifications",C[5]],"pcx":["@m @2 &B & $u PCX images.","0.2.3"],"sg1":["Definition @6 @e @2 @7 SG1 @f","0.25.0"],"obofoundry":["Structures to deserialize OBO Foundry listings &w.",C[6]],"cat_$j":["A 2D &i $j @9 audio output @j","1.0.0-alpha7"],"c2rust-ast-printer":["Customized @X of libsyntax @s pretty-printer",C[19]],"vlog":["$R to do stdout / stderr logs @t on verbosity @O.","0.1.4"],"terminal-menu":["Display @l menus on @7 $i","2.0.5"],"sourceview5":["@4 @3 @2 GtkSourceView 5","0.6.0"],"rustls-ffi":["Rustls @3 @2 non-@4 languages","0.9.2"],"utp":[C[545],"0.7.0"],"sg-std":["@J @2 CosmWasm ^A to call &w custom modules of Stargaze","0.25.0"],"bit-vec":["A vector of bits","0.6.3"],"winapi-build":["&a $f @2 build.rs in WinAPI -$s ^4.",C[5]],"rustils":["$n @2 @s","0.1.23"],"over":["OVER: @7 best @L @E.","0.6.5"],"bcrypt-sys":["FFI @3 to bcrypt. $J @5 is a placeholder @2 @7 future. If you are interested in this @0 feel free to get in touch @9 me: http://www.rustaceans.org/retep998","0.0.1"],"wdg-converter":["converter","0.4.0"],"solana-banks-interface":["&k banks RPC @f",C[43]],"fractal-api":["Fractal Global Credits $z @c @0","0.9.39"],"bonfida-macros":["Bonfida-^i @8","0.2.7"],"dasp_ring_buffer":["$5 fixed @6 bounded ring buffers @2 audio PCM DSP.",C[14]],"yj":["Command &r &V @x converts YAML to &J","1.2.3"],"dbus-tokio":["Makes it possible to &m Tokio @9 D-Bus, $G is a bus commonly $r on Linux @2 inter-^F communication.","0.7.6"],"committed":["Nitpicking commit history since beabf39","1.0.14"],"hyper":["A &9 @6 correct &K @0.",C[580]],"tree-sitter-hare":["Hare grammar @2 @7 ^Z-sitter @C @0","0.20.8"],"lazy-regex-proc_@8":["^R @8 @2 @7 lazy_regex @5","2.4.1"],"scoped-arena":["Arena ^k @9 optional scopes","0.4.1"],"voile":["Voile, a dependently-typed row-polymorphic $F @b","0.2.6"],"mdevctl":["A mediated device ^q $T @2 Linux","1.2.0"],"bunyan":["A CLI to pretty print structured logs. A @4 port of @7 original JavaScript bunyan CLI.","0.1.9"],"hl7-mllp-codec":["A Tokio codec @2 HL7 Minimal Lower Layer Message Transport @o (MLLP)","0.4.0"],"nickel_@8":["$R @2 nickel.rs",C[4]],"rowan":[C[138],"0.15.10"],"include_dir_@8":["^o $0 @d $r by include_dir","0.7.3"],"arrow-string":["String kernels @2 arrow arrays","35.0.0"],"egui-macroquad":["@J $d egui @6 macroquad",C[53]],"sdp":["A pure @4 @1 of SDP","0.5.3"],"vulkano-win":["Link $d vulkano @6 winit","0.32.0"],"merge":["Merge multiple &2 &w one",C[4]],"pyembed":["Embed a Python interpreter",C[1]],"unicode_names_@8":["Support @8 @2 `unicode_names`.","0.1.5"],"tls-api":[C[194],"0.9.0"],"easy-jsonrpc-proc-macro-mw":[C[139],"0.5.1"],"unicode_names2":[C[524],"0.6.0"],"solana-ramp-tps":["&k Tour de SOL - TPS ramp up","1.6.28"],"nixpacks":["Generate an OCI compliant image @t off app source","1.5.1"],"win-crypto-ng":["Safe @3 to $w Cryptography $z: Next Generation","0.4.0"],"relm4-macros":[C[268],C[269]],"natls":["nat - @7 'ls' replacement you never knew you needed","2.1.14"],"yerpc":["Ergonomic &J-RPC @0 @2 @B @4 @9 Axum @j","0.4.3"],"quantiles":["a @S of approximate quantile $Y","0.7.1"],"cargo-lipo":["$1 lipo ^U to automatically create universal ^b @2 iOS","3.2.0"],"hyper-sync-rustls":["Glue $f @2 Rustls @6 synchronous Hyper.","0.3.0-rc.17"],"pallas-primitives":["Ledger @K @6 cbor codec @2 @7 different Cardano eras",C[48]],"graphul":["Optimize, speed, scale &f microservices @6 save money 💵","0.5.5"],"async-ringbuffer":["A nonblocking spsc ring buffer @9 fixed capacity.","0.5.5"],"halfbrown":["Multi $l HashMap @2 higher $7 on different key space sizes","0.1.18"],"pem-rfc7468":["PEM Encoding (RFC 7468) @2 PKIX, PKCS, @6 CMS Structures, $t astrict subset of @7 original Privacy-Enhanced Mail @I intendedspecifically @2 &m @9 $M keys, certificates, @6 other messages.Provides a no_std-&x, constant-^5 @1 suitable @2 &m withcryptographic private keys.","0.7.0"],"schemars_@a":["$R @2 #[@a(JsonSchema)], @2 &m @9 schemars","0.8.12"],"unicode_categories":["Query ^y category membership @2 chars",C[5]],"paste-test-suite":["Test suite of @7 paste @5","0.0.0"],"libblkid-rs":["High @O @3 @2 libblkid","0.3.0"],"libspa":["@4 @3 @2 libspa","0.6.0"],"bus":["A lock-free, bounded, single-producer, multi-consumer, broadcast channel.","2.3.0"],"csfml-audio-sys":["@J to csfml-audio","0.6.0"],"snarkvm-console-collections":["Collections @2 a ^d &M ^L",C[45]],"warp-real-ip":["Warp filter to get @7 \"real ip\" of @7 remote @c",C[0]],"atlatl":["Double-array tries.","0.1.2"],"opentelemetry-zipkin":["Zipkin exporter @2 OpenTelemetry",C[17]],"json_flex":["Flexibly Parse a &J $9","0.3.3"],"sim2h":[C[297],C[23]],"$2_at":["$2 serializer/deserializer @2 AT commands",C[48]],"webrender_api":["Public $z @2 WebRender","0.61.0"],"nzsc_single_player":["A complete @1 of NZSC $X in @4.","0.5.1"],"rust-warrior":["Game @2 learning @4, inspired by Ruby Warrior",C[22]],"ckb-hash":["CKB default &Y @P.",C[57]],"nvpair-sys":["@J to libnvpair.so (nvpair & nvlist)","0.4.0"],"acme-client":["Easy to &m ACME @c @0 to issue, renew @6 revoke TLS certificates","0.5.3"],"bm":["Binary Merkle Trie",C[14]],"bevy_pbr":["Adds PBR &E to Bevy Engine",C[6]],"aptos-vault-client":["Aptos's Restful Vault Client","0.2.7"],"voracious_radix_sort":["State of @7 art radix sort $Y. Single &L @6 multi &L versions.","1.2.0"],"ra_ap_ide_diagnostics":["TBD",C[40]],"genpdf":["User-&x PDF @A $X in pure @4",C[0]],"kompact-actor-derive":["A @a @d @2 Kompact Actors.",C[14]],"twilight-http":["Discord REST $z @c @2 @7 Twilight ecosystem.",C[25]],"websocket-codec":["A Tokio codec @2 @7 websocket @o","0.5.2"],"surge-samplerate":["surge synthesizer -- handle @2 managing @7 sample rate",C[33]],"owo-colors":["Zero-allocation $i colors that'll make people go owo","3.6.0"],"evercrypt-sys":["FFI ^x to HACL/Evercrypt","0.0.9"],"ami":["Useful @L @H @x are not in @7 ^z @0.",C[83]],"aci_png":["Encode @6 decode png @6 apng(TODO) image @M.",C[330]],"ece":["Encrypted Content-Encoding @2 &K @4 @1.","2.2.0"],"tetcore-database":["Tetcore $P $Z.","2.1.2"],"softbuffer":["Cross-@w software buffer",C[0]],"doku-derive":["A @h @2 $L documentation (^n @d)",C[46]],"forest_@I":["Filecoin @I @6 ^h @r @2 &m in Forest","0.2.2"],"std-logger":["A &W @1 @2 @7 log @5 @x logs &8 to ^z errorand requests to ^z out. It @j a &Z of output formats includingJSON, &J @2 GCP (gcloud) @6 logfmt.","0.5.2"],"serde-bench":["Minimal @q @E @2 benchmarking Serde","0.0.9"],"sea-orm-macros":["^B @8 @2 SeaORM",C[39]],"dasp_slice":["Conversions @6 $p @2 slices of audio PCM DSP samples @6 frames.",C[14]],"dfdx":["Ergonomic auto differentiation in @4, @9 pytorch ^K apis.",C[14]],"sozu-lib":["sozu @0 to $m hot reconfigurable &K reverse proxies","0.14.2"],"async-log":["Async ^3 capabilities @2 @7 log @5.","2.0.0"],"opaque_typedef":[C[140],"0.0.5"],"embed_plist":["Embed property list @M ^K Info.plist directly in &f executable ^8.","1.2.2"],"macaroon":["Fully functional @1 of macaroons in @4","0.3.0"],"snarkvm-console-types-address":[C[44],C[45]],"websocat":["Command-&r @c @2 web sockets, ^K netcat/curl/socat @2 ws://.","1.11.0"],"cargo-deadlinks":["Cargo ^U @2 checking &f documentation @2 broken links","0.8.1"],"wasmer-compiler":[C[963],C[36]],"xio_base_datatypes":["XIO base @L @H","0.8.0"],"encoding-index-simpchinese":["Index tables @2 simplified Chinese character encodings",C[141]],"$I":["For @4 1.25 @6 older. 1-liner convenience @p @2 &B @6 $u @M","1.1.2"],"clap_mangen":["A manpage @A @2 clap","0.2.10"],"local-ip-address":["Retrieve system's local IP address @6 Network Interfaces/Adapters on Linux, macOS @6 $w.","0.5.2"],"prexcl":["Prexcl is an esoteric proof-of-concept $F @b.","0.0.10"],"^a_reg":["Serializable map of any ^a.",C[3]],"stable-pattern":["Stable port of std::str::Pattern @6 friends.",C[4]],"eth-keystore":["A minimalist @0 to interact @9 encrypted &J keystores",C[3]],"debugtrace":["Enables backtraces to be attached to &2 in debug @6 ^V builds ^Y incurring a cost in release or bench builds",C[4]],"baudot":["Baudot @6 related five bit codes in @4",C[5]],"lp-modeler":["A linear $F modeller $X in @4. $J api helps to write LP $V @6 &m solver such as CBC, Gurobi, lp_solve, ...",C[3]],"layered-io":["I/O $4 extending Read @6 Write",C[21]],"oha":["Ohayou(おはよう), &K load @A, inspired by rakyll/hey @9 tui animation.","0.5.7"],"illicit":["An implicit &L-local $U $G is indexed by ^a.","1.1.2"],"tink-gcpkms":[C[797],"0.2.5"],"dimacs":["$n to parse @M in DIMACS .cnf or .sat formatwhich is useful @2 participating in @7 DIMACS SAT solver competitions.",C[0]],"variance":["Helpers @2 establishing @7 variance of lifetimes @6 ^a parameters.","0.1.3"],"monero-lws":["RPC @c @2 Monero light wallet @W",C[4]],"leaky-cow":["Leak @7 contents of a Clone-On-Write pointer",C[5]],"shrev":["Event channel, meant to be $r @9 `specs`.","1.1.3"],"hbs-pow":["@4 &G @2 hbs-pow-$s",C[0]],"dbui-controllers":["&K controllers @2 @7 dbui @W","0.0.64"],"ds":["A @0 @2 controlling FIRST Robotics Competition robots","1.2.4"],"oxygengine-visual-novel":["Visual Novel &7 @2 Oxygengine",C[41]],"vobject":["$5 VObject @C @0.","0.7.0"],"finql":["A quantitative finance toolbox",C[12]],"pcre":["@4 @k @2 libpcre.","0.2.3"],"@9_locals-proc_@8":["TODO!","0.3.0"],"wasm3":["@4 @3 @2 wasm3","0.3.1"],"raui-derive":["$R @2 Renderer Agnostic User &j","0.38.4"],"drone-stm32-map-pieces-8":[C[133],C[22]],"near-primitives-core":["$J @5 @n @7 @R set of @K $r by other nearcore ^4 including near-@K","0.16.1"],"x86_64":["Support @2 x86_64 specific instructions, registers, @6 @H.","0.14.10"],"data-encoding-macro":["$R @2 @L-@I",C[51]],"jni":["@4 @3 to @7 JNI","0.21.1"],"kerberos-parser":["&N @2 @7 Kerberos @o","0.7.1"],"cuckoofilter":["Cuckoo Filter: Practically Better Than Bloom",C[3]],"naive-timer":["A minimal naive timer @2 $y (no_std) platforms.",C[0]],"aws-sdk-autoscaling":["AWS SDK @2 Auto Scaling",C[1]],"tracy-client-sys":["Low @O @3 to @7 @c ^b @2 @7 Tracy profiler",C[21]],"td_revent":["Event @0 @2 @4, Async IO similar to libevent","0.3.2"],"mailin":["A @0 @2 $u SMTP servers",C[9]],"ratchet_ext":["WebSocket &e @2 Ratchet",C[0]],"drone-svd":["CMSIS-SVD @i @2 Drone, an Embedded Operating System.",C[22]],"project-root":["$5 $T to return @7 absolute path to &f $B root","0.2.2"],"&F_p2p":["&F specific @k $S more ^M p2p &7",C[111]],"rustic-io":["Websocket @W @0 @2 event @t messaging","0.2.9"],"iso8601-timestamp":["High-$7 ISO8601 Timestamp formatting @6 @C","0.2.10"],"amq-protocol-uri":["AMQP URI manipulation","7.0.1"],"bitcoind":["Utility to run a regtest bitcoind ^F, useful in $C $v $U","0.29.4"],"cosmwasm-vm":["VM @3 to run cosmwams ^A","1.2.3"],"resource_proof":["A 'proof' of bandwidth, cpu @6 $O @2 nodes in a decentralised $N.","1.0.39"],"ckb-jsonrpc-types":["CKB $b @e @2 &J @q.",C[57]],"unicode-canonical-combining-class":["Fast lookup of @7 Canonical Combining Class property",C[3]],"fbinit":["@G a token ^a to prove @x initFacebook has been called","0.1.2"],"^c_libra_logger":["Libra logger",C[76]],"sbp-settings":["SwiftNav settings $z @0","0.6.13"],"msdos_^5":["Converts an MsDosDateTime (FAT ^5) to a Tm &p","0.1.6"],"bevy-crevice-derive":["^B @5 @2 @7 'crevice' @5 (Bevy @X)","0.7.0"],"containers-image-proxy":["Interact @9 @7 github.com/containers/image @0 via skopeo","0.5.2"],"rocket-sentry":["Simplifies $C $d @7 Rocket web @h @6 Sentry $A monitoring @Z.",C[53]],"dynamic-array":["A dynamically-allocated array of fixed size","0.2.3"],"stm32f042-hal":["Peripheral ^p $z @2 STM32F042 $8","0.6.5"],"lpsolve-sys":["Raw lpsolve @3","5.5.0"],"juniper_rocket":["Juniper GraphQL $C @9 Rocket","0.8.2"],"derive-enum-error":[C[142],"0.0.1"],"draw":["A small 2D drawing @0","0.3.0"],"netopt":["@G options to work @9 tcp or ssl streams @6 has a choice in $d.","0.1.3"],"mazth":["Matrix @r.","0.6.0"],"asciifolding":["ascii folding @0",C[4]],"MBrane":["MBrane @u in @4","1.0.10"],"gluon_@E":["Code formatting @2 @7 gluon $F @b",C[48]],"rust-releases-core":["Base $4 @6 @Q @2 @s-releases",C[1]],"c3p0_$b":[C[143],"0.67.0"],"groupable":["Easily aggregate groups of &2 @F key-&p Iterators",C[0]],"kqueue-sys":["Low-@O kqueue @f @2 BSDs","1.0.3"],"winter-air":["AIR &P @2 @7 Winterfell STARK prover/verifier","0.5.1"],"tokio-ping":["^s ICMP pinging @0","0.3.0"],"strong-xml":[C[285],"0.6.3"],"drone-config":["Configuration @2 Drone, an Embedded Operating System.",C[22]],"pallet-democracy":["FRAME pallet @2 democracy",C[90]],"rusticata-macros":["&S @8 @2 Rusticata","4.1.0"],"cloudflare-zlib-sys":["Cloudflare fork of zlib @9 massive $7 improvements","0.3.0"],"decent-serde-toml-derive-alternative":["A @a ^R-@d @2 @7 FromToml @6 ToToml $4 defined by @7 decent-toml-rs-alternative @5. It compiles quickly but is not as robust or flexible as @7 serde_derive ^R-@d. Sometimes it is enough.","0.3.0"],"image-base64":[C[144],C[4]],"dist_tx":["@4 @b @3 @2 XA Distributed Transactions","0.3.0"],"tracing-error":["$n @2 enriching errors @9 `^3`.",C[0]],"subxt-macro":["Generate @e @6 &b @2 ^e @9 Substrate runtimes.","0.27.1"],"pling":["Send notifications via Slack, Telegram, E-Mail, ...",C[0]],"bme680":["A pure @4 @1 @2 @7 BME680 environmental sensor.","0.6.0"],"rdkafka":["@4 @k @2 librdkafka","0.29.0"],"tokio-utun":["Utun @3 @2 Tokio","0.2.1"],"trie-bench":["Standard benchmarking suite @2 tries","0.37.0"],"jtd":["A @4 @1 of &J Type Definition","0.3.1"],"espflash":["A @N-&r &V @2 flashing Espressif devices over serial",C[546]],"execute":["A @0 @2 extending `Command` in order to execute programs more easily.","0.2.11"],"dtb-walker":["A @l @U @2 DTB depth-first walking.","0.2.0-alpha.3"],"lm4f120":["A set of drivers @2 $u bare-metal $f @2 @7 Texas Instruments LM4F120.",C[6]],"fluence-fork-libp2p-core":[C[145],"0.27.2"],"cloud-storage-lite":["A @l, flexible Google Cloud Storage @c.","0.1.9"],"expect-test":["Minimalistic snapshot $v @0","1.4.1"],"criterion-cpu-time":[C[146],C[4]],"async-imap":["Async IMAP @c @2 @4","0.6.0"],"assert-json-diff":["Easily compare two &J &2 @6 get great output","2.0.2"],"tokio-uds-proto":["Unix Domain sockets ^2 @9 $Q-proto",C[5]],"block-buffer":["Buffer ^a @2 block processing of @L",C[488]],"xz-embedded-sys":["@J to xz-$y, a @l decompression-only xz impl",C[5]],"nipper":[C[569],"0.1.9"],"ggez":["A ^P game @h @2 making 2D games @9 minimum friction, inspired by Love2D.","0.9.0-rc0"],"solana-stake-accounts":[C[95],C[43]],"exponential-decay-histogram":["A histogram $G exponentially weights in favor of recent &2",C[89]],"blue_$j":["General-Purpose, Easy-to-&m, Fast, @6 Portable &i $j","0.4.25"],"concat-arrays":["A @d @2 concatenating fixed-size arrays","0.1.2"],"deno_typescript":["To &z TypeScript to a snapshot during build.rs","0.49.0"],"coreaudio-sys":["@J @2 Apple's CoreAudio frameworks $D via @s-^w","0.2.11"],"criterion-perf-events":["Measure perf events @2 criterion","0.3.0"],"r3bl_rs_^i":["Async Redux @0, TUI @h, @6 useful @e","0.9.6"],"order-stat":["Compute order statistics efficiently via @7 Floyd-Rivest algorithmand estimate a median via @7 median-of-medians $a.","0.1.3"],"solana-streamer":["&k Streamer",C[43]],"aws-sdk-route53":["AWS SDK @2 &I Route 53",C[1]],"mozjs_$s":["System @5 @2 @7 Mozilla SpiderMonkey JavaScript $j.","0.67.1"],"tract-kaldi":[C[180],"0.19.7"],"gfx-memory":[C[684],"0.2.2"],"proc-macro2-impersonated":["A substitute @1 of @7 compiler's `proc_macro` $z",C[5]],"abao":[C[456],C[0]],"vsprintf":["@4 @3 to @7 libc vsprintf @P","2.0.0"],"expiring_map":["A map whose entries expire after a configured ^5 to live",C[4]],"jubjub":["@g of @7 Jubjub elliptic curve group",C[6]],"indexmap-nostd":["A no_std $e @1 of @7 indexmap @5","0.4.0"],"dxf":["A @s @5 @2 &B @6 $u DXF @6 DXB CAD @M.",C[3]],"zkp-u256":["Performant @1 of 256-bit unsigned integers","0.2.1"],"four-cc":["Newtype @k ^D a convenient &4 of four-character-$f &2",C[0]],"bayespam":["A @l bayesian spam classifier.","1.1.0"],"blockchain_^A":["Blockchain ^A $r by COMIT-$N daemons to execute $M protocols.","0.4.1"],"ibc-telemetry":["Telemetry &C @2 @7 Hermes IBC relayer","0.22.0"],"refinery-core":[C[495],"0.8.7"],"&Y":["Use @7 md5 @U &6.","0.3.0"],"unixbar":["unixbar","0.1.4"],"saft":["Signed distance field @P $E/interpreter/discretizer/mesher","0.32.0"],"horrorshow":["a templating @0 $X in @s @8","0.8.4"],"fixed-map-derive":["A fixed map where $O layout is calculated by a $0 macro.This @5 contains @7 $0 @8.","0.8.2"],"relm-core":["Core streams @6 event loop @K @2 @T GUI in @4. Foundation @2 @7 relm @5.",C[17]],"morphism":["A $K @2 suspended closure composition in @4","0.4.1"],"openxr":["High-@O, mostly-^Q OpenXR @3","0.17.1"],"datavzrd":["A &V to create visual HTML reports @F ^O of CSV/TSV tables","2.18.1"],"ogg_&5":["Metadata @i @2 various Ogg codecs","0.4.1"],"annotate-snippets":["@m @2 $L $f annotations","0.9.1"],"rsfs":["A ^M filesystem @9 disk @6 in-$h @u.","0.4.1"],"net-literals":["Literals @2 IP/socket addresses",C[0]],"lindera-core":[C[147],C[35]],"cbor4ii":["CBOR: Concise Binary Object Representation","0.3.0"],"tink-aead":["AEAD @D @2 @4 port of Google's Tink cryptography @0","0.2.5"],"bloom-filters":["@4 port of https://github.com/tylertreat/BoomFilters","0.1.2"],"wana_kana":["Utility @0 @2 checking @6 converting $d Japanese characters - Kanji, Hiragana, Katakana - @6 Romaji","3.0.0"],"tokio-trace":["A scoped, structured &W @6 diagnostics @Z.",C[4]],"parquet-format-safe":["Safe Parquet @6 Thrift reader @6 writer (sync @6 @B)","0.2.4"],"transit_$V":["Transit @L ^q","0.54.1"],"madsim-macros":["Madsim's ^R-@d.","0.2.12"],"e2r":["experimental &E $j in @s",C[6]],"ansi-escapes":["Ansi escape codes @2 manipulating @7 $i",C[5]],"indy-crypto":["$J is @7 &q &d @0 @2 Hyperledger Indy &P.","0.5.1"],"uu_fmt":["fmt ~ (uutils) reformat each paragraph of input",C[32]],"galvanize":["Pure @4 CDB @0.","0.0.1"],"td_clua":["@J @2 Lua 5.3","0.1.3"],"sp-consensus-vrf":[C[334],C[35]],"webrtc-unreliable":["UDP-^K (unreliable, unordered) communication $d Javascript/$3 @6 ^S @4 via WebRTC","0.5.3"],"rune":["^o Rune Language, an embeddable dynamic $F @b @2 @4.","0.12.2"],"cargo-release":["Cargo ^U @2 you to smooth &f release ^F.","0.24.8"],"fuel-core-database":["^o ^4 contains databases $r by Fuel @R @o.","0.17.4"],"getopts":["getopts-^K option @C.","0.2.21"],"educe":["$J @5 @n $0 @8 to help you &l @4-built-in $4 quickly.","0.4.20"],"argonaut":["A @l argument @i",C[12]],"pact_verifier_cli":["Standalone pact verifier @2 provider pact verification","0.10.4"],"lingua-marathi-language-model":["^o Marathi @b $V @2 Lingua, an &0 &o @b $g @0","1.0.1"],"cargo-casper":["A @N &r &V @2 ^g a Wasm smart contract @6 tests @2 &m on @7 Casper $N.","2.0.7"],"logging-allocator":["Global ^k @x logs on allocation @2 debug purposes.",C[5]],"mit-commit-message-lints":["Check @7 correctness of a specific commit message. Designed to be $r in ^C ^D commit-msg style hooks",C[99]],"ruspiro-register":["^o @5 @n @7 @Q to conviniently work @9 register field &2 @x are typically presented by a set of bit fields.","0.5.5"],"jsonschema-transpiler":["A &V to transpile &J Schema &w schemas @2 @L processing","1.10.0"],"cranelift-object":["Emit Cranelift output to ^S object @M @9 `object`","0.94.0"],"pgwire":["Postgresql wire @o &v as a @0",C[39]],"actix-web-middleware-keycloak-auth":["A ^u @2 Actix Web @x handles authentication @9 a JWT emitted by Keycloak","0.4.0"],"cairo-sys-rs":["FFI @3 to libcairo",C[19]],"astar":["A ^M @1 of @7 A* pathfinding $a.","4.0.0"],"render-tree":["A @0 @2 &E trees of content to @7 $i",C[5]],"surge-ping":["^s ICMP ping @0","0.7.4"],"array":["Convenience methods @2 ^2 @9 arrays.","0.0.1"],"fuel-txpool":[C[174],C[75]],"bigdecimal-rs":[C[559],"0.2.1"],"manifest-feature-gen":["Feature @A @2 $1 manifest","0.1.2"],"reproto-derive":["Rethinking ^1 GeneratorsDerives a reproto schema @F an existing &J.","0.3.36"],"wascc-host":["$3 Secure Capabilities Connector (waSCC) Host Runtime",C[22]],"miracl_@R_bls12381":["@4 $f of https://github.com/miracl/@R (miracl_core) @2 curve BLS 12-381","4.2.2"],"apollo-router":["A configurable, high-$7 routing @y @2 Apollo Federation 🚀","1.12.1"],"lignin-schema":["An HTML schema @f through $G lignin Node trees can be created @9 ^E &z-^5 checking.","0.0.4"],"bootloader":["An experimental x86_64 bootloader @x works on both BIOS @6 UEFI systems.","0.11.2"],"sheets":["A fully $D & opinionated $z @c @2 @7 Google Sheets $z.","0.5.1"],"zvariant":[C[474],"3.12.0"],"unic-emoji-char":["UNIC — ^y Emoji — Emoji Character Properties","0.9.0"],"netif":["List @7 $N interfaces on @7 @Z.","0.1.6"],"wasmtime":[C[148],"7.0.0"],"lpc55-pac":["Peripheral ^p $z @2 NXP LPC55 $8",C[3]],"hnsw":["Fast approximate nearest neighbors",C[14]],"dns-message-parser":["Libary to encode @6 decode DNS packets","0.7.0"],"starts-ends-with-caseless":["$J @5 @n @7 `StartsWithCaseless` $Z @6 @7 `EndsWithCaseless` $Z to extend @e $G &l `AsRef` in order to do `starts_with` @6 `ends_with` case-insensitively.","0.6.4"],"binary-layout":["^o ^8-layout @0 allows ^a-^Q, inplace, zero-copy ^p to structured ^8 @L. You define a custom @L layout @6 give it a slice of ^8 @L, @6 it will allow you to read @6 write @7 fields defined in @7 layout @F @7 ^8 @L ^Y having to copy any of @7 @L. It's similar to transmuting to/@F a `#[repr(packed)]` &y, but much safer.","3.1.3"],"ashpd":["XDG portals @k in @4 @v zbus","0.4.0-alpha.4"],"object_store":["A ^M object store @f @2 uniformly ^e @9 AWS S3, Google Cloud Storage, Azure Blob Storage @6 local @M.","0.5.5"],"htrpc":["&K @t RPC @0",C[32]],"lua_actor":["Lua Actor @2 @4(sync/@B)","0.2.4"],"ssdp":["An @T $k @2 discovering devices @6 services on a $N.","0.7.0"],"htmlstream":["&T HTML @i @2 @s","0.1.3"],"fastcgi":["FastCGI @0 $X in pure @4","1.0.0"],"resize-slice":["Shrink slice references","0.1.3"],"odbc-iter":["High @O $P ^p @0 @t on 'odbc' @5 @x uses ^S ODBC drivers to ^p variety of databases","0.2.7"],"iup-sys":["Raw IUP @3 @2 @4","0.0.3"],"actix-test-server":["Actix ^V @W","0.2.2"],"libxlsxwriter-sys":["@4 ^x of libxlsxwriter","1.1.4"],"near-primitives":["$J @5 @n @7 base set of @K $r by other nearcore ^4","0.16.1"],"secp256k1-zkp":["@4 @3 @2 @7 `libsecp256k1-zkp` @0.","0.7.0"],"iced_style":["^o default set of styles of Iced","0.7.0"],"libp2p-pnet":["Private swarm @j @2 libp2p","0.22.3"],"json-event-parser":["A &J event @i @6 serializer",C[5]],"serde-error":["Serde (de)serializer @2 Error @e","0.1.2"],"tower-request-id":["A tower (hyper, axum, warp) &C to add a unique id @2 every request","0.2.1"],"anstyle-parse":["Parse ANSI Style Escapes",C[5]],"maybe-async":["A procedure @d to unify SYNC @6 ASYNC @1","0.2.7"],"coverage-helper":["&S @2 .",C[4]],"vecfx":["Extra batteries @2 a vec of floats",C[0]],"neon-serde2":["Easily serialize object @2 &m @9 neon, fork of neon-$2","0.8.0"],"ra_ap_ide_db":["TBD",C[40]],"actix-multipart":["Multipart form @j @2 Actix Web","0.6.0"],"io_tee":["Tee Read, BufRead, @6 Seek instances to a writer",C[5]],"trie-root":[C[300],C[48]],"hpke":["An @1 of @7 HPKE hybrid &t ^z (RFC 9180) in pure @4",C[6]],"cargo-zigbuild":["Compile Cargo $B @9 zig as linker","0.16.3"],"cfile":["@4 @3 to C *FILE &g","0.5.1"],"ic-ledger-types":["Types @2 ^e @9 @7 ICP ledger canister.","0.4.2"],"wu-diff":["Compute differences $d two slices @v wu(@7 O(NP)) $a.","0.1.2"],"skulpin-app-winit":["A winit-@t $A layer @2 skulpin","0.14.1"],"pwasm-abi":["@4 $3 Contracts Abi","0.2.2"],"simple-stopwatch":["Minimal stopwatch @2 @s, returns float &2","0.1.4"],"mobile-device":["Communicate @9 iOS devices",C[4]],"^M_^X":["A @U containing a ^M ^X ^a @x can be dropped in to simplify ^X $W",C[0]],"expression":["Implements expression terms @6 conditions","0.3.4"],"mat4":["matrix 4x4","0.2.1"],"simulacrum":["Minimal @0 @2 ^g mock objects by hand @v stable @4.","0.3.1"],"nom-unicode":["^y &e @2 Nom.","0.3.0"],"mp4ameta_^R":["@V @8 to ^v $b accessors @2 @7 mp4ameta @5.","0.6.0"],"kompact-component-derive":["A @a @d @2 Kompact component @Q.",C[14]],"fluvio-jolt":["Fluvio &J to &J transformation @0",C[5]],"bp-core":["Bitcoin @o @R @0 (BP Core Lib)",C[149]],"sha1_smol":["Minimal ^r free @1 of SHA1 @2 @4.","1.0.0"],"greetd_ipc":["An @1 of @7 greetd IPC @o","0.9.0"],"nfd2":["Please &m https://crates.io/^4/rfd &6","0.3.1"],"native-windows-gui":["A @s @0 to develop ^S GUI @z on @7 desktop @2 Microsoft $w. Native-&n-gui wraps @7 ^S win32 window controls in a rustic $z","1.0.13"],"smf":["@4 @3 @2 @7 illumos SMF @Z","0.2.1"],"uu_head":["head ~ (uutils) &s @7 first lines of input",C[32]],"wasi-types":["Rusty @3 @2 WASI libc @e.","0.1.6"],"atomic_immut":["Atomic immutable &p","0.1.4"],"sized-object-pool":["Object size aware object pool.","0.2.2"],"tugger-licensing":["Functionality related to software licensing","0.6.0"],"swc_html":["HTML apis @2 @s","0.118.19"],"erupt":["Vulkan $z @3","0.23.0+213"],"mma8x5x":["Platform-&h @4 &c @2 @7 MMA8451, MMA8452, MMA8453, MMA8652 @6 MMA8653 tri-axis accelerators.",C[5]],"zellij-server":["^o @W-side @0 @2 Zellij","0.35.2"],"&L_local":["Per-object &L-local $O","1.1.7"],"watchexec":["@m to execute commands in response to $I modifications","2.3.0"],"quinn":["Versatile QUIC transport @o @1","0.9.3"],"serial-core":["@4 &G @2 serial ports.","0.4.0"],"gif-dispose":["Implements GIF disposal method @2 @7 gif @5. ^o gif @5 only exposes raw frame @L @x is not sufficient to render GIFs properly. GIF requires special composing of frames $G, as this @5 shows, is non-trivial.","4.0.0"],"tauri_includedir":[C[708],C[9]],"syn-select":["A ^P selector $j @2 searching @4 source $f.","0.2.1"],"environ":[C[633],"1.1.3"],"build-target":["A @5 @x @n programmatic ^p to @Y about @7 current $m target.","0.4.0"],"multiinput":["A pure @s gamepad/mouse/keyboard input @0 @t off of rawinput @2 @7 &n @w",C[4]],"mz_^G_credential":[C[150],"0.46.0"],"streammap-ext":["StreamMap of Tokio @9 altered `next` @x returns when &g is dropped",C[4]],"physx-macros":["Utility @8 $r internally by @7 physx @5",C[5]],"clang-ast":["Data @H @2 processing Clang's `-ast-dump=json` @E","0.1.16"],"webmention":["@m @6 a CLI &V @2 sending @6 validation webmentions","0.4.0"],"gearhash":["Fast, SIMD-accelerated &Y @P @2 content-defined chunking","0.1.3"],"afterburn":["A @l cloud provider agent","5.4.1"],"spi-memory":["A ^M &c @2 different SPI Flash @6 EEPROM chips",C[0]],"rw-stream-sink":["Adaptator $d Stream/Sink @6 AsyncRead/AsyncWrite","0.3.0"],"ocaml-gen-derive":["^o inner @0 of ocaml-gen, @2 $x OCaml $f","0.1.4"],"splay":["A ^S @1 of a Splay Tree @2 @4. Splay Trees are self-balancingbinary search trees $G adapt dynamically to lookups over ^5 to allow commonaccess patterns to frequently have better than log(n) lookup ^5.","0.1.8"],"msp430":["Low @O ^p to MSP430 $8","0.4.1"],"sc-consensus-babe-rpc":["RPC &e @2 @7 BABE consensus $a","0.25.0"],"z3":["High-@O @s @3 @2 @7 Z3 SMT solver @F Microsoft Research","0.11.2"],"ark-relations":["A @0 @2 rank-one constraint systems","0.4.0"],"schemer":["A $P schema migration @0 @9 DAG ^l","0.2.1"],"git-workarea":["$5 routines to work @9 git repositories @6 set up minimal workareas withthem.","4.2.2"],"imxrt-hal":["Hardware $k layer @2 NXP i.MX RT $8.","0.5.1"],"unicode-casing":["Titlecase ^H @P on characters.",C[4]],"tentacle":["Minimal @1 @2 a multiplexed p2p $N @h.","0.4.2"],"memfile":["$h backed @M @v memfd_create @9 $I sealing @j","0.2.1"],"iota-pow":["@G proof of work @u @6 scoring @2 @7 IOTA @o","1.0.0-rc.4"],"metaplex-token-vault":[C[442],"0.0.1"],"sequence_trie":["Trie-^K @L-$K @2 storing sequences of &2.","0.3.6"],"lpc845-pac":["Low-@O register mappings @2 @7 NXP LPC845 series of ARM Cortex-M0+ $8","0.4.1"],"psl":[C[479],"2.1.3"],"c-ares-resolver":["An @T DNS resolver, backed by c-ares.","7.5.0"],"fuel-etk-ops":["EVM Toolkit Instructions",C[151]],"take_mut":["Take a T @F a &mut T temporarily","0.2.2"],"relational_@e_procmacro":["Procmacro to help create relations $d objects","2.0.0"],"monero-epee-bin-serde":["A $2 @E @2 @7 ^8 @I defined within @7 epee ^H @0 of Monero.","1.0.1"],"try-lock":["A ^P atomic lock.","0.2.4"],"tokio-serde-bincode":["Tokio @3 to quickly turn a &g of bytes to a &g ofparsed/serialized items @v @7 bincode @E.","0.2.1"],"^G_cloudwatch":["AWS SDK @2 @4 - &I CloudWatch @ 2010-08-01",C[7]],"aws-sdk-ebs":["AWS SDK @2 &I Elastic Block Store",C[1]],"sgx_ucrypto":[C[159],"1.1.1"],"vecmat":["Low-dimensional vector algebra @9 min_const_generics @j","0.7.8"],"maybe-unwind":["A @k of catch_unwind @x also captures @7 panic @Y.","0.3.1"],"reed-solomon-erasure":["@4 @1 of Reed-Solomon erasure coding","6.0.0"],"debug-derive":["Tetcore @8 to @a @y debug @1.","2.1.2"],"ryu-ecmascript":["Fast floating point to $9 conversion, suitable @2 ECMAScript NumberToString",C[5]],"imgui-sdl2":["SDL2 Input $W @2 imgui-rs",C[25]],"glib-build-tools":["@4 @3 @2 @7 Gio @0, $m script ^i @5",C[19]],"cargo-binstall":["@4 ^8 @U installer @2 CI $C","0.22.0"],"rustc-build-sysroot":["Build a rustc sysroot @9 custom flags","0.4.1"],"line-col":["Convert $9 slice indices &w &r/column &1","0.2.1"],"slint":["GUI toolkit to efficiently develop fluid graphical user interfaces @2 $y devices @6 desktop @z","0.3.5"],"mockall":["A powerful mock object @0 @2 @4.",C[94]],"riscv-target":["RISC-V target $9 manipulation @r","0.1.2"],"arkworks-setups":["Webb protocol's $z @2 zero-knowledge circuits","1.2.2"],"bloomfilter":["Bloom filter @1","1.0.9"],"http-body":["Trait representing an @T, streaming, &K request or response body.","1.0.0-rc1"],"azure-functions-shared-codegen":["Azure Functions @2 @4 &q $f $q @j.",C[14]],"miniquad_text_rusttype":["glium_text fork, text drawing @9 miniquad @6 rusttype","0.1.2"],"twilight-command-parser":["Message @N @i @2 @7 Twilight ecosystem.","0.9.0"],"bootimage":["Tool to create a bootable OS image @F a kernel ^8.","0.10.3"],"axum-macros":["$R @2 axum","0.3.7"],"alacritty_^W_@a":["Failure resistant ^9 @a","0.2.1-rc3"],"chrootable-https":["Sandbox &x https @c",C[17]],"librespot-tremor":["@4 @3 to tremor",C[0]],"ophelia-derive":["ophelia @a @8","0.3.0"],"sophia_iri":["A @4 toolkit @2 RDF @6 Linked Data - IRI ^q",C[67]],"git-mit-relates-to":["Set Relates-to trailer.",C[99]],"globalcache":["Cache $T @x allows per-^F managent of many cache instances",C[0]],"wagyu-zcash-parameters-6":[C[62],C[0]],"repr_offset":["Offsets of fields @2 @e @9 a stable layout.","0.2.2"],"dircpy":["Copy directories recursively @9 flexible options.","0.3.14"],"anchor-attribute-program":["Anchor ^T @d @2 defining a ^J",C[80]],"surf":[C[915],"2.3.2"],"gluon-salsa":[C[278],"0.15.2"],"acme-micro":["@m @2 requesting certificates @F an ACME provider (acme-lib fork).",C[12]],"test-fuzz-macro":["^V-fuzz-@d","3.0.5"],"spirit-tokio":["Tokio &b @2 Spirit","0.9.2"],"nrfind":["A set of useful mathematical @p @2 floating point &1 @t on @7 Newton-Raphson method @2 finding roots.","1.0.3"],"gnaw":["Conveniently chip small pieces off a slice or `str` to &m elsewhere.","0.0.2"],"pythonize":["Serde Serializer & Deserializer @F @4 <--> Python, backed by PyO3.",C[48]],"tao-core-video-sys":[C[152],C[0]],"rustats":["A statistical @0","0.1.2"],"futures-io":["^o `AsyncRead`, `AsyncWrite`, `AsyncSeek`, @6 `AsyncBufRead` $4 @2 @7 $6-rs @0.","0.3.27"],"fuel-tx":["FuelVM transaction.","0.28.1"],"tetsy-primitive-types":["Primitive @e &q by Vapory @6 Tetcore","0.9.1"],"mz_^G_mock":[C[160],"0.46.0"],"libimagentrygps":[C[15],C[16]],"destructure_traitobject":["Unsafe &b @2 ^2 @9 raw $Z objects. (Forked @F traitobject)",C[0]],"cortex-m-rtic-macros":[C[153],"1.1.6"],"blurz":["Bluetooth lib @2 @4 @v blueZ/dbus","0.4.0"],"stretto":["Stretto is a high $7 &L-^Q $h-bound @4 cache.","0.7.2"],"atelier_describe":["@4 ^S documentation @A @2 @7 AWS Smithy IDL.",C[89]],"assert_ne":["assert not equals","0.3.0"],"oath":["An @1 of OATH $Y in @4. Includes TOTP, HOTP, @6 OCRA.",C[72]],"unwrap":["An unwrap! @6 an unwrap_err! @d","1.2.1"],"ref_filter_map":["Like `std::cell::{Ref,RefMut}::map`, but @2 optional &P.","1.0.1"],"jrsonnet-gc":[C[154],"0.4.2"],"anchor-derive-accounts":["Anchor ^B @d @2 accounts",C[80]],"nbchan":["Highly optimized non-blocking communication channels","0.1.3"],"clang-sys-linkage":[C[459],"1.0.0"],"diener":["^r diener is a &V @2 easily changing [Substrate](https://github.com/paritytech/substrate), [Polkadot](https://github.com/paritytech/polkadot) or [BEEFY](https://github.com/paritytech/grandpa-bridge-gadget) ^r versions","0.4.6"],"conjure-object":["Runtime @j @2 $D Conjure objects","3.5.0"],"lightproc":["&T ^F $k @2 @4","0.3.6-alpha.0"],"imag-mv":["Part of @7 imag @R ^m: imag-mv @N",C[16]],"mitrid_@R":["Core @0 of @7 Mitrid @h","0.9.4"],"phf_^f":["Codegen @0 @2 PHF @e",C[39]],"captur":["Macro to capture whole ^I @F disjoint fields in a closure.",C[4]],"yeslogic-fontconfig-sys":["Raw @3 to Fontconfig ^Y a vendored C @0","4.0.1"],"piston-gfx_texture":["A Gfx texture &4 @x works nicely @9 Piston ^b",C[93]],"regalloc2":["Backtracking register ^k inspired @F IonMonkey",C[9]],"pest_vm":["pest grammar &M ^L","2.5.6"],"structview":["Viewing ^8 @L as high-@O @L @H, safely.","1.1.0"],"pdf-writer":["A step-by-step PDF writer.","0.6.0"],"winrt_gen_@8":["Macro &b @2 @7 winrt_gen @5","0.7.2"],"rust-bert":["Ready-to-&m NLP pipelines @6 @b models",C[46]],"ic0":["Internet Computer System $z Binding.","0.18.9"],"minitrace-macro":["Attribute $0 @d @2 minitrace-@s","0.4.1"],"email-address-parser":["An RFC 5322, @6 RFC 6532 compliant email address @i.",C[299]],"structmap":[C[640],"0.1.6"],"rs-complete":["A @0 @x handles text/word completion","1.3.1"],"libcnb-test":["An $C $v @h @2 buildpacks $X @9 libcnb.rs","0.11.5"],"novasmt":["Storage-&h, highly ergonomic sparse Merkle trees","0.2.20"],"sanitize-filename-reader-friendly":["A filename sanitizer aiming to produce reader &x filenames.","2.2.1"],"sql":["^o @U @n a constructor of SQL statements.","0.4.3"],"blockchain":["Unopinioned blockchain @h","0.9.2"],"urlshortener_converter":["Encoding @6 ^h of short url ids @2 url shortener @z","0.0.1"],"rust-tuyapi":["$J @U is a @s port of @7 exellent NodeJS @1 by codetheweb @2 @7 Tuya $z","0.8.3"],"sqlite2parquet":["Generate parquet @M @F sqlite databases",C[16]],"geohash":["Geohash @1 @2 @4.",C[2]],"image_hasher":[C[162],"1.1.2"],"getch":["A portable @1 of getch, @v _getch on $w, @6 termios on Unix.","0.3.1"],"lmdb-zero":["An almost-^Q, near-zero-cost, feature-complete, unabashedly non-abstractwrapper $S LMDB.","0.4.4"],"bae":[C[155],"0.1.7"],"futf":["Handling fragments of UTF-8","0.1.5"],"logind-zbus":["A dbus @c (@v zbus) @2 logind","3.1.0"],"oauth-credentials":["Types @2 representing @7 credential pairs of OAuth 1.0.","0.3.0"],"nydus-error":["Error $W @r @2 Nydus Image Service","0.2.3"],"gvdb-macros":["Convenience @8 @2 gvdb","0.1.6"],"core-foundation":[C[193],"0.9.3"],"cairo-felt":["Field elements &4 @2 @7 Cairo VM","0.1.3"],"num256":["@g of 256 bit integers","0.5.1"],"dxgi":["@G a convenient, higher @O wrapping of @7 DXGI APIs. Targetting dxgi 1.2 stuffthat works on $w 7.",C[259]],"modality-ingest-client":["A @c @0 @2 @7 modality ingest plane @o.","0.2.2"],"linux-raw-sys":["Generated @3 @2 Linux's userspace $z","0.3.0"],"libpulse-mainloop-glib-sys":["FFI @3 @2 @7 PulseAudio libpulse-mainloop-glib @Z @0.","1.20.1"],"clap-log-flag":["Add a logger to CLIs @v structopt","0.2.1"],"reqwest-wasm":[C[156],"0.11.16"],"frappe":["Functional Reactive Programming @0 @2 @4","0.4.7"],"portpicker":["Pick a free unused port",C[5]],"heim-process":["Cross-@w processes @Y","0.1.1-rc.1"],"breakpad-handler":["Allows $u of a minidump when a crash occurs",C[4]],"pre-proc-macro":["@V marco @u @2 [pre](https://crates.io/^4/pre/).","0.2.1"],"untagged-option":["An unsafe Option ^a ^Y discriminant. Nightly only.",C[0]],"conjure-runtime-config":["Configuration @e @2 conjure-@y","4.3.0"],"extindex":["Persisted immutable index",C[3]],"hexf-impl":["Hexadecimal float @j @2 @4 (auxiliary @5; see also hexf)",C[4]],"wasi-common-cbindgen":["&j @A @r $r by wasi-$b",C[6]],"legion-systems":[C[205],"0.2.4"],"npm_scripts":["Check @7 availability of npm scripts @6 execute them",C[0]],"kolmogorov_smirnov":["@g of @7 Kolmogorov-Smirnov statistical ^V as a @4 @0.","1.1.0"],"gtk4":["@4 @3 of @7 GTK 4 @0","0.6.4"],"tc-executor":[C[417],"0.8.0"],"gearley":["An Earley @i $j.","0.0.4"],"pretty_assertions_sorted":["Wrapper $S @7 `@s-pretty-assertions` @5 @x allows @2 @7 ability to sort @7 Debug output.","1.2.1"],"nanorpc":["a subset of &J-RPC 2.0, @9 magical autogeneration of servers @6 clients",C[51]],"parity-util-mem-derive":["Crate @2 $h reporting",C[4]],"lambda_@y":[C[157],"0.7.3"],"serde-diff-derive":["Derives serde_diff::SerdeDiff","0.4.0"],"netlify_lambda":[C[157],C[0]],"blist":["A deque &v as a hybrid linked-list-of-arrays","0.0.4"],"subxt-codegen":["Generate an $z @2 ^e @9 a substrate node @F FRAME &5","0.27.1"],"pyth-client":[C[158],"0.5.1"],"fd-lock":["Advisory cross-@w lock on a $I @v a $I descriptor to it.","3.0.10"],"probe-rs-target":["Target description schema @2 probe-rs.",C[19]],"woptions_meta":["Mechanism to define map of options @2 a fuction @6 its defaults laconically. Its meta.","0.1.3"],"git_rev":["@V @8 @2 including git revision hashes in $f",C[4]],"const-default-derive":["#[@a(ConstDefault)]",C[0]],"elrond-wasm-node":["Elrond $3 VM $z @k","0.38.0"],"influxdb-client":["@4 @c @0 @2 InfluxDB v2","0.1.4"],"ckb-system-scripts":["CKB System Scripts","0.5.4"],"runes":["No-std NES emulator @0 @6 minimal emulator $X purely in @4.","0.2.5"],"solana-bpf-loader-program":["&k BPF loader",C[43]],"ra_ap_@i":["TBD",C[40]],"merkle-sha3":["Sha3-Merkle is a fork of merkle.rs, a Merkle ^Z @9 @j @2 $q of inclusion proofs, in sha3.",C[4]],"backtrace":["A @0 to acquire a stack trace (backtrace) at @y in a @4 ^J.","0.3.67"],"authy":["@J @2 @7 Authy two factor web &C.","0.9.8"],"rsocket_@s":["rsocket-@s is an @1 of @7 RSocket @o in @4.","0.7.2"],"sfml-types":["Base SFML @e",C[4]],"dylint_^n":["Dylint internals","2.1.5"],"generic-matrix":["Manipulations @6 @L @e @x represent 2d matrix.","0.2.2"],"eventsource-stream":["A basic $L block @2 $L an Eventsource @F a Stream of bytes","0.2.3"],"ghost":["Define &f own PhantomData","0.1.9"],"minicbor-derive":["^B minicbor `Decode` @6 `Encode` $4.",C[2]],"$9_template":["Very @l $9 template @2 @4.","0.2.1"],"apollo-encoder":["@m to serialise GraphQL Schemas.",C[3]],"progress_$9":["Generate a progress bar $9","0.2.1"],"lfs":["give @Y on mounted filesystems","2.6.0"],"rustacuda":[C[175],"0.1.3"],"graph_map":["Memory mapped directed graph &4",C[4]],"listenfd":["A @l @0 to work @9 listenfds passed @F @7 outside (systemd/catflap socket activation)","1.0.1"],"pixel-canvas":["A @5 to make it easy to $m interactive computer art @9 just a pixel buffer.","0.2.3"],"piet-common":["Selection of a single preferred back-end @2 piet","0.6.2"],"vg_errortools":["Helpers @2 better ^X legibility in std/$Q io errors @6 ^X $W in main @p.",C[4]],"sodiumoxide":[C[221],"0.2.7"],"tower-test":["$n @2 $u @c @6 @W `Service` tests.","0.4.0"],"from-ascii":["Traits $G creates instances @F ascii $9.","0.0.1"],"lightspeed_logger":[C[189],"0.53.0"],"hpke-dispatch":["@y algorithmic selection @2 hybrid public key &t",C[3]],"&F_wasm_^i":["&F wasm ^i",C[23]],"hexchat-plugin":["Lets you write HexChat plugins in @4","0.2.14"],"cargon":["Thin @k $S @7 Argon2 C @0. Used in argon2rs' bench suite.","0.0.1"],"redox_hwio":["@4 Hardware MMIO @6 PIO","0.1.6"],"svm-rs-builds":["Solidity-Compiler (Solc) builds.",C[69]],"is-match":["@m to check whether something matches something else",C[4]],"test-project":["Test $B to play $S @9 release ^q","2.3.0"],"chords":["@0 @2 getting chords @F scale","0.2.7"],"ibc":["@g of @7 Inter-Blockchain Communication ^1 (IBC). $J @5 comprises @7 main @L @H @6 on-chain logic.","0.34.0"],"&d":["Resources @2 $L cryptosystems in @4 @v @7 RustCrypto project's ecosystem.","0.4.0"],"canteen":["A Flask-^K microframework @2 @4","0.5.6"],"object":["A unified @f @2 &B @6 $u object $I formats.","0.30.3"],"mcp23017":["A @s &c @2 @7 MCP23017 (16-Bit I2C I/O Expander @9 Serial &j)","1.0.0"],"wasmer-vfs":["Wasmer Virtual FileSystem",C[36]],"ofb":["Output Feedback][OFB] (OFB) block cipher mode of operation",C[9]],"nu_$H_selector":["web scraping @v css selector",C[93]],"vaporetto":["Vaporetto: a pointwise prediction @t tokenizer","0.6.2"],"win_etw_provider":[C[756],"0.1.5"],"^j":["A ^P ^j facade.","0.20.1"],"grep-cli":["$n @2 search oriented @N &r @z.","0.1.7"],"parse_duration":["Parses a duration @F a $9.","2.1.1"],"ws_&g_tungstenite":["Provide AsyncRead/AsyncWrite over Tungstenite WebSockets","0.9.0"],"point_^F":["A @5 @2 simulating random point processes.",C[2]],"tectonic_bridge_@R":["Exposing @R $l APIs to @7 Tectonic C/C++ $f.","0.3.1"],"cargo-sweep":["A &V @2 cleaning unused $m @M created by Cargo","0.6.2"],"embedded-hal-nb":["Non-blocking Hardware Abstraction Layer (HAL) @2 $y systems @v @7 `nb` @5.",C[210]],"$2_^f":[C[721],"0.9.0"],"fibers_http_@W":["A tiny &K/1.1 @W @h",C[0]],"sgx_tcrypto":[C[159],"1.1.1"],"rect-iter":["Iterator @2 2D rectangle areas","0.3.0"],"sc-cli":["Substrate CLI @f.",C[80]],"allegro_ttf":["Allegro 5 ttf addon @4 @k","0.0.44"],"rustsec-example-crate":["VULNERABLE example @5 @2 @7 RUSTSEC-2019-0024 ^V advisory.Version 0.0.1 of this @5 is vulnerable, @6 1.0.0 is considered patched.Useful @2 $v $W of vulnerable vs patched ^l. Bothreleases are empty @6 contain no @D.","1.0.0"],"dogstatsd":["A DogstatsD @c @2 @4.","0.7.1"],"axum-debug":["Better ^X &8 @2 axum @h.","0.3.3"],"site_checker":["$5 site status checker $X in @4","0.2.1"],"wirefilter-engine":["An execution $j @2 Wireshark-^K filters",C[9]],"ucum":["@g of @7 Unified Code @2 Units of Measures (UCUM)",C[4]],"^G_mock":[C[160],C[7]],"shift_or_euc":["Detects among @7 Japanese legacy encodings",C[4]],"insideout":["Wrap composed @e inside-out (eg. `Result, E>` or `Option>`",C[0]],"transmute":["Size-heterogeneous transmutation (seriously unsafe!)",C[5]],"argparse-rs":["A @l argument @i, meant to parse @N &r input. It is inspired by @7 Python ArgumentParser",C[4]],"hbs-pow-sys":["FFI @3 to libhbs-pow","0.2.1"],"block-padding":["Padding @6 unpadding of &8 divided &w blocks.","0.3.2"],"cascade":["Dart-^K cascade @d @2 @4","1.0.1"],"simon":["@m @2 declaratively specifying @6 @C @N &r arguments","0.4.0"],"multiaddr":[C[161],C[19]],"wasm-bindgen-wasm-interpreter":["Micro-interpreter optimized @2 wasm-bindgen's &m case","0.2.84"],"arr_@d":["Initialize arrays @9 ease!","0.2.1"],"kathoey":["@4 @0 @2 text feminization @v open corpus linguistics @L","1.1.4"],"rust-argon2":["@4 @1 of @7 Argon2 password hashing @P.","1.0.0"],"yaserde_@a":["Serialization @6 ^9 @8","0.8.0"],"mdbook-latex":["An mdbook $l @2 $x LaTeX @6 PDF documents.","0.1.24"],"quickercheck":["Automatic property-@t $v.",C[0]],"stable-vec":["A Vec-^K @S $G guarantees stable indices @6 features O(1)element deletion (semantically similar to `Vec>`). Useful forallocations in graphs or similar @L @H.","0.4.0"],"num-decimal":["Infinite precision decimals @9 fair rounding @6 other gimmicks basedon num-rational.","0.2.5"],"sendfd":[C[788],"0.4.3"],"global_counter":["Global, &L-^Q counters","0.2.2"],"swc_ecma_transforms":[C[114],"0.212.15"],"img_&Y":[C[162],"3.2.0"],"unjson":["Tools @2 destructuring &J @L.","0.0.5"],"weedle2":[C[387],"4.0.0"],"^G_appstream":["AWS SDK @2 @4 - &I AppStream @ 2016-12-01",C[7]],"signal-notify":["Catch OS signals @9 ^z mpsc channel","0.1.3"],"zeros":["...","16.0.3"],"reformation_@a":["reformation @a @5","0.5.2"],"trycmd":["Snapshot $v @2 a herd of CLI tests","0.14.15"],"iota":["Related constants: 1 << iota","0.2.3"],"codes-common":["Support capabilities @2 codes-* packages.","0.1.9"],"raftlog":["An @1 of &D replicated log @t on @7 Raft $a","0.6.0"],"gfx_device_gl":[C[908],"0.16.2"],"id-arena":["A @l, id-@t arena.","2.2.1"],"jod-thread":["std::&L $G joins on drop by default.","0.1.2"],"ndk":[C[266],"0.7.0"],"tokio-i3ipc":["@J @2 i3 @6 $Q allowing @B @z to communicate @9 i3 overit's IPC @f. Contains $6 @u @6 convenience functionsfor ^2 @9 i3.",C[17]],"raui-binary-renderer":["RAUI renderer @2 ^8 @L @E","0.38.4"],"wedpr_l_^i":["@m of WeDPR &q @r.","1.1.0"],"mown":["Maybe owned &2. Wrappers @2 &2 @x can be either owned or borrowed.","0.2.2"],"tracing-futures":["$n @2 instrumenting `$6` @9 `^3`.","0.2.5"],"libparted":["@4 &H @2 libparted","0.1.5"],"bio-seq-algos":["\"bio-seq-algos\", @m of Algorithms about Biological Sequences","0.1.17"],"serde-cw-value":["Serialization &p trees @2 CosmWasm","0.7.0"],"atuin-common":["$b @0 @2 atuin","13.0.1"],"gelf":["A @0 @2 &W GELF &8 to a Graylog $e @W",C[3]],"bitlab":["Extracting a range of bits @F a ^8 @L source","1.1.0"],"cint":["A lean, minimal, @6 stable set of @e @2 color interoperation $d ^4 in @4.","0.3.1"],"solana-accountsdb-plugin-interface":["^o &k AccountsDb $H @f.","1.10.2"],"libimagentrylist":[C[15],"0.6.4"],"wd-40":["Data Driven Testing",C[4]],"os_bootinfo":["Boot @Y @x can be passed @F a bootloader to an OS kernel.","0.3.0"],"async-graphql-derive":["$R @2 @B-graphql","5.0.6"],"gpgrv":["Pure-@4 @1 of gpgv, to verify gpg signatures","0.4.0"],"imag-contact":["Part of @7 imag @R ^m: imag-contact @N",C[16]],"serde-encrypted-value":["A Serde Deserializer @k $G transparently decrypts encrypted &2","0.4.6"],"unsafe_unwrap":["Unsafely unwrap Result @6 Option @e ^Y checking.",C[4]],"polars-utils":["private ^i @2 @7 polars dataframe @0","0.27.2"],"sendgrid":["An unofficial @c @0 @2 @7 SendGrid $z",C[34]],"solana-metrics":["&k Metrics",C[43]],"afl":["Fuzzing @4 $f @9 american-fuzzy-lop","0.12.16"],"interledger-http":["&K @c @6 @W services @2 Interledger.rs","0.4.0"],"snarkvm-objects":["Objects @2 a ^d &M ^L","0.4.0"],"cargo-show":["Prints @U &5 ^K pip show, apt-cache show, npm view, gem query, etc.","0.5.9"],"force-send-sync":["Unsafe &H to force Send @6 Sync.","1.0.0"],"hex2d-dpcext":["dpc's hacky &e to hex2d-rs @0",C[4]],"regex_@8":["An @1 of statically compiled regular &U @2 Rust.Unless you specifically need &z ^5 regular &U or a matchingengine @x is guaranteed not to allocate, you should temporarily prefer usingthe plain regex @5 (since it is almost always faster).",C[0]],"jsonrpc-async":[C[855],"2.0.2"],"pfctl":["@m @2 interfacing @9 @7 Packet Filter (PF) firewall on macOS","0.4.5"],"cargo-platform":["Cargo's &4 of a target @w.","0.1.2"],"snarkos-storage":["Storage @2 a ^d operating @Z","2.0.2"],"linux-embedded-hal":["@g of @7 `$y-hal` $4 @2 Linux devices",C[163]],"webkit2gtk-webextension":[C[809],"0.15.2"],"sp-database":["Substrate $P $Z.","5.0.0"],"apollo-compiler":["A $E @2 @7 GraphQL query @b.","0.6.0"],"ff_@a_ce":[C[262],"0.11.2"],"shred":["Dispatches systems in parallel $G need read ^p to some resources,@6 write ^p to others.","0.14.1"],"tabox":["A sandbox to execute a ^J in an isolated $U @6 measure its resource usage","1.3.1"],"c2-chacha":["^o ChaCha family of &g ciphers","0.3.3"],"^G_cloudformation":["AWS SDK @2 @4 - AWS CloudFormation @ 2010-05-15",C[7]],"encase_@a":["^B @d @2 encase",C[3]],"allegro_@K":["Allegro 5 @K addon @4 @k","0.0.44"],"turn":["A pure @4 @1 of TURN",C[9]],"gauc":["Couchbase @4 Adapter / CLI","0.8.1"],"metaheuristics-nature":["A @S of nature-inspired meta-heuristic $Y.","8.0.4"],"serdeconv":["$J @5 @n convenient $4 @6 @p @2 converting $d TOML/&J/MessagePack $c @6 serializable &2.","0.4.0"],"panic-handler":["Tetcore custom panic hook @9 bug report link","2.1.2"],"migrant_lib":["Database migration @6 $o @0 @2 postgres, sqlite, mysql","0.33.0"],"embedded-time":["Fully defined, inter-operable, ergonomic, @6 &9 human-^5 units (both duration @6 rate @e) @9 hardware timer $k @6 software timers.",C[61]],"yubico_^N":["Yubikey Challenge-Response & Configuration","0.9.0"],"jrsonnet-gc-derive":[C[399],"0.4.1"],"safe-token":["Safecoin Program @m Token","3.5.1"],"print_bytes":["Print bytes as losslessly as possible","1.1.1"],"entity_table":["Data $K @2 associating @L @9 entities in an Entity Component System","0.2.10"],"tracing-wasm":["^3 subscriber @2 browser WASM","0.2.1"],"zmq":[C[564],C[6]],"yada":["Yada is a yet another double-array trie @0 aiming @2 &9 search @6 compact @L &4.",C[3]],"sunrise":["Sunrise @6 sunset calculator","1.0.0"],"const-random":["@G &z ^5 random &Z $q.","0.1.15"],"build-parallel":["A ^H @0 to let you parallelize work in build.rsusing @7 jobserver","0.1.2"],"tracing-gelf":["A Graylog ^3 @0.","0.7.1"],"ark-r1cs-std":["A ^z @0 @2 constraint @Z gadgets","0.4.0"],"aws-smithy-eventstream":["Event &g logic @2 smithy-rs.","0.54.4"],"multi_log":["Logger $G passes &8 on to any &Z of other loggers.","0.1.2"],"jaq-parse":["&N @2 @7 jaq @b",C[6]],"esp32c3":["Peripheral ^p @5 @2 @7 ESP32-C3",C[2]],"tower-retry":["Retry failed requests.","0.3.0"],"glib-sys":["FFI @3 to libglib-2.0","0.17.4"],"swayipc-types":["A @0 containing Type defintions @F sway's IPC @f","1.3.0"],"oasis-test":["A $v @h @2 Oasis executables.","0.4.1"],"actix-web-prometheus":["Actix web ^u @2 prometheus ^j","0.1.2"],"lorikeet":["a parallel ^V runner @2 devops",C[22]],"wasmbin-derive":["^B @5 @2 @7 wasmbin @0","0.2.2"],"devd-rs":["An @f to devd, @7 device hotplug daemon on FreeBSD @6 DragonFlyBSD","0.3.6"],"e310x":["With svd2rust $D peripherals @2 Freedom E310 MCU's.",C[6]],"indent_write":["$5 Write adapters to add &r indentation","2.2.0"],"templatify":["A &9 template to $9 @d.","0.2.3"],"namedlock":["Namespaces @2 named locks","0.7.0"],"aws-sdk-apigateway":["AWS SDK @2 &I $z Gateway",C[1]],"piston-graphics_api_@X":["A @0 @2 storing &i $z versions","1.0.1"],"tari_$b":["$n @6 features @2 @7 Tari domain layer, &q across both Base @6 Digital Asset layers.","0.8.1"],"gettid":["&S to get an integer ID @2 @7 current &L","0.1.2"],"slave-pool":["$5 &L pool","0.2.3"],"pratt":["A Pratt @i @2 @4","0.4.0"],"collider":["A @0 @2 continuous 2D collision $g @2 game developement","0.3.1"],"mwmatching":["Maximum-Weight Matching: Compute a maximum-weighted matching in @7 general undirected weighted graph given by 'edges'.",C[5]],"redis-protocol":["Structs @6 @p to &l @7 Redis @o.","4.1.0"],"bcc-sys":["@4 ^x to BPF Compiler &A (BCC)",C[35]],"structured":["Data @H to handle large, structured @L.",C[14]],"oxide-auth-async":["Combines oxide-auth @9 @B @6 $6",C[4]],"dominator_&b":["&b @2 Dominator","0.7.2"],"actix-web-static-files":["actix-web &u @M as resources @j.","4.0.1"],"grabinput":["Unixy lib @2 &B @F a $I or @F stdin","0.2.1"],"multiversion":["Easy @P multiversioning","0.7.1"],"esparse":["A &9 JavaScript @i. Currently only a lexical analyzer.",C[4]],"gtk-rs-lgpl-docs":["LGPL-licensed docs @2 Gtk-rs ^4","0.1.18"],"zvariant_^i":["Various @r $r internally by @7 zvariant @5.","1.0.0"],"sn_@c":["^o Safe Network Client.","0.82.4"],"aversion":["Versioned @L @H @9 auto-upgrading","0.2.1"],"uu_readlink":["readlink ~ (uutils) &s resolved path of PATHNAME",C[32]],"proptest-attr-macro":["@V ^T @d @2 $u proptest tests","1.0.0"],"cute-log":["$5 @6 cute logger @2 log @5","2.2.0"],"exonum-time":["^o ^5 oracle &C @2 Exonum.","1.0.0"],"fluvio-spu-schema":["Fluvio $z @2 SPU",C[12]],"&Z_$4":["&Z $4","0.2.4"],"fix-getters-rules":["Fix get @p name by removing @7 get prefix when applicable","0.3.2"],"irx-config":["^o @0 @n convenient way to represent/parse $o @F different sources","3.3.0"],"bolero-generator":[C[352],"0.9.0"],"ical":["Ical/Vcard @i @2 @4","0.8.0"],"btleplug":["A Cross-Platform @4 Bluetooth Low Energy (BLE) GATTlibrary.","0.10.4"],"hxdmp":["A small $T to create hexdump output @F byte slices","0.2.1"],"array-const-fn-init":["Initializes an array @9 constant &2 calculated by a `const fn`",C[5]],"store":["A dead @l ^8 (de)serializer",C[514]],"enquote":["Quotes @6 unquotes $c","1.1.0"],"poem-derive":["$R @2 poem","1.3.55"],"binaryen-sys":[C[279],C[12]],"full_moon":["A lossless Lua @i",C[34]],"oxilangtag":["$5 @6 &9 @1 of @b tag normalization @6 validation","0.1.3"],"leafwing_input_^N_@8":["$R @2 @7 `leafwing-input-^N` @5","0.9.0"],"coap-message":["&j to CoAP &8","0.2.3"],"$2_nanos":["Wrapper to ^F duration @6 timestamps as nanoseconds","0.1.3"],"ordinal":["Formatting of ordinals (1st, 2nd, 3rd etc)","0.3.2"],"swc_^W_@d":["$R to prevent mistakes",C[4]],"overlord":["Overlord consensus procotol.","0.4.2"],"alfred":["A @0 @2 $u Alfred workflows.http://www.alfredapp.com","4.0.2"],"boondock":["Docker daemon $z (a fork of Graham Lee's @s-docker)","0.1.0-alpha.1"],"queryst":["@4 query $9 @i @9 nesting @j, forked to update Serde","2.1.0"],"base36":["@m @2 based36 @I","0.0.1"],"interoptopus_$l_c":["Generates C @3.","0.14.15"],"assert-cmp":["Convenient assertion @8 @x print @7 failed &U @6 their evaluated &2","0.2.1"],"eipv":["Ethereum Improvement Proposal validator","0.4.0"],"orchestra":["Generate an orchestra of subsystems @F a single &y.",C[0]],"customizable-buddy":["A new buddy ^k @x allows custom buddy finding $a","0.0.3"],"rspotify-model":["Model @2 RSpotify","0.11.6"],"parse-display":[C[481],"0.8.0"],"close-file":["Allows to close a $I ^Y silently dropping errors",C[4]],"scutiger-core":["a set of &q @D @2 @7 other Scutiger ^4","0.3.0"],"window_clipboard":["A @0 to obtain clipboard ^p @F a `raw-window-handle`","0.2.4"],"minijinja":["a powerful template $j @2 @4 @9 minimal ^l","0.30.7"],"varint-rs":["A small, zero ^r varint @1 in @4.","2.2.0"],"objc2":["Objective-C @f @6 @3 to @7 Cocoa Foundation @h",C[164]],"imag-todo":["Part of @7 imag @R ^m: imag-todo @N",C[16]],"temp_testdir":["Little @5 to &m temp directory in @5. You can choseif delete it after &m or not to debugging purpose.","0.2.3"],"webmachine-rust":["Port of @7 Ruby Webmachine @0 to @4","0.2.2"],"rc-writer":["A tiny &l @2 $u @L to a reference counted instance.","1.1.10"],"asm-lsp":["Assembly Language Server","0.3.1"],"lingua-xhosa-language-model":["^o Xhosa @b $V @2 Lingua, an &0 &o @b $g @0","1.0.1"],"macroquad-platformer":["Platformer physics @2 macroquad","0.1.3"],"opentelemetry-otlp":["Exporter @2 @7 OpenTelemetry Collector",C[14]],"sequoia-sqv":["A @l OpenPGP signature verification ^J","1.1.0"],"vkgen":["Generates @4 source $f @F @7 Vulkan/OpenXR registry","2.2.1"],"eytzinger-map":["array/vec @t map @v eytzinger search $a",C[5]],"zeno":["High $7, low @O 2D path rasterization.","0.2.2"],"unic-langid-impl":[C[412],"0.9.1"],"tl-proto-proc":[C[167],"0.4.1"],"tugger-apple":["Random @D related to Apple platforms","0.8.0"],"fluvio-test-derive":["Procedure @d to run @B fn as ^V",C[5]],"wasm-gc-api":[C[165],C[78]],"profiling-procmacros":[C[166],"1.0.7"],"aktrs-macros":["$R @2 &m @9 aktrs",C[337]],"fixed-map":["A fixed map where $O layout is calculated by a $0 @d.","0.8.2"],"burner":["Mini REST @W","0.2.3"],"r2d2-memcache":["Memcached @j @2 @7 r2d2 connection pool","0.6.0"],"qsv-sniffer":["A CSV $I @E sniffer @2 @4, optimized @2 qsv","0.7.0"],"longest-increasing-subsequence":["Find a longest increasing subsequence of some input sequence",C[4]],"&n_i686_gnu":[C[128],"0.42.2"],"industrial-io":["Linux Industrial I/O (IIO) Support","0.5.2"],"tl-proto":[C[167],"0.4.1"],"matchit":["A blazing &9 URL router.","0.7.0"],"mersenne_twister":["Mersenne Twister pseudorandom &Z @A","1.1.1"],"wasmer-engine-jit":["Wasmer JIT Engine","1.0.2"],"schnorr":["Schnorr Signatures","0.0.20"],"libp2p-uds":["Unix domain sockets transport @2 libp2p","0.38.0"],"linkme-impl":["@g detail of @7 linkme @5","0.3.9"],"piston2d-drag_controller":["A drag controller",C[41]],"wasm-coredump-encoder":["Wasm coredump @I",C[51]],"gnir":["Automated mirror of ring - Safe, &9, small &d @v @4.","0.16.5"],"rcut":["rcut is a @4 replacement @2 GNU cut @x supports UTF-8.","0.0.52"],"csml_interpreter":["^o CSML Interpreter is @7 official interpreter @2 @7 CSML $F @b, a DSL designed to make it extremely easy to create rich @6 powerful chatbots.","1.11.2"],"wascc-actor":["SDK @2 developing $3 Actor modules @2 hosting in waSCC","0.7.4"],"naia-client-socket":["Abstraction to expose $b $z over a UDP socket on Linux, @6 a unreliable WebRTC datachannel on @7 browser",C[46]],"lmdb-rs":["LMDB @3","0.7.6"],"combine":["Fast @i combinators on arbitrary streams @9 zero-copy @j.","4.6.6"],"ress":["A scanner/tokenizer @2 JS @M","0.11.5"],"minimq":["A minimal MQTT5 @c designed @2 no_std platforms",C[9]],"michromer":["$J is a small @0 to interact @9 @7 stockfighter simulation challenges.","0.4.0"],"enso-lazy-reader":["An ^E buffered reader.",C[0]],"collate":["Traits @6 a @L $K to @j collation @6 bisection","0.2.4"],"dbg":["dbg!(expr, ..) @d @F RFC 2173 in stable @4","1.0.4"],"rustml":["A @0 @2 doing maching learning in @4.","0.0.7"],"python-config-rs":["Python ^m @Y via python3-config.This @5 @n a @4 @f to &f system's Python ^m information.Our goal is @2 this to be useful in $m scripts, or in any $A wheregetting @7 Python include directories, linker flags, or &z flags is necessary.This @5 also @n a reimplementation of python3-^W, thescript, @x can query $o @Y about yourdistribution. ^o ^8 only needs a Python interpreter. We show thatour ^8 is $z $e @9 existing `python3-^W` scripts.See @7 repsitory @2 more $B @Y.","0.1.2"],"redox_uefi_alloc":["UEFI allocation @j",C[89]],"mcfly":["McFly replaces &f default ctrl-r shell history search @9 an intelligent search $j @x takes &w account &f ^2 directory @6 @7 context of recently executed commands. McFly's suggestions are prioritized in real ^5 @9 a small neural $N.","0.8.0"],"did-tz":["did:tz Tezos DID method, @v @7 ssi @5","0.2.1"],"assimp":["@4 @3 @2 @7 Assimp @0","0.3.1"],"imperium":["A cli @2 @7 Imperium @h @2 roblox","0.9.7"],"xhci":["A @0 to handle xHCI","0.9.1"],"queen-log":["log","0.4.0"],"rustacuda_@R":["Minimal kernel-@j @5 @2 Rustacuda","0.1.2"],"winapi-util":["A dumping ground @2 high @O ^Q &H over winapi.","0.1.5"],"pub-iterator-type":["Abstract an iterator @1 behind a &y tuple.",C[5]],"rumqttlog":[C[267],"0.9.0"],"rustracing_jaeger":["Jaeger @c @0 created on top of rustracing","0.9.0"],"simple-dns":["@4 @1 to parse @6 write DNS packets","0.5.2"],"twilio-async":["An @B @6 ergonomic @k $S Twilio $z & TwiML",C[3]],"confsolve":["Command &r &V @2 resolving Dropbox/Wuala conflicts","0.3.0"],"reqwest-pretty-json":["Easy way to emit prettified &J body via reqwest::RequestBuilder",C[39]],"os-xtask-utils":["Program executation @2 xtask in os or bootloader $B","0.0.0"],"mio-anonymous-pipes":["^s @k @2 &n synchronous pipes",C[0]],"sigma_fun":["A @h @2 making Sigma protocols fun!","0.5.1"],"cargo-tomlfmt":["Formatting Cargo.toml","0.1.3"],"ti154":["@m @2 ^g @6 @C TI 15.4 UART packets.","0.3.4"],"openssl-probe":["Tool @2 helping to find SSL certificate locations on @7 @Z @2 OpenSSL","0.1.5"],"deadpool-postgres":["Dead @l @B pool @2 $Q-postgres","0.10.5"],"prost-wkt":[C[65],"0.4.1"],"rhizome_proc-macro-definitions":["@V @d @Q @2 rhizome.","0.0.1"],"assets_^N":["Conveniently load, cache, @6 reload external resources","0.9.7"],"async-semaphore":["An @B semaphore","1.2.0"],"mtl":["Matrix template @0. Dense2D matrix, SparseMatrix.","0.1.5"],"htmlq":["Like jq, but @2 HTML.","0.4.0"],"kzen-paillier":["Efficient pure-@4 @0 @2 @7 Paillier partially homomorphic &t scheme","0.4.3"],"clipboard2":["clipboard2 is an improved @X of clipboard-rs @9 better ^X $W @6 MIME ^a $W on $w",C[5]],"zerofrom":["ZeroFrom $Z @2 constructing",C[5]],"detsurtnu":["Automated mirror of untrusted - Safe, &9, zero-panic, zero-crashing, zero-allocation @C of untrusted inputs in @4.","0.7.0"],"tide-compress":["Outgoing ^0 ^u @2 @7 Tide @W @h.",C[14]],"catch_panic_@8":["^o ^R @d impl @2 catch_panic","1.0.0"],"enum_const_&p":["Providing const &2 @2 enums. Unit @6 enums @9 associated @e are supported. Each variant gets a unique sequential &p.","0.4.1"],"slog-stdlog":["`log` @5 adapter @2 slog-rs","4.1.1"],"skyline_@d":["$R @2 helping power skyline-rs",C[0]],"bitcoincash-addr":["A @l @0 ^D @7 @I/^h of Bitcoin Cash addresses.","0.5.2"],"logos-iter":["Extensions @2 Logos lexer","0.1.3"],"log4rs-logstash":["Logstash appender @2 log4rs",C[4]],"google-authenticator":["$J @4 @5 can be $r to interact @9 @7 Google Authenticator mobile app @2 2-factor-authentication.","0.4.0"],"reverse_geocoder":["Offline reverse geocoder @0.","3.0.1"],"jit_@8":["JIT $R","0.0.9"],"cargo-shim":["A ^H @0 @2 ^e @9 Cargo",C[0]],"atomic-pool":["Statically allocated pool ^D a std-^K Box.","1.0.1"],"deterministic-wasi-ctx":["A wasi-$b WasiCtx @1 @x is fully deterministic",C[78]],"@L_^a":["&A of primal @L @e.","0.1.9"],"sp-rpc":["Substrate RPC @K @6 @r.","17.0.0"],"lcov-parser":["LCOV report @i @2 @4","3.2.2"],"unicycle":["A scheduler @2 driving a large &Z of $6.","0.9.4"],"mdbook":["Creates a book @F markdown @M","0.4.28"],"ion-rs":["@g of &I Ion",C[17]],"futures01":["An @1 of $6 @6 streams featuring zero allocations,composability, @6 iterator-^K interfaces.Note @x this @5 tracks permanently to @7 0.1 branch ofthe `$6` @5.","0.1.31"],"tokio-file-unix":["^s @j @2 epollable @M via Tokio on Unix-^K platforms","0.6.0"],"hound":["A wav @I @6 ^h @0","3.5.0"],"downcast-rs":["Trait object downcasting @j @v only ^Q @4. It supports typeparameters, associated @e, @6 ^a constraints.","1.2.0"],"superlu-sys":["^o @U @n @3 to SuperLU.","0.3.2"],"google-apis-common":["Shared @D among @7 google-api ^4.","5.0.2"],"eip-712":["eip-712 @I",C[5]],"substrate-build-script-utils":["Crate @9 $T @p @2 `build.rs` scripts.","5.0.0"],"enum_delegate_lib":["^6 @d @u @2 enum_delegate - &m to &l &f own @8",C[0]],"ssdp-probe":["$5 @s @5 to perform SSDP discovery","0.2.1"],"xenctrl-sys":["@4 @3 @2 Xen hypervisor",C[5]],"kani-verifier":["A bit-precise $V checker @2 @4.",C[1]],"libftdi1-sys":["FFI @3 @2 libftdi1","1.1.2"],"copyless":["Ways to eliminate memcpy calls when @v @7 ^z @0.","0.1.5"],"tendermint-std-ext":["tendermint-std-ext contains &e to @7 @4 ^z @0 @2 &m @F tendermint-rs.",C[41]],"futures-macro":["^o $6-rs $0 @d @u.","0.3.27"],"nails":["[Nailgun](http://martiansoftware.com/nailgun/protocol.html) @c @6 @W protocols @6 a `Nail`$Z @x consuming ^4 can &l to plug in @7 logic @x they would ^K to keep warm ina nailgun @W.",C[2]],"rc-u8-reader":["A tiny &l @2 &B `u8` @L @F a reference counted instance.","2.0.16"],"bosonnlp":["BosonNLP SDK @2 @4","0.10.3"],"sctk-adwaita":["Adwaita-^K SCTK Frame","0.5.3"],"enum_index":["Trait @6 @8 @2 extracting Enum variant index",C[0]],"rstest":[C[834],C[19]],"currency":[C[168],"0.4.0"],"yew-hooks":["Hooks @2 @7 Yew web @h, inspired by react hook libs ^K streamich/react-&m @6 alibaba/hooks.",C[0]],"cao-lang":["^o back-end of cao-lang, a node @t visual scripting @b","0.1.108"],"tokio-io":["Core I/O @K @2 @T I/O in @4.",C[31]],"sc-client-api":["Substrate @c interfaces.",C[90]],"ensure":["Ensure target state of an object","0.3.1"],"mat32":["matrix 3x2","0.2.1"],"evcxr_repl":["A REPL @2 @4","0.14.2"],"srcinfo":["A libary @2 @C .SRCINFO @M","1.1.0"],"imag-ref":["Part of @7 imag @R ^m: imag-ref @N",C[16]],"iso-rs":["A @5 to query ISO @L, $G includes countries, currencies, etc.","0.1.3"],"rsc_osrm":["@s @k @2 osrm, folk @F TehGoat/rs_osrm","0.1.44"],"stream-cancel":["A @0 @2 interrupting @T streams.","0.8.1"],"netlify_headers":["Netlify Headers is a @i @2 Netlify _headers $I",C[5]],"smolset":["\"An unordered set of elements optimized @2 small sizes.This is a fork of @7 original @0 @9 overhauled internals, better fallback perforamance (O(1) insert @6 find) @6 more features!","1.3.1"],"rsbx":["Enhanced @1 of SeqBox in @4","2.0.0"],"rtlsdr":["@4 @3 @2 librtlsdr","0.1.4"],"web_logger":["A logger @2 &W in web-browsers",C[0]],"msp430-rt":["Minimal @y / startup @2 MSP430 $8","0.4.0"],"embassy-sync":["no-std, no-alloc synchronization @K @9 @B @j",C[4]],"ssvm-evmc-sys":["@J to EVMC (low-@O)","7.4.0"],"llvm-sys":["@J to LLVM's C $z","160.0.2"],"mpi":[C[815],"0.6.0"],"mimalloc-rust-sys":["mimalloc_rust hand writted $s ^x","1.7.6-source"],"rgb24":["Basic 24-bit colour &4 @6 manipulation","0.3.1"],"sway-ir-macros":["$R @2 sway's intermediate &4.","0.35.5"],"rust-criu":["@4 @3 @2 CRIU","0.4.0"],"decimal-wad":["Math @2 preserving precision floats up to 18 decimal places.","0.1.8"],"warp-reverse-proxy":["Warp filter @x acts as a reverse proxy, forwarding @7 request to a proxy address @6 extracting a response.","1.0.0"],"swc_ecma_transforms_proposal":[C[114],"0.156.14"],"ref-map":["&S $Z @2 Option @6 Result to map references","0.1.3"],"balloon-hash":["Pure @4 @1 of @7 Balloon password hashing @P","0.4.0"],"cloudflare-rs":["@4 @0 @3 @2 Cloudflares v4 $z","0.7.0"],"fs-swap":["Cross-@w @1 of path swap","0.2.6"],"linked_list_^k":["$5 ^k usable @2 no_std systems. It builds a linked list @F @7 freed blocks @6 thus needs no additional @L @H.","0.10.5"],"gvariant":["A pure-@s @1 of @7 GVariant serialisation @E",C[3]],"skulpin-renderer":["A vulkan renderer @2 skia, a component of skulpin","0.14.1"],"iref":["Internationalized Resource Identifiers (IRIs) @6 References, borrowed @6 owned.","2.2.3"],"socket_addr":["Serialisable SocketAddr",C[4]],"ddg":["An ORM @2 DuckDuckGo.",C[3]],"rpds":["Persistent @L @H @9 structural sharing",C[2]],"orchard":["^o Orchard shielded transaction @o","0.3.0"],"bee-network":["Networking @D @6 @e @2 nodes @6 clients participating in @7 IOTA @o built on top of `libp2p`.","0.2.2"],"heapless-bytes":["Newtype $S heapless byte Vec @9 ^E $2.","0.3.0"],"resid-rs":["Port of reSID, a MOS6581 SID emulator $j, to @4","1.1.1"],"sonic-server":["Fast, ^P @6 schema-less search $l.","1.4.0"],"impls_index":[C[293],"0.1.3"],"bitset-core":["Straightforward, no-std $e, simd optimized, BitSet $z",C[5]],"midi":["&a Midi @e @2 @4",C[4]],"aws-sigv4":["SigV4 signer @2 &K requests @6 Event Stream &8.","0.54.1"],"braid-triggerbox-comms":["host @6 device communication @2 Braid triggerbox",C[4]],"ff":[C[169],C[2]],"interfaces":["A @4 @0 @2 ^e @9 $N interfaces","0.0.8"],"sgxs-loaders":["Platform-specific loaders @2 SGX enclaves.The following loaders are supported:* SGX device (Linux)* Enclave $z ($w)* libsgx_enclave_common (Linux & $w)","0.3.3"],"protoc-bin-vendored-linux-x86_64":["protoc ^8 @2 linux-x86_64 compiled by Google @6 bundled in this @5.","3.0.0"],"bytes-lit":["Create byte slices @F literal integers.","0.0.4"],"simply_wayland":["@4 @3 @2 Wayland. Not recommended @2 general &m, likely unidiomatic",C[69]],"^z_paths":["A port of QStandardPaths class $G @n methods @2 accessing ^z paths on @7 local filesystem (^W, cache, user directories @6 etc.).","2.0.0"],"mutate_once":["Interior mutability, write-once @6 borrowable as plain &T",C[5]],"kaminari":["^o ever &9 websocket tunnel built on top of lightws.",C[6]],"isahc-opendal-workaround":[C[170],"2.0.0-opendal.1"],"nnsdk":["Cleanroom reverse-engineered @3 @2 nnsdk (Nintendo Switch SDK)","0.3.0"],"poolite":["A lite threadpool @0.","0.7.1"],"qt_ritual_$b":["&a @r @2 $x @6 $L @4-Qt ^4","0.4.0"],"ckb-sdk":["@4 SDK @2 CKB","2.5.0"],"papyrus":["A @s repl @6 script runner","0.17.2"],"selene":["A blazing-&9 modern Lua linter $X in @4","0.25.0"],"lioness":["Lioness wide block cipher","0.1.2"],"cs_$2_bytes":[C[171],"0.12.2"],"varcon-core":["Varcon-relevant @L @H","2.2.10"],"cpp_@8":["@V @d @1 @2 @7 `cpp` @5","0.5.7"],"khronos_api":["^o Khronos XML $z Registry, exposed as byte $9 constants.","3.1.0"],"yamux":["Multiplexer over reliable, ordered connections",C[14]],"pct-str":["Percent-encoded $c @2 URL, URI, IRI, etc.","1.2.0"],"reddsa":["A standalone @1 of @7 RedDSA signature scheme.",C[3]],"linfa-clustering":["A @S of clustering $Y",C[9]],"sycamore-macro":["^R-@d @5 @2 Sycamore","0.8.2"],"argmin_@R":["Mathematical optimization in pure @4 (@R @D)","0.2.5"],"netlink-packet":[C[257],C[5]],"ugli-derive":["Universal OpenGL &j (@a @8)",C[2]],"@l_^k_$Z":["A $5 placeholder @2 chunky @6 compact until they integrate @9 a stable @s ^k $z",C[4]],"spirq":["Light weight SPIR-V query $T @2 &i.","0.6.3"],"vodozemac":["A @4 @1 of Olm @6 Megolm","0.3.0"],"symphonia-metadata":["Project Symphonia multimedia tag @6 &5 readers.","0.5.2"],"near-bindgen":[C[735],"0.6.0"],"secret-toolkit-serialization":["&S @e @2 @q in Secret Contracts","0.7.0"],"dhall":["@g of @7 Dhall $o @b",C[12]],"taskwait":["Runtime &h way to wait @2 a group of @B tasks","0.4.1"],"microbit":["Board @j @5 @2 @7 BBC Micro:bit V1",C[2]],"os-sync":["$5 synchronization @K @t on OS semaphore","0.3.3"],"sparsevec":["Compress vectors @v row displacement",C[0]],"percent-encoding":["Percent @I @6 ^h","2.2.0"],"chinese-number":["Convert primitive &1 to Chinese &1, or parse Chinese &1 to primitive &1.","0.6.5"],"pear":["A pear is a fruit.","0.2.4"],"dmenv":["$5 @6 practical virtualenv ^N @2 Python","0.20.1"],"ya-relay-util":["Golem relay ^i",C[4]],"webb":["Webb SDK","0.5.19"],"stens":["Strict @I schema @0","0.9.0"],"egui_$h_editor":["A @l $h editor @2 @7 egui @0","0.2.2"],"servo-fontconfig":["@4 @3 @2 fontconfig","0.5.1"],"fluence-sdk-wit":["Webassembly @f-@e @A",C[9]],"reqwest_mock":["@G a mockable reqwest-^K &K @c.","0.7.0"],"zombie":["A ^Q way to remove any zombie child processes (unix/linux only)","0.0.4"],"bb8-tiberius":["bb8 connection ^N @2 Tiberius",C[53]],"conjure-serde":["Serde Serializer @6 Deserializer &H @2 Conjure","3.5.0"],"leak":["Safely leak @L @F owned @L @H","0.1.2"],"@s_$O_@f_@0":["A @4 @0 @x @n @4 to $3 developers @9 syntax @2 load @6 store @D","0.1.30"],"swc_ecmascript":["Ecmascript","0.222.17"],"scgi":["$5 SCGI @i","0.3.4"],"input_buffer":["A peekable FIFO-^K buffer @2 receiving $N @L efficiently",C[3]],"anstream":[C[413],"0.2.6"],"heapsize_$H":[C[172],"0.1.6"],"auditable":["Audit @4 binaries @2 known bugs or vulnerabilities in production @9 zero bookkeeping.",C[0]],"mv-core-types":["Core @e @2 Move","0.3.2"],"eudex":["A blazingly &9 phonetic reduction/hashing $a.",C[5]],"sqs-lambda":["SQS Service ^H @0","0.21.1"],"tor-linkspec":["Parts of @7 Tor @o @x indicate specific relays on @7 $N","0.6.2"],"bdk-testutils":["Supporting $v @r @2 `bdk`","0.4.0"],"xml-builder":["Easy @6 highly-configurable XML &3/writer","0.5.2"],"skia-bindings":["Skia @J @2 @4","0.60.0"],"sgx_alloc":[C[159],"1.1.1"],"djb_&Y":["@4 @0 of commonly $r Daniel J. Bernstein style &Y @p.","0.1.3"],"wiringpi":["An $z @k @2 WiringPi, $t @7 most important @p @6 @n a bit of ^a @Z convenience. See README.md @2 Raspberry Pi $m instructions.","0.2.4"],"rose_^Z":["An indexable ^Z @L $K @9 a variable @6 unbounded &Z of branches per node. It is Implemented on top of petgraph's Graph @L $K @6 attempts to follow similar conventions where suitable.","0.3.0"],"f4jumble":["@g of Zcash's F4Jumble $a",C[4]],"without-alloc":["Replacements @2 `Box`, `Rc`, `Vec`, .. ^Y `alloc`","0.2.2"],"cargo-out-dir":["Displays Cargo's $m script out directory.",C[4]],"madsim-rdkafka":["^o rdkafka simulator on madsim.","0.2.14-alpha"],"tracing-attributes":["@V @d attributes @2 automatically instrumenting @p.","0.1.23"],"sp-io":[C[173],C[97]],"snarkvm-circuit-types-address":["Address circuit @2 a ^d &M ^L",C[45]],"libgweather":["@4 @3 @2 libgweather","4.2.0"],"thread-tree":["A ^Z-structured &L pool @2 splitting jobs hierarchically on worker threads.The ^Z $K means @x there is no contention $d workers when delivering jobs.","0.3.3"],"snowstorm":["A minimalistic &t @o @t on Noise @o (snow)","0.4.0"],"stash":["An amortized `O(1)` table @2 cases where you don't need to choose @7 keys @6 want something faster than a HashTable.","0.1.5"],"tlua":["Zero-cost high-@O @k @2 Tarantool-LuaJIT","0.6.4"],"firestorm-enabled":["A ^r of firestorm. Do not &m directly.","0.5.1"],"&9_chemail":["Check email address","0.9.6"],"triple_buffer":["An @1 of triple buffering, useful @2 sharing frequently updated @L $d threads","6.2.0"],"libp2p-noise":["Cryptographic handshake @o @v @7 noise @h.","0.42.1"],"$6_ringbuf":["Mock Type $t AsyncRead/AsyncWrite @2 $v @6 examples.","0.3.1"],"serde-rlp":["Ethereum's RLP @I &v as a Serde @L @E","0.1.4"],"generic-bytes":["A derivable $Z @2 conversion to @6 @F an array of bytes @9 a ^a-@O size","0.2.2"],"tiny-cid":[C[261],"0.3.0"],"jq-rs":["Run jq programs to extract @L @F json $c.","0.4.1"],"multer":["An @B @i @2 `multipart/form-@L` content-^a in @4.","2.0.4"],"fuel-core-txpool":[C[174],"0.17.4"],"memorydb":["in-$h @1 of hashdb","0.3.0"],"warc":["A @4 @0 @2 &B @6 $u WARC @M.","0.3.1"],"memx":["$h @p ^K libc memcmp(), memchr(), memmem(), memcpy(), memset()","0.1.28"],"amethyst_assets":["^s asset ^q @2 games.",C[75]],"mp3-metadata":["Metadata @i @2 MP3 @M","0.3.4"],"fil-rustacuda":[C[175],"0.1.3"],"libconfig-rs":["libconfig @i in @s","2.0.1"],"sn_fake_clock":[C[725],"0.4.14"],"rand_mt":["Reference Mersenne Twister random &Z generators.","4.2.1"],"cadence":["An extensible Statsd @c @2 @4","0.29.0"],"throttle":["Time-@t rate-limit $T",C[4]],"sentry-failure":["Sentry $C @2 failure @5.",C[21]],"tinyvec":["`tinyvec` @n 100% ^Q vec-^K @L @H.","1.6.0"],"lemmy_db_views":[C[187],"0.17.2"],"djpass":["A @N-&r &V to ^v @6 verify passwords $r in Django $B.","1.3.0"],"v8":[C[253],"0.66.0"],"domain-resolv":["An @T DNS stub resolver.","0.5.1"],"base64-compat":["encodes @6 decodes base64 as bytes or utf8 - $e @9 older @4 versions","1.0.0"],"bet":["Helps @C @6 evaluating ^8 expression trees","1.0.2"],"is_not":["A $0 @d much ^K #[cfg(...)] @x can be re-exported @F a @0 @t on enabled features",C[4]],"dashu-float":["A big float @0 supporting arbitrary precision, arbitrary base @6 arbitrary rounding mode","0.3.2"],"chunky":["Abstract $O of heterogeneously-sized entity-^O","0.3.7"],"&F_serialized_bytes":["serialized bytes @2 &F","0.0.52"],"smush":["&a @s $k $S a variety of ^0 codecs.","0.1.5"],"parse_link_header":["A @0 @2 @C &K Link header.","0.3.3"],"async-amqp":["lapin $C @9 @B-std","2.0.0"],"httpd-util":["A set of @r @2 $L &K microservices","0.1.6"],"^W":["Layered $o @Z @2 @4 @z.","0.13.3"],"hdk_@a":["@a @8 @2 @7 &F hdk",C[111]],"itsdangerous":["@4 port of @7 popular itsdangerous python @0 @2 signing $c @6 sending them over untrusted channels.","0.4.1"],"tantivy-cli":["Command &r @f @2 Tantivy, a search $j @0.",C[38]],"librespot-audio":["^o audio fetching logic @2 librespot","0.4.2"],"winproc":["Small @k over some ^F-related $w APIs.","0.6.4"],"rusty_pool":["Self growing / shrinking `ThreadPool` @1 @t on crossbeam's multi-producer multi-consumer channels @x enables awaiting @7 result of a task @6 offers @B @j","0.7.0"],"bulletproof-kzen":["@g of Bulletproofs @6 Bulletproofs+ aggregated range proofs @9 multi-exponent verification","1.2.1"],"hyper-tls":["Default TLS @1 @2 &m @9 hyper",C[3]],"clarity":["&T Ethereum @c","0.7.0"],"public-ip":["Find @7 public IP address of a device","0.2.2"],"katatsuki":["TagLib-@t Music Tag @m","1.0.11"],"mock-it_^f":["Codegen @2 mock-it","0.9.0"],"bare-metal":["Abstractions $b to bare metal systems","1.0.0"],"project-origins":["Resolve $B origins @6 kinds @F a path","1.2.0"],"tor-llcrypto":["Low @O cryptography &H $r by Tor","0.4.2"],"jobslot":[C[231],"0.2.10"],"grin_api":["APIs @2 grin, a @l, private @6 scalable cryptocurrency @1 @t on @7 Mimblewimble chain @E.","5.1.2"],"$O_zip":["Utility @p @0 @2 zipping Options @6 Results &w tuples.",C[5]],"swc_ecma_preset_env":["preset-env @2 @7 swc","0.189.15"],"lru":["A LRU cache @1",C[6]],"stable-eyre":["A custom context @2 eyre @x supports capturing Backtraces on stable","0.2.2"],"turbulence":["Tools to provide @q, multiplexing, optional reliability, @6 optional ^0 to a game's networking.","0.4.0"],"cdr":["A @q/^9 @1 of &a Data Representation","0.2.4"],"anchor-generate-cpi-interface":[C[225],"0.3.1"],"cranelift-codegen":["Low-@O $f @A @0","0.94.0"],"scan-rules":["$J @5 @n some @8 @2 quickly @C &2 out of text. Roughly speaking, it does @7 inverse of @7 print!/@E! @8; or, in other words, a similar job to scanf @F C.",C[0]],"elfloader":["A @s @0 to load ELF @M.",C[17]],"imagine":["A @5 to help @9 images.","0.4.0"],"wrapping_@8":["A @d @2 wrapping arithmetic.","0.4.13"],"substrate-bn":[C[52],"0.6.0"],"acpi":["@m @2 @C ACPI tables","4.1.1"],"libproc":["A @0 to get @Y about running processes - @2 Mac OS X @6 Linux",C[2]],"k8s-cluster-api":["Kubernetes Cluster $z (CAPI) @4 @Q","0.8.1"],"ipgen":["A @0 @2 $x unique @6 reproducible IP addresses","1.0.2"],"serializable_enum":["Two @8 @2 $t @q / ^9 @2 enums containing no @L variants","0.4.0"],"rust-cgui":["A low-@O cross-@w GUI @0","0.1.22"],"uu_truncate":["truncate ~ (uutils) truncate (or extend) FILE to SIZE",C[32]],"rustfst":["@m @2 constructing, combining, optimizing, @6 searching weighted finite-state transducers (FSTs).",C[83]],"fixed_ring_buffer":["An @T SPSC fixed-capacity look-free ring buffer, $G can be $r to transfer @L $d two threads or $d two @T tasks",C[4]],"crius":["Crius is a @l hystrix-^K circuit breaker","0.4.0"],"token-cell":["A more convenient GhostCell","1.4.2"],"webp":["WebP conversion @0.","0.2.2"],"indy-wql":["Wallet Query Language @2 Hyperledger Indy (https://www.hyperledger.org/projects), $G @n a &D-ledger-@t foundation @2 self-sovereign identity (https://sovrin.org).","0.4.0"],"lambda_@y_errors_@a":["@4 @y errors @a @2 AWS Lambda",C[5]],"async-trait-fn":["A fork of @B-$Z @9 some useful options","0.1.67"],"headers-derive":["@a(Header)",C[5]],"hashdb":["$Z @2 &Y-keyed databases.","0.3.0"],"nalgebra":["General-purpose linear algebra @0 @9 transformations @6 statically-sized or dynamically-sized matrices.","0.32.2"],"proclist":["Cross-@w @0 to retrieve OS processes @Y.","0.9.2"],"oasis-cbor":["@4 CBOR @q built as a thin @k $S sk-cbor.","0.5.1"],"allegro_acodec":["Allegro 5 acodec addon @4 @k","0.0.44"],"app":["A easy-to-&m @N-&r-@i.","0.6.5"],"cyberdrop-dl":["Cyberdrop.me album downloader $X in @4","0.3.2"],"cosmian_bls12_381":[C[727],"0.4.1"],"hwclock":["Manages @7 Linux hardware clock through ioctls",C[0]],"sdoc":["Framework @2 $L custom CLIs $S shell, scripts, @6 executables","0.8.11"],"cargo-sonar":["&S to transform reports @F @4 tooling @2 $f quality, &w valid Sonar report","0.14.1"],"ink":[C[176],"4.0.1"],"into-attr":["^o $Z to ^v dot attributes @2 graphviz",C[4]],"shkeleton":["Skeleton @s $B","0.13.2"],"bit-set":["A set of bits","0.5.3"],"rio":["GPL-3.0 nice @3 @2 io_uring. MIT/Apache-2.0 license is available @2 spacejam's github sponsors.","0.9.4"],"lmdb-sys":[C[472],"0.8.0"],"deadpool-lapin":["Dead @l @B pool @2 lapin",C[6]],"snmalloc-sys":["@s raw @3 of snmalloc.","0.3.3"],"protoc-gen-tonic":["^1 Buffers $E $H @2 gRPC services powered by Prost! @6 Tonic","0.2.2"],"ckb-db":["^o ckb @L persistent @1",C[57]],"ovr-mobile-sys":["@4 @3 @2 Oculus VR Mobile SDK","0.4.0"],"sixtyfps-compilerlib":["^6 SixtyFPS $E @0","0.1.6"],"tokio-openssl":["An @1 of SSL streams @2 Tokio backed by OpenSSL","0.6.3"],"sc-proposer-metrics":["Basic ^j @2 block production.",C[12]],"docker-api":["&j to Docker $z",C[2]],"dict":["Exercise @5 $t real associative arrays, also known as dictionaries","0.1.5"],"fpdec-macros":["$R supporting decimal fixed-point arithmetic.","0.6.0"],"tolk":["@3 to tolk.dll, a @0 to talk to screen readers",C[3]],"billboard":["Display informational boxes in @7 $i.",C[0]],"rustygit":["A @l @f @2 runnig Git commands",C[3]],"tugger-code-signing":["Cross-@w $f signing @D",C[6]],"pqcrypto-traits":["Shared $4 @2 post-quantum $M @K","0.3.4"],"cglue":["FFI ^Q &G @2 making plugins @6 C-$e ^b","0.2.12"],"activitystreams-types":["Base @e @F @7 Activity Streams spec",C[316]],"esp32c3-hal":["HAL @2 ESP32-C3 $8","0.7.0"],"sys-mount":["High @O FFI ^x $S @7 $s mount & umount2 calls","2.0.2"],"shiplift":["A @4 @f @2 maneuvering Docker containers","0.7.0"],"swc_estree_ast":["ESTree AST node @Q","0.19.37"],"reproto-repository":["reproto &O","0.3.36"],"tokio-executor":["Future execution @K",C[31]],"macrotest":["Test harness @2 @d expansion","1.0.9"],"convert-base":["convert @7 radix (base) of digits stored in a vector","1.1.2"],"osmesa-sys":["OSMesa @0 @3 @2 @4","0.1.2"],"scale-info-derive":["^B ^a info @2 SCALE encodable @e","2.3.1"],"partial_ref":["Type checked partial references","0.3.3"],"aleo-std-timed":["A profiler to conveniently ^5 @P executions","0.1.2"],"hyperloglogplus":["HyperLogLog @u.","0.4.1"],"tokio-rustls":["^s TLS/SSL streams @2 Tokio @v Rustls.","0.23.4"],"thin-slice":["An owned slice @x packs @7 slice $O &w a single word when possible",C[5]],"sc-rpc-api":["Substrate RPC interfaces.",C[1]],"smol-potat-macro":[C[227],"0.6.0"],"viuer":["Display images in @7 $i","0.6.2"],"single_&p_channel":["Concurrent single-&p update @6 receive channel","1.2.2"],"mipidsi":["MIPI Display Serial &j ^M &c","0.6.0"],"rv":["Random variables",C[53]],"libraw-sys":["FFI @3 to libraw",C[5]],"wasm-webidl-bindings-text-parser":["Raw WebIDL @3 text encoder/decoder. Still in a state of flux!","0.8.0"],"wiktionary-part-of-speech-extract":["English Wiktionary parsed @2 part-of-speech info @6 placed &w a precompiled FST","0.1.2"],"sp-storage":["Storage related @K","12.0.0"],"graphene-sys":["FFI @3 to libgraphene-1.0",C[19]],"rr-mux":["A Request Response Multiplexer @2 $L @o handlers etc.",C[16]],"target_$m_^i":["&R: Use Cargo $U variables `CARGO_CFG_TARGET_*`","0.3.1"],"distill":["Asset @h @2 game engines & editor suites.",C[4]],"ratsio":["Ratsio is a @4 @c @0 @2 NATS messaging @Z @6 NATS Event Streaming.","0.4.1"],"cache_&r_size":["A @5 @x exposes @7 size of a cache &r on @7 current architecture.","1.0.0"],"tokio-pg-mapper-derive":[C[581],C[0]],"mgf":["A 3D collision @6 physics @h @2 video games.","1.4.0"],"hrtf":["HRTF (Head-Related Transfer Function) audio signal processor","0.8.0"],"xorshift":["@g of @7 high $7 xoroshiro128+, xorshift128+, xorshift1024*, @6 splitmix64 pseudo random &Z generators.","0.1.3"],"ext-trait-proc_@8":["^6: ^R-@d $l of ::ext_trait.","1.0.1"],"scutiger-lfs":["a set of Git LFS-related @r","0.3.0"],"gsk4":["@4 @3 of @7 GSK 4 @0","0.6.3"],"fungi-lang":["Fungi: A typed, functional @b @2 programs @x name their cached ^r graphs","0.1.63"],"bevy_webgl2":["A webgl2 wasm32 render $l @2 Bevy Engine","0.5.2"],"renet":["Server/Client $N @0 @2 multiplayer games @9 authentication @6 connection ^q","0.0.11"],"ttrpc-compiler":["ttRPC $E @2 ttrpc",C[9]],"mset":["A mset / multiset / bag @1",C[5]],"marlu":["Convenience @4 $f @x handles coordinate transformations, Jones matrices, I/O. @2 @7 Murchison Widefield Array (MWA) radio telescope. Previously known as mwa_rust_core","0.9.1"],"imag-mail":["Part of @7 imag @R ^m: imag-mail @N",C[16]],"zbar-rust":["High-@O @6 low-@O ZBar ^x @2 @7 @4 @b.","0.0.21"],"pagetable":["Wait-free 4-@O 64-bit pagetable @2 contiguous atomic &5.","0.3.0"],"luminance-webgl":["WebGL $l @2 luminance",C[9]],"swc_^X_reporters":["Error reporter @u @2 @7 swc $B","0.13.38"],"cpclib":["Set of ^C @6 ^b to ease demomaking on @7 Amstrad CPC @w. WIP","0.6.0"],"did-web":["did:web DID method, @v @7 ssi @5","0.2.1"],"whatlang":["Fast @6 ^P @b identification @0 @2 @4.","0.16.2"],"omicron-zone-package":["Packaging ^C @2 Oxide's control plane software","0.8.3"],"libparted-sys":["libparted @3","0.3.1"],"serde-humantime":["A Serde deserializer @2 `Duration`s @v @7 `humantime` @5",C[5]],"libcnb-package":["@m @2 cross-compiling @6 packaging buildpacks $X @9 libcnb.rs","0.11.5"],"dasp_peak":["A DSP peak $g @0 ^M over @7 rectifier.",C[14]],"old_school_gfx_glutin_ext":["Extensions @2 glutin to initialize & update old school gfx","0.31.0"],"slack-hook2":[C[819],C[16]],"marine-macro":["Definition of @7 `#[marine]` @d","0.7.1"],"arg_@i":["RedoxOS @N &r argument @i",C[4]],"robust":["Robust adaptive floating-point predicates @2 computational geometry","0.2.3"],"abi_stable_&q":[C[515],C[14]],"tree-sitter-cpp":["Cpp grammar @2 @7 ^Z-sitter @C @0",C[46]],"nlprule-build":["Build ^C @2 a &9, low-resource Natural Language Processing @6 Error Correction @0.","0.6.4"],"egui-ark":["@J $d @7 egui GUI @0 @6 ark","0.39.0-pre.18"],"cargo-husky":["husky @2 $1","1.5.0"],"chrono-humanize":["Human-&x ^5 &U - similar to Python arrow.humanize","0.2.2"],"shank_@d_impl":["Implements @6 tests shank @a @8","0.0.12"],"renetcode":["Server/Client $N @o @0 @2 multiplayer games","0.0.7"],"lib-ruby-parser-nodes":["Ruby @i nodes @L","0.55.0"],"kdbx4":["KeePass KDBX4 $I reader","0.5.1"],"mozim":["DHCP Client @m","0.2.1"],"quickersort":["Fast sorting $e @9 stable Rust.Also has (optional) @j @2 ^E @6 robust sorting of floating point &1.","3.0.1"],"sp-npos-elections-compact":["NPoS Compact Solution Type","3.0.0"],"didkit":["@m @2 Verifiable Credentials @6 Decentralized Identifiers.",C[3]],"tor-cert":["Non-^z certificate formats $r by Tor","0.6.2"],"debruijn":["Tools @2 DNA sequences: ^E k-mer manipulation, De Bruijn graph construction @6 compaction @6 $W of DNA $c","0.3.4"],"phper-build":["Generates stubs @2 $B @v phper.",C[72]],"nb-connect":["Non-blocking TCP or Unix connect","1.2.0"],"lapin-async":["AMQP @c @0 @9 a low @O $z designed @2 &m @9 mio","0.22.1"],"graphannis-core":["$J @5 supports graph &4 @6 ^M query-@D.","2.4.3"],"gstreamer-player":["@4 @3 @2 GStreamer Player @0",C[46]],"redis-lua":["Redis Lua scripting ^H","0.4.0"],"gpu-alloc-types":["Core @e of gpu-alloc @5",C[0]],"tiny-multihash":[C[276],C[3]],"librocksdb-sys":[C[177],"6.28.2"],"opaque-ke":["An @1 of @7 OPAQUE password-authenticated key exchange @o","3.0.0-pre.2"],"schemamama_rusqlite":["Rusqlite SQLite3 adapter @2 @7 Schemamama migration @Z",C[6]],"pistoncore-glfw_window":["A GLFW window back-end @2 @7 Piston game $j","0.78.0"],"evm-core":[C[223],"0.37.0"],"tdlib-tl-gen":["@4 $f @A @F TDLib's $z @Q.","0.3.1"],"landon":["A @S of ^C, @L @H @6 methods @2 exporting Blender @L (such as meshes @6 armatures) @6 preparing it @2 &f &E pipeline.",C[72]],"fbx_direct":["Low-@O FBX @0","0.6.4"],"jsonwebkey":["&J Web Key (JWK) (de)@q, $q, @6 conversion.","0.3.5"],"word_filter":["A Word Filter @2 filtering text.","0.8.1"],"fuel-asm":[C[793],"0.28.1"],"eventsource-client":["Client @2 @7 Server-Sent Events @o (aka EventSource)",C[14]],"wayland-scanner":["Wayland Scanner @2 $x @s APIs @F XML wayland @o @M.",C[41]],"blas-sys":["^o @U @n @3 to BLAS (Fortran).","0.7.1"],"soroban-wasmi_@R":[C[178],C[179]],"speculate":["An RSpec inspired minimal $v @h @2 @4.","0.1.2"],"nftnl":["Safe $k @2 libnftnl. @G low-@O userspace ^p to @7 in-kernel nf_tables subsystem","0.6.2"],"parquet_@a":["^B @8 @2 @7 @4 @1 of Apache Parquet","35.0.0"],"tract-linalg":[C[180],"0.19.7"],"cfg_aliases":["A tiny $T to help save you a lot of effort @9 long winded `#[cfg()]` checks.",C[5]],"ctor":["__attribute__((constructor)) @2 @4","0.1.26"],"dataloader":["@4 @1 of Facebook's DataLoader @v @B-await.",C[17]],"smallbitvec":["A bit vector optimized @2 size @6 inline $O","2.5.1"],"algebra":[C[181],C[0]],"largest-remainder-method":["^o largest remainder method",C[5]],"transaction":["transaction $k @0 (a.k.a. transaction monad)","0.2.1"],"rexie":["Rexie is an easy-to-&m, $6 @t @k $S IndexedDB @x compiles to webassembly","0.4.2"],"nydus-utils":["$n @6 &b @2 Nydus Image Service","0.4.1"],"little":["Little interpreter designed as &9 template $l.","0.3.0"],"scopetime":["log @y of arbitrary scope","0.1.2"],"mdbook-linkcheck":["A $l @2 `mdbook` $G will check &f links @2 you.","0.7.7"],"blake3":["@7 BLAKE3 &Y @P","1.3.3"],"sqlformat":["Formats whitespace in a SQL $9 to make it easier to read","0.2.1"],"psbt":["Partially signed bitcoin transaction v0-2 @0 (bip174, bip370, bip371)","0.9.0"],"shrinkwraprs":["Auto-@a @2 @4 conversion $4 -- make ^2 @9 newtypes a breeze","0.3.0"],"mft":["A Fast (@6 ^Q) @i @2 @7 $w Master File Table (MFT) @E",C[9]],"mopa":["My Own Personal Any: get &f own Any @9 additional @D","0.2.2"],"solana-poh":["&k PoH",C[43]],"opentracingrust":["opentracing.io @0 @2 @s","0.4.0"],"encase_@a_impl":["^B @d @1 @2 encase",C[3]],"bitbuffer":[C[427],"0.10.9"],"ipgeolocate":["Get IP address geolocation @Y freely.","0.3.5"],"fpdec-core":["&a constants @6 @p @2 @5 fpdec.","0.6.0"],"swc_css_minifier":["CSS minifier","0.109.15"],"compiled-uuid":["Parse UUIDs at &z ^5","0.1.2"],"scienceobjectsdb_@s_api":["^o @4 $z $m @2 @7 ScienceObjectsDB",C[254]],"font-loader":["A font loading $T $X in @6 @2 @4.",C[14]],"ntex-rt":["ntex @y","0.4.7"],"gitlab-report":["Generates GitLab reports @F cargo's &J output","0.1.7"],"ecdsa_fun":["Bitcoin $e ECDSA signatures @t on secp256kfun","0.8.1"],"netrc-rs":["&N @2 .netrc $I","0.1.2"],"matter":["Universal frontmatter @i.","0.1.0-alpha4"],"playlist-decoder":["a @l playlist decoder $G supports: m3u, pls, asx @6 xspf","0.8.2"],"jsonrpc-core":["Transport &h @s @1 of &J-RPC 2.0 Specification.","18.0.0"],"loom":["Permutation $v @2 &Q $f","0.5.6"],"dlopen_@a":["^B @8 @2 @7 dlopen @5.","0.1.4"],"procs":["A modern replacement @2 ps",C[22]],"smbus-pec":["Minimal portable @1 of SMBus Packet Error Code calculation $a.","1.0.1"],"csfml-graphics-sys":["@J to csfml-&i","0.6.0"],"sawtooth":[C[799],"0.8.0"],"&C_discovery":["Discover other instances of &f $A on @7 local $N.","0.3.0"],"bmp-monochrome":["Encode @6 decode monochromatic bitmaps ^Y additional ^l, useful @2 QR codes.","1.0.0"],"rustc-demangle":["@4 $E symbol demangling.","0.1.21"],"rbdc":[C[533],"4.3.1"],"pinecone":[C[182],"0.2.5"],"illicit-macro":["$0 @8 @2 @7 illicit @5","1.0.0"],"libftd2xx-ffi":["@4 FFI @3 to @7 FTDI D2XX drivers.","0.8.6"],"command-fds":["A @0 @2 passing arbitrary $I descriptors when spawning child processes.","0.2.2"],"&L_tryjoin":["Try joining a &L","0.3.0"],"^G_kinesisanalytics":["AWS SDK @2 @4 - &I Kinesis Analytics @ 2015-08-14",C[7]],"libtzfile":["$J @0 @n low @6 high @O @C of @7 IANA @Z timezone @Y @M (TZIF).","2.0.5"],"deno_napi":["NAPI @1 @2 Deno",C[1]],"final":["Wrap a &p in a ^a @x does not give out mutable references.",C[5]],"plotters-bitmap":["Plotters Bitmap Backend","0.3.2"],"ya-sb-proto":["Golem Service Bus ^1 &8",C[9]],"^G_athena":["AWS SDK @2 @4 - &I Athena @ 2017-05-18",C[7]],"opentelemetry-contrib":["@4 contrib repo @2 OpenTelemetry",C[6]],"set-error":["A very @l $Z @x overwrites errors.","1.0.1"],"sha2":["Pure @4 @1 of @7 SHA-2 &Y @P familyincluding SHA-224, SHA-256, SHA-384, @6 SHA-512.","0.10.6"],"url2":["ergonomic @k $S @7 popular url @5","0.0.6"],"ili9341":["A @w &h &c to @f @9 @7 ILI9341 (ald ILI9340C) TFT LCD &s",C[3]],"ckb-chain-spec":["^o CKB block chain specification",C[57]],"pgx-tests":["Test @h @2 'pgx'-@t Postgres &e","0.7.4"],"aliri_base64":["Wrappers @x make debugging @6 @v byte arrays a bit nicer","0.1.6"],"sea-orm":["🐚 An @B & dynamic ORM @2 @4",C[39]],"m3u8-rs":["A @0 @2 @C m3u8 @M (Apple's &K Live Streaming (HLS) @o).","5.0.3"],"fortanix-sgx-tools":["Tools @2 $L @6 running enclaves @2 @7 Fortanix SGX ABI.This contains `ftxsgx-runner` to run ^M `x86_64-fortanix-unknown-sgx`enclaves, as well as `ftxsgx-elf2sgxs`, $G is $r in @7 $m ^F forthe `x86_64-fortanix-unknown-sgx` target.","0.5.1"],"nrf52811-pac":["Peripheral Access Crate @2 Nordic's nrf52811 microcontroller","0.12.2"],"liquid-value":[C[183],C[308]],"tectonic_bridge_graphite2":["Expose @7 graphite2 @0 to @4/Cargo.","0.2.1"],"pallet-timestamp":["FRAME Timestamp Module","18.0.0"],"tokio-reactor-trait":["reactor-$Z @1 @2 $Q","1.1.0"],"stratum-server":["^o @W $f @2 @7 @4 Stratum @1","5.5.4"],"amplify_apfloat":["rustc_apfloat @9 u256 $l to utilize Octuple precision floating-point @E",C[0]],"FPS":["Flow processing @Z (under construction).","0.0.3"],"rabe-bn":["Pairing cryptography @9 @7 Barreto-Naehrig curve. Update to &m latest rand @6 $2 ^4.","0.4.20"],"serialize_deserialize_u8_i32":["A @4 @0 @x safely converts, back @6 forward, $d u8 @6 i32","0.1.34"],"^G_sagemaker_@y":["AWS SDK @2 @4 - &I SageMaker Runtime @ 2017-05-13",C[7]],"tower-hyper":["A hyper @t tower transport layer.",C[5]],"lazy_&u":["A @d @2 declaring lazily evaluated statics in @4.","1.4.0"],"sozuctl":["@N &r $A to configure a sozu instance",C[2]],"tracing-test":["&S @p @6 @8 @x allow @2 easier $v of ^4 @x &m `^3`.","0.2.4"],"gloo-console-timer":[C[659],C[4]],"enum_@F_str_@a":["Enable deriving FromStr @2 enums",C[4]],"pallas-alonzo":["Ledger @K @6 cbor codec @2 @7 Alonzo era","0.4.0"],"rocket-mongo-file-center-raw-response":["$J @5 @n a response &y $r @2 responding raw @L @F @7 File Center on MongoDB @9 **Etag** cache optionally.","0.8.2"],"target-cpu-fetch":["Exposes a method @2 querying @7 CPU name @F @7 current target specification &J $I","0.1.3"],"ethcontract":["Runtime @0 @6 ^R @d @2 ^e @6 $x ^a-^Q bindingsto Ethereum smart ^A.","0.23.2"],"slice-ring-buffer":[C[184],"0.3.2"],"xmpp-addr":["An @1 of @7 XMPP Address @E (Jabber ID) defined in RFC 7622.",C[83]],"psyche":["Psyche AI Toolset","0.2.19"],"mozsvc-common":["&a @r @2 Mozilla @W side apps",C[0]],"ucd-trie":["A trie @2 storing ^y codepoint sets @6 maps.","0.1.5"],"ipmpsc":["Inter-^F Multiple Producer, Single Consumer Channels","0.5.1"],"fibers_global":["^o global executor of fibers","0.1.2"],"mr_bundle":["Implements @7 un-/packing of bundles @x either embed or reference a set of resources",C[27]],"prometheus-endpoint":[C[258],"2.1.2"],"jsonrpsee-http-server":["&K @W @2 &J-RPC",C[25]],"spinners":["🛎 60+ Elegant $i spinners @2 @4","4.1.0"],"bluez":["Control Bluetooth on Linux.","0.4.0"],"typed-arena-nomut":[C[764],C[4]],"rustlex_^f":["Syntax ^7 @2 RustLex","0.4.0"],"cow":["A Copy-On-Write Triemap","0.0.8"],"tendermint-config":["tendermint-^W @n @p @2 loading @6 validating Tendermint $o @M. It is moved out of @7 tendermint @5 @2 no_std @j in @7 tendermint @5.",C[41]],"simd-adler32":["A SIMD-accelerated Adler-32 rolling &Y $a @1.","0.3.5"],"assert-panic":["Assert @x a panic happens, @6 optionally what (kind of) panic happens","1.0.1"],"dark-std":["dark-std is an @g of @T containers $m on $Q. It uses a read-write separation design borrowed @F Golang","0.2.3"],"r-efi":["UEFI Reference Specification ^1 Constants @6 Definitions","4.2.0"],"cranelift-codegen-shared":["For $f &q $d cranelift-^f-meta @6 cranelift-^f","0.94.0"],"frc42_@8":["Filecoin FRC-0042 calling convention $0 @8","1.1.0"],"convco":["Conventional commit ^C","0.4.0"],"amethyst_$j":["Core $j @0","0.3.1"],"swc_css_^f":["CSS $f @A @2 @7 swc $B","0.144.14"],"gdk4-x11":["@4 @3 of @7 GDK4 X11 @0","0.6.3"],"clap-sys":["@4 @3 @2 @7 CLAP audio $H $z","0.3.0"],"rustc_^f_spirv-types":["SPIR-V $l @e &q $d rustc_codegen_spirv @6 spirv-&3",C[9]],"libgssapi":["A ^Q ^x to gssapi","0.6.3"],"urltemplate":["&T URL templates. Master URLs @9 placeholders!","0.1.5"],"sgx_$m_^H":[C[159],"0.1.3"],"snmp":["SNMP @c @0","0.2.2"],"path_@d":["A @d to join path &P @v `/`","1.0.0"],"lucet-runtime-internals":["Pure @4 @y @2 Lucet $3 toolchain (internals)",C[9]],"qutex":[C[250],"0.2.4"],"texture_packer":["A texture packing @0 @v @7 skyline heuristic","0.25.0"],"imag-notes":["Part of @7 imag @R ^m: imag-notes @N",C[16]],"owning_ref":[C[445],"0.4.1"],"juniper_graphql_ws":["GraphQL over WebSocket @o @1 @2 Juniper","0.3.0"],"raw_sync":["&T @k $S OS synchronization @K","0.1.5"],"telebot":["A @k $S @7 telegram bot api, powered by $6","0.3.1"],"lingua-portuguese-language-model":["^o Portuguese @b $V @2 Lingua, an &0 &o @b $g @0","1.0.1"],"binread":[C[689],"2.2.0"],"pep440":["Parse @6 compare Python PEP440 style @X &1",C[0]],"plaster":["A wasm-^w @h @2 making @c-side single-page apps","0.2.5"],"libflate":["A @4 @1 of DEFLATE $a @6 related formats (ZLIB, GZIP)","1.3.0"],"discotech_zookeeper":["A minimal ZooKeeper @c, work in progress",C[4]],"gemachain-ed25519-program":["Gemachain Ed25519 ^J","1.8.2"],"better-panic":["Pretty panic backtraces inspired by Python's tracebacks.","0.3.0"],"organelle":["@h @2 ^g emergent AI systems","0.7.4"],"static-alloc":["A bump ^k on &u $h @2 @7 alloc-$4 @5","0.2.4"],"commandext":["A Command ^7 suitable @2 &m in @4 Builders",C[4]],"cargo-ebuild":["Generates an ebuild @2 a @U @v @7 in-^Z eclasses.","0.5.4"],"async-std":["Async @X of @7 @4 ^z @0","1.12.0"],"sentry-core":["Core sentry @0 $r @2 instrumentation @6 $C development.",C[41]],"frunk_derives":["frunk_derives contains @7 custom derivations @2 certain $4 in Frunk.","0.4.1"],"liblmdb-sys":[C[469],"0.2.2"],"stm32f7xx-hal":["HAL @2 @7 STM32F7xx family of $8","0.7.0"],"llvm-alt":["A @k @2 LLVM, a powerful @0 @6 toolkit @2 compilers",C[3]],"preserves":["@g of @7 Preserves @q @E via $2.","3.0.0"],"wasm_mutex":["A mutex $r @2 single-threaded $3 @z","0.1.5"],"bitbang-hal":["Implements $y-hal $4 by bitbanging","0.3.2"],"fs-mistrust":["Ensure @x @M can only be read or $X by trusted users","0.6.2"],"panic-itm":["Log panic &8 @v @7 ITM (Instrumentation Trace Macrocell)","0.4.2"],"fibers":["A @4 @0 to execute a &Z of ^P @T tasks (a.k.a, fibers) @t on $6 @6 mio","0.1.13"],"gix-command":["A WIP @5 of @7 gitoxide $B $W ^n git @N execution","0.2.4"],"wasmer-compiler-cranelift":["Cranelift $E @2 Wasmer $3 @y",C[36]],"read-write-set":["Read/write set inference @2 Move bytecode programs","0.3.2"],"format-buf":["Drop-in replacement @2 @E! @d, $G can write to existing buffer","1.0.0"],"dryoc":["Don't Roll Your Own Crypto: pure-@4, hard to misuse cryptography @0","0.4.3"],"bytemuck_@a":["@a ^R-@8 @2 `bytemuck`","1.4.0"],"vcell":["`Cell` @9 volatile read / write $p","0.1.3"],"sys-info":["Get @Z @Y in Rust.For now it supports Linux, Mac OS X, illumos, Solaris, FreeBSD, OpenBSD, @6 $w.","0.9.1"],"usvg":["An SVG simplification @0.","0.29.0"],"tokio-seqpacket":["unix seqpacket sockets @2 $Q","0.7.0"],"oasis-macros":["$R $r internally by @7 Oasis @h.","0.3.0"],"rb":["A &L-^Q ring buffer @9 blocking IO","0.4.1"],"kdl":["Document-oriented KDL @i @6 $z. Allows formatting/whitespace/comment-preserving @C @6 modification of KDL text.","5.0.0-alpha.0"],"kmip-ttlv":["KMIP TTLV (de)@q","0.3.5"],"easylog":["A @l @6 easy to &m &W-@5. Write log-&8 to a $I.","2.0.1"],"tetsy-libp2p-swarm":["^o tetsy-libp2p swarm","0.28.0"],"dep_doc":["Add a cute ^r declaration snippet in &f @5 documentation",C[5]],"sdl2":["SDL2 @3 @2 @4","0.35.2"],"rweb-macros":[C[606],C[22]],"polynomial":["A @0 @2 manipulating polynomials","0.2.5"],"lindera-fst":["$J is a lindera-specific fork @F @7 fst @5 @F Burntsushi. (Please &m @7 fst @5 &6.)",C[5]],"envmnt":["Environment variables $T @p.","0.10.4"],"allocative":["Inspect @s object ^Z @6 output it as flamegraph",C[0]],"fyrox-sound":[C[185],C[41]],"cw20-base":["Basic @1 of a CosmWasm-20 compliant token","1.0.1"],"wascc-httpsrv":["&K Server capability provider @2 @7 waSCC wasm host @y","0.9.2"],"sparse-merkle-tree":["Sparse merkle ^Z &l in @s",C[9]],"gstreamer-check-sys":["FFI @3 to libgstcheck-1.0",C[46]],"aom-sys":["FFI @3 to aom","0.3.2"],"tari_mmr":["A Merkle Mountain Range @1","0.9.5"],"hyper-multipart-rfc7578":["An @1 of multipart/form-@L (RFC7578) @2 Hyper","0.8.0"],"io-kit-sys":["@J to IOKit @2 macOS",C[0]],"anybar_rs":["A @4 $A @2 controlling Anybar 0.2.3","1.0.14"],"kairos":["A @0 on top of chrono to calculate times @6 dates ergonomically","0.3.0"],"rppal":["&j @2 @7 Raspberry Pi's GPIO, I2C, PWM, SPI @6 UART peripherals.","0.14.1"],"tetsy-libp2p-core-derive":["@V @8 of tetsy-libp2p-@R","0.21.1"],"fixed-slice-vec":["`FixedSliceVec` is a dynamic length Vec @9 @y-determined maximum capacity backed by a slice.",C[6]],"cini":["A small callback @t @0 @2 @C ini @M","1.0.0"],"ecdh":["For OpenSSL's ECDH","0.0.12"],"rust-version-info-file":["$x one $I includes rustc @X @6 $1 ^Z","0.1.9"],"amqpr-codec":["Defining AMQP codec","0.3.2"],"test-case-derive":[C[271],"0.2.3"],"interprocess":["Interprocess communication toolkit","1.2.1"],"heck-but-macros":["A ^R @d @k $S @7 heck @5, so @x its casing @p can be applied to identifiers. Also contains a workaround @2 (limited) stringification.","0.0.1"],"tree-sitter-cli":["CLI &V @2 developing, $v, @6 @v Tree-sitter parsers","0.20.7"],"structmeta-derive":["@a @d @2 structmeta @5.",C[0]],"cargo-asm":[C[212],"0.1.16"],"cranelift-simplejit":["A @l JIT @0 backed by Cranelift","0.68.0"],"async-datagram":["Async datagram $4.","3.0.0"],"fabric-system":["FABRIC @Z &7","2.0.0"],"parity-wasm":[C[463],"0.45.0"],"trackable":["$J @0 @n a way to track objects manually as an alternative to mechanisms ^K backtracing","1.2.0"],"gix-glob":["A WIP @5 of @7 gitoxide $B dealing @9 pattern matching","0.5.5"],"rusty-hermit":["A @4-@t @0 operting @Z","0.3.54"],"tp-runtime-interface-proc-macro":["$J @5 @n $0 @8 @2 usage within @7 context of @7 Tetcore @y @f.","2.1.2"],"askama_escape":["Optimized HTML escaping $f, extracted @F Askama","0.10.3"],"glutin":[C[801],"0.30.7"],"intl_pluralrules":["^y Plural Rules categorizer @2 numeric input.","7.0.2"],"prototty_$O":["&j to persistent $O","0.29.0"],"sc-keystore":["Keystore (@6 session key ^q) @2 ed25519 @t chains ^K Polkadot.","16.0.0"],"stm32l1":["Device @j ^4 @2 STM32L1 devices",C[25]],"tectonic_bridge_icu":["Expose a subset of @7 ICU ^y APIs to @4/Cargo.",C[0]],"humanize-rs":["For @C human-readable $c to some @e.","0.1.5"],"sc-service":["Substrate &C. Starts a &L @x spins up @7 $N, @c, @6 extrinsic pool. Manages communication $d them.","0.26.0"],"fuel-core-metrics":["Fuel ^j","0.17.4"],"ruint":["Unsigned integer ^a @9 cont-^M bit length","1.7.0"],"ordinalizer":["^B an ordinal @P @2 enums $G returns @7 index of a variant in @7 enum definition.",C[4]],"librespot-protocol":["^o protobuf logic @2 communicating @9 Spotify servers","0.4.2"],"buffer-unordered-weighted":["Stream::buffer_unordered where each future can have a different weight.","0.1.2"],"pallet-recovery":["FRAME account recovery pallet",C[90]],"minilzo":["A @k $S @7 portable lossless @L ^0 @0",C[0]],"infinispan":["@4 @c @2 @7 Infinispan REST $z","0.3.0"],"smoltcp-nal":["$y-nal @1 @2 smoltcp","0.2.1"],"termios":["Safe @3 @2 @7 termios @0.","0.3.3"],"libsecp256k1":["Pure @4 secp256k1 @1.","0.7.1"],"solana-udp-client":["&k UDP Client",C[43]],"wmi":["WMI @5 @2 @s.",C[61]],"superluminal-perf":["Superluminal Performance $z @2 adding user events to profiler captures",C[0]],"fuel-gql-client":[C[186],C[75]],"spl-name-service":["&k Program @m Name Service",C[0]],"f128_^n":["^6 @3 to @7 gcc quadmath @0","0.2.2"],"hex-serde":["Integration $d hex @6 $2",C[4]],"error-iter":["Error::sources on stable @4","0.4.1"],"spdx":["&S @5 @2 SDPX &U",C[6]],"fvm_ipld_car":["IPLD CAR $W @0","0.6.0"],"sorted-list":["$5 SortedList @L $K $G allows mapping an Ord key to multiple distinct PartialEq &2",C[0]],"wtest_basic":["Tools @2 $u tests. ^o most basic things.",C[69]],"fundu":["Configurable, precise @6 &9 $9 @i to a @s std::^5::Duration","0.4.3"],"bounded-static-derive":["Macro to @a ToBoundedStatic @6 IntoBoundedStatic $4","0.4.0"],"port_scanner":["A @l port scanner","0.1.5"],"enum_primitive":["Macro to ^v num::FromPrimitive instances @2 enum @x works in @4 1.0",C[5]],"bitreader":["BitReader helps &B individual bits @F a slice of bytes.You can read \"unusual\" &1 of bits @F @7 byte slice, @2 example 13 bitsat once. ^o reader internally keeps track of position within @7 buffer.","0.3.6"],"winfolder":["@G locations of ^z $w folders on @7 current @Z.",C[5]],"avr-mcu":["Pragmatic @H @2 all AVR $8","0.3.5"],"cw2":["Definition @6 @e @2 @7 CosmWasm-2 @f","1.0.1"],"base64-simd":["SIMD-accelerated base64 @I @6 ^h","0.8.0"],"nu-table":[C[935],C[8]],"sv-parser":["SystemVerilog @i @0 fully complient @9 IEEE 1800-2017",C[83]],"ra_ap_toolchain":["TBD",C[40]],"gstreamer-gl-sys":["FFI @3 to libgstgl-1.0",C[46]],"aoc-runner-internal":["^6 machinery @2 aoc-runner & others",C[4]],"turbosql":["An easy local @L persistence layer, backed by SQLite.","0.7.0"],"hecs":["A &9, minimal, @6 ergonomic entity-component-@Z @0",C[6]],"libsqlite3-sys":["Native @3 to @7 libsqlite3 @0","0.25.2"],"clipboard_macos":["A @0 to obtain ^p to @7 macOS clipboard",C[4]],"yaxpeax-arch":["fundamental $4 to describe an architecture in @7 yaxpeax $B","0.2.7"],"lemmy_db_views_moderator":[C[187],"0.17.2"],"vfs":["A &M filesystem @2 @4","0.9.0"],"xxhash2":["@J to libxxhash to provide @7 xxHash $a in @4. Also contains animplementation of @7 std::&Y $4 so this can be $r @9 @7 standardHashMap.",C[4]],"Inflector":[C[750],"0.11.4"],"icu_testdata":["Pre-built ^V @L @2 ICU4X","1.1.2"],"rosu-pp":["osu! difficulty @6 pp calculation @2 all modes","0.9.4"],"mdbook-template":["A mdbook preprocessor @x allows @7 re-usability of template @M @9 dynamic arguments","1.1.0"],"unicode-bidi-mirroring":["^y Bidi Mirroring propery $g",C[4]],"sender-sink":["Utility classes @2 ^2 @9 $Q UnboundedSender @6 @7 Sink $Z.",C[0]],"cranelift-entity":[C[188],"0.94.0"],"crypto-message":["Unified @L @H @2 all cryptocurrency exchanges.","1.1.17"],"pylon-cxx":["@4 @k of @7 Pylon ^b @2 Basler cameras","0.3.4"],"sway-fmt":["Sway sway-fmt.","0.22.1"],"cw721":["Definition @6 @e @2 @7 CosmWasm-721 NFT @f",C[17]],"newtype-ops":["Mass-@a many operators @2 newtypes. Wartier than newtype_derive.","0.1.4"],"self_cell":["Safe-to-&m ^R-@d-free self-referential ^I in stable @4.",C[72]],"locale":["@m @2 basic localisation. Warning: Major rewrite pending @2 0.3!","0.2.2"],"smtp":["UNMAINTAINED - Replaced by @7 'lettre' @5","0.3.2"],"tempfile-fast":["Support @2 Linux-specific tempfile &e","0.3.4"],"msg":["XSI message queue",C[5]],"raw-socket":["Blocking @6 @B raw sockets","0.0.2"],"shellcheck-sarif":["Convert shellcheck output to SARIF","0.3.7"],"ya-sb-router":["Service Bus Router",C[9]],"lingua-esperanto-language-model":["^o Esperanto @b $V @2 Lingua, an &0 &o @b $g @0","1.0.1"],"castaway":["Safe, zero-cost downcasting @2 limited &z-^5 specialization.","0.2.2"],"arraytools":["A variety of helpful methods @2 ^2 @9 fixed-size arrays.","0.1.5"],"cloudevents-sdk":["CloudEvents official @4 SDK","0.7.0"],"async-graphql-actix-web":["@B-graphql @2 actix-web","5.0.6"],"stree_cmd":["Command &r &V @2 ^g @6 visualizing suffix trees.","0.2.1"],"collect":["An experimental ^7 of std::^O","0.0.26"],"jammdb":["An $y single-$I $P @2 @4","0.9.0"],"tail-reader":["super &9 @6 ^P $h mapped tailer reader","3.0.0"],"git-features":[C[24],"0.26.5"],"pen-ffi":["FFI @0 @2 Pen $F @b","0.10.10"],"sp800-185":["SHA-3 Derived Functions (SP800-185) @g in @4.",C[0]],"change-detection":["A @0 to ^v change $g instructions during $m ^5.","1.2.0"],"ev3dev-lang-rust":["@4 @b @3 @2 ev3dev",C[61]],"^F_path":["Gets @7 path of @7 currently executing ^F or dynamic @0.","0.1.4"],"backtrace-parser":["A zero-copy @i @2 @4 backtraces.",C[4]],"this-is-fine":["`pub ^a Fine = (T, Result<(), E>);` ☕🐕","0.0.1"],"podman-api-stubs":["Generated libpod swagger stubs @2 &m in podman-api","0.9.0"],"era-jp":["Japanese Era @m","0.1.3"],"endian-type":[C[557],C[0]],"kompact":["Kompact is a @4 @1 of @7 Kompics component $V combined @9 @7 Actor $V.",C[14]],"^G_dax":["AWS SDK @2 @4 - &I DynamoDB Accelerator (DAX) @ 2017-04-19",C[7]],"proconio":["Easy IO @0 @2 competitive $F","0.4.3"],"defmt-test-macros":["defmt-^V @8","0.3.0"],"osqp-sys":["FFI @3 to @7 OSQP (Operator Splitting Quadratic Program) solver.","0.6.2"],"protobuf":["@4 @1 of Google @o buffers","3.2.0"],"tracing-distributed":["Tracing layer @2 multiprocess telemetry","0.4.0"],"aptos-github-client":["Aptos's Restful GitHub Client","0.2.7"],"bunt":["$5 @8 to write colored @6 formatted text to a terminal.Based on `termcolor`, thus also cross-@w.","0.2.8"],"tugger-windows":["&A of packaging @K specific to $w",C[6]],"num-format":["A @4 @5 @2 producing $9-representations of &1, formatted according to international standards","0.4.4"],"bevy_render":["@G &E @D @2 Bevy Engine",C[6]],"^w":[C[525],"0.64.0"],"gong":["A ^P, flexible @6 @l-to-&m @N &r argument processor.","1.4.2"],"palette":["Convert @6 manage colors @9 a focus on correctness, flexibility @6 ease of &m.",C[9]],"usdt":["Dust &f @4 @9 USDT probes","0.3.5"],"hueclient":[C[661],"0.4.2"],"tower-grpc-build":["Code $q @2 tower-grpc",C[4]],"file-rotate":["Log rotation @2 @M","0.7.3"],"tldr":["tldr is a simplified @6 community-driven man pages","0.1.2"],"fastq":["A @i @2 fastq","0.6.0"],"http-service-h1":["HttpService @W @x uses http-@e @6 @B-h1 as $l",C[4]],"fluvio-service":["Provide TCP &C @k over fluvio @o",C[3]],"cfb":["Read/write Compound File Binary (structured $O) @M","0.7.3"],"wild":["Glob (wildcard) expanded @N-&r arguments on $w","2.1.0"],"custom_@a":["(Note: superseded by `@d-attr`) $J @5 @n a @d @x enables @7 &m of custom @a attributes.","0.1.7"],"groestl":["Grøstl &Y @P",C[16]],"memzero":["A @k @2 zero-ing out $h when dropped",C[4]],"mur3":["^o @s @b @1 of MurmurHash3.",C[4]],"futures-retry-policies":["Retriable Futures","0.2.3"],"uabs":["Absolute &p @P @x returns an unsigned integer","3.0.0"],"solana-sdk-macro":["&k SDK Macro",C[43]],"clearscreen":["Cross-@w $i screen clearing","2.0.0"],"rs-libc":["A subset of libc @x can be $r @9 @4 in freestanding environments.","0.2.3"],"nanoserde-derive":["Fork of makepad-tinyserde @a ^Y any external ^l","0.1.19"],"sonic-channel":["@4 @c @2 sonic search $l","1.1.0"],"micromath":["Embedded-&x math @0 featuring &9 floating point approximations(@9 small $f size) @2 $b arithmetic $p, trigonometry,2D/3D vector @e, statistical analysis, @6 quaternions.Optimizes @2 $7 @6 small $f size at @7 cost of precision.","2.0.0"],"timeout_io":["$J @0 @n a @l timeout-@t $z @2 IO-$p","0.6.0"],"movecell":["`std::cell::Cell` @2 not-implicitly-copyable @e.",C[0]],"md5-asm":["Assembly @1 of MD5 ^0 @P",C[3]],"fluidlite":["Safe @3 to fluidlite @0","0.2.1"],"qrcode":["QR $f encoder in @4",C[12]],"macos-accessibility-client":["Wrapper $S macOS' accessibility @c APIs","0.0.1"],"juniper_subscriptions":["Juniper SubscriptionCoordinator @6 SubscriptionConnection @u",C[17]],"ducc":["@4 @3 @2 Duktape, @7 $y JavaScript $j","0.1.5"],"libfonthelper":["Reads fonts in passed directories @6 return objects of fonts @2 Figma Font &S","0.3.5"],"xdg-rs":["[$J @5 is no longer maintained. Please &m xdg-basedir &6] @m to help @9 @7 XDG basedir spec","0.1.4"],"actix-server-config":["Actix @W ^W ^i",C[232]],"loaded_dice":["A @l sampler @2 loaded dices, $t @7 alias method","0.2.2"],"cargo-modify":["allows changes to @7 $1 toml via cmd &r","0.3.1"],"http-cache-reqwest":["http-cache ^u @1 @2 reqwest","0.8.0"],"hazy_@a":[C[281],C[5]],"rapier3d":["3-dimensional physics $j in @4.","0.17.2"],"lightspeed_cms":[C[189],"0.53.0"],"rithm":["Arbitrary precision arithmetic.","11.0.0"],"cargo-cov":["Collect source coverage via LLVM-GCOV (⚠ not fully tested, may eat &f laundry)","0.0.5"],"allsorts-rental":[C[190],"0.5.6"],"gix-transport":["A WIP @5 of @7 gitoxide $B dedicated to $t @7 git transport layer","0.29.0"],"letter-avatar":["Generates user avatars @v username initials","1.4.0"],"swipl-info":["&S @5 @2 retrieving @Y about @7 installed @X of SWI-Prolog","0.3.2"],"reef":["a @U to execute @6 log @Z commands","0.1.16"],"hyper-socks2-mw":[C[191],"0.4.4"],"RustyXML":["A SAX-^K streaming XML @i, @6 a DOM-^K @f @t on @x","0.3.0"],"openssh-mux-client":["openssh mux @c.",C[17]],"supercow":["A ^M way to accept general reference-^K &2 ^Y proliferatinggenerics.",C[4]],"chargrid_input":["Normalized input ^a @2 chargrid @z","0.4.1"],"lifetime_^R_@8":[C[127],C[4]],"winpty-rs":["Create @6 spawn processes inside a pseudoterminal in $w","0.3.11"],"tree-buf-macros":["Proc @8 @2 @7 ^Z-buf @5",C[6]],"rustfmt":[C[700],C[6]],"ferrisetw":["Basically a KrabsETW rip-off $X in @4","1.1.0"],"proc-macro-error-attr":["Attribute @d @2 ^R-@d-^X @5","1.0.4"],"cargo-license":["Cargo ^U to see license of ^l","0.5.1"],"cqrs-core":["Core @e @6 $4 @2 cqrs","0.2.2"],"progressing":["A ^P, text-@t, counting progress-bar @2 @4","3.0.2"],"ruma-events-macros":[C[192],"0.26.1"],"spirit-log":["Spirit &b @6 ^W fragments @2 &W","0.4.4"],"leapfrog":["A &9, lock-free &Q &Y map","0.2.2"],"emplace":["Command-&r &V to mirror installed software on multiple machines.","1.4.2"],"@a_pod":["Implement @7 Pod $Z safely @9 a @a @d.","0.1.2"],"runner-utils":["@G $T @p @2 $1 runner ^4","0.0.2"],"lcs-image-diff":["Image diff &V @9 LCS $a","0.1.7"],"accelerometer":["Generic, $y-&x accelerometer @j, includingtraits @6 @e @2 taking readings @F 2 or 3-axisaccelerometers @6 tracking device orientations.",C[12]],"packet-builder":["High-@O @0 @2 ^e @9 low-@O $N @L.","0.7.0"],"rocket_contrib_^f":["@V @8 @2 @7 Rocket contrib ^b.","0.4.11"],"bip_handshake":["&a handshaking @f as well as a default handshake @1","0.7.1"],"witchcraft-log":["A structured &W facade @2 Witchcraft servers","3.0.0"],"cargo-canoe":["All aboard!","6.7.8-putting-the-rust-in-crustacean"],"microkelvin":["A @5 @2 ^Z traversal over annotated @L @H",C[19]],"lingua-turkish-language-model":["^o Turkish @b $V @2 Lingua, an &0 &o @b $g @0","1.0.1"],"smallstr":["String-^K container @t on smallvec","0.3.0"],"varlink_@A":["@4 $f @A @2 @7 varlink @o.","10.1.0"],"lyon":["2D Graphics &E on @7 GPU @v tessellation.","1.0.1"],"liquid-core":["Core liquid @D","0.26.1"],"termbox-sys":["Low @O @3 @2 @7 termbox @0","0.2.12"],"sentry-debug-images":["Sentry $C @x adds @7 list of loaded ^b to events.",C[41]],"pq-sys":[C[822],"0.4.7"],"@I_@a_&b":["&S @p @2 ^g different @I derivation @8",C[123]],"alloc_counter":["Count allocations, reallocations, deallocations. Allow, deny, or forbid allocations on an expression or @P basis.","0.0.4"],"conrod_glium":[C[296],"0.76.1"],"xswag-syntax-java":["Java &N @2 @7 xswag @Z","0.3.0"],"ldap3_@W":["LDAP ^1 @3 @2 Tokio",C[0]],"notan_winit":["@G a ^S $l @v winit @2 Notan","0.9.4"],"rhusics-core":[C[637],"0.7.0"],"docker-api-stubs":["Generated Docker $z swagger stubs @2 &m in docker-api",C[3]],"fmt-iter":["Print all items @F an iterator","0.2.1"],"surge-imports":["adsr envelopes @F @7 surge synthesizer",C[33]],"ticker":["Rate limited Iterators.",C[5]],"rquickjs-core":[C[506],"0.1.7"],"^G_waf_regional":["AWS SDK @2 @4 - AWS WAF Regional @ 2016-11-28",C[7]],"inflate":["DEFLATE ^h","0.4.5"],"glean-core":["A modern Telemetry @0","52.4.2"],"xmpp-jid":["DELETE THIS CRATE DELETE THIS CRATE DELETE THIS CRATEDELETE THIS CRATE DELETE THIS CRATE DELETE THIS CRATEDELETE THIS CRATE DELETE THIS CRATE DELETE THIS CRATEDELETE THIS CRATE DELETE THIS CRATE DELETE THIS CRATEDELETE THIS CRATE DELETE THIS CRATE DELETE THIS CRATEDELETE THIS CRATE DELETE THIS CRATE DELETE THIS CRATEDELETE THIS CRATE DELETE THIS CRATE DELETE THIS CRATEDELETE THIS CRATE DELETE THIS CRATE DELETE THIS CRATEDELETE THIS CRATE DELETE THIS CRATE DELETE THIS CRATEDELETE THIS CRATE DELETE THIS CRATE DELETE THIS CRATEDELETE THIS CRATE DELETE THIS CRATE DELETE THIS CRATEDELETE THIS CRATE DELETE THIS CRATE DELETE THIS CRATEDELETE THIS CRATE DELETE THIS CRATE DELETE THIS CRATEDELETE THIS CRATE DELETE THIS CRATE DELETE THIS CRATEDELETE THIS CRATE DELETE THIS CRATE DELETE THIS CRATEDELETE THIS CRATE DELETE THIS CRATE DELETE THIS CRATEDELETE THIS CRATE DELETE THIS CRATE DELETE THIS CRATEDELETE THIS CRATE DELETE THIS CRATE DELETE THIS CRATEDELETE THIS CRATE DELETE THIS CRATE DELETE THIS CRATEDELETE THIS CRATE DELETE THIS CRATE DELETE THIS CRATEDELETE THIS CRATE DELETE THIS CRATE DELETE THIS CRATEDELETE THIS CRATE DELETE THIS CRATE DELETE THIS CRATEDELETE THIS CRATE DELETE THIS CRATE DELETE THIS CRATEDELETE THIS CRATE DELETE THIS CRATE DELETE THIS CRATEDELETE THIS CRATE DELETE THIS CRATE DELETE THIS CRATEDELETE THIS CRATE DELETE THIS CRATE DELETE THIS CRATEDELETE THIS CRATE DELETE THIS CRATE DELETE THIS CRATEDELETE THIS CRATE DELETE THIS CRATE DELETE THIS CRATE",C[9]],"automata_^C":["Automata ^C.",C[5]],"solana-budget-program":["&k Budget ^J","1.7.0"],"seccompiler":["@G easy-to-&m seccomp-bpf jailing.","0.3.0"],"argmax":["@4 @0 to deal @9 'argument too long' errors","0.3.1"],"ioe":["A @5 @x makes many of @7 I/O errors in stdlib de/serializable.","0.5.1"],"direction":["Representations of directions",C[34]],"krator-derive":["^B @8 @2 @7 Krator @5",C[3]],"try_match":["An expression @d to match a pattern @6 return @7 bound variables in `Result`.","0.3.0"],"synthez-core":["^6 @u of `synthez` @5.","0.3.0"],"mpv":["^Q mpv @3 @2 @4","0.2.3"],"ureq":["$5, ^Q &K @c","2.6.2"],"cw-asset":["&S @0 @2 ^e @9 Cosmos assets (^S coins @6 CW20 tokens)","3.0.0"],"ejdb":["@J @2 EJDB, @6 $y &J $P","0.4.1"],"trust-dns":["Trust-DNS is a ^Q @6 secure DNS @W @9 DNSEC @j. Eventually this could be a replacement @2 BIND9. ^o DNSSEC @j allows @2 live signing of all records, in it does not currently @j records signed offline. ^o @W supports dynamic DNS @9 SIG0 authenticated requests. Trust-DNS is @t on @7 Tokio @6 Futures ^b, $G means it should be easily integrated &w other software @x also &m those ^b.","0.22.0"],"abort-on-drop":["A @k of Tokio's JoinHandle @x aborts @7 task when it's dropped, while still allowing it to be awaited @2 joining.","0.2.2"],"bio":["A bioinformatics @0 @2 @4. $J @0 @n @u of many $Y @6 @L @H @x are useful @2 bioinformatics, but also in other fields.","1.1.0"],"ittapi-rs":["&X: &m ittapi or ittapi-$s &6","0.3.0"],"hokaido":["Terminal sharing &V.","0.0.10"],"cargo-sort-ck":["Check Cargo.toml @2 sorted ^l","2.2.2"],"tantivy-query-grammar":[C[627],C[38]],"diesel-geography":["Diesel @j @2 PostGIS geography @e @6 @p",C[0]],"git-trim":["^t trims &f tracking branches whose upstream branches are merged or stray","0.4.4"],"wasmparser-nostd":[C[209],"0.100.1"],"arraydeque":["A ring buffer @9 a fixed capacity, $G can be stored on @7 stack.","0.5.1"],"futures-async-runtime-preview":[C[538],"0.2.3"],"packet-ipc":["Share packets $d services @v servo ipc",C[53]],"systick-monotonic":["RTIC Monotonic @1 @t on SysTick","1.0.1"],"cargo-about":["Cargo $H @2 $x a listing of all of @7 ^4 @6 @7 @7 terms under $G they are licensed","0.5.5"],"dumbmath":["A pretty dumb math @0 oriented towards computer &i","0.2.2"],"ag":["CLI App to slice @6 dice logfiles",C[48]],"sentry-error-chain":["Sentry $C @x allows capturing ^X-chain errors.",C[21]],"build-info-proc":["Part of @7 $m-info @5: $J @5 @n @7 ^R-@8.","0.0.30"],"tyname":["Retrieve ^a names during ^J execution on stable @4.",C[4]],"resize":["$5 image resampling @0 in pure @4.","0.7.4"],"freetype-sys":["Low @O ^x @2 FreeType font @0",C[19]],"ed25519-consensus":["Ed25519 suitable @2 &m in consensus-critical contexts.","2.1.0"],"try_match_inner":["^o ^n $0 @d of `try_match`","0.4.0"],"redox":["A @0 $t @7 bittorrent @o @6 a few key &e.","0.0.3"],"stoppable_&L":["A @k @2 &L @x allows it to be easily stopped cooperatively","0.2.1"],"impl-codec":["Parity Codec @q @j @2 uint @6 fixed &Y.","0.6.0"],"rxml":["Minimalistic, restricted XML 1.0 @i $G does not include dangerous XML features.","0.9.1"],"manuf":["Ethernet vendor codes, @6 well-known MAC addresses",C[0]],"game_clock":["@G a clock @2 game (engines) @x is @l to &m @6 ^E.","1.1.1"],"tikv-client-pd":["Low @O PD &P @2 @7 TiKV @4 @c",C[4]],"termspin":["A $i spinner @0.",C[4]],"ctrlc":["Easy Ctrl-C handler @2 @4 projects","3.2.5"],"as_@a_^i":["private @a @r $r by abi_stable @6 structural.",C[14]],"sanitizer_@8":["^B @d @2 @7 sanitizer @5","0.2.2"],"css-color-parser":[C[229],"0.1.2"],"check-if-email-exists":["Check if an email address exists ^Y sending any email","0.9.0"],"hlvm_@y":["^o Runtime @2 @7 HLVM @m","0.7.0"],"core-foundation-sys":[C[193],"0.8.3"],"alpm-sys-fork":[C[732],"1.1.0"],"tree-sitter-html":["html grammar @2 @7 ^Z-sitter @C @0",C[38]],"tp-blockchain":["Tetcore blockchain $4 @6 @K.","2.0.2"],"serde-with-expand-env":["Parse $U variables in $2 @5 @v deserialize_with.","1.1.0"],"compute":["A @5 @2 statistical computing.","0.2.3"],"spatial_table":["Bi-directional association $d entities @6 2D grid locations","0.4.2"],"pyflow":["A modern Python installation @6 ^r ^N","0.3.1"],"ra_ap_rust-analyzer":["A @b @W @2 @7 @4 $F @b",C[40]],"levenberg-marquardt":["Levenberg-Marquardt $a built on top of nalgebra",C[2]],"freedesktop_entry_@i":["A @0 @2 @C FreeDesktop entry @M","1.3.0"],"emu-audio":["Standalone audio @U @2 @7 emu $B.","0.1.2"],"winreg":["@4 @3 to MS $w Registry $z",C[14]],"bind_match":["Convenience @d similar to `matches!` but binds to variables in @7 pattern @6 returns an `Option` of @7 result.","0.1.2"],"iron-error-router":["Map &K status codes to handlers @6 middlewares.","0.3.0"],"opcua-server":["OPC UA @W $z","0.9.1"],"memo-map":["A @5 $t a synchronized map @2 memoization","0.3.1"],"uu_hashsum":["hashsum ~ (uutils) &s or check input digests",C[32]],"wasm-metadata":["Read @6 manipulate $3 &5","0.3.1"],"census":["Keeps an inventory of living objects","0.4.1"],"ogg-sys":["FFI @2 libogg, @7 media container.","0.0.9"],"alloc-traits":["Traits to replace or supplement @7 alloc &7 in no_std",C[5]],"oso":["oso is an open source policy $j @2 authorization that’s $y in &f $A","0.26.4"],"nalgebra-sparse":["Sparse matrix computation @t on nalgebra.","0.9.0"],"mp4parse_capi":[C[758],C[12]],"matrix-pickle-derive":["^B @j @2 matrix-pickle",C[4]],"html-diff":["@m detect HTML diffs","0.0.6"],"rustwlc":["wlc Wayland @0 @3 @2 @4","0.7.0"],"hdwallet":["Hierarchical deterministic wallet (BIP-32)","0.4.1"],"solp":["Microsoft Visual Studio solution @C @0","0.7.1"],"quickcheck_@8":["A @d ^T @2 quickcheck.","1.0.0"],"tls-api-test":[C[194],"0.9.0"],"libp2p-dcutr":["Direct connection upgrade through relay","0.9.1"],"fixedstr":["$c of constant maximum size @x can be copied @6 stack allocated @v const generics","0.2.9"],"xls_table_@a":[C[195],"0.5.20"],"nftnl-sys":["Low @O FFI @3 to libnftnl. @G low-@O userspace ^p to @7 in-kernel nf_tables subsystem",C[9]],"rquickjs-macro":["@V @8 @2 rquickjs","0.1.7"],"linear-map":["A map &v by searching linearly in a vector.","1.2.0"],"higher":[C[846],C[0]],"czkawka_@R":["Core of Czkawka app","5.1.0"],"svgdom":["[&R] @m to represent an SVG as a DOM.",C[48]],"propfuzz":["Combine property-@t $v @6 fuzzing.","0.0.1"],"unic-ucd-normal":["UNIC — ^y Character Database — Normalization Properties","0.9.0"],"git-url":[C[24],"0.13.3"],"rustc-ap-rustc_index":["^t published @X of @7 @U `rustc_index` in @7 @s-lang/@s &O @F commit 9a27044f42ace9eb652781b53f598e25d4e7e918 ^o publishing script @2 this @5 lives at: https://github.com/alexcrichton/rustc-auto-publish",C[29]],"snarkvm-console-network-environment":["Environment console @0 @2 a ^d &M ^L",C[45]],"statrs":["Statistical computing @0 @2 @4",C[17]],"py_literal":["Read @6 write Python literals","0.4.0"],"gui-derive":["Custom @a @8 @2 @7 gui @5.","0.6.0"],"plerkle_@q":["Metaplex Flatbuffers Plerkle Serialization @2 Geyser $H producer/consumer patterns.","1.5.2"],"aws-sdk-config":["AWS SDK @2 AWS Config",C[1]],"sn-pulsar":[C[973],"4.1.3"],"serde-reflection-aptos":[C[573],"0.3.5"],"sgx_tse":[C[159],"1.1.1"],"solana-remote-wallet":[C[95],C[43]],"simple-error":["A @l ^X ^a backed by a $9","0.3.0"],"pact_matching":["Pact-@4 @j @0 @x implements request @6 response matching logic","1.0.6"],"curve25519-dalek":[C[199],"4.0.0-rc.1"],"configure_me":["A @0 @2 processing $A $o easily.","0.4.0"],"tailscale-api":["An $z @c @2 Tailscale","0.1.5"],"po":["A @4 $z @6 @N-&r notification pusher @2 @7 Pushover notification &C","0.1.4"],"credibility":["A thin @k $S assert to @j table-driven tests","0.1.3"],"dbus-tree":["Framework @2 $u D-Bus method handlers (legacy)","0.9.2"],"git-command":[C[24],"0.2.4"],"rustdds":["Native @4 DDS @1 @9 RTPS","0.7.11"],"audio_&L_priority":["Bump a &L to real-^5 priority, @2 audio work, on Linux, $w @6 macOS","0.26.1"],"rollo":["A multiplayer @h @t on @4 🦀.",C[2]],"str-buf":["Static $9 buffer","3.0.2"],"amplify":["Amplifying @4 @b capabilities: multiple ^M $Z @u, ^a &H, @a @8","4.0.0-beta.20"],"ns-dns-tokio":["Name &C @1 @2 abstract-ns @x uses domain name @Z (DNS) run in $Q event loop","0.4.0"],"wasmtime-jit-icache-coherence":["$n @2 JIT icache maintenance","7.0.0"],"nel":["Basic @r @2 $L @6 sending NEL reports.","0.1.5"],"tokio-zmq-derive":["@G derivation @2 Tokio ZMQ Socket @k @e","0.5.2"],"ndhistogram":["multi-dimensional histogramming @2 @4","0.8.0"],"accountable-refcell":["A RefCell @k @x @n actionable @Y @2 dynamic borrow failures.","0.2.1"],"diesel_migrations":["Migration ^q @2 diesel","2.0.0"],"diesel_json":["Json @k ^a @2 JsonB @L $W in diesel",C[0]],"$2_rustler":["Serde Serializer @6 Deserializer @2 Rustler NIFs",C[4]],"hyper-timeout":["A connect, read @6 write timeout aware connector to be $r @9 hyper Client.","0.4.1"],"konst_^R_@8":["@g detail of @7 `konst` @5","0.3.0"],"elastic_requests":["Code $D request @e @2 @7 Elasticsearch REST $z.",C[196]],"ansi-cut":["A @0 @2 cutting a $9 while preserving colors.",C[0]],"select_color":["A @0 @2 color selection",C[46]],"marine-core":["Core of Marine, @7 Fluence Wasm Runtime","0.20.1"],"leo-ast":["Abstract syntax ^Z (AST) @2 @7 Leo $F @b","1.6.3"],"historian":["a high $7 zero-^W histogram @1","4.0.4"],"$2_bser":["Implements @7 Watchman BSER @I @2 $2. https://facebook.github.io/watchman/docs/bser.html","0.3.1"],"feedly_api":["@s @1 of @7 feedly REST $z",C[3]],"unix-named-pipe":["Ease creation of named pipes on Unix @w",C[0]],"x11rb":[C[541],C[39]],"finally-block":["Final block is a block @x is executed when it dropped.It helps a user to write @7 deferred statements @x should be executed even some statements return early.",C[0]],"glsl-to-spirv-macros":["$R @2 $x SPIR-V shader binaries @F GLSL at &z ^5 @2 &m @9 Vulkan.To &m this @5, you must also &m @7 glsl-to-spirv-@8-impl @5.",C[5]],"uuid-macro-internal":["Private @1 details of @7 uuid! @d.","1.3.0"],"nrf51-hal":["HAL @2 nRF51 $8",C[17]],"pool":[C[864],"0.1.4"],"gbm":["libgbm @3 @2 @s",C[14]],"lucet-module":["A structured @f @2 Lucet modules",C[9]],"svgparser":["Featureful, pull-@t, zero-allocation SVG @i.","0.8.1"],"chitchat":["Cluster membership @0 @v gossip @9 Scuttlebutt reconciliation.",C[3]],"gemachain-compute-budget-program":["Gemachain Compute Budget ^J","1.8.2"],"oauth10a":["A @s @1 of @7 oauth 1.0a @o fully-@B @9 &W, ^j @6 ^3 facilities","1.3.18"],"@I_index_tests":["&S @8 $r to ^V index tables @2 character encodings","0.1.4"],"imxrt-boot-gen":["Generate @L @H @2 booting iMXRT processors.","0.3.1"],"libhoney-rust":["@4 @0 @2 sending @L to Honeycomb","0.1.6"],"tl":["Fast HTML @i $X in pure @4","0.7.7"],"^G_ds":["AWS SDK @2 @4 - AWS Directory Service @ 2015-04-16",C[7]],"maxminddb":["@m @2 &B MaxMind DB @E $r by GeoIP2 @6 GeoLite2",C[35]],"hyper-native-tls":["^S-tls @j @2 Hyper","0.3.0"],"aes-soft":[C[737],C[949]],"solana-bloom":["&k bloom filter",C[43]],"xplm-sys":["Low-@O @3 @2 @7 X-Plane $H SDK","0.4.0"],"patch":["Parse patches in @7 unified diff @E","0.7.0"],"bluetooth-serial-port-async":[C[197],"0.6.3"],"zbus_polkit":["PolicyKit ^x","3.0.0"],"ate":["Distributed immutable @L store @9 strong &t @6 authentication","1.3.0"],"serde-feature-hack":["A hack to allow having a feature named $2 while having $2 as a ^r","0.2.1"],"flapigen":[C[245],"0.6.0-pre9"],"ordered-multimap":["Insertion ordered multimap","0.6.0"],"move-deps":["Move ^l","0.2.7"],"log4rs":["A highly configurable multi-output &W @1 @2 @7 `log` facade","1.2.0"],"raylib":["Safe @4 @3 @2 Raylib.","3.7.0"],"argopt":[C[704],"0.3.0"],"micro-timer":["Dumb tiny &W timer","0.4.0"],"tokio-tower":["Bridging @7 @o gap $d Tokio @6 Tower","0.7.0-rc4"],"hash32":["32-bit hashing $Y","0.3.1"],"watchexec-cli":["Executes commands in response to $I modifications","1.22.2"],"rdf-types":["&a RDF @e @Q.","0.14.2"],"simd-json-derive":["derives @2 simd-json","0.7.0"],"fluence-fork-multistream-select":[C[198],"0.10.3"],"bat":["A cat(1) clone @9 wings.","0.22.1"],"ic-stable-structures":["A @S of @L @H @2 fearless canister upgrades.","0.5.2"],"accept-language":["Parse @6 compare Accept-Language header $c","2.0.0"],"tui-logger":["Logger @9 smart widget @2 @7 `tui` @5","0.8.3"],"try_opt":["[deprecated] Like try!, but @2 Option",C[0]],"libreal":["Utility @0 @2 programmers ^2 in @7 real world, where heap allocation can fail","0.14.1"],"x509-certificate":["X.509 certificate @i @6 $T @D",C[38]],"asn1_der_@a":["$J @5 contains a $0 @d to &l `@a` @2 my `asn1_der` @5","0.1.2"],"pact_mock_@W_cli":["Standalone pact mock @W @2 consumer pact tests","0.7.8"],"^R_self":["Cross-@w `/^R/self` functionality.This @0 enables limited `/^R/self` @D, including getting @7 current executable, open $I descriptors, @6 paths @2 open $I descriptors @x can be passed to e.g. `exec` (@2 those systems ^Y `fexecve`).Integrated &w https://github.com/alecmocatta/palaver",C[0]],"inventory":["Typed &D $H registration","0.3.4"],"wrecked":["A $i &i @0","1.2.0"],"url-prefix":["A @0 @2 ^g URL prefix $c.","2.0.4"],"jet-proto-proc-macros":["A @0 of ^R @8 @2 helping @9 $u ^c programs","1.0.3"],"mempool":["A &9 &L ^Q $h pool @2 reusing allocations.","0.3.1"],"littlefs2":["Idiomatic @4 $z @2 littlefs","0.4.0"],"nnnoiseless":["Audio denoising, derived @F Xiph's RNNoise @0","0.5.1"],"cfgrammar":["Grammar manipulation",C[83]],"r2d2_arangors":["ArangoDB @j @2 @7 r2d2 connection pool","0.2.3"],"daemonize-me":["@4 @0 to ease @7 task of ^g daemons on unix-^K systems","2.0.1"],"wiggle-generate":["@m @5 @2 wiggle $f @A.","7.0.0"],"fixed-queue":["no_std, no_alloc, &m [T; N]. @j `Vec`/`VecDeque`/`History`","0.5.1"],"heatmap":["Heatmap datastructure @2 tracking distributions across a ^5 window","0.7.2"],"uluru":["A @l, &9, LRU cache @1","3.0.0"],"staticfile":["Static $I serving @2 Iron.",C[3]],"libmarpa-sys":["Low-@O @3 to @7 libmarpa @C $j",C[0]],"structmap-derive":["Proc @a @d @2 structmap @5","0.1.6"],"psyche-graphics":["Graphics $q &7 @2 Psyche AI Toolset","0.2.19"],"qsv-dateparser":["Parse dates in $9 formats @x are commonly $r. Optimized @2 qsv.","0.6.0"],"curve25519-dalek-ng":[C[199],"4.1.1"],"ursa":["$J is @7 &q &d @0 @2 Hyperledger &P.","0.3.7"],"short-hex-str":["Short hex $9 @I","0.2.7"],"synapse-rpc":["RPC @L @H $r by synapse","0.1.20"],"rustfix":[C[206],C[9]],"surrealdb-derive":["Private @1 of $0 @8 @2 surrealdb",C[3]],"swipl-macros":["Macro @5 @2 swipl-rs","0.3.7"],"fixedvec":["A heapless @X of @7 @4 vector ^a.","0.2.4"],"nsh":["A @N-&r shell $X in @4 @x focuses on productivity @6 swiftness.","0.4.2"],"random-integer":["Generate a random integer $d two integer &1 (including @7 two integer &1).","1.2.1"],"cansi":["Catergorise ANSI - ANSI escape $f @i @6 categoriser","2.2.1"],"^Q_nfs":["$J is Pre alpha, @6 not useful, no $f worth looking at.",C[9]],"type-map":[C[762],C[3]],"deno_ast":["Source text @C, lexing, @6 AST related @D @2 Deno","0.25.0"],"tetsy-impl-codec":["Tetsy Codec @q @j @2 uint @6 fixed &Y.","0.5.1"],"aleph-bft-crypto":["$n @2 node addressing @6 message signing in @7 aleph-bft @U.","0.6.0"],"rocket_i18n":["Rocket fairing @2 easy internationalization @9 gettext (also supports Actix web)","0.4.1"],"astro-float":["Multiple precision floating point &1 &v purely in @4.","0.6.7"],"tar-parser":["tar archive @i @v nom","0.6.0"],"fuel-pest_meta":[C[200],"3.0.4"],"mask":["A CLI task runner defined by a @l markdown $I",C[94]],"scriptisto":["A @b-&h \"shebang interpreter\" @x enables you to write scripts in compiled languages.","2.0.1"],"primeorder":["Pure @4 @1 of complete addition formulas @2 prime order ellipticcurves (Renes-Costello-Batina 2015). Generic over field elements @6 curveequation coefficients",C[2]],"sgx_@e":[C[159],"1.1.2"],"meap":["Minimal Extensible Argument &N","0.5.1"],"rbx_xml":["@g of Roblox's XML $I formats, rbxlx @6 rbxmx","0.12.4"],"elastic":["A modular sync @6 @B @c @2 @7 Elasticsearch REST $z.",C[520]],"crokey":["Parse @6 describe keys - helping incorporate keybindings in $i @z","0.5.1"],"mail-builder":["E-mail &3 @0 @2 @4","0.2.5"],"wai-bindgen-rust-impl":[C[201],"0.2.3"],"plotters":["A @4 drawing @0 focus on @L plotting @2 both WASM @6 ^S @z","0.3.4"],"portable-atomic":["Portable atomic @e including @j @2 128-bit atomics, atomic float, etc.","1.0.1"],"junitify":["Takes $1 ^V &J @6 transform to JUnit XML","0.1.17"],"hap":["@4 @1 of @7 Apple HomeKit Accessory ^1 (HAP)","0.1.0-pre.15"],"moz_cbor":["@m to &m CBOR (https://tools.ietf.org/html/rfc7049) in @4","0.1.2"],"fil_actor_power":["Builtin power actor @2 Filecoin","9.0.1"],"tp-state-machine":["Tetcore State Machine","2.1.2"],"safecoin-rayon-threadlimit":["safecoin-rayon-threadlimit",C[340]],"esp-backtrace":["Bare-metal backtrace @j @2 ESP32","0.6.0"],"cargo-audit":["Audit Cargo.lock @2 ^4 @9 security vulnerabilities","0.17.5"],"ioctl-sys":["IO Control @2 POSIX-@6-beyond systems (@R fn & @8, see `ioctls` @2 many ioctl @Q)","0.8.0"],"geoq":["Geospatial $T CLI","0.0.25"],"cargo-script":["A Cargo ^U designed to let people quickly @6 easily run @4 \"scripts\" $G can make &m of Cargo's @U ecosystem.","0.2.8"],"vid_dup_finder_lib":["a @0 to find near-duplicate video @M",C[5]],"^c_libra_proptest_&b":["Libra proptest &b",C[76]],"steam-crypto":["A &d @0 @2 interfacing @9 Steam's servers",C[5]],"lspower":["A ^P @h @2 $t LSP servers.","1.5.0"],"rawpointer":["Extra methods @2 raw pointers @6 `NonNull`.For example `.post_inc()` @6 `.pre_dec()` (c.f. `ptr++` @6 `--ptr`),`offset` @6 `add` @2 `NonNull`, @6 @7 @P `ptrdistance`.","0.2.1"],"diffs":["A &Z of diff $Y, also called longest $b subsequence.","0.5.1"],"pandoc":["a @0 $z @x wraps calls to @7 pandoc 2.x executable","0.8.10"],"krankerl":["A CLI ^H to manage Nextcloud apps","0.13.2"],"heim-runtime":["Runtime shims @2 heim @5",C[10]],"jwt-simple":["Easy to &m, secure, non opinionated JWT (&J Web Tokens) @1 @2 @4.","0.11.4"],"helloworld-yliu":["yliu private @U",C[5]],"clipboard_x11":["A @0 to obtain ^p to @7 X11 clipboard","0.4.0"],"cesu8":["Convert to @6 @F CESU-8 @I (similar to UTF-8)","1.1.0"],"panic-message":["Get a panic message @F a panic payload","0.3.0"],"sendgrid-async":["An @B-std @t @c @2 sending emails @9 SendGrid",C[4]],"ethereum-types":[C[397],"0.14.1"],"uncased":["Case-preserving, ASCII case-insensitive, no_std $9 @e.","0.9.7"],"^c_rbpf":[C[202],"0.2.40"],"byte-strings-proc_@8":["^6: ^R-@d $l of ::byte_strings.","0.2.2"],"x509-parser":["&N @2 @7 X.509 v3 @E (RFC 5280 certificates)",C[53]],"cargo-check":["@k $S $1 rustc -- -Zno-trans","0.2.2"],"try_future":["Convenient short-hand @2 returning early @F `$6`-@t @p","0.1.3"],"ds1307":["Platform-&h @4 &c @2 @7 DS1307 real-^5 clock.",C[3]],"derive-visitor-macros":["$R @2 @a-visitor @U","0.3.0"],"array_map":[C[203],"0.4.0"],"typed-html-macros":["Type checked JSX @2 @4 (proc_macro @5)","0.2.2"],"byte":["A low-@O, zero-copy @6 panic-free serializer @6 deserializer @2 ^8.","0.2.6"],"jsonrpsee-types":["Shared @e @2 jsonrpsee","0.16.2"],"postmark":["Postmark @s @c","0.6.0"],"@R_^O":["$J is a copy of libstd::^O @9 all @7 parts @x don't work in @R removed. Most importantly, it @n HashMap @6 HashSet.This @5 is (mostly) automatically $D @F @7 @s git source. Theversion of @7 source @x corresponds to &f $E @X will beselected automatically by @7 $m script.This depends on @7 rand @5, so make sure to include @x @6 configure theno_std feature on it.","0.3.20170409"],"barrage":["An @B broadcast channel","0.2.3"],"fountaincode":["@g of @7 Luby Transform Code in @4","0.0.8"],"dylint_$v":["$n @2 $v Dylint ^b","2.1.5"],"emcee":["@g of Python's emcee affine-invariant mcmc ensemble sampler",C[204]],"zero-copy-pads":["Padding/aligning &2 ^Y heap allocation",C[0]],"lingua-hindi-language-model":["^o Hindi @b $V @2 Lingua, an &0 &o @b $g @0","1.0.1"],"solana-foundation-delegation-program-cli":["&k Foundation Delegation Program Command-&r Utility","1.0.6"],"libimagnotes":[C[15],C[16]],"libefi-sys":["@J @2 libefi on illumos",C[4]],"x1b":["State tracker @2 0x1b $i escape codes. Also gives random characters names.","0.8.0"],"rustlearn":["A ^L learning @U @2 @4.",C[3]],"caves":["A @S of $y, &L-^Q key-&p stores in @4.","0.2.1"],"bastion-executor":["Cache affine NUMA-aware executor @2 @4","0.4.2"],"possible":["@4 @0 ^D a three state enum @2 differentiating $d an explicit null &p @6 @7 absense of a &p.",C[4]],"liquid":[C[183],"0.26.1"],"new_debug_unreachable":["panic in debug, intrinsics::unreachable() in release (fork of debug_unreachable)","1.0.4"],"github-rs":["Pure @4 @3 to @7 Github $z","0.7.0"],"nitox":["Nitox is a `$Q`-@t @c @2 NATS.","0.1.9"],"buddy_@Z_^k":["A bare metal ^k @x uses buddy @Z.","0.9.0"],"$2_html_form":["(De-)@q @j @2 @7 `$A/x-www-form-urlencoded` @E",C[0]],"druid":["Data-oriented @4 UI design toolkit.","0.8.3"],"base62":["A Base62 @I/^h @0","2.0.2"],"comp_state":["Component State - a clone of React Hooks use_state","0.2.8"],"substrait":["Cross-Language Serialization @2 Relational Algebra","0.5.1"],"serde-wasm-bindgen":["Native Serde adapter @2 wasm-^w",C[3]],"pentacle":["Executes programs as sealed anonymous @M on Linux","1.0.0"],"csfml-window-sys":["@J to csfml-window","0.6.0"],"lapinou":["lapin $C @9 smol","2.0.0"],"mpid_messaging":["Types $r by SAFE Vaults @6 SAFE Clients to send @6 receive &8.",C[0]],"struct-field-names-as-array":["@G a $0 @d @x generates an array of @7 field names of a named &y","0.1.4"],"substrate-wasm-builder-runner":["Runner @2 substrate-wasm-&3","3.0.0"],"iron-json-response":["Json response ^u @2 Iron web @h","0.6.0"],"legion":[C[205],"0.4.0"],"vtable":[C[831],"0.1.9"],"yard":["shunting yard @1 in @s","1.0.0"],"bzip2-rs":["Pure @4 bzip2 decompressor","0.1.2"],"color-hex":["@V @d @2 converting hexadecimal $c to an RGB or RGBA byte array at &z ^5.",C[0]],"wasmtime-cli":["Command-&r @f @2 Wasmtime","7.0.0"],"unified-diff":["An @1 of @7 GNU unified diff @E","0.2.1"],"reminisce":["A joystick $g @6 event-$W @0","0.9.1"],"jaq-std":["Standard @0 @2 jaq",C[6]],"datafusion-data-access":["General @L ^p layer currently mainly @t on @7 object store interfaces","10.0.0"],"ifcfg":["Get $N interfaces @Y","0.1.2"],"sortby":["adds convenient sort @p @2 Iterators","0.1.2"],"botan-sys":["FFI @k @2 Botan cryptography @0",C[16]],"tree-sitter-r":["R grammar @2 @7 ^Z-sitter @C @0","0.19.5"],"loggerv":["A @l log @1 @x logs to stdout @6 stderr @9 colors","0.7.2"],"static-buffer":["Static ring buffer @9 paddings",C[0]],"grep-searcher":[C[522],C[78]],"megaui":["$5, zero-^l, immediate mode UI @0","0.2.18"],"cocoa-foundation":["@J to Cocoa Foundation @2 macOS",C[5]],"devicemapper-sys":["Low @O @3 @2 devicemapper","0.1.5"],"cargo-fix":[C[206],"0.4.1"],"nrf52840-pac":["Peripheral Access Crate @2 Nordic's nrf52840 microcontroller","0.12.2"],"ra_ap_ide":["TBD",C[40]],"governor":["A rate-limiting @1 in @4","0.5.1"],"actix-http-test":[C[207],"3.1.0"],"cosmrs":["Transaction &3 @6 signer @2 Cosmos-@t blockchains",C[14]],"bbqueue":["A SPSC, lockless, no_std, &L ^Q, queue, @t on BipBuffers","0.5.1"],"stun_codec":["Encoders @6 decoders @2 STUN (RFC 5389) @6 its &e",C[0]],"tilecover":["Generate @7 minimum &Z of tiles to cover a geometry","2.0.0"],"libipld-core":["Base $4 @6 @Q $r by ipld codecs.",C[17]],"strip-ansi-escapes":["Strip ANSI escape sequences @F byte streams.",C[5]],"drux":["Debian @4-@U updater @2 inhouse","0.7.8"],"latin":["A ^z @0 @9 a focus on $b $p.","0.1.7"],"solana-failure-program":["&k failure ^J","1.8.0"],"snarkvm-console-program":["Program $p @2 a ^d &M ^L",C[45]],"zenoh-crypto":[C[49],C[26]],"confy":["Boilerplate-free $o ^q","0.5.1"],"unix_str":["Unix-$e $c regardless of @w.","1.0.0"],"tokio-vsock":["^s Virtio socket @j @2 @4","0.4.0"],"tagptr":["Strongly typed atomic @6 non-atomic tagged pointers",C[0]],"fehler":["A @0 @2 ^X-$W syntax in @4","1.0.0"],"$2_jsonrc":["A lenient &J @q $I @E",C[4]],"md4":["MD4 &Y @P",C[72]],"board-game-geom":["Geometry @0 @2 board game.","0.3.0"],"terminal-emoji":["A @0 @2 safely displaying emoji inside of terminals","0.4.1"],"consulrs_@a":["A @a @d @2 $t query options @2 Consul endpoints",C[4]],"fps_counter":["A Frames Per Second (FPS) counter","2.0.0"],"cpio":["An $z @2 ^g CPIO archives","0.2.2"],"oapi_@A":["Code @A @2 OpenAPI specifications","0.0.34"],"minivec":["A @X of Vec that's only @7 size of a single pointer","0.4.0"],"concolor-override":["Global override of color control","1.0.0"],"amethyst_^X":["^6 ^X $W @2 Amethyst.",C[75]],"exonum_profiler":["A profiling / flamegraph @0.","0.1.2"],"bytelines":["Read input lines as byte slices @2 high efficiency","2.4.0"],"duckscript":["$5, extendable @6 embeddable scripting @b.","0.7.5"],"lnk-cryptovec":[C[208],C[9]],"timeout-readwrite":["Adds timeout capabilities to Readers @6 Writers","0.3.3"],"libmpv":["Libmpv $k that's easy to &m @6 can play next to all codecs @6 containers","2.0.1"],"genco-macros":[C[311],"0.17.5"],"sc-consensus-epochs":["Generic epochs-@t @r @2 consensus",C[1]],"quest":["$5 @N-&r user input.","0.3.0"],"scsys":["scsys lays @7 foundation @2 @7 Scattered-Systems ecosystem, delivering critical @K throughout","0.1.41"],"wasmedge-macro":["^o $0 @8 @2 WasmEdge @4 @3.","0.3.0"],"libimaginteraction":[C[15],C[16]],"gping":["Ping, but @9 a graph.","1.8.0"],"kaos":["Chaotic $v harness","0.1.1-alpha.2"],"solana-bucket-map":["^c-bucket-map",C[43]],"secured_linked_list":["A cryptographically secured @6 provable linked list","0.5.4"],"atspi":["Pure-@4, zbus-@t AT-SPI2 @o @1.",C[2]],"juniper-from-schema":["Generate Juniper $f @F you GraphQL schema","0.5.2"],"slurp":["Small @k methods @2 loading @M","1.0.1"],"robots_txt":["A ^P @i @6 @A @2 robots.txt.","0.7.0"],"panda-re":["^o official @0 @2 interfacing @9 PANDA (Platform @2 Architecture-Neutral Dynamic Analysis)","0.46.0"],"querystring":["$5 querystring @0 @2 @s","1.1.0"],"crossterm":["A crossplatform $i @0 @2 manipulating terminals.","0.26.1"],"bytevec":["A @4 @q @0 @x uses byte vectors",C[0]],"cheap-ruler":["A @4 port of cheap-ruler, a @S of very &9 approximations to $b geodesic measurements","0.3.0"],"phf":["Runtime @j @2 perfect &Y @P @L @H",C[39]],"enso-logger":["An ^E logger @2 $u @z in @4.","0.3.1"],"azul-simplecss":["A very @l CSS 2.1 tokenizer.",C[5]],"gfx_window_glfw":["GLFW window @2 gfx-rs","0.17.1"],"reproto-backend-json":[C[130],"0.3.36"],"wasm-bindgen-backend":["Backend $f $q of @7 wasm-^w &V","0.2.84"],"exons":[C[11],"0.1.5"],"wasmparser":[C[209],"0.102.0"],"wtf8":["@g of @7 WTF-8 @I. https://simonsapin.github.io/wtf-8/",C[4]],"wasmer-cache":["Cache @Z @2 Wasmer $3 @y",C[36]],"llvm-ir":["LLVM IR in &o @4 @L @H","0.8.2"],"mesh-loader":["Fast @i @2 3D-$V-formats.","0.0.2"],"polytype":["A Hindley-Milner polymorphic typing @Z.","6.2.1"],"ginepro":["A @c-side gRPC channel @1 @2 tonic","0.5.1"],"clickhouse-rs":["^s Yandex ClickHouse @c @0.",C[210]],"wasmer-inline-c":["Fork of inline-c to add @j @2 MSVC","0.1.2"],"serde-querystring":["A query $9 deserializer @t on $2","0.2.1"],"ksuid":["A @0 @2 efficiently $x, @C @6 serializing Segment.io KSUIDs",C[0]],"fastrand":["A @l @6 &9 random &Z @A","1.9.0"],"pallet-tips":["FRAME pallet to manage tips","18.0.0"],"rgb20":["RGB-20 @m: fungible digital assets @2 bitcoin & lightning","0.9.0"],"fastmod":["Fast, partial replacement @2 codemod (find/replace &V @2 programmers)","0.4.3"],"mod_@f":[C[211],"0.1.16"],"v4l":["Safe video4linux (v4l) @3",C[83]],"pathos":["A &o $z @2 $W OS-specific user or @Z directories, including iOS @6 Android.","0.3.0"],"opencv-binding-generator":["Binding @A @2 opencv @5","0.57.0"],"dasp_signal":["An iterator-^K $z @2 audio PCM DSP streams.",C[14]],"uu_echo":["echo ~ (uutils) &s TEXT",C[32]],"rustdoc-highlight":["A @4 syntax highlighting @0",C[89]],"&q_child":["a @0 @2 @v child processes @F multiple threads","1.0.0"],"ya-service-bus":["Golem Service Bus",C[9]],"tract-data":[C[180],"0.19.7"],"iaq-core":["Platform-&h @4 &c @2 @7 iAQ-Core indoor air quality sensor. Compatible @9 iAQ-Core-C @6 iAQ-Core-P.",C[4]],"ruma-macros":["@V @8 $r by @7 Ruma ^4.",C[94]],"inkling":["Limited @1 of @7 Ink markup @b.","0.12.5"],"poise_@8":["^6 @d @1 @5 of poise","0.5.2"],"mimalloc-sys":["@4 FFI @3 to mimalloc","0.1.6"],"shank":["Exposes @8 to annotate @4 programs to extract solita $e IDL in order to ^v ^J SDKs","0.0.12"],"lingua-english-language-model":["^o English @b $V @2 Lingua, an &0 &o @b $g @0","1.0.1"],"lingua-welsh-language-model":["^o Welsh @b $V @2 Lingua, an &0 &o @b $g @0","1.0.1"],"^R":["&R: &m @7 procinfo @5.","0.1.4"],"better_any":["Type id @6 Any @2 non &u @e",C[0]],"iron-sessionstorage":["Session ^u @2 Iron.","0.6.6"],"tetcore-storage":["Tetcore $O related @K","2.1.2"],"wgpu-hal":["WebGPU hardware $k layer","0.15.4"],"shaderc-sys":["Shaderc @Z @0 FFI, $L, @6 linking","0.8.2"],"zipf":["A &9 @A of discrete, bounded Zipf-&D random &1","7.0.0"],"wasabi_leb128":["Read @6 write @7 variable length LEB128 &Z @E.","0.4.0"],"truelayer-signing":["Produce & verify TrueLayer $z requests signatures","0.1.6"],"ark-cp6-782":["^o CP6-782 pairing-&x elliptic curve","0.4.0"],"cached":[C[226],"0.42.0"],"display-as":["Compile-^5 templates @2 displaying @L in different markup formats.","0.7.0"],"rmp-serde":["Serde @3 @2 RMP","1.1.1"],"iced_@R":["^o essential concepts of Iced","0.8.1"],"plugger-core":["^o Plugger @j @0","0.3.0"],"const_fn":["An ^T @2 easy $q of const @p @9 conditional compilations.","0.4.9"],"multisplice":["easily splice a $9 multiple times, @v offsets &w @7 original $9","0.3.0"],"bitcoin-explorer":["High Performance Blockchain Deserializer","1.2.18"],"fluvio-package-index":["Fluvio Package Index","0.7.3"],"cargo-show-asm":[C[212],"0.2.15"],"$2_jcs":["&J Canonicalization Scheme (JCS) @2 Serde",C[4]],"caseless":["^y caseless matching","0.2.1"],"qt_3d_render":["@J @2 Qt3DRender C++ @0",C[3]],"storage-proofs-core":["Core parts @2 proofs of $O","14.0.0"],"mdl_monkey":["A @4 @1 of @7 Monkey $F @b @F .","1.0.0"],"cargo-wix":["Build $w installers @v @7 WiX Toolset","0.3.4"],"unicode-bom":["^y byte-order mark $g @2 @M @6 byte arrays.","2.0.2"],"@d_rules_^T":["Use declarative @8 in ^T or @a position","0.1.3"],"tracing-glog":["a glog-inspired formatter @2 ^3-subscriber","0.2.2"],"lapin-futures-openssl":["Integration of openssl @9 lapin-$6",C[16]],"unic-ucd-block":["UNIC — ^y Character Database — ^y Blocks","0.9.0"],"trustfall-rustdoc-adapter":["Trustfall query adapter @2 rustdoc &J @L.","24.1.1"],"ruma-serde-macros":[C[192],C[9]],"siwe":["@4 @1 of EIP-4361: Sign In With Ethereum",C[3]],"tvdb":["$z @k to http://thetvdb.com (open $P @2 TV episode @L)","0.6.0"],"creator-simctl":["@4 @k $S Xcode's `simctl`.",C[5]],"qmc":["Quantum Monte Carlo simulations in @4","2.20.0"],"jemalloc-ctl":[C[891],C[3]],"postgres-native-tls":[C[275],C[3]],"zmq2":["Maintained high-@O @3 to @7 zeromq @0",C[3]],"i-o":["Input @6 output","0.4.7"],"lettre":["Email @c","0.10.3"],"bevy_property":["Dynamically interact @9 &y fields @v their names","0.3.0"],"shared-bus":["Abstraction @2 sharing a bus $d multiple devices.","0.2.5"],"bolero-engine":["fuzz @6 property $v @h","0.9.0"],"datafusion-expr":["Logical plan @6 expression &4 @2 DataFusion query $j",C[97]],"kubewarden-policy-sdk":["Kubewarden Policy SDK @2 @7 @4 @b","0.9.2"],"esp-hal-common":["HAL @u @2 peripherals $b among Espressif devices; should not be $r directly","0.7.1"],"easy-jsonrpc":[C[607],"0.5.3"],"swipl-fli":["Low-@O @3 to @7 SWI-Prolog Foreign Language &j","0.3.4"],"sqlx-database-tester-macros":["$R @2 sqlx-$P-tester","0.4.2"],"sre-engine":["A low-@O @1 of Python's SRE regex $j","0.4.1"],"default":["`&m default::default;`","0.1.2"],"requestty":["An easy-to-&m @S of interactive cli prompts",C[3]],"concrete-fftw-sys":["Sources of FFTW @6 unsafe ^x","0.1.4"],"^W_parser2":["Another ^W @C @0","0.1.4"],"fftw-sys":["unsafe @k of FFTW3","0.6.0"],"lang_tester":["Concise @b $v @h @2 compilers @6 VMs","0.7.2"],"svd-encoder":["A CMSIS-SVD $I encoder","0.14.2"],"dbus":["@J to D-Bus, $G is a bus commonly $r on Linux @2 inter-^F communication.","0.9.7"],"aes-siv":["Pure @4 @1 of @7 AES-SIV Misuse-Resistant AuthenticatedEncryption Cipher (RFC 5297) @9 optional architecture-specifichardware acceleration","0.7.0"],"dateparser":["Parse dates in $9 formats @x are commonly $r","0.1.8"],"memoize":["Attribute @d @2 auto-memoizing @p @9 somewhat-@l signatures","0.4.0"],"cargo-multi":["Extends $1 to run @7 given @N on multiple ^4 similar to 'git multi'",C[3]],"enum_to_enum":["Derives possibly effectful conversions $d enums",C[4]],"compound_duration":["Convert seconds to compound duration (week, days, hours, minutes, seconds)","1.2.0"],"testground":["^o @4 SDK @2 developing Testground ^V plans.","0.4.0"],"embedded-nal":["A Network Abstraction Layer (NAL) @2 Embedded Systems","0.6.0"],"terminal-spinner-data":["A @0 declaring frames @6 animation interval @L @2 spinner animations","0.1.3"],"positioned-io":[C[332],"0.3.1"],"eval":["Expression evaluator","0.4.3"],"uniffi_$m":["a multi-@b @3 @A @2 @s ($m script &b)",C[35]],"sp-timestamp":["Substrate @R @e @6 inherents @2 timestamps.","17.0.0"],"stm32f407g-disc":["Board @j @5 @2 @7 STM32F407G DISCOVERY microcontroller board","0.4.1"],"ttf-parser":["A high-@O, ^Q, zero-allocation TrueType font @i.",C[34]],"rust-lapper":["A &9 @6 easy interval overlap @0","1.1.0"],"appendlist":["An append-only list @x preserves references to its elements","1.4.0"],"wasmer-wasi-types":["WASI @e @2 Wasmer $3 @y",C[36]],"async-graphql-tide":["@B-graphql @2 tide","5.0.6"],"fs_^C":["Tools to manipulate @M.",C[4]],"lemmy_apub":[C[187],"0.17.2"],"gdk-pixbuf-sys":["FFI @3 to libgdk_pixbuf-2.0",C[19]],"starlark-dialect-build-targets":["A Starlark dialect ^D @l $m @Z @K","0.8.0"],"dashu-int":[C[688],"0.3.1"],"sqlite-cache":["SQLite-@t on-disk cache.","0.1.3"],"etcommon-block":[C[796],"0.5.2"],"grpcio-health":["Health check &H @2 grpcio",C[61]],"pnet_@8_@j":["Support @0 @2 libpnet_macros","0.33.0"],"plex":["A syntax ^7 @2 $u lexers @6 parsers.","0.2.5"],"slack-blocks":["Models + clientside validation @2 Slack's &J Block Kit","0.25.0"],"cdrs-tokio":["Async Cassandra DB &c $X in @4","8.0.0-beta.1"],"sobol":["A Sobol sequence @A @2 @4","1.0.2"],"noodles-csi":["Coordinate-sorted index (CSI) @E reader @6 writer",C[22]],"iovec":["Portable buffer ^a @2 scatter/gather I/O $p",C[0]],"v_jsonescape":["^o simd optimized &J escaping $f","0.7.8"],"lodepng":["Reading @6 $u PNG @M ^Y @Z ^l. Pure @4 port of LodePNG.","3.7.2"],"win-sys":["Thin @4 @k $S some $w ^S apis","0.3.1"],"lingua-greek-language-model":["^o Modern Greek @b $V @2 Lingua, an &0 &o @b $g @0","1.0.1"],"tokio-tungstenite":["Tokio ^x @2 Tungstenite, @7 &T &g-@t WebSocket @1",C[48]],"roblox_install":["Get @7 install directory of Roblox in $f","1.0.0"],"cronchik":["$5 cron expression @i","2.0.1"],"ethers":["A complete Ethereum @6 Celo @4 @0","2.0.1"],"mc-sgx-core-types":["@4 @k @2 $b SGX @e.",C[3]],"deoxysii":["Deoxys-II-256-128 MRAE @K @2 @4","0.2.4"],"lux":["A super @l 2d-&i $j @x handles windowing @6 events @2 you! Right now it's supposed to be a top secret! Shhhhh...","0.1.2"],"pocket-resources":["Include resources in &f @z.","0.3.2"],"coins-ledger":["Ledger Nano X/S connection @6 communication ^q @0","0.8.3"],"badge":["$5 badge @A","0.3.0"],"hostname-validator":["Validate hostnames according to IETF RFC 1123","1.1.1"],"louds-rs":["High $7 LOUDS (Level-Order Unary Degree Sequence) @0","0.4.0"],"guid":["A @d @2 $u $w GUID &2 as convenient literals.",C[4]],"st7735-lcd":["ST7735 TFT LCD &c @9 $y-&i @j","0.8.1"],"zenoh-collections":[C[49],C[26]],"rml_amf0":["Modules @2 $W @7 @I @6 ^h of @L @9 Adobe's Action Message Format 0 (AMF0 @L @E).","0.3.0"],"bitcoin_scripts":["Bitcoin extended script @e","0.9.0"],"bytepack_@a":["bytepack_derive offers a custom @a of @7 Packed $Z",C[0]],"mimallocator":["A @4 ^k backed by mimalloc","0.1.3"],"block":["@4 @f @2 Apple's C @b ^7 of blocks.","0.1.6"],"$2_starlark":["Serde serializer @2 $x Starlark $m targets",C[78]],"binstalk-types":["^o binstall toolkit @x contains basic @e @2 binstalk ^4","0.3.0"],"irust_repl":["IRust Repl $k","0.20.3"],"glutin_emscripten_$s":["^o emscripten @3 @2 glutin",C[5]],"filters":["Build filters/predicates @9 @7 &3 pattern","0.4.0"],"starlark":["An @1 of @7 Starlark @b in @4.","0.8.0"],"murmur3":["A @s @1 of Murmur3 &Y","0.5.2"],"mini_paste":[C[532],C[78]],"riker-timer":["A message scheduler @2 Riker","0.2.4"],"grok":["A @s @1 of @7 popular java & ruby grok librarywhich allows easy text @6 log $I processing @9 composable patterns.","2.0.0"],"ripgen":["A @s-@t @X of @7 popular dnsgen python $T.","0.1.3"],"xxhash-c-sys":["@J to xxhash","0.8.3"],"lasso":["A multithreaded @6 single threaded $9 interner @x allows $c to be cached @9 aminimal $h footprint, associating them @9 a unique key @x can be $r to retrieve them at any ^5.","0.6.0"],"cycle_map":["Implementations of bi-directionally accessible hashmaps",C[5]],"swiftnav-sys":["FFI @3 @2 libswiftnav","0.8.0"],"text-block-macros":["Create a multiline $9 literal",C[5]],"diesel-tracing":["Connection telemetry ^u @2 diesel @6 ^3","0.1.6"],"async-io":["Async I/O @6 timers","1.13.0"],"qrcodegen":["High-quality QR Code @A @0","1.8.0"],"temp-env":["Set $U variables temporarily.","0.3.3"],"chit":["Crate help in $i: A &V @2 looking up details about @s ^4 ^Y going to crates.io","0.1.15"],"hpke-rs-crypto":["Traits @6 @e @2 HPKE &d backends",C[5]],"@l_xml_serialize":[C[213],"0.3.0"],"tracing-fmt":["A `^3` subscriber @x formats @6 logs trace @L. Moved to @7 `^3-subscriber` @5.",C[5]],"contact":["A highly portable REST @0 @2 Cosmos blockchains","0.4.2"],"mogwai":["^o minimal, obvious, graphical, widget $A @f.","0.6.7"],"trawler":["A workload @A @x emulates @7 traffic to lobste.rs","0.11.0-alpha.7"],"piston-dyon_interactive":["A @0 @2 interactive coding @9 @7 Piston game $j",C[93]],"dirs-2":["A tiny low-@O @0 @x @n @w-specific ^z locations of directories @2 ^W, cache @6 other @L on Linux, $w @6 macOS by leveraging @7 mechanisms defined by @7 XDG base/user directory specifications on Linux, @7 Known Folder $z on $w, @6 @7 Standard Directory guidelines on macOS.","3.0.1"],"dep-obj":["Dependency object: effective reactive heterogeneous container.","0.38.4"],"argh_&q":[C[374],C[89]],"matrix_&s":["A @0 to &s a matrix in @N &r @9 pretty unicode separators","1.0.0"],"rubbl_@R":["Core @e @6 $4 @2 Rubbl, a @4 @U @2 astrophysics.","0.4.0"],"intovec":["IntoVec, a $Z @2 converting @e &w Vec, avoiding copies when possible.","0.0.6"],"phper-alloc":["Alloc related items @2 phper @5.",C[72]],"ignore":["A &9 @0 @2 efficiently matching ignore @M such as `.gitignore`against $I paths.","0.4.20"],"rpm-rs":["A pure @s @0 @2 $L @6 @C RPM's","0.8.1"],"grex":["grex generates regular &U @F user-provided ^V cases.","1.4.1"],"swc_css_^f_@8":["^6 @d @2 @7 css $f @A",C[0]],"fallible-streaming-iterator":["Fallible streaming iteration","0.1.9"],"openssh-keys":["read @6 write OpenSSH public keys","0.6.0"],"rustbus_@a":["@a ^R-@8 @2 @7 rustbus @5",C[3]],"sincere":["web @h","0.7.0-alpha.1"],"rasn-snmp":["Data @e @2 $W @7 $5 Network Management ^1","0.6.0"],"openssh-sftp-protocol":[C[214],C[1]],"unicode-case-mapping":["Fast lowercase, uppercase, @6 titlecase mapping @2 characters",C[3]],"revai":["A fully $D & opinionated $z @c @2 @7 Rev.ai $z.","0.4.1"],"fluent-pseudo":["Pseudolocalization transformation $z @2 &m @9 Project Fluent $z.","0.3.1"],"rexsgdata":["Scatter-Gather Data Descriptors",C[12]],"http-types":[C[716],"2.12.0"],"strophe":["Moved to libstrophe-$s",C[5]],"pallet-transaction-payment-rpc":["RPC @f @2 @7 transaction payment pallet.","21.0.0"],"micromarshal":["(De)Serialisation $d @4 &2 @6 ^8 byte objects.","0.3.0"],"smithay":["Smithay is a @0 @2 $u wayland compositors.","0.3.0"],"zeptohttpc":["minimal &K @c @v http @6 httparse ^4","0.5.1"],"mc-oblivious-traits":["Traits @6 interfaces @2 &P related to Oblivious @L @H","2.2.0"],"fnmatch-regex":["Convert a glob-style pattern to a regular expression.",C[0]],"local_vec":["fixed-capacity vector allocated on @7 stack",C[3]],"tp-session":[C[741],"2.0.2"],"riscv":["Low @O ^p to RISC-V processors",C[16]],"yaxpeax-pic18":["pic18 decoder @2 @7 yaxpeax $B",C[5]],"piston_window":["^o official Piston window @k @2 @7 Piston game $j","0.128.0"],"tmq":["ZeroMQ @3 @2 Tokio","0.3.2"],"cdrs":["Cassandra DB &c $X in @4",C[357]],"proctitle":["A ^Q @f to setting ^F titles",C[5]],"xorf":["@m $t xor filters - faster @6 smaller than bloom @6 cuckoo filters.","0.8.1"],"esp32s3":["Peripheral ^p @5 @2 @7 ESP32-S3",C[19]],"bracket-embedding":["@G resource embedding services @2 bracket-lib","0.8.7"],"libquickjs-sys":["QuickJS Javascript Engine FFI @3",C[6]],"inotify":["Idiomatic @k @2 inotify",C[6]],"enumflags2_@a":["Do not &m directly, &m @7 reexport in @7 `enumflags2` @5. $J allows @2 better compatibility across versions.","0.7.4"],"ckb-types":["@G @7 essential @e @2 CKB.",C[57]],"elastic-array-plus":[C[373],C[6]],"$2_cbor_2":[C[215],"0.12.0-dev"],"hex_d_hex":["HexDHex is a @4 Crate @x encodes @6 decodes byte @L to @6 @F its hexidecimal &4. For instance, one may wish, on ocasion @x is, to translate a utf8 or ASCII $9 of hex byte @L such as \"0F12FF00A7\" to a vector of u8s [15,18,255,0,167] or vise versa.","1.0.1"],"ckb-logger-config":["CKB logger configurations.",C[57]],"syn-ext":["Human &x or editable ^7 @2 syn","0.4.0"],"parser-combinators":["**DEPRECEATED** &N combinators @t on @7 Haskell @0 parsec. $J @0 has been renamed to combine. See https://crates.io/^4/combine @2 more recent versions **DEPRECEATED**","0.7.1"],"dgraph-rs":["@G a @c @2 @7 DGraph graph $P","0.2.8"],"libimagtimeui":[C[15],C[16]],"oslog":["A minimal ^Q @k $S Apple's Logging @Z",C[0]],"pallet-mandate":["A Substrate pallet to help over modules dispatch root calls","2.0.8"],"tuirealm":["A tui-rs @h to $m tui interfaces, inspired by React @6 Elm.","1.8.0"],"markup5ever_arcdom":["Thread ^Q @X of RcDom @F html5ever $B.","0.1.2"],"mpl-token-auth-rules":["MPL Token Authorization Rules @x can be $r to restrict $b token $p","1.3.0"],"more_^O":["Additional ^O not found in std::^O","0.6.0"],"wasmer-engine-universal-artifact":["Wasmer Engine Universal Artifact $k","2.3.0"],"russimp-sys":["Raw Assimp @3 @2 @4","2.0.0"],"vgtk-macros":["Proc @8 @2 vgtk","0.3.0"],"vt100":["@m @2 @C $i @L","0.15.2"],"cargo-readme":["A $1 ^U to ^v README.md content @F doc comments","3.2.0"],"rustr":["@4 @6 R $C","0.1.9"],"rocket_http":["Types, $4, @6 parsers @2 &K requests, responses, @6 headers.",C[122]],"hyper-socks":["SOCKS proxy @j @2 Hyper clients","0.4.0"],"expander":["Expands ^R @d output to a $I, to enable easier debugging","1.0.0"],"moveslice":["A one-@P @5 to move chunks in a slice $S.","2.0.1"],"pacmanconf":["A pacman-conf @k @0 @2 @C pacman ^W @M","2.0.0"],"mnl":["Safe $k @2 libmnl, a minimalistic user-space @0 oriented to Netlink developers","0.2.2"],"tak":["@g of Tak (@F @7 Kingkiller Chronicles)",C[9]],"filter-logger":["A @l filtering logger $G will filter @t on &7-path.","0.3.0"],"serde-pickle":["A $2-@t @q @0 @2 Python's pickle @E","1.1.1"],"mmap":["A @0 @2 dealing @9 $h-mapped I/O",C[5]],"openblas-src":["^o @U @n a source of BLAS @6 LAPACK via OpenBLAS.","0.10.8"],"ryb_game":["A game $j @2 rogue-^K @6 rogue-lites","0.2.24"],"swc_html_ast":["AST @Q of html","0.28.30"],"modtype_@a":[C[359],"0.7.0"],"coarsetime":["Time @6 duration @5 optimized @2 speed","0.1.23"],"svg_face":["Generates random SVG faces","0.1.3"],"stringmatch":["Allow @7 &m of regular &U or $c wherever you need $9 comparison","0.4.0"],"android-activity":["Glue @2 $L @4 @z on Android @9 NativeActivity or GameActivity","0.4.1"],"fts":["A @4 @0 @2 high $7 directory walking @v libc fts","0.3.0"],"unicode-script":["$J @5 exposes @7 ^y `Script` @6 `Script_Extension` properties @F [UAX #24](http://www.unicode.org/reports/tr24/)","0.5.5"],"gdk4-wayland":["@4 @3 of @7 GDK 4 Wayland @0","0.6.3"],"shadowsocks-service":[C[216],"1.15.3"],"rust-sitter":["A @U @2 defining ^Z-sitter grammars alongside @4 logic","0.3.0"],"rl-sys":["Native @3 to libreadline.","0.5.2"],"kiss3d_conrod":["Fork of conrod_core (an easy-to-&m, 100% @4, extensible 2D GUI @0) $e @9 WASM @6 Kiss3D.","0.64.0"],"ux":[C[217],"0.1.5"],"imgui-glium-renderer":["Glium renderer @2 @7 imgui @5",C[6]],"cargo-wipe":["recursively wipe target @6 node_modules folders","0.3.3"],"aya":["An eBPF @0 @9 a focus on developer experience @6 operability.",C[14]],"tokio-xmpp":["^s XMPP @2 @4 @9 $Q","3.2.0"],"aoko":["A @4 ^7 @0.","0.3.0-alpha.24"],"android-tools":["Android-related ^C @2 $L @6 developing @z 🛠","0.2.11"],"mio_httpc":["mio_httpc is a fully @B @6 sync http @c running on top of mio only.",C[72]],"gloo":["A modular toolkit @2 @4 @6 $3","0.8.0"],"wdg-base64":["^o Base64 Data Encoding","0.4.7"],"sxd-xpath":["A @4 XML XPath @0","0.4.2"],"ruplacer":["Find @6 replace text in source @M","0.8.1"],"test-env-log":[C[952],"0.2.8"],"deno_bench_util":["Bench @6 profiling @r @2 deno ^4","0.88.0"],"handlebars":["Handlebars templating &v in @4.","5.0.0-beta.1"],"mediatype":["MIME Media-^a @C","0.19.13"],"steamlocate":["@4 Crate @2 locating Steam game installation directories (@6 Steam itself!)","1.1.1"],"rebuilderd-common":["rebuilderd - $b $f",C[38]],"ff-zeroize":[C[169],"0.6.3"],"time-sys":["@J to Linux's time.h @6 time64.h. Some @p have been replicated, but more are still to come.","0.0.2"],"debouncr":["A @l no-std input debouncer to detect rising @6 falling edges @9 minimal RAM requirements.","0.2.2"],"gaol":["OS-@O $A sandboxing @0","0.2.1"],"spinning_top":["A @l spinlock @5 @t on @7 &G provided by `lock_api`.","0.2.5"],"address-formatter":["Universal international address formatter","0.2.2"],"frame-system":["FRAME @Z &7",C[90]],"cw-multi-test":["Test &b @2 multi-contract interactions","0.16.2"],"enimda":["Entropy-@t image border $g","0.4.1"],"psci":["Functions @6 constants @2 @7 Arm Power State Coordination &j (PSCI) 1.1 on aarch64.",C[5]],"ra_vfs":["Virtual File System $k @2 @s-analyzer",C[9]],"parquet-format":["Apache Parquet Format - thrift definition @6 $D @4 $I","4.0.0"],"base32":["Base32 encoder/decoder @2 @4","0.4.0"],"rust-s3":["@4 @0 @2 ^2 @9 AWS S3 @6 $e object $O APIs","0.33.0-beta5"],"bui-backend-codegen":["Buildtime ^f @j @2 bui-$l","0.9.1"],"cryo":["Extend @7 lifetime of a reference. Safely.","0.3.1"],"libzmq-sys":["Raw CFFI @3 @2 libzmq","0.1.8+4.3.2"],"amethyst_^i":["Amethyst ^i",C[75]],"ggrs":["GGRS is a reimagination of GGPO, enabling P2P rollback networking in @4. Rollback to @7 future!","0.9.3"],"const_env--value":[C[294],"0.1.2"],"dkregistry":["A pure-@4 @T @0 @2 Docker Registry $z",C[3]],"exit_status":["$5 ^R-@d @2 enabling @s main @P to return an exit status $f",C[4]],"ticktock":["Best effort constant framerate clock @6 &9 timers","0.8.0"],"singularize":["Convert English words @F plural to singular @6 back",C[4]],"fddf":["Fast, parallelized duplicate $I finder.","1.7.0"],"ethers-contract-derive":["Proc @8 @2 ^a-^Q @3 $q to Ethereum smart ^A","2.0.1"],"allegro_examples":["Allegro 5 @k examples","0.0.44"],"approxeq":["A $Z @2 approximate equality of @e",C[5]],"rocket_db_pools":["Rocket @B $P pooling @j",C[129]],"&q_$h":["A user &x @5 @x allows you to share $h $d processes","0.12.4"],"lru-disk-cache":["A LRU cache @2 @M on disk.","0.4.1"],"snafu-derive":[C[218],"0.7.4"],"base91":["Encoding ^8 @L as ASCII characters. Similar to base64, but more ^E.",C[4]],"switchboard-v2":["A @4 @0 to interact @9 Switchboard V2 accounts.","0.1.23"],"rsign2":["A @N-&r &V to sign @M @6 verify signatures.","0.6.2"],"rapier2d":["2-dimensional physics $j in @4.","0.17.2"],"lava_torrent":["A @0 @2 @C/@I bencode @6 .torrent @M.",C[6]],"cargo-dinghy":["Cross-compilation made easier","0.6.3"],"tree-sitter-go":["Go grammar @2 @7 ^Z-sitter @C @0","0.19.1"],"traitsequence":["Traits to abstract over sequences.","1.1.0"],"zermelo":["A @0 @x retrieves a schedule @F Zermelo.","0.4.1"],"colored_json":["Colorize &J, @2 printing it out on @7 @N &r","3.1.0"],"libshumate":["@4 @3 @2 libshumate","0.3.0"],"volatile-register":["Volatile ^p to $h mapped hardware registers","0.2.1"],"pathsearch":["Search @2 @M in PATH",C[0]],"post-expansion":["Strip attributes after #[@a(...)] expansion",C[0]],"magnet_@a":[C[754],"0.8.0"],"allegro_dialog":["Allegro 5 dialog addon @4 @k","0.0.44"],"lzf-sys":["FFI @3 @2 lzf",C[4]],"symphonia-codec-vorbis":["Pure @4 Vorbis decoder (a part of $B Symphonia).","0.5.2"],"reqsign":["Signing $z requests ^Y effort.","0.8.5"],"lingua-dutch-language-model":["^o Dutch @b $V @2 Lingua, an &0 &o @b $g @0","1.0.1"],"enso-automata":[C[219],C[0]],"matrix-sdk":["A high @O Matrix @c-@W @0.","0.6.2"],"dioxus-desktop":[C[350],"0.3.0"],"ipipe":["Cross-@w named-pipe $z.","0.11.7"],"cty":["Type aliases to C @e ^K c_int @2 &m @9 ^w","0.2.2"],"bellman_ce":[C[220],"0.3.5"],"@s_sodium":[C[221],C[72]],"tetsy-scale-codec":["Tetsy SCALE - $5 Concatenating Aggregated Little Endians","2.0.1"],"^G_health":["AWS SDK @2 @4 - AWS Health APIs @6 Notifications @ 2016-08-04",C[7]],"secp256kfun":["A mid-@O secp256k1 @0 optimized @2 fun!","0.8.2"],"stable-hash":["A stable, structured &Y @9 backward compatibility","0.4.3"],"deoxys":["Pure @4 @1 of @7 Deoxys Authenticated Encryption @9 AssociatedData (AEAD) cipher, including @7 Deoxys-II variant $G was selected by theCAESAR competition as @7 first choice @2 in-depth security",C[4]],"jsonrpc-client-core":["A @5 @2 $x transport &h, auto serializing, strongly typed &J-RPC 2.0 clients",C[3]],"thruster-core-async-await":["An @B await shim @2 @7 @R features of @7 thruster web @h",C[112]],"gtk4-sys":["FFI @3 of GTK 4","0.6.3"],"parse-ansi":["Parse ANSI escape codes (colors, underlines, etc.)","0.1.6"],"^G_ebs":["AWS SDK @2 @4 - &I Elastic Block Store @ 2019-11-02",C[7]],"rustc-ap-rustc_ast_passes":["^t published @X of @7 @U `rustc_ast_passes` in @7 @s-lang/@s &O @F commit 9a27044f42ace9eb652781b53f598e25d4e7e918 ^o publishing script @2 this @5 lives at: https://github.com/alexcrichton/rustc-auto-publish",C[29]],"bufsize":["bytes::BufMut @1 to count buffer size","1.0.5"],"spider":["^o fastest web crawler $X in @4.","1.26.7"],"rustforce":["Salesforce REST $z Client","0.2.2"],"win32job":["A ^Q $z @2 $w' job objects.","1.0.2"],"ink_lang":[C[176],C[106]],"asap":["An @1 of ASAP @2 @s.",C[6]],"query_@f":["Dynamically query a ^a-erased object @2 any $Z @1","0.3.5"],"rustybuzz":["A complete harfbuzz shaping $a port to @4.","0.7.0"],"fuels-signers":["Fuel @4 SDK signers.","0.38.1"],"mozprofile":["@m @2 ^2 @9 Mozilla profiles.","0.9.1"],"riker":["Easily $m &9, highly &Q @6 resilient @z. An Actor Framework @2 @4.","0.4.2"],"uu_expr":["expr ~ (uutils) &s @7 &p of EXPRESSION",C[32]],"imagesize":["Quick probing of image dimensions ^Y loading @7 entire $I.",C[14]],"hdf5-rs":[C[222],C[0]],"hdf5file":["A @4 @1 of HDF5 $I @E",C[5]],"tower-limit":["Limit maximum request rate to a `Service`.","0.3.1"],"mv-prover-boogie-backend":["Move prover Boogie $l","0.3.2"],"evm-gasometer":[C[223],"0.37.0"],"apple-codesign":[C[224],"0.22.0"],"tor-hash-passwd":["Tor control port password &t @6 decryption","1.0.1"],"anchor-generate-cpi-crate":[C[225],"0.3.1"],"glutin_glx_$s":["^o glx @3 @2 glutin","0.4.0"],"cached_^R_@d_@e":[C[226],C[4]],"suffix_^Z":["Suffix trees.","0.2.2"],"smol-potat":[C[227],"1.1.2"],"gladis":[C[450],"2.1.2"],"glowygraph":["A @0 @2 drawing glowy graphs","0.8.0"],"lingua-basque-language-model":["^o Basque @b $V @2 Lingua, an &0 &o @b $g @0","1.0.1"],"$2_amqp_@a":["Custom @a @8 @2 serde_amqp","0.2.1"],"garcon":["A @S of $Z @6 classes to make &f &L or @B @P wait.","0.2.3"],"terraswap":["&a terraswap @e","2.8.0"],"l337-redis":["l337 ^N @2 redis",C[14]],"rent_to_own":["A @k ^a @2 optionally giving up ownership of @7 underlying &p.",C[4]],"vectora":["A vector computation @0","0.8.1"],"ark-test-curves":["A @0 @2 $v ark-ec & ark-poly","0.4.2"],"libnss":["@4 @3 @2 ^g libnss modules","0.4.0"],"libnotcurses-sys":["Low-@O @4 @3 @2 @7 notcurses C @0.","3.8.0"],"c3":["Complete C AST. Enables analysis @6 $q of $f derived @F C.Built @v LLVM 4/Clang @v some fragile C++ APIs to work $S missing @L @6 ambiguities in libclang.",C[14]],"&n_dpi":["@G an $z @2 marking a ^F as DPI-aware on &n systems. Works forWindows 7+, @v @7 newer $z when available. Also @n a method @2 gettingthe DPI appropriate @2 an HWND.Methods are currently stubs @2 other platforms, if anybody would ^K to contributeto @j other platforms I'm happy to help!","0.3.0"],"acme-lib":["@m @2 requesting certificates @F an ACME provider.","0.8.2"],"backtrace-sys":["@J to @7 libbacktrace gcc @0","0.1.37"],"libfrugalos":["$J @5 defines @7 public @f of `frugalos` @2 related ^C","0.7.0"],"nmstate":["@m @2 networking ^q in a declarative manner","2.2.8"],"ui-sys":["Native @3 to @7 minimalist, cross-@w, widget set `libui`","0.1.3"],"cargo-upgrades":["Checks if ^l in Cargo.toml are up to date. Compatible @9 workspaces @6 path ^l.","1.3.5"],"cast":["Ergonomic, checked cast @p @2 primitive @e","0.3.0"],"flaky-finder":["CLI &V meant to find flaky ^V by running multiple times a ^V harness until it fails.","0.2.22"],"epochs":["Convert various epoch times to chrono::NaiveDateTime times.","0.2.4"],"twilight-embed-builder":["Create validated message embeds @2 @7 Twilight ecosystem.",C[39]],"handlebars-iron":["Handlebars templating ^u @2 Iron.","0.29.0"],"mop-structs":["Low-@O @H @2 MOP","0.0.10"],"starknet-crypto-codegen":["Codegen @8 @2 `starknet-&d`","0.3.0"],"delta":["An easy to &m timer @0.","0.2.1"],"mfrc522":["A @w &h &c to @f @7 MFRC522 (RFID reader/writer)",C[3]],"winping":["An easy-to-&m ICMP Echo $z @2 $w programs ^Y requiring elevated rights",C[16]],"wasmer-clif-fork-frontend":[C[228],"0.59.0"],"include-flate-codegen":[C[835],"0.1.4"],"reqwest-middleware":["Wrapper $S reqwest to allow @2 @c ^u chains.","0.2.1"],"tokio-timer-patched":["Timer facilities @2 Tokio, patched @2 $W issue #36, @6 pushed to Crates.io so @x it can be $r in other open source ^4.","0.1.3"],"geo-clipper":["Boolean $p on polygons","0.7.3"],"cw721-base":["Basic @1 cw721 NFTs",C[17]],"poise":["A Discord bot @h @2 serenity","0.5.2"],"elfo":["Your next actor @Z","0.1.40"],"gstreamer-mpegts-sys":["FFI @3 to libgstmpegts-1.0",C[46]],"front-api":["A fully $D & opinionated $z @c @2 @7 Front $z.","0.0.2"],"trust-graph":["trust graph","0.4.0"],"cosmos-sdk-proto-althea":[C[363],"0.13.3"],"^G_importexport":["AWS SDK @2 @4 - AWS Import/Export @ 2010-06-01",C[7]],"secp256kfun_parity_$l":["Vendored @X of paritytech/libsecp256k1 @2 secp256kfun","0.1.6"],"variation":["A $0 @d to ^v enum variant methods",C[5]],"cargo-modules":["A $1 $H @2 showing a ^Z-^K overview of a crate's modules.","0.7.6"],"glyph-names":["Mapping of characters to glyph names according to @7 Adobe Glyph List Specification",C[0]],"iso639-1":["iso639-1 enum @6 ^i","0.3.0"],"pallet-elections-phragmen":["FRAME pallet @t on seq-Phragmén election method.",C[97]],"rustc-ap-rustc_feature":["^t published @X of @7 @U `rustc_feature` in @7 @s-lang/@s &O @F commit 9a27044f42ace9eb652781b53f598e25d4e7e918 ^o publishing script @2 this @5 lives at: https://github.com/alexcrichton/rustc-auto-publish",C[29]],"simpdiscover":["A @l @0 @2 UDP @t &C discovery","0.6.2"],"versionisator":["Tool @2 build.rs script to &s handy @X @Y","1.2.0"],"pnet_@8":["Automatic bit manipulation @2 ^8 @L formats","0.33.0"],"pid":["A PID controller.","4.0.0"],"tokio-eventfd":["Linux eventfd @2 $Q",C[0]],"yarte_hir":["Intermediate &4 @2 yarte","0.15.6"],"bee-ledger-types":["All @e required to compute @6 maintain @7 ledger state.","1.0.1"],"mv-package":["Package @6 $m @Z @2 Move $f","0.3.2"],"webbrowser":["Open URLs in web browsers available on a @w","0.8.8"],"wgpu_glyph":["A &9 text renderer @2 wgpu, powered by glyph_brush",C[48]],"math_adapter":["&A of math adapters to decouple &f $A @F math ^b' @u @6 to provide both inter-^b compatibility @6 affordable exchangeability.","0.3.8"],"xxhash":["^o xxHash hashing $a","0.0.8"],"ordered-float":["Wrappers @2 total ordering on floats","3.6.0"],"nom-leb128":["Fast LEB128 ^h @2 @7 nom @i combinator @0",C[0]],"symbol_table":["A symbol table that's &9, &Q, @6 gives stable references.","0.3.0"],"cuid2":["An @1 of @7 CUID2 @o in @s",C[4]],"ensicoin_&8":["Data @e $r in @7 ensicoin @o","0.7.5"],"parasailors":["SIMD accelerated pairwise genetic sequence alignment.","0.3.1"],"nydus-blobfs":["Blob object $I @Z @2 Nydus Image Service",C[0]],"librespot-core":["^o @R @D provided by librespot","0.4.2"],"simpledateformat":["SimpleDateFormat.java style ^K date @E","0.1.3"],"winter-math":["Math @0 @2 @7 Winterfell STARK prover/verifier","0.5.1"],"codespan-lsp":["Conversions $d codespan @e @6 Language Server ^1 @e",C[39]],"html-minifier":["$J @0 can help you ^v @6 minify &f HTML $f at @7 same ^5. It also supports to minify JS @6 CSS in `