From ee7c3fb6d7a254f38d4ccf0d8aaac0dbe24b4546 Mon Sep 17 00:00:00 2001 From: Folyd Date: Wed, 27 Oct 2021 22:30:10 +0800 Subject: [PATCH] Update index --- extension/index/books.js | 2 +- extension/index/caniuse.js | 2 +- extension/index/commands.js | 2 +- extension/index/crates.js | 2 +- extension/index/labels.js | 2 +- extension/index/lints.js | 2 +- extension/index/rfcs.js | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/extension/index/books.js b/extension/index/books.js index efcb02aa..a1731d99 100644 --- a/extension/index/books.js +++ b/extension/index/books.js @@ -1 +1 @@ -var C=["The Rust Programming Language","1. Getting Started","3. Common Programming Concepts","4. Understanding Ownership","5. Using Structs to Structure Related Data","6. Enums and Pattern Matching","7. Managing Growing Projects with Packages, Crates, and Modules","8. Common Collections","9. Error Handling","10. Generic Types, Traits, and Lifetimes","11. Writing Automated Tests","12. An I/O Project: Building a Command Line Program","13. Functional Language Features: Iterators and Closures","14. More about Cargo and Crates.io","15. Smart Pointers","16. Fearless Concurrency","17. Object Oriented Programming Features of Rust","18. Patterns and Matching","19. Advanced Features","20. Final Project: Building a Multithreaded Web Server","21. Appendix","2. Under the Hood: Executing Futures and Tasks","5. Streams","6. Executing Multiple Futures at a Time","7. Workarounds to Know and Love","9. Final Project: HTTP Server","Introduction","1. What are editions?","3. Rust 2018","4. Rust 2021","1.1. Installation","2. Cargo Guide","3. Cargo Reference","3.1. Specifying Dependencies","3.2. The Manifest Format","3.4. Features","3.8. Build Scripts","4. Cargo Commands","4.1. General Commands","4.2. Build Commands","4.3. Manifest Commands","4.4. Package Commands","4.5. Publishing Commands","introduction","3. Background And Concepts","4. Tutorial","reference/index","5. Reference","1. Introduction","1.4. Installation","2. Getting started","3. Peripherals","4. Static Guarantees","8. Design Patterns","8.1. HALs","10. Interoperability","11. Unsorted topics","appendix/glossary","1. Algorithms","2. Command Line","3. Compression","4. Concurrency","5. Cryptography","6. Data Structures","7. Database","8. Date and Time","9. Development Tools","9.1. Debugging","10. Encoding","11. Error Handling","12. File System","13. Hardware Support","14. Memory Management","15. Network","16. Operating System","17. Science","17.1. Mathematics","18. Text Processing","19. Web Programming","19.4. Clients","1. Meet Safe and Unsafe","2. Data Layout","3. Ownership","4. Type Conversions","5. Uninitialized Memory","6. Ownership Based Resource Management","7. Unwinding","concurrency","8. Concurrency","9. Implementing Vec","10. Implementing Arc and Mutex","10.1. Arc","12. Beneath std","2. Lexical structure","3. Macros","6. Items","7. Attributes","8. Statements and expressions","8.2. Expressions","10. Type system","10.1. Types","subtyping","destructors","lifetime-elision","12. Names","13. Memory model","15. Unsafety","19. Appendices","The Unstable Book","1. Compiler flags","2. Language features","3. Library Features","The Embedded Rust Book","intro/index","1.1. Hardware","intro/hardware","1.2. no_std","intro/no-std","1.3. Tooling","intro/tooling","intro/install","1.4.1. Linux","intro/install/linux","1.4.2. MacOS","intro/install/macos","1.4.3. Windows","intro/install/windows","1.4.4. Verify Installation","intro/install/verify","start/index","2.1. QEMU","start/qemu","2.2. Hardware","start/hardware","2.3. Memory-mapped Registers","start/registers","2.4. Semihosting","start/semihosting","2.5. Panicking","start/panicking","2.6. Exceptions","start/exceptions","2.7. Interrupts","start/interrupts","peripherals/index","3.1. A first attempt in Rust","peripherals/a-first-attempt","3.2. The Borrow Checker","peripherals/borrowck","3.3. Singletons","peripherals/singletons","static-guarantees/index","4.1. Typestate Programming","static-guarantees/typestate-programming","4.2. Peripherals as State Machines","static-guarantees/state-machines","4.3. Design Contracts","static-guarantees/design-contracts","4.4. Zero Cost Abstractions","static-guarantees/zero-cost-abstractions","5. Portability","portability/index","6. Concurrency","concurrency/index","7. Collections","collections/index","design-patterns/index","design-patterns/hal/index","8.1.1. Checklist","design-patterns/hal/checklist","8.1.2. Naming","design-patterns/hal/naming","8.1.3. Interoperability","design-patterns/hal/interoperability","8.1.4. Predictability","design-patterns/hal/predictability","8.1.5. GPIO","design-patterns/hal/gpio","9. Tips for embedded C developers","c-tips/index","interoperability/index","10.1. A little C with your Rust","interoperability/c-with-rust","10.2. A little Rust with your C","interoperability/rust-with-c","unsorted/index","11.1. Optimizations: The speed size tradeoff","unsorted/speed-vs-size","Appendix A: Glossary","1. How to Build and Run the Compiler","2. The compiler testing framework","3. Debugging the Compiler","4. Profiling the compiler","17. Notification groups","23. Queries: demand-driven compilation","30. The Rustc Driver and Interface","31. Syntax and the AST","32. The HIR (High-level IR)","34. The MIR (Mid-level IR)","identifiers","38. The ty module: representing types","40. Trait solving","40.5. Chalk-based trait solving","41. Type checking","44. The borrow checker","44.1. Tracking moves and initialization","44.3. Region inference","46. Errors and Lints","50. Constant evaluation","53. Code Generation","About this guide","about-this-guide","getting-started","1. The feature lifecycle","2. Code considerations","2.1. Design","2.2. Breaking changes","2.3. Safety and soundness","2.4. Using unstable language features","2.5. Performance","3. Documentation","4. Tools and bots"];var N=N;var booksIndex=[{"name":C[0],"url":"https://doc.rust-lang.org/stable/book/","pages":[[C[0],"title-page",N],["Foreword","foreword",N],[C[26],"ch00-00-introduction",N],[C[1],"ch01-00-getting-started",N],[C[30],"ch01-01-installation",[C[1]]],["1.2. Hello, World!","ch01-02-hello-world",[C[1]]],["1.3. Hello, Cargo!","ch01-03-hello-cargo",[C[1]]],["2. Programming a Guessing Game","ch02-00-guessing-game-tutorial",N],[C[2],"ch03-00-common-programming-concepts",N],["3.1. Variables and Mutability","ch03-01-variables-and-mutability",[C[2]]],["3.2. Data Types","ch03-02-data-types",[C[2]]],["3.3. Functions","ch03-03-how-functions-work",[C[2]]],["3.4. Comments","ch03-04-comments",[C[2]]],["3.5. Control Flow","ch03-05-control-flow",[C[2]]],[C[3],"ch04-00-understanding-ownership",N],["4.1. What is Ownership?","ch04-01-what-is-ownership",[C[3]]],["4.2. References and Borrowing","ch04-02-references-and-borrowing",[C[3]]],["4.3. The Slice Type","ch04-03-slices",[C[3]]],[C[4],"ch05-00-structs",N],["5.1. Defining and Instantiating Structs","ch05-01-defining-structs",[C[4]]],["5.2. An Example Program Using Structs","ch05-02-example-structs",[C[4]]],["5.3. Method Syntax","ch05-03-method-syntax",[C[4]]],[C[5],"ch06-00-enums",N],["6.1. Defining an Enum","ch06-01-defining-an-enum",[C[5]]],["6.2. The match Control Flow Operator","ch06-02-match",[C[5]]],["6.3. Concise Control Flow with if let","ch06-03-if-let",[C[5]]],[C[6],"ch07-00-managing-growing-projects-with-packages-crates-and-modules",N],["7.1. Packages and Crates","ch07-01-packages-and-crates",[C[6]]],["7.2. Defining Modules to Control Scope and Privacy","ch07-02-defining-modules-to-control-scope-and-privacy",[C[6]]],["7.3. Paths for Referring to an Item in the Module Tree","ch07-03-paths-for-referring-to-an-item-in-the-module-tree",[C[6]]],["7.4. Bringing Paths Into Scope with the use Keyword","ch07-04-bringing-paths-into-scope-with-the-use-keyword",[C[6]]],["7.5. Separating Modules into Different Files","ch07-05-separating-modules-into-different-files",[C[6]]],[C[7],"ch08-00-common-collections",N],["8.1. Storing Lists of Values with Vectors","ch08-01-vectors",[C[7]]],["8.2. Storing UTF-8 Encoded Text with Strings","ch08-02-strings",[C[7]]],["8.3. Storing Keys with Associated Values in Hash Maps","ch08-03-hash-maps",[C[7]]],[C[8],"ch09-00-error-handling",N],["9.1. Unrecoverable Errors with panic!","ch09-01-unrecoverable-errors-with-panic",[C[8]]],["9.2. Recoverable Errors with Result","ch09-02-recoverable-errors-with-result",[C[8]]],["9.3. To panic! or Not To panic!","ch09-03-to-panic-or-not-to-panic",[C[8]]],[C[9],"ch10-00-generics",N],["10.1. Generic Data Types","ch10-01-syntax",[C[9]]],["10.2. Traits: Defining Shared Behavior","ch10-02-traits",[C[9]]],["10.3. Validating References with Lifetimes","ch10-03-lifetime-syntax",[C[9]]],[C[10],"ch11-00-testing",N],["11.1. How to Write Tests","ch11-01-writing-tests",[C[10]]],["11.2. Controlling How Tests Are Run","ch11-02-running-tests",[C[10]]],["11.3. Test Organization","ch11-03-test-organization",[C[10]]],[C[11],"ch12-00-an-io-project",N],["12.1. Accepting Command Line Arguments","ch12-01-accepting-command-line-arguments",[C[11]]],["12.2. Reading a File","ch12-02-reading-a-file",[C[11]]],["12.3. Refactoring to Improve Modularity and Error Handling","ch12-03-improving-error-handling-and-modularity",[C[11]]],["12.4. Developing the Library’s Functionality with Test Driven Development","ch12-04-testing-the-librarys-functionality",[C[11]]],["12.5. Working with Environment Variables","ch12-05-working-with-environment-variables",[C[11]]],["12.6. Writing Error Messages to Standard Error Instead of Standard Output","ch12-06-writing-to-stderr-instead-of-stdout",[C[11]]],[C[12],"ch13-00-functional-features",N],["13.1. Closures: Anonymous Functions that Can Capture Their Environment","ch13-01-closures",[C[12]]],["13.2. Processing a Series of Items with Iterators","ch13-02-iterators",[C[12]]],["13.3. Improving Our I/O Project","ch13-03-improving-our-io-project",[C[12]]],["13.4. Comparing Performance: Loops vs. Iterators","ch13-04-performance",[C[12]]],[C[13],"ch14-00-more-about-cargo",N],["14.1. Customizing Builds with Release Profiles","ch14-01-release-profiles",[C[13]]],["14.2. Publishing a Crate to Crates.io","ch14-02-publishing-to-crates-io",[C[13]]],["14.3. Cargo Workspaces","ch14-03-cargo-workspaces",[C[13]]],["14.4. Installing Binaries from Crates.io with cargo install","ch14-04-installing-binaries",[C[13]]],["14.5. Extending Cargo with Custom Commands","ch14-05-extending-cargo",[C[13]]],[C[14],"ch15-00-smart-pointers",N],["15.1. Using Box to Point to Data on the Heap","ch15-01-box",[C[14]]],["15.2. Treating Smart Pointers Like Regular References with the Deref Trait","ch15-02-deref",[C[14]]],["15.3. Running Code on Cleanup with the Drop Trait","ch15-03-drop",[C[14]]],["15.4. Rc, the Reference Counted Smart Pointer","ch15-04-rc",[C[14]]],["15.5. RefCell and the Interior Mutability Pattern","ch15-05-interior-mutability",[C[14]]],["15.6. Reference Cycles Can Leak Memory","ch15-06-reference-cycles",[C[14]]],[C[15],"ch16-00-concurrency",N],["16.1. Using Threads to Run Code Simultaneously","ch16-01-threads",[C[15]]],["16.2. Using Message Passing to Transfer Data Between Threads","ch16-02-message-passing",[C[15]]],["16.3. Shared-State Concurrency","ch16-03-shared-state",[C[15]]],["16.4. Extensible Concurrency with the Sync and Send Traits","ch16-04-extensible-concurrency-sync-and-send",[C[15]]],[C[16],"ch17-00-oop",N],["17.1. Characteristics of Object-Oriented Languages","ch17-01-what-is-oo",[C[16]]],["17.2. Using Trait Objects That Allow for Values of Different Types","ch17-02-trait-objects",[C[16]]],["17.3. Implementing an Object-Oriented Design Pattern","ch17-03-oo-design-patterns",[C[16]]],[C[17],"ch18-00-patterns",N],["18.1. All the Places Patterns Can Be Used","ch18-01-all-the-places-for-patterns",[C[17]]],["18.2. Refutability: Whether a Pattern Might Fail to Match","ch18-02-refutability",[C[17]]],["18.3. Pattern Syntax","ch18-03-pattern-syntax",[C[17]]],[C[18],"ch19-00-advanced-features",N],["19.1. Unsafe Rust","ch19-01-unsafe-rust",[C[18]]],["19.2. Advanced Traits","ch19-03-advanced-traits",[C[18]]],["19.3. Advanced Types","ch19-04-advanced-types",[C[18]]],["19.4. Advanced Functions and Closures","ch19-05-advanced-functions-and-closures",[C[18]]],["19.5. Macros","ch19-06-macros",[C[18]]],[C[19],"ch20-00-final-project-a-web-server",N],["20.1. Building a Single-Threaded Web Server","ch20-01-single-threaded",[C[19]]],["20.2. Turning Our Single-Threaded Server into a Multithreaded Server","ch20-02-multithreaded",[C[19]]],["20.3. Graceful Shutdown and Cleanup","ch20-03-graceful-shutdown-and-cleanup",[C[19]]],[C[20],"appendix-00",N],["21.1. A - Keywords","appendix-01-keywords",[C[20]]],["21.2. B - Operators and Symbols","appendix-02-operators",[C[20]]],["21.3. C - Derivable Traits","appendix-03-derivable-traits",[C[20]]],["21.4. D - Useful Development Tools","appendix-04-useful-development-tools",[C[20]]],["21.5. E - Editions","appendix-05-editions",[C[20]]],["21.6. F - Translations of the Book","appendix-06-translation",[C[20]]],["21.7. G - How Rust is Made and “Nightly Rust”","appendix-07-nightly-rust",[C[20]]]]},{"name":"Rust Async Book","url":"https://rust-lang.github.io/async-book/","pages":[[C[1],"01_getting_started/01_chapter",N],["1.1. Why Async?","01_getting_started/02_why_async",[C[1]]],["1.2. The State of Asynchronous Rust","01_getting_started/03_state_of_async_rust",[C[1]]],["1.3. async/.await Primer","01_getting_started/04_async_await_primer",[C[1]]],[C[21],"02_execution/01_chapter",N],["2.1. The Future Trait","02_execution/02_future",[C[21]]],["2.2. Task Wakeups with Waker","02_execution/03_wakeups",[C[21]]],["2.3. Applied: Build an Executor","02_execution/04_executor",[C[21]]],["2.4. Executors and System IO","02_execution/05_io",[C[21]]],["3. async/await","03_async_await/01_chapter",N],["4. Pinning","04_pinning/01_chapter",N],[C[22],"05_streams/01_chapter",N],["5.1. Iteration and Concurrency","05_streams/02_iteration_and_concurrency",[C[22]]],[C[23],"06_multiple_futures/01_chapter",N],["6.1. join!","06_multiple_futures/02_join",[C[23]]],["6.2. select!","06_multiple_futures/03_select",[C[23]]],[C[24],"07_workarounds/01_chapter",N],["7.1. ? in async Blocks","07_workarounds/02_err_in_async_blocks",[C[24]]],["7.2. Send Approximation","07_workarounds/03_send_approximation",[C[24]]],["7.3. Recursion","07_workarounds/04_recursion",[C[24]]],["7.4. async in Traits","07_workarounds/05_async_in_traits",[C[24]]],["8. The Async Ecosystem","08_ecosystem/00_chapter",N],[C[25],"09_example/00_intro",N],["9.1. Running Asynchronous Code","09_example/01_running_async_code",[C[25]]],["9.2. Handling Connections Concurrently","09_example/02_handling_connections_concurrently",[C[25]]],["9.3. Testing the Server","09_example/03_tests",[C[25]]]]},{"name":"Rust Edition Guide Book","url":"https://doc.rust-lang.org/stable/edition-guide/","pages":[[C[26],C[43],N],[C[27],"editions/index",N],["1.1. Creating a new project","editions/creating-a-new-project",[C[27]]],["1.2. Transitioning an existing project to a new edition","editions/transitioning-an-existing-project-to-a-new-edition",[C[27]]],["1.3. Advanced migrations","editions/advanced-migrations",[C[27]]],["2. Rust 2015","rust-2015/index",N],[C[28],"rust-2018/index",N],["3.1. Path and module system changes","rust-2018/path-changes",[C[28]]],["3.2. Anonymous trait function parameters deprecated","rust-2018/trait-fn-parameters",[C[28]]],["3.3. New keywords","rust-2018/new-keywords",[C[28]]],["3.4. Method dispatch for raw pointers to inference variables","rust-2018/tyvar-behind-raw-pointer",[C[28]]],["3.5. Cargo changes","rust-2018/cargo",[C[28]]],[C[29],"rust-2021/index",N],["4.1. Additions to the prelude","rust-2021/prelude",[C[29]]],["4.2. Default Cargo feature resolver","rust-2021/default-cargo-resolver",[C[29]]],["4.3. IntoIterator for arrays","rust-2021/IntoIterator-for-arrays",[C[29]]],["4.4. Disjoint capture in closures","rust-2021/disjoint-capture-in-closures",[C[29]]],["4.5. Panic macro consistency","rust-2021/panic-macro-consistency",[C[29]]],["4.6. Reserving syntax","rust-2021/reserving-syntax",[C[29]]],["4.7. Warnings promoted to errors","rust-2021/warnings-promoted-to-error",[C[29]]],["4.8. Or patterns in macro-rules","rust-2021/or-patterns-macro-rules",[C[29]]]]},{"name":"The Cargo Book","url":"https://doc.rust-lang.org/cargo/","pages":[[C[26],"index",N],[C[1],"getting-started/index",N],[C[30],"getting-started/installation",[C[1]]],["1.2. First Steps with Cargo","getting-started/first-steps",[C[1]]],[C[31],"guide/index",N],["2.1. Why Cargo Exists","guide/why-cargo-exists",[C[31]]],["2.2. Creating a New Package","guide/creating-a-new-project",[C[31]]],["2.3. Working on an Existing Package","guide/working-on-an-existing-project",[C[31]]],["2.4. Dependencies","guide/dependencies",[C[31]]],["2.5. Package Layout","guide/project-layout",[C[31]]],["2.6. Cargo.toml vs Cargo.lock","guide/cargo-toml-vs-cargo-lock",[C[31]]],["2.7. Tests","guide/tests",[C[31]]],["2.8. Continuous Integration","guide/continuous-integration",[C[31]]],["2.9. Cargo Home","guide/cargo-home",[C[31]]],["2.10. Build Cache","guide/build-cache",[C[31]]],[C[32],C[46],N],[C[33],"reference/specifying-dependencies",[C[32]]],["3.1.1. Overriding Dependencies","reference/overriding-dependencies",[C[32],C[33]]],[C[34],"reference/manifest",[C[32]]],["3.2.1. Cargo Targets","reference/cargo-targets",[C[32],C[34]]],["3.3. Workspaces","reference/workspaces",[C[32]]],[C[35],"reference/features",[C[32]]],["3.4.1. Features Examples","reference/features-examples",[C[32],C[35]]],["3.5. Profiles","reference/profiles",[C[32]]],["3.6. Configuration","reference/config",[C[32]]],["3.7. Environment Variables","reference/environment-variables",[C[32]]],[C[36],"reference/build-scripts",[C[32]]],["3.8.1. Build Script Examples","reference/build-script-examples",[C[32],C[36]]],["3.9. Publishing on crates.io","reference/publishing",[C[32]]],["3.10. Package ID Specifications","reference/pkgid-spec",[C[32]]],["3.11. Source Replacement","reference/source-replacement",[C[32]]],["3.12. External Tools","reference/external-tools",[C[32]]],["3.13. Registries","reference/registries",[C[32]]],["3.14. Dependency Resolution","reference/resolver",[C[32]]],["3.15. SemVer Compatibility","reference/semver",[C[32]]],["3.16. Unstable Features","reference/unstable",[C[32]]],[C[37],"commands/index",N],[C[38],"commands/general-commands",[C[37]]],["4.1.1. cargo","commands/cargo",[C[37],C[38]]],["4.1.2. cargo help","commands/cargo-help",[C[37],C[38]]],["4.1.3. cargo version","commands/cargo-version",[C[37],C[38]]],[C[39],"commands/build-commands",[C[37]]],["4.2.1. cargo bench","commands/cargo-bench",[C[37],C[39]]],["4.2.2. cargo build","commands/cargo-build",[C[37],C[39]]],["4.2.3. cargo check","commands/cargo-check",[C[37],C[39]]],["4.2.4. cargo clean","commands/cargo-clean",[C[37],C[39]]],["4.2.5. cargo doc","commands/cargo-doc",[C[37],C[39]]],["4.2.6. cargo fetch","commands/cargo-fetch",[C[37],C[39]]],["4.2.7. cargo fix","commands/cargo-fix",[C[37],C[39]]],["4.2.8. cargo run","commands/cargo-run",[C[37],C[39]]],["4.2.9. cargo rustc","commands/cargo-rustc",[C[37],C[39]]],["4.2.10. cargo rustdoc","commands/cargo-rustdoc",[C[37],C[39]]],["4.2.11. cargo test","commands/cargo-test",[C[37],C[39]]],[C[40],"commands/manifest-commands",[C[37]]],["4.3.1. cargo generate-lockfile","commands/cargo-generate-lockfile",[C[37],C[40]]],["4.3.2. cargo locate-project","commands/cargo-locate-project",[C[37],C[40]]],["4.3.3. cargo metadata","commands/cargo-metadata",[C[37],C[40]]],["4.3.4. cargo pkgid","commands/cargo-pkgid",[C[37],C[40]]],["4.3.5. cargo tree","commands/cargo-tree",[C[37],C[40]]],["4.3.6. cargo update","commands/cargo-update",[C[37],C[40]]],["4.3.7. cargo vendor","commands/cargo-vendor",[C[37],C[40]]],["4.3.8. cargo verify-project","commands/cargo-verify-project",[C[37],C[40]]],[C[41],"commands/package-commands",[C[37]]],["4.4.1. cargo init","commands/cargo-init",[C[37],C[41]]],["4.4.2. cargo install","commands/cargo-install",[C[37],C[41]]],["4.4.3. cargo new","commands/cargo-new",[C[37],C[41]]],["4.4.4. cargo search","commands/cargo-search",[C[37],C[41]]],["4.4.5. cargo uninstall","commands/cargo-uninstall",[C[37],C[41]]],[C[42],"commands/publishing-commands",[C[37]]],["4.5.1. cargo login","commands/cargo-login",[C[37],C[42]]],["4.5.2. cargo owner","commands/cargo-owner",[C[37],C[42]]],["4.5.3. cargo package","commands/cargo-package",[C[37],C[42]]],["4.5.4. cargo publish","commands/cargo-publish",[C[37],C[42]]],["4.5.5. cargo yank","commands/cargo-yank",[C[37],C[42]]],["5. FAQ","faq",N],["6. Appendix: Glossary",C[57],N],["7. Appendix: Git Authentication","appendix/git-authentication",N]]},{"name":"Rust and WebAssembly Book","url":"https://rustwasm.github.io/docs/book/","pages":[[C[48],C[43],N],["2. Why Rust and WebAssembly?","why-rust-and-webassembly",N],[C[44],"background-and-concepts",N],["3.1. What is WebAssembly?","what-is-webassembly",[C[44]]],[C[45],"game-of-life/introduction",N],["4.1. Setup","game-of-life/setup",[C[45]]],["4.2. Hello, World!","game-of-life/hello-world",[C[45]]],["4.3. Rules","game-of-life/rules",[C[45]]],["4.4. Implementing Life","game-of-life/implementing",[C[45]]],["4.5. Testing Life","game-of-life/testing",[C[45]]],["4.6. Debugging","game-of-life/debugging",[C[45]]],["4.7. Adding Interactivity","game-of-life/interactivity",[C[45]]],["4.8. Time Profiling","game-of-life/time-profiling",[C[45]]],["4.9. Shrinking .wasm Size","game-of-life/code-size",[C[45]]],["4.10. Publishing to npm","game-of-life/publishing-to-npm",[C[45]]],[C[47],C[46],N],["5.1. Crates You Should Know","reference/crates",[C[47]]],["5.2. Tools You Should Know","reference/tools",[C[47]]],["5.3. Project Templates","reference/project-templates",[C[47]]],["5.4. Debugging","reference/debugging",[C[47]]],["5.5. Time Profiling","reference/time-profiling",[C[47]]],["5.6. Shrinking .wasm Size","reference/code-size",[C[47]]],["5.7. JavaScript Interoperation","reference/js-ffi",[C[47]]],["5.8. Which Crates Will Work Off-the-Shelf with WebAssembly?","reference/which-crates-work-with-wasm",[C[47]]],["5.9. How to Add WebAssembly Support to a General-Purpose Crate","reference/add-wasm-support-to-crate",[C[47]]],["5.10. Deploying Rust and WebAssembly to Production","reference/deploying-to-production",[C[47]]]]},{"name":C[112],"url":"https://rust-embedded.github.io/book/","pages":[[C[48],C[113],N],[C[114],C[115],[C[48]]],[C[116],C[117],[C[48]]],[C[118],C[119],[C[48]]],[C[49],C[120],[C[48]]],[C[121],C[122],[C[48],C[49]]],[C[123],C[124],[C[48],C[49]]],[C[125],C[126],[C[48],C[49]]],[C[127],C[128],[C[48],C[49]]],[C[50],C[129],N],[C[130],C[131],[C[50]]],[C[132],C[133],[C[50]]],[C[134],C[135],[C[50]]],[C[136],C[137],[C[50]]],[C[138],C[139],[C[50]]],[C[140],C[141],[C[50]]],[C[142],C[143],[C[50]]],["2.8. IO","start/io",[C[50]]],[C[51],C[144],N],[C[145],C[146],[C[51]]],[C[147],C[148],[C[51]]],[C[149],C[150],[C[51]]],[C[52],C[151],N],[C[152],C[153],[C[52]]],[C[154],C[155],[C[52]]],[C[156],C[157],[C[52]]],[C[158],C[159],[C[52]]],[C[160],C[161],N],[C[162],C[163],N],[C[164],C[165],N],[C[53],C[166],N],[C[54],C[167],[C[53]]],[C[168],C[169],[C[53],C[54]]],[C[170],C[171],[C[53],C[54]]],[C[172],C[173],[C[53],C[54]]],[C[174],C[175],[C[53],C[54]]],[C[176],C[177],[C[53],C[54]]],[C[178],C[179],N],[C[55],C[180],N],[C[181],C[182],[C[55]]],[C[183],C[184],[C[55]]],[C[56],C[185],N],[C[186],C[187],[C[56]]],[C[188],C[57],N]]},{"name":"The Rust Cookbook","url":"https://rust-lang-nursery.github.io/rust-cookbook/","pages":[["Table of Contents","intro",N],["About","about",N],[C[58],"algorithms",N],["1.1. Generate Random Values","algorithms/randomness",[C[58]]],["1.2. Sort a Vector","algorithms/sorting",[C[58]]],[C[59],"cli",N],["2.1. Argument Parsing","cli/arguments",[C[59]]],["2.2. ANSI Terminal","cli/ansi_terminal",[C[59]]],[C[60],"compression",N],["3.1. Working with Tarballs","compression/tar",[C[60]]],[C[61],C[87],N],["4.1. Explicit Threads","concurrency/threads",[C[61]]],["4.2. Data Parallelism","concurrency/parallel",[C[61]]],[C[62],"cryptography",N],["5.1. Hashing","cryptography/hashing",[C[62]]],["5.2. Encryption","cryptography/encryption",[C[62]]],[C[63],"data_structures",N],["6.1. Bitfield","data_structures/bitfield",[C[63]]],[C[64],"database",N],["7.1. SQLite","database/sqlite",[C[64]]],["7.2. Postgres","database/postgres",[C[64]]],[C[65],"datetime",N],["8.1. Duration and Calculation","datetime/duration",[C[65]]],["8.2. Parsing and Displaying","datetime/parse",[C[65]]],[C[66],"development_tools",N],[C[67],"development_tools/debugging",[C[66]]],["9.1.1. Log Messages","development_tools/debugging/log",[C[66],C[67]]],["9.1.2. Configure Logging","development_tools/debugging/config_log",[C[66],C[67]]],["9.2. Versioning","development_tools/versioning",[C[66]]],["9.3. Build Time Tooling","development_tools/build_tools",[C[66]]],[C[68],"encoding",N],["10.1. Character Sets","encoding/strings",[C[68]]],["10.2. CSV processing","encoding/csv",[C[68]]],["10.3. Structured Data","encoding/complex",[C[68]]],[C[69],"errors",N],["11.1. Handle Error Variants","errors/handle",[C[69]]],[C[70],"file",N],["12.1. Read & Write","file/read-write",[C[70]]],["12.2. Directory Traversal","file/dir",[C[70]]],[C[71],"hardware",N],["13.1. Processor","hardware/processor",[C[71]]],[C[72],"mem",N],["14.1. Global Static","mem/global_static",[C[72]]],[C[73],"net",N],["15.1. Server","net/server",[C[73]]],[C[74],"os",N],["16.1. External Command","os/external",[C[74]]],[C[75],"science",N],[C[76],"science/mathematics",[C[75]]],["17.1.1. Linear Algebra","science/mathematics/linear_algebra",[C[75],C[76]]],["17.1.2. Trigonometry","science/mathematics/trigonometry",[C[75],C[76]]],["17.1.3. Complex Numbers","science/mathematics/complex_numbers",[C[75],C[76]]],["17.1.4. Statistics","science/mathematics/statistics",[C[75],C[76]]],["17.1.5. Miscellaneous","science/mathematics/miscellaneous",[C[75],C[76]]],[C[77],"text",N],["18.1. Regular Expressions","text/regex",[C[77]]],["18.2. String Parsing","text/string_parsing",[C[77]]],[C[78],"web",N],["19.1. Extracting Links","web/scraping",[C[78]]],["19.2. URL","web/url",[C[78]]],["19.3. Media Types","web/mime",[C[78]]],[C[79],"web/clients",[C[78]]],["19.4.1. Making Requests","web/clients/requests",[C[78],C[79]]],["19.4.2. Calling a Web API","web/clients/apis",[C[78],C[79]]],["19.4.3. Downloads","web/clients/download",[C[78],C[79]]],["19.4.4. Web Authentication","web/clients/authentication",[C[78],C[79]]]]},{"name":"The Rustonomicon","url":"https://doc.rust-lang.org/nomicon/","pages":[[C[26],"intro",N],[C[80],"meet-safe-and-unsafe",N],["1.1. How Safe and Unsafe Interact","safe-unsafe-meaning",[C[80]]],["1.2. What Unsafe Can Do","what-unsafe-does",[C[80]]],["1.3. Working with Unsafe","working-with-unsafe",[C[80]]],[C[81],"data",N],["2.1. repr(Rust)","repr-rust",[C[81]]],["2.2. Exotically Sized Types","exotic-sizes",[C[81]]],["2.3. Other reprs","other-reprs",[C[81]]],[C[82],"ownership",N],["3.1. References","references",[C[82]]],["3.2. Aliasing","aliasing",[C[82]]],["3.3. Lifetimes","lifetimes",[C[82]]],["3.4. Limits of Lifetimes","lifetime-mismatch",[C[82]]],["3.5. Lifetime Elision",C[103],[C[82]]],["3.6. Unbounded Lifetimes","unbounded-lifetimes",[C[82]]],["3.7. Higher-Rank Trait Bounds","hrtb",[C[82]]],["3.8. Subtyping and Variance",C[101],[C[82]]],["3.9. Drop Check","dropck",[C[82]]],["3.10. PhantomData","phantom-data",[C[82]]],["3.11. Splitting Borrows","borrow-splitting",[C[82]]],[C[83],"conversions",N],["4.1. Coercions","coercions",[C[83]]],["4.2. The Dot Operator","dot-operator",[C[83]]],["4.3. Casts","casts",[C[83]]],["4.4. Transmutes","transmutes",[C[83]]],[C[84],"uninitialized",N],["5.1. Checked","checked-uninit",[C[84]]],["5.2. Drop Flags","drop-flags",[C[84]]],["5.3. Unchecked","unchecked-uninit",[C[84]]],[C[85],"obrm",N],["6.1. Constructors","constructors",[C[85]]],["6.2. Destructors",C[102],[C[85]]],["6.3. Leaking","leaking",[C[85]]],[C[86],"unwinding",N],["7.1. Exception Safety","exception-safety",[C[86]]],["7.2. Poisoning","poisoning",[C[86]]],[C[88],C[87],N],["8.1. Races","races",[C[88]]],["8.2. Send and Sync","send-and-sync",[C[88]]],["8.3. Atomics","atomics",[C[88]]],[C[89],"vec/vec",N],["9.1. Layout","vec/vec-layout",[C[89]]],["9.2. Allocating","vec/vec-alloc",[C[89]]],["9.3. Push and Pop","vec/vec-push-pop",[C[89]]],["9.4. Deallocating","vec/vec-dealloc",[C[89]]],["9.5. Deref","vec/vec-deref",[C[89]]],["9.6. Insert and Remove","vec/vec-insert-remove",[C[89]]],["9.7. IntoIter","vec/vec-into-iter",[C[89]]],["9.8. RawVec","vec/vec-raw",[C[89]]],["9.9. Drain","vec/vec-drain",[C[89]]],["9.10. Handling Zero-Sized Types","vec/vec-zsts",[C[89]]],["9.11. Final Code","vec/vec-final",[C[89]]],[C[90],"arc-mutex/arc-and-mutex",N],[C[91],"arc-mutex/arc",[C[90]]],["10.1.1. Layout","arc-mutex/arc-layout",[C[90],C[91]]],["10.1.2. Base Code","arc-mutex/arc-base",[C[90],C[91]]],["10.1.3. Cloning","arc-mutex/arc-clone",[C[90],C[91]]],["10.1.4. Dropping","arc-mutex/arc-drop",[C[90],C[91]]],["10.1.5. Final Code","arc-mutex/arc-final",[C[90],C[91]]],["11. FFI","ffi",N],[C[92],"beneath-std",N],["12.1. #[panic_handler]","panic-handler",[C[92]]]]},{"name":"The Rust Reference","url":"https://doc.rust-lang.org/reference/","pages":[[C[26],C[43],N],["1. Notation","notation",N],[C[93],"lexical-structure",N],["2.1. Input format","input-format",[C[93]]],["2.2. Keywords","keywords",[C[93]]],["2.3. Identifiers",C[199],[C[93]]],["2.4. Comments","comments",[C[93]]],["2.5. Whitespace","whitespace",[C[93]]],["2.6. Tokens","tokens",[C[93]]],[C[94],"macros",N],["3.1. Macros By Example","macros-by-example",[C[94]]],["3.2. Procedural Macros","procedural-macros",[C[94]]],["4. Crates and source files","crates-and-source-files",N],["5. Conditional compilation","conditional-compilation",N],[C[95],"items",N],["6.1. Modules","items/modules",[C[95]]],["6.2. Extern crates","items/extern-crates",[C[95]]],["6.3. Use declarations","items/use-declarations",[C[95]]],["6.4. Functions","items/functions",[C[95]]],["6.5. Type aliases","items/type-aliases",[C[95]]],["6.6. Structs","items/structs",[C[95]]],["6.7. Enumerations","items/enumerations",[C[95]]],["6.8. Unions","items/unions",[C[95]]],["6.9. Constant items","items/constant-items",[C[95]]],["6.10. Static items","items/static-items",[C[95]]],["6.11. Traits","items/traits",[C[95]]],["6.12. Implementations","items/implementations",[C[95]]],["6.13. External blocks","items/external-blocks",[C[95]]],["6.14. Generic parameters","items/generics",[C[95]]],["6.15. Associated Items","items/associated-items",[C[95]]],[C[96],"attributes",N],["7.1. Testing","attributes/testing",[C[96]]],["7.2. Derive","attributes/derive",[C[96]]],["7.3. Diagnostics","attributes/diagnostics",[C[96]]],["7.4. Code generation","attributes/codegen",[C[96]]],["7.5. Limits","attributes/limits",[C[96]]],["7.6. Type System","attributes/type_system",[C[96]]],[C[97],"statements-and-expressions",N],["8.1. Statements","statements",[C[97]]],[C[98],"expressions",[C[97]]],["8.2.1. Literal expressions","expressions/literal-expr",[C[97],C[98]]],["8.2.2. Path expressions","expressions/path-expr",[C[97],C[98]]],["8.2.3. Block expressions","expressions/block-expr",[C[97],C[98]]],["8.2.4. Operator expressions","expressions/operator-expr",[C[97],C[98]]],["8.2.5. Grouped expressions","expressions/grouped-expr",[C[97],C[98]]],["8.2.6. Array and index expressions","expressions/array-expr",[C[97],C[98]]],["8.2.7. Tuple and index expressions","expressions/tuple-expr",[C[97],C[98]]],["8.2.8. Struct expressions","expressions/struct-expr",[C[97],C[98]]],["8.2.9. Call expressions","expressions/call-expr",[C[97],C[98]]],["8.2.10. Method call expressions","expressions/method-call-expr",[C[97],C[98]]],["8.2.11. Field access expressions","expressions/field-expr",[C[97],C[98]]],["8.2.12. Closure expressions","expressions/closure-expr",[C[97],C[98]]],["8.2.13. Loop expressions","expressions/loop-expr",[C[97],C[98]]],["8.2.14. Range expressions","expressions/range-expr",[C[97],C[98]]],["8.2.15. If and if let expressions","expressions/if-expr",[C[97],C[98]]],["8.2.16. Match expressions","expressions/match-expr",[C[97],C[98]]],["8.2.17. Return expressions","expressions/return-expr",[C[97],C[98]]],["8.2.18. Await expressions","expressions/await-expr",[C[97],C[98]]],["9. Patterns","patterns",N],[C[99],"type-system",N],[C[100],"types",[C[99]]],["10.1.1. Boolean type","types/boolean",[C[99],C[100]]],["10.1.2. Numeric types","types/numeric",[C[99],C[100]]],["10.1.3. Textual types","types/textual",[C[99],C[100]]],["10.1.4. Never type","types/never",[C[99],C[100]]],["10.1.5. Tuple types","types/tuple",[C[99],C[100]]],["10.1.6. Array types","types/array",[C[99],C[100]]],["10.1.7. Slice types","types/slice",[C[99],C[100]]],["10.1.8. Struct types","types/struct",[C[99],C[100]]],["10.1.9. Enumerated types","types/enum",[C[99],C[100]]],["10.1.10. Union types","types/union",[C[99],C[100]]],["10.1.11. Function item types","types/function-item",[C[99],C[100]]],["10.1.12. Closure types","types/closure",[C[99],C[100]]],["10.1.13. Pointer types","types/pointer",[C[99],C[100]]],["10.1.14. Function pointer types","types/function-pointer",[C[99],C[100]]],["10.1.15. Trait object types","types/trait-object",[C[99],C[100]]],["10.1.16. Impl trait type","types/impl-trait",[C[99],C[100]]],["10.1.17. Type parameters","types/parameters",[C[99],C[100]]],["10.1.18. Inferred type","types/inferred",[C[99],C[100]]],["10.2. Dynamically Sized Types","dynamically-sized-types",[C[99]]],["10.3. Type layout","type-layout",[C[99]]],["10.4. Interior mutability","interior-mutability",[C[99]]],["10.5. Subtyping and Variance",C[101],[C[99]]],["10.6. Trait and lifetime bounds","trait-bounds",[C[99]]],["10.7. Type coercions","type-coercions",[C[99]]],["10.8. Destructors",C[102],[C[99]]],["10.9. Lifetime elision",C[103],[C[99]]],["11. Special types and traits","special-types-and-traits",N],[C[104],"names",N],["12.1. Namespaces","names/namespaces",[C[104]]],["12.2. Scopes","names/scopes",[C[104]]],["12.3. Preludes","names/preludes",[C[104]]],["12.4. Paths","paths",[C[104]]],["12.5. Name resolution","names/name-resolution",[C[104]]],["12.6. Visibility and privacy","visibility-and-privacy",[C[104]]],[C[105],"memory-model",N],["13.1. Memory allocation and lifetime","memory-allocation-and-lifetime",[C[105]]],["13.2. Variables","variables",[C[105]]],["14. Linkage","linkage",N],[C[106],"unsafety",N],["15.1. Unsafe functions","unsafe-functions",[C[106]]],["15.2. Unsafe blocks","unsafe-blocks",[C[106]]],["15.3. Behavior considered undefined","behavior-considered-undefined",[C[106]]],["15.4. Behavior not considered unsafe","behavior-not-considered-unsafe",[C[106]]],["16. Constant Evaluation","const_eval",N],["17. Application Binary Interface","abi",N],["18. The Rust runtime","runtime",N],[C[107],"appendices",N],["19.1. Macro Follow-Set Ambiguity Formal Specification","macro-ambiguity",[C[107]]],["19.2. Influences","influences",[C[107]]],["19.3. Glossary","glossary",[C[107]]]]},{"name":C[108],"url":"https://doc.rust-lang.org/unstable-book/","pages":[[C[108],"the-unstable-book",N],[C[109],"compiler-flags",N],["1.1. codegen_backend","compiler-flags/codegen-backend",[C[109]]],["1.2. control_flow_guard","compiler-flags/control-flow-guard",[C[109]]],["1.3. emit_stack_sizes","compiler-flags/emit-stack-sizes",[C[109]]],["1.4. extern_location","compiler-flags/extern-location",[C[109]]],["1.5. instrument_coverage","compiler-flags/instrument-coverage",[C[109]]],["1.6. move_size_limit","compiler-flags/move-size-limit",[C[109]]],["1.7. profile","compiler-flags/profile",[C[109]]],["1.8. report_time","compiler-flags/report-time",[C[109]]],["1.9. sanitizer","compiler-flags/sanitizer",[C[109]]],["1.10. self_profile","compiler-flags/self-profile",[C[109]]],["1.11. self_profile_events","compiler-flags/self-profile-events",[C[109]]],["1.12. source_based_code_coverage","compiler-flags/source-based-code-coverage",[C[109]]],["1.13. src_hash_algorithm","compiler-flags/src-hash-algorithm",[C[109]]],["1.14. strip","compiler-flags/strip",[C[109]]],["1.15. tls_model","compiler-flags/tls-model",[C[109]]],["1.16. unsound_mir_opts","compiler-flags/unsound-mir-opts",[C[109]]],[C[110],"language-features",N],["2.1. aarch64_target_feature","language-features/aarch64-target-feature",[C[110]]],["2.2. abi_amdgpu_kernel","language-features/abi-amdgpu-kernel",[C[110]]],["2.3. abi_avr_interrupt","language-features/abi-avr-interrupt",[C[110]]],["2.4. abi_c_cmse_nonsecure_call","language-features/abi-c-cmse-nonsecure-call",[C[110]]],["2.5. abi_efiapi","language-features/abi-efiapi",[C[110]]],["2.6. abi_msp430_interrupt","language-features/abi-msp430-interrupt",[C[110]]],["2.7. abi_ptx","language-features/abi-ptx",[C[110]]],["2.8. abi_thiscall","language-features/abi-thiscall",[C[110]]],["2.9. abi_unadjusted","language-features/abi-unadjusted",[C[110]]],["2.10. abi_vectorcall","language-features/abi-vectorcall",[C[110]]],["2.11. abi_x86_interrupt","language-features/abi-x86-interrupt",[C[110]]],["2.12. adt_const_params","language-features/adt-const-params",[C[110]]],["2.13. adx_target_feature","language-features/adx-target-feature",[C[110]]],["2.14. alloc_error_handler","language-features/alloc-error-handler",[C[110]]],["2.15. allocator_internals","language-features/allocator-internals",[C[110]]],["2.16. allow_fail","language-features/allow-fail",[C[110]]],["2.17. allow_internal_unsafe","language-features/allow-internal-unsafe",[C[110]]],["2.18. allow_internal_unstable","language-features/allow-internal-unstable",[C[110]]],["2.19. arbitrary_enum_discriminant","language-features/arbitrary-enum-discriminant",[C[110]]],["2.20. arbitrary_self_types","language-features/arbitrary-self-types",[C[110]]],["2.21. arm_target_feature","language-features/arm-target-feature",[C[110]]],["2.22. associated_type_bounds","language-features/associated-type-bounds",[C[110]]],["2.23. associated_type_defaults","language-features/associated-type-defaults",[C[110]]],["2.24. async_closure","language-features/async-closure",[C[110]]],["2.25. auto_traits","language-features/auto-traits",[C[110]]],["2.26. avx512_target_feature","language-features/avx512-target-feature",[C[110]]],["2.27. box_patterns","language-features/box-patterns",[C[110]]],["2.28. box_syntax","language-features/box-syntax",[C[110]]],["2.29. bpf_target_feature","language-features/bpf-target-feature",[C[110]]],["2.30. c_unwind","language-features/c-unwind",[C[110]]],["2.31. c_variadic","language-features/c-variadic",[C[110]]],["2.32. capture_disjoint_fields","language-features/capture-disjoint-fields",[C[110]]],["2.33. cfg_panic","language-features/cfg-panic",[C[110]]],["2.34. cfg_sanitize","language-features/cfg-sanitize",[C[110]]],["2.35. cfg_target_abi","language-features/cfg-target-abi",[C[110]]],["2.36. cfg_target_has_atomic","language-features/cfg-target-has-atomic",[C[110]]],["2.37. cfg_target_thread_local","language-features/cfg-target-thread-local",[C[110]]],["2.38. cfg_version","language-features/cfg-version",[C[110]]],["2.39. cmpxchg16b_target_feature","language-features/cmpxchg16b-target-feature",[C[110]]],["2.40. cmse_nonsecure_entry","language-features/cmse-nonsecure-entry",[C[110]]],["2.41. compiler_builtins","language-features/compiler-builtins",[C[110]]],["2.42. const_async_blocks","language-features/const-async-blocks",[C[110]]],["2.43. const_eval_limit","language-features/const-eval-limit",[C[110]]],["2.44. const_extern_fn","language-features/const-extern-fn",[C[110]]],["2.45. const_fn_floating_point_arithmetic","language-features/const-fn-floating-point-arithmetic",[C[110]]],["2.46. const_fn_fn_ptr_basics","language-features/const-fn-fn-ptr-basics",[C[110]]],["2.47. const_fn_trait_bound","language-features/const-fn-trait-bound",[C[110]]],["2.48. const_for","language-features/const-for",[C[110]]],["2.49. const_generics_defaults","language-features/const-generics-defaults",[C[110]]],["2.50. const_impl_trait","language-features/const-impl-trait",[C[110]]],["2.51. const_mut_refs","language-features/const-mut-refs",[C[110]]],["2.52. const_panic","language-features/const-panic",[C[110]]],["2.53. const_precise_live_drops","language-features/const-precise-live-drops",[C[110]]],["2.54. const_raw_ptr_deref","language-features/const-raw-ptr-deref",[C[110]]],["2.55. const_refs_to_cell","language-features/const-refs-to-cell",[C[110]]],["2.56. const_trait_impl","language-features/const-trait-impl",[C[110]]],["2.57. const_try","language-features/const-try",[C[110]]],["2.58. crate_visibility_modifier","language-features/crate-visibility-modifier",[C[110]]],["2.59. custom_inner_attributes","language-features/custom-inner-attributes",[C[110]]],["2.60. custom_test_frameworks","language-features/custom-test-frameworks",[C[110]]],["2.61. decl_macro","language-features/decl-macro",[C[110]]],["2.62. default_alloc_error_handler","language-features/default-alloc-error-handler",[C[110]]],["2.63. default_type_parameter_fallback","language-features/default-type-parameter-fallback",[C[110]]],["2.64. derive_default_enum","language-features/derive-default-enum",[C[110]]],["2.65. destructuring_assignment","language-features/destructuring-assignment",[C[110]]],["2.66. doc_cfg","language-features/doc-cfg",[C[110]]],["2.67. doc_keyword","language-features/doc-keyword",[C[110]]],["2.68. doc_masked","language-features/doc-masked",[C[110]]],["2.69. doc_notable_trait","language-features/doc-notable-trait",[C[110]]],["2.70. doc_primitive","language-features/doc-primitive",[C[110]]],["2.71. dropck_eyepatch","language-features/dropck-eyepatch",[C[110]]],["2.72. ermsb_target_feature","language-features/ermsb-target-feature",[C[110]]],["2.73. exclusive_range_pattern","language-features/exclusive-range-pattern",[C[110]]],["2.74. exhaustive_patterns","language-features/exhaustive-patterns",[C[110]]],["2.75. explicit_generic_args_with_impl_trait","language-features/explicit-generic-args-with-impl-trait",[C[110]]],["2.76. extern_types","language-features/extern-types",[C[110]]],["2.77. f16c_target_feature","language-features/f16c-target-feature",[C[110]]],["2.78. ffi_const","language-features/ffi-const",[C[110]]],["2.79. ffi_pure","language-features/ffi-pure",[C[110]]],["2.80. ffi_returns_twice","language-features/ffi-returns-twice",[C[110]]],["2.81. fn_align","language-features/fn-align",[C[110]]],["2.82. format_args_capture","language-features/format-args-capture",[C[110]]],["2.83. fundamental","language-features/fundamental",[C[110]]],["2.84. generators","language-features/generators",[C[110]]],["2.85. generic_arg_infer","language-features/generic-arg-infer",[C[110]]],["2.86. generic_associated_types","language-features/generic-associated-types",[C[110]]],["2.87. generic_const_exprs","language-features/generic-const-exprs",[C[110]]],["2.88. half_open_range_patterns","language-features/half-open-range-patterns",[C[110]]],["2.89. hexagon_target_feature","language-features/hexagon-target-feature",[C[110]]],["2.90. if_let_guard","language-features/if-let-guard",[C[110]]],["2.91. imported_main","language-features/imported-main",[C[110]]],["2.92. in_band_lifetimes","language-features/in-band-lifetimes",[C[110]]],["2.93. infer_static_outlives_requirements","language-features/infer-static-outlives-requirements",[C[110]]],["2.94. inherent_associated_types","language-features/inherent-associated-types",[C[110]]],["2.95. inline_const","language-features/inline-const",[C[110]]],["2.96. intra_doc_pointers","language-features/intra-doc-pointers",[C[110]]],["2.97. intrinsics","language-features/intrinsics",[C[110]]],["2.98. isa_attribute","language-features/isa-attribute",[C[110]]],["2.99. label_break_value","language-features/label-break-value",[C[110]]],["2.100. lang_items","language-features/lang-items",[C[110]]],["2.101. large_assignments","language-features/large-assignments",[C[110]]],["2.102. let_chains","language-features/let-chains",[C[110]]],["2.103. let_else","language-features/let-else",[C[110]]],["2.104. link_cfg","language-features/link-cfg",[C[110]]],["2.105. link_llvm_intrinsics","language-features/link-llvm-intrinsics",[C[110]]],["2.106. linkage","language-features/linkage",[C[110]]],["2.107. lint_reasons","language-features/lint-reasons",[C[110]]],["2.108. macro_attributes_in_derive_output","language-features/macro-attributes-in-derive-output",[C[110]]],["2.109. marker_trait_attr","language-features/marker-trait-attr",[C[110]]],["2.110. min_specialization","language-features/min-specialization",[C[110]]],["2.111. mips_target_feature","language-features/mips-target-feature",[C[110]]],["2.112. more_qualified_paths","language-features/more-qualified-paths",[C[110]]],["2.113. movbe_target_feature","language-features/movbe-target-feature",[C[110]]],["2.114. naked_functions","language-features/naked-functions",[C[110]]],["2.115. native_link_modifiers","language-features/native-link-modifiers",[C[110]]],["2.116. native_link_modifiers_as_needed","language-features/native-link-modifiers-as-needed",[C[110]]],["2.117. native_link_modifiers_bundle","language-features/native-link-modifiers-bundle",[C[110]]],["2.118. native_link_modifiers_verbatim","language-features/native-link-modifiers-verbatim",[C[110]]],["2.119. native_link_modifiers_whole_archive","language-features/native-link-modifiers-whole-archive",[C[110]]],["2.120. needs_panic_runtime","language-features/needs-panic-runtime",[C[110]]],["2.121. negative_impls","language-features/negative-impls",[C[110]]],["2.122. never_type","language-features/never-type",[C[110]]],["2.123. never_type_fallback","language-features/never-type-fallback",[C[110]]],["2.124. nll","language-features/nll",[C[110]]],["2.125. no_core","language-features/no-core",[C[110]]],["2.126. no_coverage","language-features/no-coverage",[C[110]]],["2.127. no_niche","language-features/no-niche",[C[110]]],["2.128. no_sanitize","language-features/no-sanitize",[C[110]]],["2.129. object_safe_for_dispatch","language-features/object-safe-for-dispatch",[C[110]]],["2.130. omit_gdb_pretty_printer_section","language-features/omit-gdb-pretty-printer-section",[C[110]]],["2.131. optimize_attribute","language-features/optimize-attribute",[C[110]]],["2.132. panic_runtime","language-features/panic-runtime",[C[110]]],["2.133. platform_intrinsics","language-features/platform-intrinsics",[C[110]]],["2.134. plugin","language-features/plugin",[C[110]]],["2.135. powerpc_target_feature","language-features/powerpc-target-feature",[C[110]]],["2.136. precise_pointer_size_matching","language-features/precise-pointer-size-matching",[C[110]]],["2.137. prelude_import","language-features/prelude-import",[C[110]]],["2.138. proc_macro_hygiene","language-features/proc-macro-hygiene",[C[110]]],["2.139. profiler_runtime","language-features/profiler-runtime",[C[110]]],["2.140. raw_dylib","language-features/raw-dylib",[C[110]]],["2.141. raw_ref_op","language-features/raw-ref-op",[C[110]]],["2.142. register_attr","language-features/register-attr",[C[110]]],["2.143. register_tool","language-features/register-tool",[C[110]]],["2.144. relaxed_struct_unsize","language-features/relaxed-struct-unsize",[C[110]]],["2.145. repr_simd","language-features/repr-simd",[C[110]]],["2.146. repr128","language-features/repr128",[C[110]]],["2.147. riscv_target_feature","language-features/riscv-target-feature",[C[110]]],["2.148. rtm_target_feature","language-features/rtm-target-feature",[C[110]]],["2.149. rustc_allow_const_fn_unstable","language-features/rustc-allow-const-fn-unstable",[C[110]]],["2.150. rustc_attrs","language-features/rustc-attrs",[C[110]]],["2.151. rustc_private","language-features/rustc-private",[C[110]]],["2.152. simd_ffi","language-features/simd-ffi",[C[110]]],["2.153. specialization","language-features/specialization",[C[110]]],["2.154. sse4a_target_feature","language-features/sse4a-target-feature",[C[110]]],["2.155. staged_api","language-features/staged-api",[C[110]]],["2.156. start","language-features/start",[C[110]]],["2.157. static_nobundle","language-features/static-nobundle",[C[110]]],["2.158. stmt_expr_attributes","language-features/stmt-expr-attributes",[C[110]]],["2.159. structural_match","language-features/structural-match",[C[110]]],["2.160. target_feature_11","language-features/target-feature-11",[C[110]]],["2.161. tbm_target_feature","language-features/tbm-target-feature",[C[110]]],["2.162. test_2018_feature","language-features/test-2018-feature",[C[110]]],["2.163. thread_local","language-features/thread-local",[C[110]]],["2.164. trait_alias","language-features/trait-alias",[C[110]]],["2.165. trait_upcasting","language-features/trait-upcasting",[C[110]]],["2.166. transparent_unions","language-features/transparent-unions",[C[110]]],["2.167. trivial_bounds","language-features/trivial-bounds",[C[110]]],["2.168. try_blocks","language-features/try-blocks",[C[110]]],["2.169. type_alias_impl_trait","language-features/type-alias-impl-trait",[C[110]]],["2.170. type_ascription","language-features/type-ascription",[C[110]]],["2.171. unboxed_closures","language-features/unboxed-closures",[C[110]]],["2.172. unsized_fn_params","language-features/unsized-fn-params",[C[110]]],["2.173. unsized_locals","language-features/unsized-locals",[C[110]]],["2.174. unsized_tuple_coercion","language-features/unsized-tuple-coercion",[C[110]]],["2.175. untagged_unions","language-features/untagged-unions",[C[110]]],["2.176. wasm_abi","language-features/wasm-abi",[C[110]]],["2.177. wasm_target_feature","language-features/wasm-target-feature",[C[110]]],[C[111],"library-features",N],["3.1. alloc_error_hook","library-features/alloc-error-hook",[C[111]]],["3.2. alloc_internals","library-features/alloc-internals",[C[111]]],["3.3. alloc_layout_extra","library-features/alloc-layout-extra",[C[111]]],["3.4. alloc_prelude","library-features/alloc-prelude",[C[111]]],["3.5. allocator_api","library-features/allocator-api",[C[111]]],["3.6. arc_new_cyclic","library-features/arc-new-cyclic",[C[111]]],["3.7. array_chunks","library-features/array-chunks",[C[111]]],["3.8. array_error_internals","library-features/array-error-internals",[C[111]]],["3.9. array_methods","library-features/array-methods",[C[111]]],["3.10. array_windows","library-features/array-windows",[C[111]]],["3.11. array_zip","library-features/array-zip",[C[111]]],["3.12. as_array_of_cells","library-features/as-array-of-cells",[C[111]]],["3.13. asm","library-features/asm",[C[111]]],["3.14. assert_matches","library-features/assert-matches",[C[111]]],["3.15. async_stream","library-features/async-stream",[C[111]]],["3.16. atomic_from_mut","library-features/atomic-from-mut",[C[111]]],["3.17. atomic_mut_ptr","library-features/atomic-mut-ptr",[C[111]]],["3.18. available_concurrency","library-features/available-concurrency",[C[111]]],["3.19. backtrace","library-features/backtrace",[C[111]]],["3.20. backtrace_frames","library-features/backtrace-frames",[C[111]]],["3.21. bench_black_box","library-features/bench-black-box",[C[111]]],["3.22. bigint_helper_methods","library-features/bigint-helper-methods",[C[111]]],["3.23. binary_heap_as_slice","library-features/binary-heap-as-slice",[C[111]]],["3.24. binary_heap_drain_sorted","library-features/binary-heap-drain-sorted",[C[111]]],["3.25. binary_heap_into_iter_sorted","library-features/binary-heap-into-iter-sorted",[C[111]]],["3.26. binary_heap_retain","library-features/binary-heap-retain",[C[111]]],["3.27. bool_to_option","library-features/bool-to-option",[C[111]]],["3.28. bound_as_ref","library-features/bound-as-ref",[C[111]]],["3.29. bound_map","library-features/bound-map",[C[111]]],["3.30. box_into_boxed_slice","library-features/box-into-boxed-slice",[C[111]]],["3.31. box_into_inner","library-features/box-into-inner",[C[111]]],["3.32. box_into_pin","library-features/box-into-pin",[C[111]]],["3.33. btree_drain_filter","library-features/btree-drain-filter",[C[111]]],["3.34. buf_read_has_data_left","library-features/buf-read-has-data-left",[C[111]]],["3.35. build_hasher_simple_hash_one","library-features/build-hasher-simple-hash-one",[C[111]]],["3.36. c_size_t","library-features/c-size-t",[C[111]]],["3.37. c_void_variant","library-features/c-void-variant",[C[111]]],["3.38. can_vector","library-features/can-vector",[C[111]]],["3.39. cell_filter_map","library-features/cell-filter-map",[C[111]]],["3.40. cell_leak","library-features/cell-leak",[C[111]]],["3.41. cell_update","library-features/cell-update",[C[111]]],["3.42. cfg_accessible","library-features/cfg-accessible",[C[111]]],["3.43. cfg_eval","library-features/cfg-eval",[C[111]]],["3.44. char_error_internals","library-features/char-error-internals",[C[111]]],["3.45. char_indices_offset","library-features/char-indices-offset",[C[111]]],["3.46. char_internals","library-features/char-internals",[C[111]]],["3.47. coerce_unsized","library-features/coerce-unsized",[C[111]]],["3.48. command_access","library-features/command-access",[C[111]]],["3.49. concat_idents","library-features/concat-idents",[C[111]]],["3.50. const_align_of_val","library-features/const-align-of-val",[C[111]]],["3.51. const_align_of_val_raw","library-features/const-align-of-val-raw",[C[111]]],["3.52. const_alloc_layout","library-features/const-alloc-layout",[C[111]]],["3.53. const_arguments_as_str","library-features/const-arguments-as-str",[C[111]]],["3.54. const_assert_type","library-features/const-assert-type",[C[111]]],["3.55. const_assume","library-features/const-assume",[C[111]]],["3.56. const_bigint_helper_methods","library-features/const-bigint-helper-methods",[C[111]]],["3.57. const_btree_new","library-features/const-btree-new",[C[111]]],["3.58. const_caller_location","library-features/const-caller-location",[C[111]]],["3.59. const_cell_into_inner","library-features/const-cell-into-inner",[C[111]]],["3.60. const_cow_is_borrowed","library-features/const-cow-is-borrowed",[C[111]]],["3.61. const_cstr_unchecked","library-features/const-cstr-unchecked",[C[111]]],["3.62. const_default_impls","library-features/const-default-impls",[C[111]]],["3.63. const_discriminant","library-features/const-discriminant",[C[111]]],["3.64. const_float_bits_conv","library-features/const-float-bits-conv",[C[111]]],["3.65. const_float_classify","library-features/const-float-classify",[C[111]]],["3.66. const_fmt_arguments_new","library-features/const-fmt-arguments-new",[C[111]]],["3.67. const_format_args","library-features/const-format-args",[C[111]]],["3.68. const_heap","library-features/const-heap",[C[111]]],["3.69. const_inherent_unchecked_arith","library-features/const-inherent-unchecked-arith",[C[111]]],["3.70. const_int_unchecked_arith","library-features/const-int-unchecked-arith",[C[111]]],["3.71. const_intrinsic_copy","library-features/const-intrinsic-copy",[C[111]]],["3.72. const_intrinsic_forget","library-features/const-intrinsic-forget",[C[111]]],["3.73. const_intrinsic_raw_eq","library-features/const-intrinsic-raw-eq",[C[111]]],["3.74. const_io_structs","library-features/const-io-structs",[C[111]]],["3.75. const_ip","library-features/const-ip",[C[111]]],["3.76. const_ipv4","library-features/const-ipv4",[C[111]]],["3.77. const_ipv6","library-features/const-ipv6",[C[111]]],["3.78. const_likely","library-features/const-likely",[C[111]]],["3.79. const_maybe_uninit_as_ptr","library-features/const-maybe-uninit-as-ptr",[C[111]]],["3.80. const_maybe_uninit_assume_init","library-features/const-maybe-uninit-assume-init",[C[111]]],["3.81. const_maybe_uninit_write","library-features/const-maybe-uninit-write",[C[111]]],["3.82. const_nonnull_slice_from_raw_parts","library-features/const-nonnull-slice-from-raw-parts",[C[111]]],["3.83. const_num_from_num","library-features/const-num-from-num",[C[111]]],["3.84. const_option","library-features/const-option",[C[111]]],["3.85. const_pin","library-features/const-pin",[C[111]]],["3.86. const_pref_align_of","library-features/const-pref-align-of",[C[111]]],["3.87. const_ptr_is_null","library-features/const-ptr-is-null",[C[111]]],["3.88. const_ptr_offset","library-features/const-ptr-offset",[C[111]]],["3.89. const_ptr_offset_from","library-features/const-ptr-offset-from",[C[111]]],["3.90. const_ptr_read","library-features/const-ptr-read",[C[111]]],["3.91. const_ptr_write","library-features/const-ptr-write",[C[111]]],["3.92. const_raw_ptr_comparison","library-features/const-raw-ptr-comparison",[C[111]]],["3.93. const_replace","library-features/const-replace",[C[111]]],["3.94. const_result","library-features/const-result",[C[111]]],["3.95. const_size_of_val","library-features/const-size-of-val",[C[111]]],["3.96. const_size_of_val_raw","library-features/const-size-of-val-raw",[C[111]]],["3.97. const_slice_first_last","library-features/const-slice-first-last",[C[111]]],["3.98. const_slice_from_raw_parts","library-features/const-slice-from-raw-parts",[C[111]]],["3.99. const_slice_ptr_len","library-features/const-slice-ptr-len",[C[111]]],["3.100. const_socketaddr","library-features/const-socketaddr",[C[111]]],["3.101. const_swap","library-features/const-swap",[C[111]]],["3.102. const_transmute_copy","library-features/const-transmute-copy",[C[111]]],["3.103. const_type_id","library-features/const-type-id",[C[111]]],["3.104. const_type_name","library-features/const-type-name",[C[111]]],["3.105. const_unreachable_unchecked","library-features/const-unreachable-unchecked",[C[111]]],["3.106. container_error_extra","library-features/container-error-extra",[C[111]]],["3.107. control_flow_enum","library-features/control-flow-enum",[C[111]]],["3.108. convert_float_to_int","library-features/convert-float-to-int",[C[111]]],["3.109. core_intrinsics","library-features/core-intrinsics",[C[111]]],["3.110. core_panic","library-features/core-panic",[C[111]]],["3.111. core_private_bignum","library-features/core-private-bignum",[C[111]]],["3.112. core_private_diy_float","library-features/core-private-diy-float",[C[111]]],["3.113. cow_is_borrowed","library-features/cow-is-borrowed",[C[111]]],["3.114. cstring_from_vec_with_nul","library-features/cstring-from-vec-with-nul",[C[111]]],["3.115. cursor_remaining","library-features/cursor-remaining",[C[111]]],["3.116. deadline_api","library-features/deadline-api",[C[111]]],["3.117. dec2flt","library-features/dec2flt",[C[111]]],["3.118. default_free_fn","library-features/default-free-fn",[C[111]]],["3.119. derive_clone_copy","library-features/derive-clone-copy",[C[111]]],["3.120. derive_eq","library-features/derive-eq",[C[111]]],["3.121. dir_entry_ext2","library-features/dir-entry-ext2",[C[111]]],["3.122. discriminant_kind","library-features/discriminant-kind",[C[111]]],["3.123. dispatch_from_dyn","library-features/dispatch-from-dyn",[C[111]]],["3.124. div_duration","library-features/div-duration",[C[111]]],["3.125. drain_filter","library-features/drain-filter",[C[111]]],["3.126. duration_checked_float","library-features/duration-checked-float",[C[111]]],["3.127. duration_constants","library-features/duration-constants",[C[111]]],["3.128. duration_consts_2","library-features/duration-consts-2",[C[111]]],["3.129. edition_panic","library-features/edition-panic",[C[111]]],["3.130. entry_insert","library-features/entry-insert",[C[111]]],["3.131. error_iter","library-features/error-iter",[C[111]]],["3.132. error_type_id","library-features/error-type-id",[C[111]]],["3.133. exact_size_is_empty","library-features/exact-size-is-empty",[C[111]]],["3.134. exit_status_error","library-features/exit-status-error",[C[111]]],["3.135. extend_one","library-features/extend-one",[C[111]]],["3.136. fd","library-features/fd",[C[111]]],["3.137. fd_read","library-features/fd-read",[C[111]]],["3.138. float_interpolation","library-features/float-interpolation",[C[111]]],["3.139. flt2dec","library-features/flt2dec",[C[111]]],["3.140. fmt_internals","library-features/fmt-internals",[C[111]]],["3.141. fn_traits","library-features/fn-traits",[C[111]]],["3.142. forget_unsized","library-features/forget-unsized",[C[111]]],["3.143. format_args_nl","library-features/format-args-nl",[C[111]]],["3.144. future_poll_fn","library-features/future-poll-fn",[C[111]]],["3.145. gen_future","library-features/gen-future",[C[111]]],["3.146. generator_trait","library-features/generator-trait",[C[111]]],["3.147. get_mut_unchecked","library-features/get-mut-unchecked",[C[111]]],["3.148. global_asm","library-features/global-asm",[C[111]]],["3.149. hash_drain_filter","library-features/hash-drain-filter",[C[111]]],["3.150. hash_raw_entry","library-features/hash-raw-entry",[C[111]]],["3.151. hash_set_entry","library-features/hash-set-entry",[C[111]]],["3.152. hashmap_internals","library-features/hashmap-internals",[C[111]]],["3.153. inherent_ascii_escape","library-features/inherent-ascii-escape",[C[111]]],["3.154. inplace_iteration","library-features/inplace-iteration",[C[111]]],["3.155. int_error_internals","library-features/int-error-internals",[C[111]]],["3.156. int_log","library-features/int-log",[C[111]]],["3.157. int_roundings","library-features/int-roundings",[C[111]]],["3.158. integer_atomics","library-features/integer-atomics",[C[111]]],["3.159. internal_output_capture","library-features/internal-output-capture",[C[111]]],["3.160. into_future","library-features/into-future",[C[111]]],["3.161. io_error_more","library-features/io-error-more",[C[111]]],["3.162. io_error_uncategorized","library-features/io-error-uncategorized",[C[111]]],["3.163. io_read_to_string","library-features/io-read-to-string",[C[111]]],["3.164. io_safety","library-features/io-safety",[C[111]]],["3.165. io_slice_advance","library-features/io-slice-advance",[C[111]]],["3.166. ip","library-features/ip",[C[111]]],["3.167. is_sorted","library-features/is-sorted",[C[111]]],["3.168. is_symlink","library-features/is-symlink",[C[111]]],["3.169. iter_advance_by","library-features/iter-advance-by",[C[111]]],["3.170. iter_intersperse","library-features/iter-intersperse",[C[111]]],["3.171. iter_is_partitioned","library-features/iter-is-partitioned",[C[111]]],["3.172. iter_map_while","library-features/iter-map-while",[C[111]]],["3.173. iter_order_by","library-features/iter-order-by",[C[111]]],["3.174. iter_partition_in_place","library-features/iter-partition-in-place",[C[111]]],["3.175. iter_zip","library-features/iter-zip",[C[111]]],["3.176. layout_for_ptr","library-features/layout-for-ptr",[C[111]]],["3.177. liballoc_internals","library-features/liballoc-internals",[C[111]]],["3.178. libstd_sys_internals","library-features/libstd-sys-internals",[C[111]]],["3.179. libstd_thread_internals","library-features/libstd-thread-internals",[C[111]]],["3.180. linked_list_cursors","library-features/linked-list-cursors",[C[111]]],["3.181. linked_list_remove","library-features/linked-list-remove",[C[111]]],["3.182. linux_pidfd","library-features/linux-pidfd",[C[111]]],["3.183. llvm_asm","library-features/llvm-asm",[C[111]]],["3.184. log_syntax","library-features/log-syntax",[C[111]]],["3.185. map_entry_replace","library-features/map-entry-replace",[C[111]]],["3.186. map_first_last","library-features/map-first-last",[C[111]]],["3.187. map_try_insert","library-features/map-try-insert",[C[111]]],["3.188. maybe_uninit_array_assume_init","library-features/maybe-uninit-array-assume-init",[C[111]]],["3.189. maybe_uninit_extra","library-features/maybe-uninit-extra",[C[111]]],["3.190. maybe_uninit_slice","library-features/maybe-uninit-slice",[C[111]]],["3.191. maybe_uninit_uninit_array","library-features/maybe-uninit-uninit-array",[C[111]]],["3.192. maybe_uninit_write_slice","library-features/maybe-uninit-write-slice",[C[111]]],["3.193. mutex_unlock","library-features/mutex-unlock",[C[111]]],["3.194. new_uninit","library-features/new-uninit",[C[111]]],["3.195. nonnull_slice_from_raw_parts","library-features/nonnull-slice-from-raw-parts",[C[111]]],["3.196. nonzero_is_power_of_two","library-features/nonzero-is-power-of-two",[C[111]]],["3.197. nonzero_ops","library-features/nonzero-ops",[C[111]]],["3.198. numfmt","library-features/numfmt",[C[111]]],["3.199. once_cell","library-features/once-cell",[C[111]]],["3.200. option_get_or_insert_default","library-features/option-get-or-insert-default",[C[111]]],["3.201. option_result_contains","library-features/option-result-contains",[C[111]]],["3.202. option_result_unwrap_unchecked","library-features/option-result-unwrap-unchecked",[C[111]]],["3.203. option_zip","library-features/option-zip",[C[111]]],["3.204. panic_abort","library-features/panic-abort",[C[111]]],["3.205. panic_always_abort","library-features/panic-always-abort",[C[111]]],["3.206. panic_info_message","library-features/panic-info-message",[C[111]]],["3.207. panic_internals","library-features/panic-internals",[C[111]]],["3.208. panic_unwind","library-features/panic-unwind",[C[111]]],["3.209. path_file_prefix","library-features/path-file-prefix",[C[111]]],["3.210. path_try_exists","library-features/path-try-exists",[C[111]]],["3.211. pattern","library-features/pattern",[C[111]]],["3.212. peer_credentials_unix_socket","library-features/peer-credentials-unix-socket",[C[111]]],["3.213. pin_deref_mut","library-features/pin-deref-mut",[C[111]]],["3.214. pin_static_ref","library-features/pin-static-ref",[C[111]]],["3.215. print_internals","library-features/print-internals",[C[111]]],["3.216. proc_macro_def_site","library-features/proc-macro-def-site",[C[111]]],["3.217. proc_macro_diagnostic","library-features/proc-macro-diagnostic",[C[111]]],["3.218. proc_macro_internals","library-features/proc-macro-internals",[C[111]]],["3.219. proc_macro_is_available","library-features/proc-macro-is-available",[C[111]]],["3.220. proc_macro_quote","library-features/proc-macro-quote",[C[111]]],["3.221. proc_macro_span","library-features/proc-macro-span",[C[111]]],["3.222. proc_macro_tracked_env","library-features/proc-macro-tracked-env",[C[111]]],["3.223. process_exitcode_placeholder","library-features/process-exitcode-placeholder",[C[111]]],["3.224. process_internals","library-features/process-internals",[C[111]]],["3.225. profiler_runtime_lib","library-features/profiler-runtime-lib",[C[111]]],["3.226. ptr_as_uninit","library-features/ptr-as-uninit",[C[111]]],["3.227. ptr_internals","library-features/ptr-internals",[C[111]]],["3.228. ptr_metadata","library-features/ptr-metadata",[C[111]]],["3.229. raw_os_nonzero","library-features/raw-os-nonzero",[C[111]]],["3.230. raw_vec_internals","library-features/raw-vec-internals",[C[111]]],["3.231. read_initializer","library-features/read-initializer",[C[111]]],["3.232. ready_macro","library-features/ready-macro",[C[111]]],["3.233. receiver_trait","library-features/receiver-trait",[C[111]]],["3.234. restricted_std","library-features/restricted-std",[C[111]]],["3.235. result_cloned","library-features/result-cloned",[C[111]]],["3.236. result_contains_err","library-features/result-contains-err",[C[111]]],["3.237. result_copied","library-features/result-copied",[C[111]]],["3.238. result_flattening","library-features/result-flattening",[C[111]]],["3.239. result_into_ok_or_err","library-features/result-into-ok-or-err",[C[111]]],["3.240. rt","library-features/rt",[C[111]]],["3.241. saturating_div","library-features/saturating-div",[C[111]]],["3.242. saturating_int_impl","library-features/saturating-int-impl",[C[111]]],["3.243. sealed","library-features/sealed",[C[111]]],["3.244. seek_stream_len","library-features/seek-stream-len",[C[111]]],["3.245. set_ptr_value","library-features/set-ptr-value",[C[111]]],["3.246. setgroups","library-features/setgroups",[C[111]]],["3.247. sgx_platform","library-features/sgx-platform",[C[111]]],["3.248. slice_as_chunks","library-features/slice-as-chunks",[C[111]]],["3.249. slice_concat_ext","library-features/slice-concat-ext",[C[111]]],["3.250. slice_concat_trait","library-features/slice-concat-trait",[C[111]]],["3.251. slice_group_by","library-features/slice-group-by",[C[111]]],["3.252. slice_index_methods","library-features/slice-index-methods",[C[111]]],["3.253. slice_internals","library-features/slice-internals",[C[111]]],["3.254. slice_partition_at_index","library-features/slice-partition-at-index",[C[111]]],["3.255. slice_partition_dedup","library-features/slice-partition-dedup",[C[111]]],["3.256. slice_pattern","library-features/slice-pattern",[C[111]]],["3.257. slice_ptr_get","library-features/slice-ptr-get",[C[111]]],["3.258. slice_ptr_len","library-features/slice-ptr-len",[C[111]]],["3.259. slice_range","library-features/slice-range",[C[111]]],["3.260. slice_split_at_unchecked","library-features/slice-split-at-unchecked",[C[111]]],["3.261. sort_internals","library-features/sort-internals",[C[111]]],["3.262. std_internals","library-features/std-internals",[C[111]]],["3.263. stdin_forwarders","library-features/stdin-forwarders",[C[111]]],["3.264. stdio_locked","library-features/stdio-locked",[C[111]]],["3.265. stdsimd","library-features/stdsimd",[C[111]]],["3.266. step_trait","library-features/step-trait",[C[111]]],["3.267. str_internals","library-features/str-internals",[C[111]]],["3.268. str_split_as_str","library-features/str-split-as-str",[C[111]]],["3.269. str_split_inclusive_as_str","library-features/str-split-inclusive-as-str",[C[111]]],["3.270. str_split_whitespace_as_str","library-features/str-split-whitespace-as-str",[C[111]]],["3.271. stream_from_iter","library-features/stream-from-iter",[C[111]]],["3.272. string_extend_from_within","library-features/string-extend-from-within",[C[111]]],["3.273. string_remove_matches","library-features/string-remove-matches",[C[111]]],["3.274. tcp_linger","library-features/tcp-linger",[C[111]]],["3.275. termination_trait_lib","library-features/termination-trait-lib",[C[111]]],["3.276. test","library-features/test",[C[111]]],["3.277. thread_id_value","library-features/thread-id-value",[C[111]]],["3.278. thread_local_const_init","library-features/thread-local-const-init",[C[111]]],["3.279. thread_local_internals","library-features/thread-local-internals",[C[111]]],["3.280. thread_spawn_unchecked","library-features/thread-spawn-unchecked",[C[111]]],["3.281. toowned_clone_into","library-features/toowned-clone-into",[C[111]]],["3.282. total_cmp","library-features/total-cmp",[C[111]]],["3.283. trace_macros","library-features/trace-macros",[C[111]]],["3.284. track_path","library-features/track-path",[C[111]]],["3.285. trusted_len","library-features/trusted-len",[C[111]]],["3.286. trusted_random_access","library-features/trusted-random-access",[C[111]]],["3.287. trusted_step","library-features/trusted-step",[C[111]]],["3.288. try_find","library-features/try-find",[C[111]]],["3.289. try_reserve","library-features/try-reserve",[C[111]]],["3.290. try_reserve_kind","library-features/try-reserve-kind",[C[111]]],["3.291. try_trait_v2","library-features/try-trait-v2",[C[111]]],["3.292. type_name_of_val","library-features/type-name-of-val",[C[111]]],["3.293. unchecked_math","library-features/unchecked-math",[C[111]]],["3.294. unicode_internals","library-features/unicode-internals",[C[111]]],["3.295. unix_process_wait_more","library-features/unix-process-wait-more",[C[111]]],["3.296. unix_socket_ancillary_data","library-features/unix-socket-ancillary-data",[C[111]]],["3.297. unix_socket_peek","library-features/unix-socket-peek",[C[111]]],["3.298. unsize","library-features/unsize",[C[111]]],["3.299. unwrap_infallible","library-features/unwrap-infallible",[C[111]]],["3.300. unzip_option","library-features/unzip-option",[C[111]]],["3.301. update_panic_count","library-features/update-panic-count",[C[111]]],["3.302. variant_count","library-features/variant-count",[C[111]]],["3.303. vec_into_raw_parts","library-features/vec-into-raw-parts",[C[111]]],["3.304. vec_spare_capacity","library-features/vec-spare-capacity",[C[111]]],["3.305. vec_split_at_spare","library-features/vec-split-at-spare",[C[111]]],["3.306. wasi_ext","library-features/wasi-ext",[C[111]]],["3.307. windows_by_handle","library-features/windows-by-handle",[C[111]]],["3.308. windows_c","library-features/windows-c",[C[111]]],["3.309. windows_file_type_ext","library-features/windows-file-type-ext",[C[111]]],["3.310. windows_handle","library-features/windows-handle",[C[111]]],["3.311. windows_net","library-features/windows-net",[C[111]]],["3.312. windows_process_extensions_force_quotes","library-features/windows-process-extensions-force-quotes",[C[111]]],["3.313. windows_process_extensions_raw_arg","library-features/windows-process-extensions-raw-arg",[C[111]]],["3.314. windows_stdio","library-features/windows-stdio",[C[111]]],["3.315. with_options","library-features/with-options",[C[111]]],["3.316. wrapping_int_impl","library-features/wrapping-int-impl",[C[111]]],["3.317. wrapping_next_power_of_two","library-features/wrapping-next-power-of-two",[C[111]]],["3.318. write_all_vectored","library-features/write-all-vectored",[C[111]]]]},{"name":C[112],"url":"https://docs.rust-embedded.org/book/","pages":[[C[48],C[113],N],[C[114],C[115],[C[48]]],[C[116],C[117],[C[48]]],[C[118],C[119],[C[48]]],[C[49],C[120],[C[48]]],[C[121],C[122],[C[48],C[49]]],[C[123],C[124],[C[48],C[49]]],[C[125],C[126],[C[48],C[49]]],[C[127],C[128],[C[48],C[49]]],[C[50],C[129],N],[C[130],C[131],[C[50]]],[C[132],C[133],[C[50]]],[C[134],C[135],[C[50]]],[C[136],C[137],[C[50]]],[C[138],C[139],[C[50]]],[C[140],C[141],[C[50]]],[C[142],C[143],[C[50]]],["2.8. IO","start/io",[C[50]]],[C[51],C[144],N],[C[145],C[146],[C[51]]],[C[147],C[148],[C[51]]],[C[149],C[150],[C[51]]],[C[52],C[151],N],[C[152],C[153],[C[52]]],[C[154],C[155],[C[52]]],[C[156],C[157],[C[52]]],[C[158],C[159],[C[52]]],[C[160],C[161],N],[C[162],C[163],N],[C[164],C[165],N],[C[53],C[166],N],[C[54],C[167],[C[53]]],[C[168],C[169],[C[53],C[54]]],[C[170],C[171],[C[53],C[54]]],[C[172],C[173],[C[53],C[54]]],[C[174],C[175],[C[53],C[54]]],[C[176],C[177],[C[53],C[54]]],[C[178],C[179],N],[C[55],C[180],N],[C[181],C[182],[C[55]]],[C[183],C[184],[C[55]]],[C[56],C[185],N],[C[186],C[187],[C[56]]],[C[188],C[57],N]]},{"name":"Guide to Rustc Development","url":"https://rustc-dev-guide.rust-lang.org/","pages":[[C[210],C[211],N],["Getting Started",C[212],N],[C[189],"building/how-to-build-and-run",N],["1.1. Prerequisites","building/prerequisites",[C[189]]],["1.2. Suggested Workflows","building/suggested",[C[189]]],["1.3. Distribution artifacts","building/build-install-distribution-artifacts",[C[189]]],["1.4. Documenting Compiler","building/compiler-documenting",[C[189]]],["1.5. Rustdoc overview","rustdoc",[C[189]]],["1.6. Adding a new target","building/new-target",[C[189]]],[C[190],"tests/intro",N],["2.1. Running tests","tests/running",[C[190]]],["2.2. Adding new tests","tests/adding",[C[190]]],["2.3. Using compiletest commands to control test execution","compiletest",[C[190]]],[C[191],"compiler-debugging",N],["3.1. Using the tracing/logging instrumentation","tracing",[C[191]]],[C[192],"profiling",N],["4.1. with the linux perf tool","profiling/with_perf",[C[192]]],["4.2. with Windows Performance Analyzer","profiling/wpa_profiling",[C[192]]],["5. crates.io Dependencies","crates-io",N],["6. Introduction","contributing",N],["7. About the compiler team","compiler-team",N],["8. Using Git","git",N],["9. Mastering @rustbot","rustbot",N],["10. Walkthrough: a typical contribution","walkthrough",N],["11. Bug Fix Procedure","bug-fix-procedure",N],["12. Implementing new features","implementing_new_features",N],["13. Stability attributes","stability",N],["14. Stabilizing Features","stabilization_guide",N],["15. Feature Gates","feature-gates",N],["16. Coding conventions","conventions",N],[C[193],"notification-groups/about",N],["17.1. ARM","notification-groups/arm",[C[193]]],["17.2. Cleanup Crew","notification-groups/cleanup-crew",[C[193]]],["17.3. LLVM","notification-groups/llvm",[C[193]]],["17.4. RISC-V","notification-groups/risc-v",[C[193]]],["17.5. Windows","notification-groups/windows",[C[193]]],["18. Licenses","licenses",N],["19. Prologue","part-2-intro",N],["20. Overview of the Compiler","overview",N],["21. The compiler source code","compiler-src",N],["22. Bootstrapping","building/bootstrapping",N],[C[194],"query",N],["23.1. The Query Evaluation Model in Detail","queries/query-evaluation-model-in-detail",[C[194]]],["23.2. Incremental compilation","queries/incremental-compilation",[C[194]]],["23.3. Incremental compilation In Detail","queries/incremental-compilation-in-detail",[C[194]]],["23.4. Debugging and Testing","incrcomp-debugging",[C[194]]],["23.5. Salsa","salsa",[C[194]]],["24. Memory Management in Rustc","memory",N],["25. Serialization in Rustc","serialization",N],["26. Parallel Compilation","parallel-rustc",N],["27. Rustdoc internals","rustdoc-internals",N],["28. Prologue","part-3-intro",N],["29. Command-line arguments","cli",N],[C[195],"rustc-driver",N],["30.1. Ex: Type checking through rustc_interface","rustc-driver-interacting-with-the-ast",[C[195]]],["30.2. Ex: Getting diagnostics through rustc_interface","rustc-driver-getting-diagnostics",[C[195]]],[C[196],"syntax-intro",N],["31.1. Lexing and Parsing","the-parser",[C[196]]],["31.2. Macro expansion","macro-expansion",[C[196]]],["31.3. Name resolution","name-resolution",[C[196]]],["31.4. #[test] Implementation","test-implementation",[C[196]]],["31.5. Panic Implementation","panic-implementation",[C[196]]],["31.6. AST Validation","ast-validation",[C[196]]],["31.7. Feature Gate Checking","feature-gate-ck",[C[196]]],["31.8. Lang Items","lang-items",[C[196]]],[C[197],"hir",N],["32.1. Lowering AST to HIR","lowering",[C[197]]],["32.2. Debugging","hir-debugging",[C[197]]],["33. The THIR (Typed High-level IR)","thir",N],[C[198],"mir/index",N],["34.1. MIR construction","mir/construction",[C[198]]],["34.2. MIR visitor and traversal","mir/visitor",[C[198]]],["34.3. MIR passes: getting the MIR for a function","mir/passes",[C[198]]],["35. Identifiers in the Compiler",C[199],N],["36. Closure expansion","closure",N],["37. Prologue","part-4-intro",N],[C[200],"ty",N],["38.1. Generics and substitutions","generics",[C[200]]],["38.2. TypeFolder and TypeFoldable","ty-fold",[C[200]]],["38.3. Generic arguments","generic_arguments",[C[200]]],["38.4. Constants in the type system","constants",[C[200]]],["39. Type inference","type-inference",N],[C[201],"traits/resolution",N],["40.1. Early and Late Bound Parameters","early-late-bound",[C[201]]],["40.2. Higher-ranked trait bounds","traits/hrtb",[C[201]]],["40.3. Caching subtleties","traits/caching",[C[201]]],["40.4. Specialization","traits/specialization",[C[201]]],[C[202],"traits/chalk",[C[201]]],["40.5.1. Lowering to logic","traits/lowering-to-logic",[C[201],C[202]]],["40.5.2. Goals and clauses","traits/goals-and-clauses",[C[201],C[202]]],["40.5.3. Canonical queries","traits/canonical-queries",[C[201],C[202]]],[C[203],"type-checking",N],["41.1. Method Lookup","method-lookup",[C[203]]],["41.2. Variance","variance",[C[203]]],["41.3. Opaque Types","opaque-types-type-alias-impl-trait",[C[203]]],["42. Pattern and Exhaustiveness Checking","pat-exhaustive-checking",N],["43. MIR dataflow","mir/dataflow",N],[C[204],"borrow_check",N],[C[205],"borrow_check/moves_and_initialization",[C[204]]],["44.1.1. Move paths","borrow_check/moves_and_initialization/move_paths",[C[204],C[205]]],["44.2. MIR type checker","borrow_check/type_check",[C[204]]],[C[206],"borrow_check/region_inference",[C[204]]],["44.3.1. Constraint propagation","borrow_check/region_inference/constraint_propagation",[C[204],C[206]]],["44.3.2. Lifetime parameters","borrow_check/region_inference/lifetime_parameters",[C[204],C[206]]],["44.3.3. Member constraints","borrow_check/region_inference/member_constraints",[C[204],C[206]]],["44.3.4. Placeholders and universes","borrow_check/region_inference/placeholders_and_universes",[C[204],C[206]]],["44.3.5. Closure constraints","borrow_check/region_inference/closure_constraints",[C[204],C[206]]],["44.3.6. Error reporting","borrow_check/region_inference/error_reporting",[C[204],C[206]]],["44.4. Two-phase-borrows","borrow_check/two_phase_borrows",[C[204]]],["45. Parameter Environments","param_env",N],[C[207],"diagnostics",N],["46.1. Creating Errors With SessionDiagnostic","diagnostics/sessiondiagnostic",[C[207]]],["46.2. LintStore","diagnostics/lintstore",[C[207]]],["46.3. Diagnostic Codes","diagnostics/diagnostic-codes",[C[207]]],["46.4. Diagnostic Items","diagnostics/diagnostic-items",[C[207]]],["47. Prologue","part-5-intro",N],["48. MIR optimizations","mir/optimizations",N],["49. Debugging","mir/debugging",N],[C[208],"const-eval",N],["50.1. miri const evaluator","miri",[C[208]]],["51. Monomorphization","backend/monomorph",N],["52. Lowering MIR","backend/lowering-mir",N],[C[209],"backend/codegen",N],["53.1. Updating LLVM","backend/updating-llvm",[C[209]]],["53.2. Debugging LLVM","backend/debugging",[C[209]]],["53.3. Backend Agnostic Codegen","backend/backend-agnostic",[C[209]]],["53.4. Implicit Caller Location","backend/implicit-caller-location",[C[209]]],["54. Libraries and Metadata","backend/libs-and-metadata",N],["55. Profile-guided Optimization","profile-guided-optimization",N],["56. LLVM Source-Based Code Coverage","llvm-coverage-instrumentation",N],["57. Sanitizers Support","sanitizers",N],["58. Debugging Support in the Rust Compiler","debugging-support-in-rustc",N],["Appendix A: Background topics","appendix/background",N],["Appendix B: Glossary",C[57],N],["Appendix C: Code Index","appendix/code-index",N],["Appendix D: Compiler Lecture Series","appendix/compiler-lecture",N],["Appendix E: Bibliography","appendix/bibliography",N],["Appendix Z: HumorRust","appendix/humorust",N]]},{"name":"Standard library developers Guide","url":"https://std-dev-guide.rust-lang.org/","pages":[[C[210],C[211],N],["Getting started",C[212],N],["Reviewer checklist","reviewer-checklist",N],[C[213],"feature-lifecycle/summary",N],["1.1. Landing new features","feature-lifecycle/new-unstable-features",[C[213]]],["1.2. Using tracking issues","feature-lifecycle/tracking-issues",[C[213]]],["1.3. Stabilizing features","feature-lifecycle/stabilization",[C[213]]],["1.4. Deprecating features","feature-lifecycle/deprecation",[C[213]]],[C[214],"code-considerations/summary",N],[C[215],"code-considerations/design/summary",[C[214]]],["2.1.1. Public APIs","code-considerations/design/public-apis",[C[214],C[215]]],["2.1.2. When to add #[must_use]","code-considerations/design/must-use",[C[214],C[215]]],[C[216],"code-considerations/breaking-changes/summary",[C[214]]],["2.2.1. Breakage from changing behavior","code-considerations/breaking-changes/behavior",[C[214],C[216]]],["2.2.2. Breakage from new trait impls","code-considerations/breaking-changes/new-trait-impls",[C[214],C[216]]],["2.2.3. #[fundamental] types","code-considerations/breaking-changes/fundamental",[C[214],C[216]]],["2.2.4. Breakage from changing the prelude","code-considerations/breaking-changes/prelude",[C[214],C[216]]],[C[217],"code-considerations/safety-and-soundness/summary",[C[214]]],["2.3.1. Generics and unsafe","code-considerations/safety-and-soundness/generics-and-unsafe",[C[214],C[217]]],["2.3.2. Drop and #[may_dangle]","code-considerations/safety-and-soundness/may-dangle",[C[214],C[217]]],["2.3.3. std::mem and exclusive references","code-considerations/safety-and-soundness/mem-and-exclusive-refs",[C[214],C[217]]],[C[218],"code-considerations/using-unstable-lang/summary",[C[214]]],["2.4.1. Const generics","code-considerations/using-unstable-lang/const-generics",[C[214],C[218]]],["2.4.2. Specialization","code-considerations/using-unstable-lang/specialization",[C[214],C[218]]],[C[219],"code-considerations/performance/summary",[C[214]]],["2.5.1. When to #[inline]","code-considerations/performance/inline",[C[214],C[219]]],[C[220],"documentation/summary",N],["3.1. doc alias policy","documentation/doc-alias-policy",[C[220]]],[C[221],"tools-and-bots/summary",N],["4.1. @bors","tools-and-bots/bors",[C[221]]],["4.2. @rust-timer","tools-and-bots/timer",[C[221]]],["4.3. @craterbot","tools-and-bots/crater",[C[221]]]]}]; \ No newline at end of file +var C=["The Rust Programming Language","1. Getting Started","3. Common Programming[ Concepts","4. Understanding Ownership","5. Using Structs to Structure Related Data","6. Enums and Pattern Matching","7. Managing Growing Projects with Packages, Crates, and Modules","8. Common Collections","9. Error Handling","10. Generic Type]s, Traits, and Lifetimes","11. Writing Automated Tests","12. An I/O Project: Building a Command Line Program","13. Functional Language Features: Iterators and Closures","14. More about Cargo and Crates.io","15. Smart Pointers","16. Fearless Concurrency","17. Object Oriented Programming Features of Rust","18. Patterns and Matching","19. Advanced Features","20. Final Project: Building a Multithreaded Web Server","21. Appendix","2. Under the Hood: Executing Futures and Tasks","5. Streams","6. Executing Multiple Futures at a Time","7. Workarounds to Know and Love","9. Final Project: HTTP Server","Introduction","1. What are editions?","3. Rust 2018","4. Rust 2021","1.1. Installation","2. Cargo Guide","3. Cargo Reference","3.1. Specifying Dependencies","3.2. The Manifest Format","3.4. Features","3.8. Build Scripts","4. Cargo Commands","4.1. General Commands","4.2. Build Commands","4.3. Manifest Commands","4.4. Package Commands","4.5. Publishing Commands","introduction","3. Background And Concepts","4. Tutorial","reference/index","5. Reference","1. Introduction","1.4. Installation","2. Getting started","3. Peripherals","4. Static Guarantees","8. Design Patterns","8.1. HALs","10. Interoperability","11. Unsorted topics","appendix/glossary","1. Algorithms","2. Command Line","3. Compression","4. Concurrency","5. Cryptography","6. Data Structures","7. Database","8. Date and Time","9. Development Tools","9.1. Debugging","10. Encoding","11. Error Handling","12. File System","13. Hardware Support","14. Memory Management","15. Network","16. Operating System","17. Science","17.1. Mathematics","18. Text Processing","19. Web Programming","19.4. Clients","1. Meet Safe and Unsafe","2. Data Layout","3. Ownership","4. Type Conversions","5. Uninitialized Memory","6. Ownership Based Resource Management","7. Unwinding","concurrency","8. Concurrency","9. Implementing Vec","10. Implementing Arc and Mutex","10.1. Arc","12. Beneath std","2. Lexical structure","3. Macros","6. Items","7. Attributes","8. Statements and expressions","8.2. Expressions","10. Type system","10.1. Types","subtyping","destructors","lifetime-elision","12. Names","13. Memory model","15. Unsafety","19. Appendices","The Unstable Book","1. Compiler flags","2. Language features","3. Library Features","The Embedded Rust Book","intro/index","1.1. Hardware","intro/hardware","1.2. no_std","intro/no-std","1.3. Tooling","intro/tooling","intro/install","1.4.1. Linux","intro/install/linux","1.4.2. MacOS","intro/install/macos","1.4.3. Windows","intro/install/windows","1.4.4. Verify Installation","intro/install/verify","start/index","2.1. QEMU","start/qemu","2.2. Hardware","start/hardware","2.3. Memory-mapped Registers","start/registers","2.4. Semihosting","start/semihosting","2.5. Panicking","start/panicking","2.6. Exceptions","start/exceptions","2.7. Interrupts","start/interrupts","peripherals/index","3.1. A first attempt in Rust","peripherals/a-first-attempt","3.2. The Borrow Checker","peripherals/borrowck","3.3. Singletons","peripherals/singletons","static-guarantees/index","4.1. Typestate Programming","static-guarantees/typestate-programming","4.2. Peripherals as State Machines","static-guarantees/state-machines","4.3. Design Contracts","static-guarantees/design-contracts","4.4. Zero Cost Abstractions","static-guarantees/zero-cost-abstractions","5. Portability","portability/index","6. Concurrency","concurrency/index","7. Collections","collections/index","design-patterns/index","design-patterns/hal/index","8.1.1. Checklist","design-patterns/hal/checklist","8.1.2. Naming","design-patterns/hal/naming","8.1.3. Interoperability","design-patterns/hal/interoperability","8.1.4. Predictability","design-patterns/hal/predictability","8.1.5. GPIO","design-patterns/hal/gpio","9. Tips for embedded C developers","c-tips/index","interoperability/index","10.1. A little C with your Rust","interoperability/c-with-rust","10.2. A little Rust with your C","interoperability/rust-with-c","unsorted/index","11.1. Optimizations: The speed size tradeoff","unsorted/speed-vs-size","Appendix A: Glossary","1. How to Build and Run the Compiler","2. The compiler testing framework","3. Debugging the Compiler","4. Profiling the compiler","17. Notification groups","23. Queries: demand-driven compilation","30. The Rustc Driver and Interface","31. Syntax and the AST","32. The HIR (High-level IR)","34. The MIR (Mid-level IR)","identifiers","38. The ty module: representing types","40. Trait solving","40.5. Chalk-based trait solving","41. Type checking","44. The borrow checker","44.1. Tracking moves and initialization","44.3. Region inference","46. Errors and Lints","50. Constant evaluation","53. Code Generation","About this guide","about-this-guide","getting-started","1. The library team","2. The feature lifecycle","3. Code considerations","3.1. Design","3.2. Breaking changes","3.3. Safety and soundness","3.4. Using unstable language features","3.5. Performance","4. Documentation","5. Tools and bots"];var N=N;var booksIndex=[{"name":C[0],"url":"https://doc.rust-lang.org/stable/book/","pages":[[C[0],"title-page",N],["Foreword","foreword",N],[C[26],"ch00-00-introduction",N],[C[1],"ch01-00-getting-started",N],[C[30],"ch01-01-installation",[C[1]]],["1.2. Hello, World!","ch01-02-hello-world",[C[1]]],["1.3. Hello, Cargo!","ch01-03-hello-cargo",[C[1]]],["2. Programming a Guessing Game","ch02-00-guessing-game-tutorial",N],[C[2],"ch03-00-common-programming-concepts",N],["3.1. Variables and Mutability","ch03-01-variables-and-mutability",[C[2]]],["3.2. Data Types","ch03-02-data-types",[C[2]]],["3.3. Functions","ch03-03-how-functions-work",[C[2]]],["3.4. Comments","ch03-04-comments",[C[2]]],["3.5. Control Flow","ch03-05-control-flow",[C[2]]],[C[3],"ch04-00-understanding-ownership",N],["4.1. What is Ownership?","ch04-01-what-is-ownership",[C[3]]],["4.2. References and Borrowing","ch04-02-references-and-borrowing",[C[3]]],["4.3. The Slice Type","ch04-03-slices",[C[3]]],[C[4],"ch05-00-structs",N],["5.1. Defining and Instantiating Structs","ch05-01-defining-structs",[C[4]]],["5.2. An Example Program Using Structs","ch05-02-example-structs",[C[4]]],["5.3. Method Syntax","ch05-03-method-syntax",[C[4]]],[C[5],"ch06-00-enums",N],["6.1. Defining an Enum","ch06-01-defining-an-enum",[C[5]]],["6.2. The match Control Flow Operator","ch06-02-match",[C[5]]],["6.3. Concise Control Flow with if let","ch06-03-if-let",[C[5]]],[C[6],"ch07-00-managing-growing-projects-with-packages-crates-and-modules",N],["7.1. Packages and Crates","ch07-01-packages-and-crates",[C[6]]],["7.2. Defining Modules to Control Scope and Privacy","ch07-02-defining-modules-to-control-scope-and-privacy",[C[6]]],["7.3. Paths for Referring to an Item in the Module Tree","ch07-03-paths-for-referring-to-an-item-in-the-module-tree",[C[6]]],["7.4. Bringing Paths Into Scope with the use Keyword","ch07-04-bringing-paths-into-scope-with-the-use-keyword",[C[6]]],["7.5. Separating Modules into Different Files","ch07-05-separating-modules-into-different-files",[C[6]]],[C[7],"ch08-00-common-collections",N],["8.1. Storing Lists of Values with Vectors","ch08-01-vectors",[C[7]]],["8.2. Storing UTF-8 Encoded Text with Strings","ch08-02-strings",[C[7]]],["8.3. Storing Keys with Associated Values in Hash Maps","ch08-03-hash-maps",[C[7]]],[C[8],"ch09-00-error-handling",N],["9.1. Unrecoverable Errors with panic!","ch09-01-unrecoverable-errors-with-panic",[C[8]]],["9.2. Recoverable Errors with Result","ch09-02-recoverable-errors-with-result",[C[8]]],["9.3. To panic! or Not To panic!","ch09-03-to-panic-or-not-to-panic",[C[8]]],[C[9],"ch10-00-generics",N],["10.1. Generic Data Types","ch10-01-syntax",[C[9]]],["10.2. Traits: Defining Shared Behavior","ch10-02-traits",[C[9]]],["10.3. Validating References with Lifetimes","ch10-03-lifetime-syntax",[C[9]]],[C[10],"ch11-00-testing",N],["11.1. How to Write Tests","ch11-01-writing-tests",[C[10]]],["11.2. Controlling How Tests Are Run","ch11-02-running-tests",[C[10]]],["11.3. Test Organization","ch11-03-test-organization",[C[10]]],[C[11],"ch12-00-an-io-project",N],["12.1. Accepting Command Line Arguments","ch12-01-accepting-command-line-arguments",[C[11]]],["12.2. Reading a File","ch12-02-reading-a-file",[C[11]]],["12.3. Refactoring to Improve Modularity and Error Handling","ch12-03-improving-error-handling-and-modularity",[C[11]]],["12.4. Developing the Library’s Functionality with Test Driven Development","ch12-04-testing-the-librarys-functionality",[C[11]]],["12.5. Working with Environment Variables","ch12-05-working-with-environment-variables",[C[11]]],["12.6. Writing Error Messages to Standard Error Instead of Standard Output","ch12-06-writing-to-stderr-instead-of-stdout",[C[11]]],[C[12],"ch13-00-functional-features",N],["13.1. Closures: Anonymous Functions that Can Capture Their Environment","ch13-01-closures",[C[12]]],["13.2. Processing a Series of Items with Iterators","ch13-02-iterators",[C[12]]],["13.3. Improving Our I/O Project","ch13-03-improving-our-io-project",[C[12]]],["13.4. Comparing Performance: Loops vs. Iterators","ch13-04-performance",[C[12]]],[C[13],"ch14-00-more-about-cargo",N],["14.1. Customizing Builds with Release Profiles","ch14-01-release-profiles",[C[13]]],["14.2. Publishing a Crate to Crates.io","ch14-02-publishing-to-crates-io",[C[13]]],["14.3. Cargo Workspaces","ch14-03-cargo-workspaces",[C[13]]],["14.4. Installing Binaries from Crates.io with cargo install","ch14-04-installing-binaries",[C[13]]],["14.5. Extending Cargo with Custom Commands","ch14-05-extending-cargo",[C[13]]],[C[14],"ch15-00-smart-pointers",N],["15.1. Using Box to Point to Data on the Heap","ch15-01-box",[C[14]]],["15.2. Treating Smart Pointers Like Regular References with the Deref Trait","ch15-02-deref",[C[14]]],["15.3. Running Code on Cleanup with the Drop Trait","ch15-03-drop",[C[14]]],["15.4. Rc, the Reference Counted Smart Pointer","ch15-04-rc",[C[14]]],["15.5. RefCell and the Interior Mutability Pattern","ch15-05-interior-mutability",[C[14]]],["15.6. Reference Cycles Can Leak Memory","ch15-06-reference-cycles",[C[14]]],[C[15],"ch16-00-concurrency",N],["16.1. Using Threads to Run Code Simultaneously","ch16-01-threads",[C[15]]],["16.2. Using Message Passing to Transfer Data Between Threads","ch16-02-message-passing",[C[15]]],["16.3. Shared-State Concurrency","ch16-03-shared-state",[C[15]]],["16.4. Extensible Concurrency with the Sync and Send Traits","ch16-04-extensible-concurrency-sync-and-send",[C[15]]],[C[16],"ch17-00-oop",N],["17.1. Characteristics of Object-Oriented Languages","ch17-01-what-is-oo",[C[16]]],["17.2. Using Trait Objects That Allow for Values of Different Types","ch17-02-trait-objects",[C[16]]],["17.3. Implementing an Object-Oriented Design Pattern","ch17-03-oo-design-patterns",[C[16]]],[C[17],"ch18-00-patterns",N],["18.1. All the Places Patterns Can Be Used","ch18-01-all-the-places-for-patterns",[C[17]]],["18.2. Refutability: Whether a Pattern Might Fail to Match","ch18-02-refutability",[C[17]]],["18.3. Pattern Syntax","ch18-03-pattern-syntax",[C[17]]],[C[18],"ch19-00-advanced-features",N],["19.1. Unsafe Rust","ch19-01-unsafe-rust",[C[18]]],["19.2. Advanced Traits","ch19-03-advanced-traits",[C[18]]],["19.3. Advanced Types","ch19-04-advanced-types",[C[18]]],["19.4. Advanced Functions and Closures","ch19-05-advanced-functions-and-closures",[C[18]]],["19.5. Macros","ch19-06-macros",[C[18]]],[C[19],"ch20-00-final-project-a-web-server",N],["20.1. Building a Single-Threaded Web Server","ch20-01-single-threaded",[C[19]]],["20.2. Turning Our Single-Threaded Server into a Multithreaded Server","ch20-02-multithreaded",[C[19]]],["20.3. Graceful Shutdown and Cleanup","ch20-03-graceful-shutdown-and-cleanup",[C[19]]],[C[20],"appendix-00",N],["21.1. A - Keywords","appendix-01-keywords",[C[20]]],["21.2. B - Operators and Symbols","appendix-02-operators",[C[20]]],["21.3. C - Derivable Traits","appendix-03-derivable-traits",[C[20]]],["21.4. D - Useful Development Tools","appendix-04-useful-development-tools",[C[20]]],["21.5. E - Editions","appendix-05-editions",[C[20]]],["21.6. F - Translations of the Book","appendix-06-translation",[C[20]]],["21.7. G - How Rust is Made and “Nightly Rust”","appendix-07-nightly-rust",[C[20]]]]},{"name":"Rust Async Book","url":"https://rust-lang.github.io/async-book/","pages":[[C[1],"01_getting_started/01_chapter",N],["1.1. Why Async?","01_getting_started/02_why_async",[C[1]]],["1.2. The State of Asynchronous Rust","01_getting_started/03_state_of_async_rust",[C[1]]],["1.3. async/.await Primer","01_getting_started/04_async_await_primer",[C[1]]],[C[21],"02_execution/01_chapter",N],["2.1. The Future Trait","02_execution/02_future",[C[21]]],["2.2. Task Wakeups with Waker","02_execution/03_wakeups",[C[21]]],["2.3. Applied: Build an Executor","02_execution/04_executor",[C[21]]],["2.4. Executors and System IO","02_execution/05_io",[C[21]]],["3. async/await","03_async_await/01_chapter",N],["4. Pinning","04_pinning/01_chapter",N],[C[22],"05_streams/01_chapter",N],["5.1. Iteration and Concurrency","05_streams/02_iteration_and_concurrency",[C[22]]],[C[23],"06_multiple_futures/01_chapter",N],["6.1. join!","06_multiple_futures/02_join",[C[23]]],["6.2. select!","06_multiple_futures/03_select",[C[23]]],[C[24],"07_workarounds/01_chapter",N],["7.1. ? in async Blocks","07_workarounds/02_err_in_async_blocks",[C[24]]],["7.2. Send Approximation","07_workarounds/03_send_approximation",[C[24]]],["7.3. Recursion","07_workarounds/04_recursion",[C[24]]],["7.4. async in Traits","07_workarounds/05_async_in_traits",[C[24]]],["8. The Async Ecosystem","08_ecosystem/00_chapter",N],[C[25],"09_example/00_intro",N],["9.1. Running Asynchronous Code","09_example/01_running_async_code",[C[25]]],["9.2. Handling Connections Concurrently","09_example/02_handling_connections_concurrently",[C[25]]],["9.3. Testing the Server","09_example/03_tests",[C[25]]]]},{"name":"Rust Edition Guide Book","url":"https://doc.rust-lang.org/stable/edition-guide/","pages":[[C[26],C[43],N],[C[27],"editions/index",N],["1.1. Creating a new project","editions/creating-a-new-project",[C[27]]],["1.2. Transitioning an existing project to a new edition","editions/transitioning-an-existing-project-to-a-new-edition",[C[27]]],["1.3. Advanced migrations","editions/advanced-migrations",[C[27]]],["2. Rust 2015","rust-2015/index",N],[C[28],"rust-2018/index",N],["3.1. Path and module system changes","rust-2018/path-changes",[C[28]]],["3.2. Anonymous trait function parameters deprecated","rust-2018/trait-fn-parameters",[C[28]]],["3.3. New keywords","rust-2018/new-keywords",[C[28]]],["3.4. Method dispatch for raw pointers to inference variables","rust-2018/tyvar-behind-raw-pointer",[C[28]]],["3.5. Cargo changes","rust-2018/cargo",[C[28]]],[C[29],"rust-2021/index",N],["4.1. Additions to the prelude","rust-2021/prelude",[C[29]]],["4.2. Default Cargo feature resolver","rust-2021/default-cargo-resolver",[C[29]]],["4.3. IntoIterator for arrays","rust-2021/IntoIterator-for-arrays",[C[29]]],["4.4. Disjoint capture in closures","rust-2021/disjoint-capture-in-closures",[C[29]]],["4.5. Panic macro consistency","rust-2021/panic-macro-consistency",[C[29]]],["4.6. Reserving syntax","rust-2021/reserving-syntax",[C[29]]],["4.7. Warnings promoted to errors","rust-2021/warnings-promoted-to-error",[C[29]]],["4.8. Or patterns in macro-rules","rust-2021/or-patterns-macro-rules",[C[29]]]]},{"name":"The Cargo Book","url":"https://doc.rust-lang.org/cargo/","pages":[[C[26],"index",N],[C[1],"getting-started/index",N],[C[30],"getting-started/installation",[C[1]]],["1.2. First Steps with Cargo","getting-started/first-steps",[C[1]]],[C[31],"guide/index",N],["2.1. Why Cargo Exists","guide/why-cargo-exists",[C[31]]],["2.2. Creating a New Package","guide/creating-a-new-project",[C[31]]],["2.3. Working on an Existing Package","guide/working-on-an-existing-project",[C[31]]],["2.4. Dependencies","guide/dependencies",[C[31]]],["2.5. Package Layout","guide/project-layout",[C[31]]],["2.6. Cargo.toml vs Cargo.lock","guide/cargo-toml-vs-cargo-lock",[C[31]]],["2.7. Tests","guide/tests",[C[31]]],["2.8. Continuous Integration","guide/continuous-integration",[C[31]]],["2.9. Cargo Home","guide/cargo-home",[C[31]]],["2.10. Build Cache","guide/build-cache",[C[31]]],[C[32],C[46],N],[C[33],"reference/specifying-dependencies",[C[32]]],["3.1.1. Overriding Dependencies","reference/overriding-dependencies",[C[32],C[33]]],[C[34],"reference/manifest",[C[32]]],["3.2.1. Cargo Targets","reference/cargo-targets",[C[32],C[34]]],["3.3. Workspaces","reference/workspaces",[C[32]]],[C[35],"reference/features",[C[32]]],["3.4.1. Features Examples","reference/features-examples",[C[32],C[35]]],["3.5. Profiles","reference/profiles",[C[32]]],["3.6. Configuration","reference/config",[C[32]]],["3.7. Environment Variables","reference/environment-variables",[C[32]]],[C[36],"reference/build-scripts",[C[32]]],["3.8.1. Build Script Examples","reference/build-script-examples",[C[32],C[36]]],["3.9. Publishing on crates.io","reference/publishing",[C[32]]],["3.10. Package ID Specifications","reference/pkgid-spec",[C[32]]],["3.11. Source Replacement","reference/source-replacement",[C[32]]],["3.12. External Tools","reference/external-tools",[C[32]]],["3.13. Registries","reference/registries",[C[32]]],["3.14. Dependency Resolution","reference/resolver",[C[32]]],["3.15. SemVer Compatibility","reference/semver",[C[32]]],["3.16. Unstable Features","reference/unstable",[C[32]]],[C[37],"commands/index",N],[C[38],"commands/general-commands",[C[37]]],["4.1.1. cargo","commands/cargo",[C[37],C[38]]],["4.1.2. cargo help","commands/cargo-help",[C[37],C[38]]],["4.1.3. cargo version","commands/cargo-version",[C[37],C[38]]],[C[39],"commands/build-commands",[C[37]]],["4.2.1. cargo bench","commands/cargo-bench",[C[37],C[39]]],["4.2.2. cargo build","commands/cargo-build",[C[37],C[39]]],["4.2.3. cargo check","commands/cargo-check",[C[37],C[39]]],["4.2.4. cargo clean","commands/cargo-clean",[C[37],C[39]]],["4.2.5. cargo doc","commands/cargo-doc",[C[37],C[39]]],["4.2.6. cargo fetch","commands/cargo-fetch",[C[37],C[39]]],["4.2.7. cargo fix","commands/cargo-fix",[C[37],C[39]]],["4.2.8. cargo run","commands/cargo-run",[C[37],C[39]]],["4.2.9. cargo rustc","commands/cargo-rustc",[C[37],C[39]]],["4.2.10. cargo rustdoc","commands/cargo-rustdoc",[C[37],C[39]]],["4.2.11. cargo test","commands/cargo-test",[C[37],C[39]]],[C[40],"commands/manifest-commands",[C[37]]],["4.3.1. cargo generate-lockfile","commands/cargo-generate-lockfile",[C[37],C[40]]],["4.3.2. cargo locate-project","commands/cargo-locate-project",[C[37],C[40]]],["4.3.3. cargo metadata","commands/cargo-metadata",[C[37],C[40]]],["4.3.4. cargo pkgid","commands/cargo-pkgid",[C[37],C[40]]],["4.3.5. cargo tree","commands/cargo-tree",[C[37],C[40]]],["4.3.6. cargo update","commands/cargo-update",[C[37],C[40]]],["4.3.7. cargo vendor","commands/cargo-vendor",[C[37],C[40]]],["4.3.8. cargo verify-project","commands/cargo-verify-project",[C[37],C[40]]],[C[41],"commands/package-commands",[C[37]]],["4.4.1. cargo init","commands/cargo-init",[C[37],C[41]]],["4.4.2. cargo install","commands/cargo-install",[C[37],C[41]]],["4.4.3. cargo new","commands/cargo-new",[C[37],C[41]]],["4.4.4. cargo search","commands/cargo-search",[C[37],C[41]]],["4.4.5. cargo uninstall","commands/cargo-uninstall",[C[37],C[41]]],[C[42],"commands/publishing-commands",[C[37]]],["4.5.1. cargo login","commands/cargo-login",[C[37],C[42]]],["4.5.2. cargo owner","commands/cargo-owner",[C[37],C[42]]],["4.5.3. cargo package","commands/cargo-package",[C[37],C[42]]],["4.5.4. cargo publish","commands/cargo-publish",[C[37],C[42]]],["4.5.5. cargo yank","commands/cargo-yank",[C[37],C[42]]],["5. FAQ","faq",N],["6. Appendix: Glossary",C[57],N],["7. Appendix: Git Authentication","appendix/git-authentication",N]]},{"name":"Rust and WebAssembly Book","url":"https://rustwasm.github.io/docs/book/","pages":[[C[48],C[43],N],["2. Why Rust and WebAssembly?","why-rust-and-webassembly",N],[C[44],"background-and-concepts",N],["3.1. What is WebAssembly?","what-is-webassembly",[C[44]]],[C[45],"game-of-life/introduction",N],["4.1. Setup","game-of-life/setup",[C[45]]],["4.2. Hello, World!","game-of-life/hello-world",[C[45]]],["4.3. Rules","game-of-life/rules",[C[45]]],["4.4. Implementing Life","game-of-life/implementing",[C[45]]],["4.5. Testing Life","game-of-life/testing",[C[45]]],["4.6. Debugging","game-of-life/debugging",[C[45]]],["4.7. Adding Interactivity","game-of-life/interactivity",[C[45]]],["4.8. Time Profiling","game-of-life/time-profiling",[C[45]]],["4.9. Shrinking .wasm Size","game-of-life/code-size",[C[45]]],["4.10. Publishing to npm","game-of-life/publishing-to-npm",[C[45]]],[C[47],C[46],N],["5.1. Crates You Should Know","reference/crates",[C[47]]],["5.2. Tools You Should Know","reference/tools",[C[47]]],["5.3. Project Templates","reference/project-templates",[C[47]]],["5.4. Debugging","reference/debugging",[C[47]]],["5.5. Time Profiling","reference/time-profiling",[C[47]]],["5.6. Shrinking .wasm Size","reference/code-size",[C[47]]],["5.7. JavaScript Interoperation","reference/js-ffi",[C[47]]],["5.8. Which Crates Will Work Off-the-Shelf with WebAssembly?","reference/which-crates-work-with-wasm",[C[47]]],["5.9. How to Add WebAssembly Support to a General-Purpose Crate","reference/add-wasm-support-to-crate",[C[47]]],["5.10. Deploying Rust and WebAssembly to Production","reference/deploying-to-production",[C[47]]]]},{"name":C[112],"url":"https://rust-embedded.github.io/book/","pages":[[C[48],C[113],N],[C[114],C[115],[C[48]]],[C[116],C[117],[C[48]]],[C[118],C[119],[C[48]]],[C[49],C[120],[C[48]]],[C[121],C[122],[C[48],C[49]]],[C[123],C[124],[C[48],C[49]]],[C[125],C[126],[C[48],C[49]]],[C[127],C[128],[C[48],C[49]]],[C[50],C[129],N],[C[130],C[131],[C[50]]],[C[132],C[133],[C[50]]],[C[134],C[135],[C[50]]],[C[136],C[137],[C[50]]],[C[138],C[139],[C[50]]],[C[140],C[141],[C[50]]],[C[142],C[143],[C[50]]],["2.8. IO","start/io",[C[50]]],[C[51],C[144],N],[C[145],C[146],[C[51]]],[C[147],C[148],[C[51]]],[C[149],C[150],[C[51]]],[C[52],C[151],N],[C[152],C[153],[C[52]]],[C[154],C[155],[C[52]]],[C[156],C[157],[C[52]]],[C[158],C[159],[C[52]]],[C[160],C[161],N],[C[162],C[163],N],[C[164],C[165],N],[C[53],C[166],N],[C[54],C[167],[C[53]]],[C[168],C[169],[C[53],C[54]]],[C[170],C[171],[C[53],C[54]]],[C[172],C[173],[C[53],C[54]]],[C[174],C[175],[C[53],C[54]]],[C[176],C[177],[C[53],C[54]]],[C[178],C[179],N],[C[55],C[180],N],[C[181],C[182],[C[55]]],[C[183],C[184],[C[55]]],[C[56],C[185],N],[C[186],C[187],[C[56]]],[C[188],C[57],N]]},{"name":"The Rust Cookbook","url":"https://rust-lang-nursery.github.io/rust-cookbook/","pages":[["Table of Contents","intro",N],["About","about",N],[C[58],"algorithms",N],["1.1. Generate Random Values","algorithms/randomness",[C[58]]],["1.2. Sort a Vector","algorithms/sorting",[C[58]]],[C[59],"cli",N],["2.1. Argument Parsing","cli/arguments",[C[59]]],["2.2. ANSI Terminal","cli/ansi_terminal",[C[59]]],[C[60],"compression",N],["3.1. Working with Tarballs","compression/tar",[C[60]]],[C[61],C[87],N],["4.1. Explicit Threads","concurrency/threads",[C[61]]],["4.2. Data Parallelism","concurrency/parallel",[C[61]]],[C[62],"cryptography",N],["5.1. Hashing","cryptography/hashing",[C[62]]],["5.2. Encryption","cryptography/encryption",[C[62]]],[C[63],"data_structures",N],["6.1. Bitfield","data_structures/bitfield",[C[63]]],[C[64],"database",N],["7.1. SQLite","database/sqlite",[C[64]]],["7.2. Postgres","database/postgres",[C[64]]],[C[65],"datetime",N],["8.1. Duration and Calculation","datetime/duration",[C[65]]],["8.2. Parsing and Displaying","datetime/parse",[C[65]]],[C[66],"development_tools",N],[C[67],"development_tools/debugging",[C[66]]],["9.1.1. Log Messages","development_tools/debugging/log",[C[66],C[67]]],["9.1.2. Configure Logging","development_tools/debugging/config_log",[C[66],C[67]]],["9.2. Versioning","development_tools/versioning",[C[66]]],["9.3. Build Time Tooling","development_tools/build_tools",[C[66]]],[C[68],"encoding",N],["10.1. Character Sets","encoding/strings",[C[68]]],["10.2. CSV processing","encoding/csv",[C[68]]],["10.3. Structured Data","encoding/complex",[C[68]]],[C[69],"errors",N],["11.1. Handle Error Variants","errors/handle",[C[69]]],[C[70],"file",N],["12.1. Read & Write","file/read-write",[C[70]]],["12.2. Directory Traversal","file/dir",[C[70]]],[C[71],"hardware",N],["13.1. Processor","hardware/processor",[C[71]]],[C[72],"mem",N],["14.1. Global Static","mem/global_static",[C[72]]],[C[73],"net",N],["15.1. Server","net/server",[C[73]]],[C[74],"os",N],["16.1. External Command","os/external",[C[74]]],[C[75],"science",N],[C[76],"science/mathematics",[C[75]]],["17.1.1. Linear Algebra","science/mathematics/linear_algebra",[C[75],C[76]]],["17.1.2. Trigonometry","science/mathematics/trigonometry",[C[75],C[76]]],["17.1.3. Complex Numbers","science/mathematics/complex_numbers",[C[75],C[76]]],["17.1.4. Statistics","science/mathematics/statistics",[C[75],C[76]]],["17.1.5. Miscellaneous","science/mathematics/miscellaneous",[C[75],C[76]]],[C[77],"text",N],["18.1. Regular Expressions","text/regex",[C[77]]],["18.2. String Parsing","text/string_parsing",[C[77]]],[C[78],"web",N],["19.1. Extracting Links","web/scraping",[C[78]]],["19.2. URL","web/url",[C[78]]],["19.3. Media Types","web/mime",[C[78]]],[C[79],"web/clients",[C[78]]],["19.4.1. Making Requests","web/clients/requests",[C[78],C[79]]],["19.4.2. Calling a Web API","web/clients/apis",[C[78],C[79]]],["19.4.3. Downloads","web/clients/download",[C[78],C[79]]],["19.4.4. Web Authentication","web/clients/authentication",[C[78],C[79]]]]},{"name":"The Rustonomicon","url":"https://doc.rust-lang.org/nomicon/","pages":[[C[26],"intro",N],[C[80],"meet-safe-and-unsafe",N],["1.1. How Safe and Unsafe Interact","safe-unsafe-meaning",[C[80]]],["1.2. What Unsafe Can Do","what-unsafe-does",[C[80]]],["1.3. Working with Unsafe","working-with-unsafe",[C[80]]],[C[81],"data",N],["2.1. repr(Rust)","repr-rust",[C[81]]],["2.2. Exotically Sized Types","exotic-sizes",[C[81]]],["2.3. Other reprs","other-reprs",[C[81]]],[C[82],"ownership",N],["3.1. References","references",[C[82]]],["3.2. Aliasing","aliasing",[C[82]]],["3.3. Lifetimes","lifetimes",[C[82]]],["3.4. Limits of Lifetimes","lifetime-mismatch",[C[82]]],["3.5. Lifetime Elision",C[103],[C[82]]],["3.6. Unbounded Lifetimes","unbounded-lifetimes",[C[82]]],["3.7. Higher-Rank Trait Bounds","hrtb",[C[82]]],["3.8. Subtyping and Variance",C[101],[C[82]]],["3.9. Drop Check","dropck",[C[82]]],["3.10. PhantomData","phantom-data",[C[82]]],["3.11. Splitting Borrows","borrow-splitting",[C[82]]],[C[83],"conversions",N],["4.1. Coercions","coercions",[C[83]]],["4.2. The Dot Operator","dot-operator",[C[83]]],["4.3. Casts","casts",[C[83]]],["4.4. Transmutes","transmutes",[C[83]]],[C[84],"uninitialized",N],["5.1. Checked","checked-uninit",[C[84]]],["5.2. Drop Flags","drop-flags",[C[84]]],["5.3. Unchecked","unchecked-uninit",[C[84]]],[C[85],"obrm",N],["6.1. Constructors","constructors",[C[85]]],["6.2. Destructors",C[102],[C[85]]],["6.3. Leaking","leaking",[C[85]]],[C[86],"unwinding",N],["7.1. Exception Safety","exception-safety",[C[86]]],["7.2. Poisoning","poisoning",[C[86]]],[C[88],C[87],N],["8.1. Races","races",[C[88]]],["8.2. Send and Sync","send-and-sync",[C[88]]],["8.3. Atomics","atomics",[C[88]]],[C[89],"vec/vec",N],["9.1. Layout","vec/vec-layout",[C[89]]],["9.2. Allocating","vec/vec-alloc",[C[89]]],["9.3. Push and Pop","vec/vec-push-pop",[C[89]]],["9.4. Deallocating","vec/vec-dealloc",[C[89]]],["9.5. Deref","vec/vec-deref",[C[89]]],["9.6. Insert and Remove","vec/vec-insert-remove",[C[89]]],["9.7. IntoIter","vec/vec-into-iter",[C[89]]],["9.8. RawVec","vec/vec-raw",[C[89]]],["9.9. Drain","vec/vec-drain",[C[89]]],["9.10. Handling Zero-Sized Types","vec/vec-zsts",[C[89]]],["9.11. Final Code","vec/vec-final",[C[89]]],[C[90],"arc-mutex/arc-and-mutex",N],[C[91],"arc-mutex/arc",[C[90]]],["10.1.1. Layout","arc-mutex/arc-layout",[C[90],C[91]]],["10.1.2. Base Code","arc-mutex/arc-base",[C[90],C[91]]],["10.1.3. Cloning","arc-mutex/arc-clone",[C[90],C[91]]],["10.1.4. Dropping","arc-mutex/arc-drop",[C[90],C[91]]],["10.1.5. Final Code","arc-mutex/arc-final",[C[90],C[91]]],["11. FFI","ffi",N],[C[92],"beneath-std",N],["12.1. #[panic_handler]","panic-handler",[C[92]]]]},{"name":"The Rust Reference","url":"https://doc.rust-lang.org/reference/","pages":[[C[26],C[43],N],["1. Notation","notation",N],[C[93],"lexical-structure",N],["2.1. Input format","input-format",[C[93]]],["2.2. Keywords","keywords",[C[93]]],["2.3. Identifiers",C[199],[C[93]]],["2.4. Comments","comments",[C[93]]],["2.5. Whitespace","whitespace",[C[93]]],["2.6. Tokens","tokens",[C[93]]],[C[94],"macros",N],["3.1. Macros By Example","macros-by-example",[C[94]]],["3.2. Procedural Macros","procedural-macros",[C[94]]],["4. Crates and source files","crates-and-source-files",N],["5. Conditional compilation","conditional-compilation",N],[C[95],"items",N],["6.1. Modules","items/modules",[C[95]]],["6.2. Extern crates","items/extern-crates",[C[95]]],["6.3. Use declarations","items/use-declarations",[C[95]]],["6.4. Functions","items/functions",[C[95]]],["6.5. Type aliases","items/type-aliases",[C[95]]],["6.6. Structs","items/structs",[C[95]]],["6.7. Enumerations","items/enumerations",[C[95]]],["6.8. Unions","items/unions",[C[95]]],["6.9. Constant items","items/constant-items",[C[95]]],["6.10. Static items","items/static-items",[C[95]]],["6.11. Traits","items/traits",[C[95]]],["6.12. Implementations","items/implementations",[C[95]]],["6.13. External blocks","items/external-blocks",[C[95]]],["6.14. Generic parameters","items/generics",[C[95]]],["6.15. Associated Items","items/associated-items",[C[95]]],[C[96],"attributes",N],["7.1. Testing","attributes/testing",[C[96]]],["7.2. Derive","attributes/derive",[C[96]]],["7.3. Diagnostics","attributes/diagnostics",[C[96]]],["7.4. Code generation","attributes/codegen",[C[96]]],["7.5. Limits","attributes/limits",[C[96]]],["7.6. Type System","attributes/type_system",[C[96]]],[C[97],"statements-and-expressions",N],["8.1. Statements","statements",[C[97]]],[C[98],"expressions",[C[97]]],["8.2.1. Literal expressions","expressions/literal-expr",[C[97],C[98]]],["8.2.2. Path expressions","expressions/path-expr",[C[97],C[98]]],["8.2.3. Block expressions","expressions/block-expr",[C[97],C[98]]],["8.2.4. Operator expressions","expressions/operator-expr",[C[97],C[98]]],["8.2.5. Grouped expressions","expressions/grouped-expr",[C[97],C[98]]],["8.2.6. Array and index expressions","expressions/array-expr",[C[97],C[98]]],["8.2.7. Tuple and index expressions","expressions/tuple-expr",[C[97],C[98]]],["8.2.8. Struct expressions","expressions/struct-expr",[C[97],C[98]]],["8.2.9. Call expressions","expressions/call-expr",[C[97],C[98]]],["8.2.10. Method call expressions","expressions/method-call-expr",[C[97],C[98]]],["8.2.11. Field access expressions","expressions/field-expr",[C[97],C[98]]],["8.2.12. Closure expressions","expressions/closure-expr",[C[97],C[98]]],["8.2.13. Loop expressions","expressions/loop-expr",[C[97],C[98]]],["8.2.14. Range expressions","expressions/range-expr",[C[97],C[98]]],["8.2.15. If and if let expressions","expressions/if-expr",[C[97],C[98]]],["8.2.16. Match expressions","expressions/match-expr",[C[97],C[98]]],["8.2.17. Return expressions","expressions/return-expr",[C[97],C[98]]],["8.2.18. Await expressions","expressions/await-expr",[C[97],C[98]]],["9. Patterns","patterns",N],[C[99],"type-system",N],[C[100],"types",[C[99]]],["10.1.1. Boolean type","types/boolean",[C[99],C[100]]],["10.1.2. Numeric types","types/numeric",[C[99],C[100]]],["10.1.3. Textual types","types/textual",[C[99],C[100]]],["10.1.4. Never type","types/never",[C[99],C[100]]],["10.1.5. Tuple types","types/tuple",[C[99],C[100]]],["10.1.6. Array types","types/array",[C[99],C[100]]],["10.1.7. Slice types","types/slice",[C[99],C[100]]],["10.1.8. Struct types","types/struct",[C[99],C[100]]],["10.1.9. Enumerated types","types/enum",[C[99],C[100]]],["10.1.10. Union types","types/union",[C[99],C[100]]],["10.1.11. Function item types","types/function-item",[C[99],C[100]]],["10.1.12. Closure types","types/closure",[C[99],C[100]]],["10.1.13. Pointer types","types/pointer",[C[99],C[100]]],["10.1.14. Function pointer types","types/function-pointer",[C[99],C[100]]],["10.1.15. Trait object types","types/trait-object",[C[99],C[100]]],["10.1.16. Impl trait type","types/impl-trait",[C[99],C[100]]],["10.1.17. Type parameters","types/parameters",[C[99],C[100]]],["10.1.18. Inferred type","types/inferred",[C[99],C[100]]],["10.2. Dynamically Sized Types","dynamically-sized-types",[C[99]]],["10.3. Type layout","type-layout",[C[99]]],["10.4. Interior mutability","interior-mutability",[C[99]]],["10.5. Subtyping and Variance",C[101],[C[99]]],["10.6. Trait and lifetime bounds","trait-bounds",[C[99]]],["10.7. Type coercions","type-coercions",[C[99]]],["10.8. Destructors",C[102],[C[99]]],["10.9. Lifetime elision",C[103],[C[99]]],["11. Special types and traits","special-types-and-traits",N],[C[104],"names",N],["12.1. Namespaces","names/namespaces",[C[104]]],["12.2. Scopes","names/scopes",[C[104]]],["12.3. Preludes","names/preludes",[C[104]]],["12.4. Paths","paths",[C[104]]],["12.5. Name resolution","names/name-resolution",[C[104]]],["12.6. Visibility and privacy","visibility-and-privacy",[C[104]]],[C[105],"memory-model",N],["13.1. Memory allocation and lifetime","memory-allocation-and-lifetime",[C[105]]],["13.2. Variables","variables",[C[105]]],["14. Linkage","linkage",N],[C[106],"unsafety",N],["15.1. Unsafe functions","unsafe-functions",[C[106]]],["15.2. Unsafe blocks","unsafe-blocks",[C[106]]],["15.3. Behavior considered undefined","behavior-considered-undefined",[C[106]]],["15.4. Behavior not considered unsafe","behavior-not-considered-unsafe",[C[106]]],["16. Constant Evaluation","const_eval",N],["17. Application Binary Interface","abi",N],["18. The Rust runtime","runtime",N],[C[107],"appendices",N],["19.1. Macro Follow-Set Ambiguity Formal Specification","macro-ambiguity",[C[107]]],["19.2. Influences","influences",[C[107]]],["19.3. Glossary","glossary",[C[107]]]]},{"name":C[108],"url":"https://doc.rust-lang.org/unstable-book/","pages":[[C[108],"the-unstable-book",N],[C[109],"compiler-flags",N],["1.1. codegen_backend","compiler-flags/codegen-backend",[C[109]]],["1.2. control_flow_guard","compiler-flags/control-flow-guard",[C[109]]],["1.3. emit_stack_sizes","compiler-flags/emit-stack-sizes",[C[109]]],["1.4. extern_location","compiler-flags/extern-location",[C[109]]],["1.5. instrument_coverage","compiler-flags/instrument-coverage",[C[109]]],["1.6. move_size_limit","compiler-flags/move-size-limit",[C[109]]],["1.7. profile","compiler-flags/profile",[C[109]]],["1.8. report_time","compiler-flags/report-time",[C[109]]],["1.9. sanitizer","compiler-flags/sanitizer",[C[109]]],["1.10. self_profile","compiler-flags/self-profile",[C[109]]],["1.11. self_profile_events","compiler-flags/self-profile-events",[C[109]]],["1.12. source_based_code_coverage","compiler-flags/source-based-code-coverage",[C[109]]],["1.13. src_hash_algorithm","compiler-flags/src-hash-algorithm",[C[109]]],["1.14. strip","compiler-flags/strip",[C[109]]],["1.15. tls_model","compiler-flags/tls-model",[C[109]]],["1.16. unsound_mir_opts","compiler-flags/unsound-mir-opts",[C[109]]],[C[110],"language-features",N],["2.1. aarch64_target_feature","language-features/aarch64-target-feature",[C[110]]],["2.2. abi_amdgpu_kernel","language-features/abi-amdgpu-kernel",[C[110]]],["2.3. abi_avr_interrupt","language-features/abi-avr-interrupt",[C[110]]],["2.4. abi_c_cmse_nonsecure_call","language-features/abi-c-cmse-nonsecure-call",[C[110]]],["2.5. abi_efiapi","language-features/abi-efiapi",[C[110]]],["2.6. abi_msp430_interrupt","language-features/abi-msp430-interrupt",[C[110]]],["2.7. abi_ptx","language-features/abi-ptx",[C[110]]],["2.8. abi_thiscall","language-features/abi-thiscall",[C[110]]],["2.9. abi_unadjusted","language-features/abi-unadjusted",[C[110]]],["2.10. abi_vectorcall","language-features/abi-vectorcall",[C[110]]],["2.11. abi_x86_interrupt","language-features/abi-x86-interrupt",[C[110]]],["2.12. adt_const_params","language-features/adt-const-params",[C[110]]],["2.13. adx_target_feature","language-features/adx-target-feature",[C[110]]],["2.14. alloc_error_handler","language-features/alloc-error-handler",[C[110]]],["2.15. allocator_internals","language-features/allocator-internals",[C[110]]],["2.16. allow_fail","language-features/allow-fail",[C[110]]],["2.17. allow_internal_unsafe","language-features/allow-internal-unsafe",[C[110]]],["2.18. allow_internal_unstable","language-features/allow-internal-unstable",[C[110]]],["2.19. arbitrary_enum_discriminant","language-features/arbitrary-enum-discriminant",[C[110]]],["2.20. arbitrary_self_types","language-features/arbitrary-self-types",[C[110]]],["2.21. arm_target_feature","language-features/arm-target-feature",[C[110]]],["2.22. associated_type_bounds","language-features/associated-type-bounds",[C[110]]],["2.23. associated_type_defaults","language-features/associated-type-defaults",[C[110]]],["2.24. async_closure","language-features/async-closure",[C[110]]],["2.25. auto_traits","language-features/auto-traits",[C[110]]],["2.26. avx512_target_feature","language-features/avx512-target-feature",[C[110]]],["2.27. box_patterns","language-features/box-patterns",[C[110]]],["2.28. box_syntax","language-features/box-syntax",[C[110]]],["2.29. bpf_target_feature","language-features/bpf-target-feature",[C[110]]],["2.30. c_unwind","language-features/c-unwind",[C[110]]],["2.31. c_variadic","language-features/c-variadic",[C[110]]],["2.32. capture_disjoint_fields","language-features/capture-disjoint-fields",[C[110]]],["2.33. cfg_panic","language-features/cfg-panic",[C[110]]],["2.34. cfg_sanitize","language-features/cfg-sanitize",[C[110]]],["2.35. cfg_target_abi","language-features/cfg-target-abi",[C[110]]],["2.36. cfg_target_has_atomic","language-features/cfg-target-has-atomic",[C[110]]],["2.37. cfg_target_thread_local","language-features/cfg-target-thread-local",[C[110]]],["2.38. cfg_version","language-features/cfg-version",[C[110]]],["2.39. cmpxchg16b_target_feature","language-features/cmpxchg16b-target-feature",[C[110]]],["2.40. cmse_nonsecure_entry","language-features/cmse-nonsecure-entry",[C[110]]],["2.41. compiler_builtins","language-features/compiler-builtins",[C[110]]],["2.42. const_async_blocks","language-features/const-async-blocks",[C[110]]],["2.43. const_eval_limit","language-features/const-eval-limit",[C[110]]],["2.44. const_extern_fn","language-features/const-extern-fn",[C[110]]],["2.45. const_fn_floating_point_arithmetic","language-features/const-fn-floating-point-arithmetic",[C[110]]],["2.46. const_fn_fn_ptr_basics","language-features/const-fn-fn-ptr-basics",[C[110]]],["2.47. const_fn_trait_bound","language-features/const-fn-trait-bound",[C[110]]],["2.48. const_for","language-features/const-for",[C[110]]],["2.49. const_generics_defaults","language-features/const-generics-defaults",[C[110]]],["2.50. const_impl_trait","language-features/const-impl-trait",[C[110]]],["2.51. const_mut_refs","language-features/const-mut-refs",[C[110]]],["2.52. const_panic","language-features/const-panic",[C[110]]],["2.53. const_precise_live_drops","language-features/const-precise-live-drops",[C[110]]],["2.54. const_raw_ptr_deref","language-features/const-raw-ptr-deref",[C[110]]],["2.55. const_refs_to_cell","language-features/const-refs-to-cell",[C[110]]],["2.56. const_trait_impl","language-features/const-trait-impl",[C[110]]],["2.57. const_try","language-features/const-try",[C[110]]],["2.58. crate_visibility_modifier","language-features/crate-visibility-modifier",[C[110]]],["2.59. custom_inner_attributes","language-features/custom-inner-attributes",[C[110]]],["2.60. custom_test_frameworks","language-features/custom-test-frameworks",[C[110]]],["2.61. decl_macro","language-features/decl-macro",[C[110]]],["2.62. default_alloc_error_handler","language-features/default-alloc-error-handler",[C[110]]],["2.63. default_type_parameter_fallback","language-features/default-type-parameter-fallback",[C[110]]],["2.64. derive_default_enum","language-features/derive-default-enum",[C[110]]],["2.65. destructuring_assignment","language-features/destructuring-assignment",[C[110]]],["2.66. doc_cfg","language-features/doc-cfg",[C[110]]],["2.67. doc_keyword","language-features/doc-keyword",[C[110]]],["2.68. doc_masked","language-features/doc-masked",[C[110]]],["2.69. doc_notable_trait","language-features/doc-notable-trait",[C[110]]],["2.70. doc_primitive","language-features/doc-primitive",[C[110]]],["2.71. dropck_eyepatch","language-features/dropck-eyepatch",[C[110]]],["2.72. ermsb_target_feature","language-features/ermsb-target-feature",[C[110]]],["2.73. exclusive_range_pattern","language-features/exclusive-range-pattern",[C[110]]],["2.74. exhaustive_patterns","language-features/exhaustive-patterns",[C[110]]],["2.75. explicit_generic_args_with_impl_trait","language-features/explicit-generic-args-with-impl-trait",[C[110]]],["2.76. extern_types","language-features/extern-types",[C[110]]],["2.77. f16c_target_feature","language-features/f16c-target-feature",[C[110]]],["2.78. ffi_const","language-features/ffi-const",[C[110]]],["2.79. ffi_pure","language-features/ffi-pure",[C[110]]],["2.80. ffi_returns_twice","language-features/ffi-returns-twice",[C[110]]],["2.81. fn_align","language-features/fn-align",[C[110]]],["2.82. format_args_capture","language-features/format-args-capture",[C[110]]],["2.83. fundamental","language-features/fundamental",[C[110]]],["2.84. generators","language-features/generators",[C[110]]],["2.85. generic_arg_infer","language-features/generic-arg-infer",[C[110]]],["2.86. generic_associated_types","language-features/generic-associated-types",[C[110]]],["2.87. generic_const_exprs","language-features/generic-const-exprs",[C[110]]],["2.88. half_open_range_patterns","language-features/half-open-range-patterns",[C[110]]],["2.89. hexagon_target_feature","language-features/hexagon-target-feature",[C[110]]],["2.90. if_let_guard","language-features/if-let-guard",[C[110]]],["2.91. imported_main","language-features/imported-main",[C[110]]],["2.92. in_band_lifetimes","language-features/in-band-lifetimes",[C[110]]],["2.93. infer_static_outlives_requirements","language-features/infer-static-outlives-requirements",[C[110]]],["2.94. inherent_associated_types","language-features/inherent-associated-types",[C[110]]],["2.95. inline_const","language-features/inline-const",[C[110]]],["2.96. intra_doc_pointers","language-features/intra-doc-pointers",[C[110]]],["2.97. intrinsics","language-features/intrinsics",[C[110]]],["2.98. isa_attribute","language-features/isa-attribute",[C[110]]],["2.99. label_break_value","language-features/label-break-value",[C[110]]],["2.100. lang_items","language-features/lang-items",[C[110]]],["2.101. large_assignments","language-features/large-assignments",[C[110]]],["2.102. let_chains","language-features/let-chains",[C[110]]],["2.103. let_else","language-features/let-else",[C[110]]],["2.104. link_cfg","language-features/link-cfg",[C[110]]],["2.105. link_llvm_intrinsics","language-features/link-llvm-intrinsics",[C[110]]],["2.106. linkage","language-features/linkage",[C[110]]],["2.107. lint_reasons","language-features/lint-reasons",[C[110]]],["2.108. macro_attributes_in_derive_output","language-features/macro-attributes-in-derive-output",[C[110]]],["2.109. marker_trait_attr","language-features/marker-trait-attr",[C[110]]],["2.110. min_specialization","language-features/min-specialization",[C[110]]],["2.111. mips_target_feature","language-features/mips-target-feature",[C[110]]],["2.112. more_qualified_paths","language-features/more-qualified-paths",[C[110]]],["2.113. movbe_target_feature","language-features/movbe-target-feature",[C[110]]],["2.114. naked_functions","language-features/naked-functions",[C[110]]],["2.115. native_link_modifiers","language-features/native-link-modifiers",[C[110]]],["2.116. native_link_modifiers_as_needed","language-features/native-link-modifiers-as-needed",[C[110]]],["2.117. native_link_modifiers_bundle","language-features/native-link-modifiers-bundle",[C[110]]],["2.118. native_link_modifiers_verbatim","language-features/native-link-modifiers-verbatim",[C[110]]],["2.119. native_link_modifiers_whole_archive","language-features/native-link-modifiers-whole-archive",[C[110]]],["2.120. needs_panic_runtime","language-features/needs-panic-runtime",[C[110]]],["2.121. negative_impls","language-features/negative-impls",[C[110]]],["2.122. never_type","language-features/never-type",[C[110]]],["2.123. never_type_fallback","language-features/never-type-fallback",[C[110]]],["2.124. nll","language-features/nll",[C[110]]],["2.125. no_core","language-features/no-core",[C[110]]],["2.126. no_coverage","language-features/no-coverage",[C[110]]],["2.127. no_niche","language-features/no-niche",[C[110]]],["2.128. no_sanitize","language-features/no-sanitize",[C[110]]],["2.129. object_safe_for_dispatch","language-features/object-safe-for-dispatch",[C[110]]],["2.130. omit_gdb_pretty_printer_section","language-features/omit-gdb-pretty-printer-section",[C[110]]],["2.131. optimize_attribute","language-features/optimize-attribute",[C[110]]],["2.132. panic_runtime","language-features/panic-runtime",[C[110]]],["2.133. platform_intrinsics","language-features/platform-intrinsics",[C[110]]],["2.134. plugin","language-features/plugin",[C[110]]],["2.135. powerpc_target_feature","language-features/powerpc-target-feature",[C[110]]],["2.136. precise_pointer_size_matching","language-features/precise-pointer-size-matching",[C[110]]],["2.137. prelude_import","language-features/prelude-import",[C[110]]],["2.138. proc_macro_hygiene","language-features/proc-macro-hygiene",[C[110]]],["2.139. profiler_runtime","language-features/profiler-runtime",[C[110]]],["2.140. raw_dylib","language-features/raw-dylib",[C[110]]],["2.141. raw_ref_op","language-features/raw-ref-op",[C[110]]],["2.142. register_attr","language-features/register-attr",[C[110]]],["2.143. register_tool","language-features/register-tool",[C[110]]],["2.144. relaxed_struct_unsize","language-features/relaxed-struct-unsize",[C[110]]],["2.145. repr_simd","language-features/repr-simd",[C[110]]],["2.146. repr128","language-features/repr128",[C[110]]],["2.147. riscv_target_feature","language-features/riscv-target-feature",[C[110]]],["2.148. rtm_target_feature","language-features/rtm-target-feature",[C[110]]],["2.149. rustc_allow_const_fn_unstable","language-features/rustc-allow-const-fn-unstable",[C[110]]],["2.150. rustc_attrs","language-features/rustc-attrs",[C[110]]],["2.151. rustc_private","language-features/rustc-private",[C[110]]],["2.152. simd_ffi","language-features/simd-ffi",[C[110]]],["2.153. specialization","language-features/specialization",[C[110]]],["2.154. sse4a_target_feature","language-features/sse4a-target-feature",[C[110]]],["2.155. staged_api","language-features/staged-api",[C[110]]],["2.156. start","language-features/start",[C[110]]],["2.157. static_nobundle","language-features/static-nobundle",[C[110]]],["2.158. stmt_expr_attributes","language-features/stmt-expr-attributes",[C[110]]],["2.159. structural_match","language-features/structural-match",[C[110]]],["2.160. target_feature_11","language-features/target-feature-11",[C[110]]],["2.161. tbm_target_feature","language-features/tbm-target-feature",[C[110]]],["2.162. test_2018_feature","language-features/test-2018-feature",[C[110]]],["2.163. thread_local","language-features/thread-local",[C[110]]],["2.164. trait_alias","language-features/trait-alias",[C[110]]],["2.165. trait_upcasting","language-features/trait-upcasting",[C[110]]],["2.166. transparent_unions","language-features/transparent-unions",[C[110]]],["2.167. trivial_bounds","language-features/trivial-bounds",[C[110]]],["2.168. try_blocks","language-features/try-blocks",[C[110]]],["2.169. type_alias_impl_trait","language-features/type-alias-impl-trait",[C[110]]],["2.170. type_ascription","language-features/type-ascription",[C[110]]],["2.171. unboxed_closures","language-features/unboxed-closures",[C[110]]],["2.172. unsized_fn_params","language-features/unsized-fn-params",[C[110]]],["2.173. unsized_locals","language-features/unsized-locals",[C[110]]],["2.174. unsized_tuple_coercion","language-features/unsized-tuple-coercion",[C[110]]],["2.175. untagged_unions","language-features/untagged-unions",[C[110]]],["2.176. wasm_abi","language-features/wasm-abi",[C[110]]],["2.177. wasm_target_feature","language-features/wasm-target-feature",[C[110]]],[C[111],"library-features",N],["3.1. alloc_error_hook","library-features/alloc-error-hook",[C[111]]],["3.2. alloc_internals","library-features/alloc-internals",[C[111]]],["3.3. alloc_layout_extra","library-features/alloc-layout-extra",[C[111]]],["3.4. alloc_prelude","library-features/alloc-prelude",[C[111]]],["3.5. allocator_api","library-features/allocator-api",[C[111]]],["3.6. arc_new_cyclic","library-features/arc-new-cyclic",[C[111]]],["3.7. array_chunks","library-features/array-chunks",[C[111]]],["3.8. array_error_internals","library-features/array-error-internals",[C[111]]],["3.9. array_methods","library-features/array-methods",[C[111]]],["3.10. array_windows","library-features/array-windows",[C[111]]],["3.11. array_zip","library-features/array-zip",[C[111]]],["3.12. as_array_of_cells","library-features/as-array-of-cells",[C[111]]],["3.13. asm","library-features/asm",[C[111]]],["3.14. assert_matches","library-features/assert-matches",[C[111]]],["3.15. async_stream","library-features/async-stream",[C[111]]],["3.16. atomic_from_mut","library-features/atomic-from-mut",[C[111]]],["3.17. atomic_mut_ptr","library-features/atomic-mut-ptr",[C[111]]],["3.18. available_concurrency","library-features/available-concurrency",[C[111]]],["3.19. backtrace","library-features/backtrace",[C[111]]],["3.20. backtrace_frames","library-features/backtrace-frames",[C[111]]],["3.21. bench_black_box","library-features/bench-black-box",[C[111]]],["3.22. bigint_helper_methods","library-features/bigint-helper-methods",[C[111]]],["3.23. binary_heap_as_slice","library-features/binary-heap-as-slice",[C[111]]],["3.24. binary_heap_drain_sorted","library-features/binary-heap-drain-sorted",[C[111]]],["3.25. binary_heap_into_iter_sorted","library-features/binary-heap-into-iter-sorted",[C[111]]],["3.26. binary_heap_retain","library-features/binary-heap-retain",[C[111]]],["3.27. bool_to_option","library-features/bool-to-option",[C[111]]],["3.28. bound_as_ref","library-features/bound-as-ref",[C[111]]],["3.29. bound_map","library-features/bound-map",[C[111]]],["3.30. box_into_boxed_slice","library-features/box-into-boxed-slice",[C[111]]],["3.31. box_into_inner","library-features/box-into-inner",[C[111]]],["3.32. box_into_pin","library-features/box-into-pin",[C[111]]],["3.33. btree_drain_filter","library-features/btree-drain-filter",[C[111]]],["3.34. buf_read_has_data_left","library-features/buf-read-has-data-left",[C[111]]],["3.35. build_hasher_simple_hash_one","library-features/build-hasher-simple-hash-one",[C[111]]],["3.36. c_size_t","library-features/c-size-t",[C[111]]],["3.37. c_void_variant","library-features/c-void-variant",[C[111]]],["3.38. can_vector","library-features/can-vector",[C[111]]],["3.39. cell_filter_map","library-features/cell-filter-map",[C[111]]],["3.40. cell_leak","library-features/cell-leak",[C[111]]],["3.41. cell_update","library-features/cell-update",[C[111]]],["3.42. cfg_accessible","library-features/cfg-accessible",[C[111]]],["3.43. cfg_eval","library-features/cfg-eval",[C[111]]],["3.44. char_error_internals","library-features/char-error-internals",[C[111]]],["3.45. char_indices_offset","library-features/char-indices-offset",[C[111]]],["3.46. char_internals","library-features/char-internals",[C[111]]],["3.47. coerce_unsized","library-features/coerce-unsized",[C[111]]],["3.48. command_access","library-features/command-access",[C[111]]],["3.49. concat_idents","library-features/concat-idents",[C[111]]],["3.50. const_align_of_val","library-features/const-align-of-val",[C[111]]],["3.51. const_align_of_val_raw","library-features/const-align-of-val-raw",[C[111]]],["3.52. const_alloc_layout","library-features/const-alloc-layout",[C[111]]],["3.53. const_arguments_as_str","library-features/const-arguments-as-str",[C[111]]],["3.54. const_assert_type","library-features/const-assert-type",[C[111]]],["3.55. const_assume","library-features/const-assume",[C[111]]],["3.56. const_bigint_helper_methods","library-features/const-bigint-helper-methods",[C[111]]],["3.57. const_btree_new","library-features/const-btree-new",[C[111]]],["3.58. const_caller_location","library-features/const-caller-location",[C[111]]],["3.59. const_cell_into_inner","library-features/const-cell-into-inner",[C[111]]],["3.60. const_cow_is_borrowed","library-features/const-cow-is-borrowed",[C[111]]],["3.61. const_cstr_unchecked","library-features/const-cstr-unchecked",[C[111]]],["3.62. const_default_impls","library-features/const-default-impls",[C[111]]],["3.63. const_discriminant","library-features/const-discriminant",[C[111]]],["3.64. const_float_bits_conv","library-features/const-float-bits-conv",[C[111]]],["3.65. const_float_classify","library-features/const-float-classify",[C[111]]],["3.66. const_fmt_arguments_new","library-features/const-fmt-arguments-new",[C[111]]],["3.67. const_format_args","library-features/const-format-args",[C[111]]],["3.68. const_heap","library-features/const-heap",[C[111]]],["3.69. const_inherent_unchecked_arith","library-features/const-inherent-unchecked-arith",[C[111]]],["3.70. const_int_unchecked_arith","library-features/const-int-unchecked-arith",[C[111]]],["3.71. const_intrinsic_copy","library-features/const-intrinsic-copy",[C[111]]],["3.72. const_intrinsic_forget","library-features/const-intrinsic-forget",[C[111]]],["3.73. const_intrinsic_raw_eq","library-features/const-intrinsic-raw-eq",[C[111]]],["3.74. const_io_structs","library-features/const-io-structs",[C[111]]],["3.75. const_ip","library-features/const-ip",[C[111]]],["3.76. const_ipv4","library-features/const-ipv4",[C[111]]],["3.77. const_ipv6","library-features/const-ipv6",[C[111]]],["3.78. const_likely","library-features/const-likely",[C[111]]],["3.79. const_maybe_uninit_as_ptr","library-features/const-maybe-uninit-as-ptr",[C[111]]],["3.80. const_maybe_uninit_assume_init","library-features/const-maybe-uninit-assume-init",[C[111]]],["3.81. const_maybe_uninit_write","library-features/const-maybe-uninit-write",[C[111]]],["3.82. const_nonnull_slice_from_raw_parts","library-features/const-nonnull-slice-from-raw-parts",[C[111]]],["3.83. const_num_from_num","library-features/const-num-from-num",[C[111]]],["3.84. const_option","library-features/const-option",[C[111]]],["3.85. const_pin","library-features/const-pin",[C[111]]],["3.86. const_pref_align_of","library-features/const-pref-align-of",[C[111]]],["3.87. const_ptr_is_null","library-features/const-ptr-is-null",[C[111]]],["3.88. const_ptr_offset","library-features/const-ptr-offset",[C[111]]],["3.89. const_ptr_offset_from","library-features/const-ptr-offset-from",[C[111]]],["3.90. const_ptr_read","library-features/const-ptr-read",[C[111]]],["3.91. const_ptr_write","library-features/const-ptr-write",[C[111]]],["3.92. const_raw_ptr_comparison","library-features/const-raw-ptr-comparison",[C[111]]],["3.93. const_replace","library-features/const-replace",[C[111]]],["3.94. const_result","library-features/const-result",[C[111]]],["3.95. const_size_of_val","library-features/const-size-of-val",[C[111]]],["3.96. const_size_of_val_raw","library-features/const-size-of-val-raw",[C[111]]],["3.97. const_slice_first_last","library-features/const-slice-first-last",[C[111]]],["3.98. const_slice_from_raw_parts","library-features/const-slice-from-raw-parts",[C[111]]],["3.99. const_slice_ptr_len","library-features/const-slice-ptr-len",[C[111]]],["3.100. const_socketaddr","library-features/const-socketaddr",[C[111]]],["3.101. const_swap","library-features/const-swap",[C[111]]],["3.102. const_transmute_copy","library-features/const-transmute-copy",[C[111]]],["3.103. const_type_id","library-features/const-type-id",[C[111]]],["3.104. const_type_name","library-features/const-type-name",[C[111]]],["3.105. const_unreachable_unchecked","library-features/const-unreachable-unchecked",[C[111]]],["3.106. container_error_extra","library-features/container-error-extra",[C[111]]],["3.107. control_flow_enum","library-features/control-flow-enum",[C[111]]],["3.108. convert_float_to_int","library-features/convert-float-to-int",[C[111]]],["3.109. core_intrinsics","library-features/core-intrinsics",[C[111]]],["3.110. core_panic","library-features/core-panic",[C[111]]],["3.111. core_private_bignum","library-features/core-private-bignum",[C[111]]],["3.112. core_private_diy_float","library-features/core-private-diy-float",[C[111]]],["3.113. cow_is_borrowed","library-features/cow-is-borrowed",[C[111]]],["3.114. cstring_from_vec_with_nul","library-features/cstring-from-vec-with-nul",[C[111]]],["3.115. cursor_remaining","library-features/cursor-remaining",[C[111]]],["3.116. deadline_api","library-features/deadline-api",[C[111]]],["3.117. dec2flt","library-features/dec2flt",[C[111]]],["3.118. default_free_fn","library-features/default-free-fn",[C[111]]],["3.119. derive_clone_copy","library-features/derive-clone-copy",[C[111]]],["3.120. derive_eq","library-features/derive-eq",[C[111]]],["3.121. dir_entry_ext2","library-features/dir-entry-ext2",[C[111]]],["3.122. discriminant_kind","library-features/discriminant-kind",[C[111]]],["3.123. dispatch_from_dyn","library-features/dispatch-from-dyn",[C[111]]],["3.124. div_duration","library-features/div-duration",[C[111]]],["3.125. drain_filter","library-features/drain-filter",[C[111]]],["3.126. duration_checked_float","library-features/duration-checked-float",[C[111]]],["3.127. duration_constants","library-features/duration-constants",[C[111]]],["3.128. duration_consts_2","library-features/duration-consts-2",[C[111]]],["3.129. edition_panic","library-features/edition-panic",[C[111]]],["3.130. entry_insert","library-features/entry-insert",[C[111]]],["3.131. error_iter","library-features/error-iter",[C[111]]],["3.132. error_type_id","library-features/error-type-id",[C[111]]],["3.133. exact_size_is_empty","library-features/exact-size-is-empty",[C[111]]],["3.134. exit_status_error","library-features/exit-status-error",[C[111]]],["3.135. extend_one","library-features/extend-one",[C[111]]],["3.136. fd","library-features/fd",[C[111]]],["3.137. fd_read","library-features/fd-read",[C[111]]],["3.138. float_interpolation","library-features/float-interpolation",[C[111]]],["3.139. flt2dec","library-features/flt2dec",[C[111]]],["3.140. fmt_internals","library-features/fmt-internals",[C[111]]],["3.141. fn_traits","library-features/fn-traits",[C[111]]],["3.142. forget_unsized","library-features/forget-unsized",[C[111]]],["3.143. format_args_nl","library-features/format-args-nl",[C[111]]],["3.144. future_poll_fn","library-features/future-poll-fn",[C[111]]],["3.145. gen_future","library-features/gen-future",[C[111]]],["3.146. generator_trait","library-features/generator-trait",[C[111]]],["3.147. get_mut_unchecked","library-features/get-mut-unchecked",[C[111]]],["3.148. global_asm","library-features/global-asm",[C[111]]],["3.149. hash_drain_filter","library-features/hash-drain-filter",[C[111]]],["3.150. hash_raw_entry","library-features/hash-raw-entry",[C[111]]],["3.151. hash_set_entry","library-features/hash-set-entry",[C[111]]],["3.152. hashmap_internals","library-features/hashmap-internals",[C[111]]],["3.153. inherent_ascii_escape","library-features/inherent-ascii-escape",[C[111]]],["3.154. inplace_iteration","library-features/inplace-iteration",[C[111]]],["3.155. int_error_internals","library-features/int-error-internals",[C[111]]],["3.156. int_log","library-features/int-log",[C[111]]],["3.157. int_roundings","library-features/int-roundings",[C[111]]],["3.158. integer_atomics","library-features/integer-atomics",[C[111]]],["3.159. internal_output_capture","library-features/internal-output-capture",[C[111]]],["3.160. into_future","library-features/into-future",[C[111]]],["3.161. io_error_more","library-features/io-error-more",[C[111]]],["3.162. io_error_uncategorized","library-features/io-error-uncategorized",[C[111]]],["3.163. io_read_to_string","library-features/io-read-to-string",[C[111]]],["3.164. io_safety","library-features/io-safety",[C[111]]],["3.165. io_slice_advance","library-features/io-slice-advance",[C[111]]],["3.166. ip","library-features/ip",[C[111]]],["3.167. is_sorted","library-features/is-sorted",[C[111]]],["3.168. is_symlink","library-features/is-symlink",[C[111]]],["3.169. iter_advance_by","library-features/iter-advance-by",[C[111]]],["3.170. iter_intersperse","library-features/iter-intersperse",[C[111]]],["3.171. iter_is_partitioned","library-features/iter-is-partitioned",[C[111]]],["3.172. iter_map_while","library-features/iter-map-while",[C[111]]],["3.173. iter_order_by","library-features/iter-order-by",[C[111]]],["3.174. iter_partition_in_place","library-features/iter-partition-in-place",[C[111]]],["3.175. iter_zip","library-features/iter-zip",[C[111]]],["3.176. layout_for_ptr","library-features/layout-for-ptr",[C[111]]],["3.177. liballoc_internals","library-features/liballoc-internals",[C[111]]],["3.178. libstd_sys_internals","library-features/libstd-sys-internals",[C[111]]],["3.179. libstd_thread_internals","library-features/libstd-thread-internals",[C[111]]],["3.180. linked_list_cursors","library-features/linked-list-cursors",[C[111]]],["3.181. linked_list_remove","library-features/linked-list-remove",[C[111]]],["3.182. linux_pidfd","library-features/linux-pidfd",[C[111]]],["3.183. llvm_asm","library-features/llvm-asm",[C[111]]],["3.184. log_syntax","library-features/log-syntax",[C[111]]],["3.185. map_entry_replace","library-features/map-entry-replace",[C[111]]],["3.186. map_first_last","library-features/map-first-last",[C[111]]],["3.187. map_try_insert","library-features/map-try-insert",[C[111]]],["3.188. maybe_uninit_array_assume_init","library-features/maybe-uninit-array-assume-init",[C[111]]],["3.189. maybe_uninit_extra","library-features/maybe-uninit-extra",[C[111]]],["3.190. maybe_uninit_slice","library-features/maybe-uninit-slice",[C[111]]],["3.191. maybe_uninit_uninit_array","library-features/maybe-uninit-uninit-array",[C[111]]],["3.192. maybe_uninit_write_slice","library-features/maybe-uninit-write-slice",[C[111]]],["3.193. mutex_unlock","library-features/mutex-unlock",[C[111]]],["3.194. new_uninit","library-features/new-uninit",[C[111]]],["3.195. nonnull_slice_from_raw_parts","library-features/nonnull-slice-from-raw-parts",[C[111]]],["3.196. nonzero_is_power_of_two","library-features/nonzero-is-power-of-two",[C[111]]],["3.197. nonzero_ops","library-features/nonzero-ops",[C[111]]],["3.198. numfmt","library-features/numfmt",[C[111]]],["3.199. once_cell","library-features/once-cell",[C[111]]],["3.200. option_get_or_insert_default","library-features/option-get-or-insert-default",[C[111]]],["3.201. option_result_contains","library-features/option-result-contains",[C[111]]],["3.202. option_result_unwrap_unchecked","library-features/option-result-unwrap-unchecked",[C[111]]],["3.203. option_zip","library-features/option-zip",[C[111]]],["3.204. panic_abort","library-features/panic-abort",[C[111]]],["3.205. panic_always_abort","library-features/panic-always-abort",[C[111]]],["3.206. panic_info_message","library-features/panic-info-message",[C[111]]],["3.207. panic_internals","library-features/panic-internals",[C[111]]],["3.208. panic_unwind","library-features/panic-unwind",[C[111]]],["3.209. path_file_prefix","library-features/path-file-prefix",[C[111]]],["3.210. path_try_exists","library-features/path-try-exists",[C[111]]],["3.211. pattern","library-features/pattern",[C[111]]],["3.212. peer_credentials_unix_socket","library-features/peer-credentials-unix-socket",[C[111]]],["3.213. pin_deref_mut","library-features/pin-deref-mut",[C[111]]],["3.214. pin_static_ref","library-features/pin-static-ref",[C[111]]],["3.215. print_internals","library-features/print-internals",[C[111]]],["3.216. proc_macro_def_site","library-features/proc-macro-def-site",[C[111]]],["3.217. proc_macro_diagnostic","library-features/proc-macro-diagnostic",[C[111]]],["3.218. proc_macro_internals","library-features/proc-macro-internals",[C[111]]],["3.219. proc_macro_is_available","library-features/proc-macro-is-available",[C[111]]],["3.220. proc_macro_quote","library-features/proc-macro-quote",[C[111]]],["3.221. proc_macro_span","library-features/proc-macro-span",[C[111]]],["3.222. proc_macro_tracked_env","library-features/proc-macro-tracked-env",[C[111]]],["3.223. process_exitcode_placeholder","library-features/process-exitcode-placeholder",[C[111]]],["3.224. process_internals","library-features/process-internals",[C[111]]],["3.225. profiler_runtime_lib","library-features/profiler-runtime-lib",[C[111]]],["3.226. ptr_as_uninit","library-features/ptr-as-uninit",[C[111]]],["3.227. ptr_internals","library-features/ptr-internals",[C[111]]],["3.228. ptr_metadata","library-features/ptr-metadata",[C[111]]],["3.229. raw_os_nonzero","library-features/raw-os-nonzero",[C[111]]],["3.230. raw_vec_internals","library-features/raw-vec-internals",[C[111]]],["3.231. read_initializer","library-features/read-initializer",[C[111]]],["3.232. ready_macro","library-features/ready-macro",[C[111]]],["3.233. receiver_trait","library-features/receiver-trait",[C[111]]],["3.234. restricted_std","library-features/restricted-std",[C[111]]],["3.235. result_cloned","library-features/result-cloned",[C[111]]],["3.236. result_contains_err","library-features/result-contains-err",[C[111]]],["3.237. result_copied","library-features/result-copied",[C[111]]],["3.238. result_flattening","library-features/result-flattening",[C[111]]],["3.239. result_into_ok_or_err","library-features/result-into-ok-or-err",[C[111]]],["3.240. rt","library-features/rt",[C[111]]],["3.241. saturating_div","library-features/saturating-div",[C[111]]],["3.242. saturating_int_impl","library-features/saturating-int-impl",[C[111]]],["3.243. sealed","library-features/sealed",[C[111]]],["3.244. seek_stream_len","library-features/seek-stream-len",[C[111]]],["3.245. set_ptr_value","library-features/set-ptr-value",[C[111]]],["3.246. setgroups","library-features/setgroups",[C[111]]],["3.247. sgx_platform","library-features/sgx-platform",[C[111]]],["3.248. slice_as_chunks","library-features/slice-as-chunks",[C[111]]],["3.249. slice_concat_ext","library-features/slice-concat-ext",[C[111]]],["3.250. slice_concat_trait","library-features/slice-concat-trait",[C[111]]],["3.251. slice_group_by","library-features/slice-group-by",[C[111]]],["3.252. slice_index_methods","library-features/slice-index-methods",[C[111]]],["3.253. slice_internals","library-features/slice-internals",[C[111]]],["3.254. slice_partition_at_index","library-features/slice-partition-at-index",[C[111]]],["3.255. slice_partition_dedup","library-features/slice-partition-dedup",[C[111]]],["3.256. slice_pattern","library-features/slice-pattern",[C[111]]],["3.257. slice_ptr_get","library-features/slice-ptr-get",[C[111]]],["3.258. slice_ptr_len","library-features/slice-ptr-len",[C[111]]],["3.259. slice_range","library-features/slice-range",[C[111]]],["3.260. slice_split_at_unchecked","library-features/slice-split-at-unchecked",[C[111]]],["3.261. sort_internals","library-features/sort-internals",[C[111]]],["3.262. std_internals","library-features/std-internals",[C[111]]],["3.263. stdin_forwarders","library-features/stdin-forwarders",[C[111]]],["3.264. stdio_locked","library-features/stdio-locked",[C[111]]],["3.265. stdsimd","library-features/stdsimd",[C[111]]],["3.266. step_trait","library-features/step-trait",[C[111]]],["3.267. str_internals","library-features/str-internals",[C[111]]],["3.268. str_split_as_str","library-features/str-split-as-str",[C[111]]],["3.269. str_split_inclusive_as_str","library-features/str-split-inclusive-as-str",[C[111]]],["3.270. str_split_whitespace_as_str","library-features/str-split-whitespace-as-str",[C[111]]],["3.271. stream_from_iter","library-features/stream-from-iter",[C[111]]],["3.272. string_extend_from_within","library-features/string-extend-from-within",[C[111]]],["3.273. string_remove_matches","library-features/string-remove-matches",[C[111]]],["3.274. tcp_linger","library-features/tcp-linger",[C[111]]],["3.275. termination_trait_lib","library-features/termination-trait-lib",[C[111]]],["3.276. test","library-features/test",[C[111]]],["3.277. thread_id_value","library-features/thread-id-value",[C[111]]],["3.278. thread_local_const_init","library-features/thread-local-const-init",[C[111]]],["3.279. thread_local_internals","library-features/thread-local-internals",[C[111]]],["3.280. thread_spawn_unchecked","library-features/thread-spawn-unchecked",[C[111]]],["3.281. toowned_clone_into","library-features/toowned-clone-into",[C[111]]],["3.282. total_cmp","library-features/total-cmp",[C[111]]],["3.283. trace_macros","library-features/trace-macros",[C[111]]],["3.284. track_path","library-features/track-path",[C[111]]],["3.285. trusted_len","library-features/trusted-len",[C[111]]],["3.286. trusted_random_access","library-features/trusted-random-access",[C[111]]],["3.287. trusted_step","library-features/trusted-step",[C[111]]],["3.288. try_find","library-features/try-find",[C[111]]],["3.289. try_reserve","library-features/try-reserve",[C[111]]],["3.290. try_reserve_kind","library-features/try-reserve-kind",[C[111]]],["3.291. try_trait_v2","library-features/try-trait-v2",[C[111]]],["3.292. type_name_of_val","library-features/type-name-of-val",[C[111]]],["3.293. unchecked_math","library-features/unchecked-math",[C[111]]],["3.294. unicode_internals","library-features/unicode-internals",[C[111]]],["3.295. unix_process_wait_more","library-features/unix-process-wait-more",[C[111]]],["3.296. unix_socket_ancillary_data","library-features/unix-socket-ancillary-data",[C[111]]],["3.297. unix_socket_peek","library-features/unix-socket-peek",[C[111]]],["3.298. unsize","library-features/unsize",[C[111]]],["3.299. unwrap_infallible","library-features/unwrap-infallible",[C[111]]],["3.300. unzip_option","library-features/unzip-option",[C[111]]],["3.301. update_panic_count","library-features/update-panic-count",[C[111]]],["3.302. variant_count","library-features/variant-count",[C[111]]],["3.303. vec_into_raw_parts","library-features/vec-into-raw-parts",[C[111]]],["3.304. vec_spare_capacity","library-features/vec-spare-capacity",[C[111]]],["3.305. vec_split_at_spare","library-features/vec-split-at-spare",[C[111]]],["3.306. wasi_ext","library-features/wasi-ext",[C[111]]],["3.307. windows_by_handle","library-features/windows-by-handle",[C[111]]],["3.308. windows_c","library-features/windows-c",[C[111]]],["3.309. windows_file_type_ext","library-features/windows-file-type-ext",[C[111]]],["3.310. windows_handle","library-features/windows-handle",[C[111]]],["3.311. windows_net","library-features/windows-net",[C[111]]],["3.312. windows_process_extensions_force_quotes","library-features/windows-process-extensions-force-quotes",[C[111]]],["3.313. windows_process_extensions_raw_arg","library-features/windows-process-extensions-raw-arg",[C[111]]],["3.314. windows_stdio","library-features/windows-stdio",[C[111]]],["3.315. with_options","library-features/with-options",[C[111]]],["3.316. wrapping_int_impl","library-features/wrapping-int-impl",[C[111]]],["3.317. wrapping_next_power_of_two","library-features/wrapping-next-power-of-two",[C[111]]],["3.318. write_all_vectored","library-features/write-all-vectored",[C[111]]]]},{"name":C[112],"url":"https://docs.rust-embedded.org/book/","pages":[[C[48],C[113],N],[C[114],C[115],[C[48]]],[C[116],C[117],[C[48]]],[C[118],C[119],[C[48]]],[C[49],C[120],[C[48]]],[C[121],C[122],[C[48],C[49]]],[C[123],C[124],[C[48],C[49]]],[C[125],C[126],[C[48],C[49]]],[C[127],C[128],[C[48],C[49]]],[C[50],C[129],N],[C[130],C[131],[C[50]]],[C[132],C[133],[C[50]]],[C[134],C[135],[C[50]]],[C[136],C[137],[C[50]]],[C[138],C[139],[C[50]]],[C[140],C[141],[C[50]]],[C[142],C[143],[C[50]]],["2.8. IO","start/io",[C[50]]],[C[51],C[144],N],[C[145],C[146],[C[51]]],[C[147],C[148],[C[51]]],[C[149],C[150],[C[51]]],[C[52],C[151],N],[C[152],C[153],[C[52]]],[C[154],C[155],[C[52]]],[C[156],C[157],[C[52]]],[C[158],C[159],[C[52]]],[C[160],C[161],N],[C[162],C[163],N],[C[164],C[165],N],[C[53],C[166],N],[C[54],C[167],[C[53]]],[C[168],C[169],[C[53],C[54]]],[C[170],C[171],[C[53],C[54]]],[C[172],C[173],[C[53],C[54]]],[C[174],C[175],[C[53],C[54]]],[C[176],C[177],[C[53],C[54]]],[C[178],C[179],N],[C[55],C[180],N],[C[181],C[182],[C[55]]],[C[183],C[184],[C[55]]],[C[56],C[185],N],[C[186],C[187],[C[56]]],[C[188],C[57],N]]},{"name":"Guide to Rustc Development","url":"https://rustc-dev-guide.rust-lang.org/","pages":[[C[210],C[211],N],["Getting Started",C[212],N],[C[189],"building/how-to-build-and-run",N],["1.1. Prerequisites","building/prerequisites",[C[189]]],["1.2. Suggested Workflows","building/suggested",[C[189]]],["1.3. Distribution artifacts","building/build-install-distribution-artifacts",[C[189]]],["1.4. Documenting Compiler","building/compiler-documenting",[C[189]]],["1.5. Rustdoc overview","rustdoc",[C[189]]],["1.6. Adding a new target","building/new-target",[C[189]]],[C[190],"tests/intro",N],["2.1. Running tests","tests/running",[C[190]]],["2.2. Adding new tests","tests/adding",[C[190]]],["2.3. Using compiletest commands to control test execution","compiletest",[C[190]]],[C[191],"compiler-debugging",N],["3.1. Using the tracing/logging instrumentation","tracing",[C[191]]],[C[192],"profiling",N],["4.1. with the linux perf tool","profiling/with_perf",[C[192]]],["4.2. with Windows Performance Analyzer","profiling/wpa_profiling",[C[192]]],["5. crates.io Dependencies","crates-io",N],["6. Introduction","contributing",N],["7. About the compiler team","compiler-team",N],["8. Using Git","git",N],["9. Mastering @rustbot","rustbot",N],["10. Walkthrough: a typical contribution","walkthrough",N],["11. Bug Fix Procedure","bug-fix-procedure",N],["12. Implementing new features","implementing_new_features",N],["13. Stability attributes","stability",N],["14. Stabilizing Features","stabilization_guide",N],["15. Feature Gates","feature-gates",N],["16. Coding conventions","conventions",N],[C[193],"notification-groups/about",N],["17.1. ARM","notification-groups/arm",[C[193]]],["17.2. Cleanup Crew","notification-groups/cleanup-crew",[C[193]]],["17.3. LLVM","notification-groups/llvm",[C[193]]],["17.4. RISC-V","notification-groups/risc-v",[C[193]]],["17.5. Windows","notification-groups/windows",[C[193]]],["18. Licenses","licenses",N],["19. Prologue","part-2-intro",N],["20. Overview of the Compiler","overview",N],["21. The compiler source code","compiler-src",N],["22. Bootstrapping","building/bootstrapping",N],[C[194],"query",N],["23.1. The Query Evaluation Model in Detail","queries/query-evaluation-model-in-detail",[C[194]]],["23.2. Incremental compilation","queries/incremental-compilation",[C[194]]],["23.3. Incremental compilation In Detail","queries/incremental-compilation-in-detail",[C[194]]],["23.4. Debugging and Testing","incrcomp-debugging",[C[194]]],["23.5. Salsa","salsa",[C[194]]],["24. Memory Management in Rustc","memory",N],["25. Serialization in Rustc","serialization",N],["26. Parallel Compilation","parallel-rustc",N],["27. Rustdoc internals","rustdoc-internals",N],["28. Prologue","part-3-intro",N],["29. Command-line arguments","cli",N],[C[195],"rustc-driver",N],["30.1. Ex: Type checking through rustc_interface","rustc-driver-interacting-with-the-ast",[C[195]]],["30.2. Ex: Getting diagnostics through rustc_interface","rustc-driver-getting-diagnostics",[C[195]]],[C[196],"syntax-intro",N],["31.1. Lexing and Parsing","the-parser",[C[196]]],["31.2. Macro expansion","macro-expansion",[C[196]]],["31.3. Name resolution","name-resolution",[C[196]]],["31.4. #[test] Implementation","test-implementation",[C[196]]],["31.5. Panic Implementation","panic-implementation",[C[196]]],["31.6. AST Validation","ast-validation",[C[196]]],["31.7. Feature Gate Checking","feature-gate-ck",[C[196]]],["31.8. Lang Items","lang-items",[C[196]]],[C[197],"hir",N],["32.1. Lowering AST to HIR","lowering",[C[197]]],["32.2. Debugging","hir-debugging",[C[197]]],["33. The THIR (Typed High-level IR)","thir",N],[C[198],"mir/index",N],["34.1. MIR construction","mir/construction",[C[198]]],["34.2. MIR visitor and traversal","mir/visitor",[C[198]]],["34.3. MIR passes: getting the MIR for a function","mir/passes",[C[198]]],["35. Identifiers in the Compiler",C[199],N],["36. Closure expansion","closure",N],["37. Prologue","part-4-intro",N],[C[200],"ty",N],["38.1. Generics and substitutions","generics",[C[200]]],["38.2. TypeFolder and TypeFoldable","ty-fold",[C[200]]],["38.3. Generic arguments","generic_arguments",[C[200]]],["38.4. Constants in the type system","constants",[C[200]]],["39. Type inference","type-inference",N],[C[201],"traits/resolution",N],["40.1. Early and Late Bound Parameters","early-late-bound",[C[201]]],["40.2. Higher-ranked trait bounds","traits/hrtb",[C[201]]],["40.3. Caching subtleties","traits/caching",[C[201]]],["40.4. Specialization","traits/specialization",[C[201]]],[C[202],"traits/chalk",[C[201]]],["40.5.1. Lowering to logic","traits/lowering-to-logic",[C[201],C[202]]],["40.5.2. Goals and clauses","traits/goals-and-clauses",[C[201],C[202]]],["40.5.3. Canonical queries","traits/canonical-queries",[C[201],C[202]]],[C[203],"type-checking",N],["41.1. Method Lookup","method-lookup",[C[203]]],["41.2. Variance","variance",[C[203]]],["41.3. Opaque Types","opaque-types-type-alias-impl-trait",[C[203]]],["42. Pattern and Exhaustiveness Checking","pat-exhaustive-checking",N],["43. MIR dataflow","mir/dataflow",N],[C[204],"borrow_check",N],[C[205],"borrow_check/moves_and_initialization",[C[204]]],["44.1.1. Move paths","borrow_check/moves_and_initialization/move_paths",[C[204],C[205]]],["44.2. MIR type checker","borrow_check/type_check",[C[204]]],[C[206],"borrow_check/region_inference",[C[204]]],["44.3.1. Constraint propagation","borrow_check/region_inference/constraint_propagation",[C[204],C[206]]],["44.3.2. Lifetime parameters","borrow_check/region_inference/lifetime_parameters",[C[204],C[206]]],["44.3.3. Member constraints","borrow_check/region_inference/member_constraints",[C[204],C[206]]],["44.3.4. Placeholders and universes","borrow_check/region_inference/placeholders_and_universes",[C[204],C[206]]],["44.3.5. Closure constraints","borrow_check/region_inference/closure_constraints",[C[204],C[206]]],["44.3.6. Error reporting","borrow_check/region_inference/error_reporting",[C[204],C[206]]],["44.4. Two-phase-borrows","borrow_check/two_phase_borrows",[C[204]]],["45. Parameter Environments","param_env",N],[C[207],"diagnostics",N],["46.1. Creating Errors With SessionDiagnostic","diagnostics/sessiondiagnostic",[C[207]]],["46.2. LintStore","diagnostics/lintstore",[C[207]]],["46.3. Diagnostic Codes","diagnostics/diagnostic-codes",[C[207]]],["46.4. Diagnostic Items","diagnostics/diagnostic-items",[C[207]]],["47. Prologue","part-5-intro",N],["48. MIR optimizations","mir/optimizations",N],["49. Debugging","mir/debugging",N],[C[208],"const-eval",N],["50.1. miri const evaluator","miri",[C[208]]],["51. Monomorphization","backend/monomorph",N],["52. Lowering MIR","backend/lowering-mir",N],[C[209],"backend/codegen",N],["53.1. Updating LLVM","backend/updating-llvm",[C[209]]],["53.2. Debugging LLVM","backend/debugging",[C[209]]],["53.3. Backend Agnostic Codegen","backend/backend-agnostic",[C[209]]],["53.4. Implicit Caller Location","backend/implicit-caller-location",[C[209]]],["54. Libraries and Metadata","backend/libs-and-metadata",N],["55. Profile-guided Optimization","profile-guided-optimization",N],["56. LLVM Source-Based Code Coverage","llvm-coverage-instrumentation",N],["57. Sanitizers Support","sanitizers",N],["58. Debugging Support in the Rust Compiler","debugging-support-in-rustc",N],["Appendix A: Background topics","appendix/background",N],["Appendix B: Glossary",C[57],N],["Appendix C: Code Index","appendix/code-index",N],["Appendix D: Compiler Lecture Series","appendix/compiler-lecture",N],["Appendix E: Bibliography","appendix/bibliography",N],["Appendix Z: HumorRust","appendix/humorust",N]]},{"name":"Standard library developers Guide","url":"https://std-dev-guide.rust-lang.org/","pages":[[C[210],C[211],N],["Getting started",C[212],N],[C[213],"team",N],["1.1. Meetings","meetings",[C[213]]],["1.2. Membership","membership",[C[213]]],["1.3. Reviewing","reviewing",[C[213]]],[C[214],"feature-lifecycle/summary",N],["2.1. Landing new features","feature-lifecycle/new-unstable-features",[C[214]]],["2.2. Using tracking issues","feature-lifecycle/tracking-issues",[C[214]]],["2.3. Stabilizing features","feature-lifecycle/stabilization",[C[214]]],["2.4. Deprecating features","feature-lifecycle/deprecation",[C[214]]],[C[215],"code-considerations/summary",N],[C[216],"code-considerations/design/summary",[C[215]]],["3.1.1. Public APIs","code-considerations/design/public-apis",[C[215],C[216]]],["3.1.2. When to add #[must_use]","code-considerations/design/must-use",[C[215],C[216]]],[C[217],"code-considerations/breaking-changes/summary",[C[215]]],["3.2.1. Breakage from changing behavior","code-considerations/breaking-changes/behavior",[C[215],C[217]]],["3.2.2. Breakage from new trait impls","code-considerations/breaking-changes/new-trait-impls",[C[215],C[217]]],["3.2.3. #[fundamental] types","code-considerations/breaking-changes/fundamental",[C[215],C[217]]],["3.2.4. Breakage from changing the prelude","code-considerations/breaking-changes/prelude",[C[215],C[217]]],[C[218],"code-considerations/safety-and-soundness/summary",[C[215]]],["3.3.1. Generics and unsafe","code-considerations/safety-and-soundness/generics-and-unsafe",[C[215],C[218]]],["3.3.2. Drop and #[may_dangle]","code-considerations/safety-and-soundness/may-dangle",[C[215],C[218]]],["3.3.3. std::mem and exclusive references","code-considerations/safety-and-soundness/mem-and-exclusive-refs",[C[215],C[218]]],[C[219],"code-considerations/using-unstable-lang/summary",[C[215]]],["3.4.1. Const generics","code-considerations/using-unstable-lang/const-generics",[C[215],C[219]]],["3.4.2. Specialization","code-considerations/using-unstable-lang/specialization",[C[215],C[219]]],[C[220],"code-considerations/performance/summary",[C[215]]],["3.5.1. When to #[inline]","code-considerations/performance/inline",[C[215],C[220]]],[C[221],"documentation/summary",N],["4.1. doc alias policy","documentation/doc-alias-policy",[C[221]]],[C[222],"tools-and-bots/summary",N],["5.1. @bors","tools-and-bots/bors",[C[222]]],["5.2. @rust-timer","tools-and-bots/timer",[C[222]]],["5.3. @craterbot","tools-and-bots/crater",[C[222]]]]}]; \ No newline at end of file diff --git a/extension/index/caniuse.js b/extension/index/caniuse.js index 35f686d7..989935f4 100644 --- a/extension/index/caniuse.js +++ b/extension/index/caniuse.js @@ -1 +1 @@ -var caniuseIndex=[["1.8","augmented_assignments","augmented_assignments","assignment operator overloading",null],["1.8","braced_empty_structs","braced_empty_structs","empty structs and enum variants with braces",218],["1.29","proc_macro","proc_macro","procedural macros",null],["1.15","proc_macro_derive","proc_macro","procedural derive macros (macros 1.1)",1681],["1.55","control_flow","control_flow_enum_type","the `ControlFlow` enum",null],["1.55","range_from_patterns",null,"\"RangeFrom\" patterns (`a..`)",null],["1.49","manually_drop_in_unions","untagged_unions","`ManuallyDrop` in `union`s",null],["1.49","const_poll_is_pending","const_poll","`Poll::is_pending` as `const fn`",null],["1.49","empty_enum_to_int",null,"uninhabited enum to integer casts",null],["1.49","move_ref_pattern","move_ref_pattern","move and reference bindings in the same match pattern",null],["1.49","nzint_try_from_nzint","nzint_try_from_nzint_conv","`TryFrom` conversions between `NonZero` integer types",null],["1.49","const_poll_is_ready","const_poll","`Poll::is_ready` as `const fn`",null],["1.49","partialeq_slice_for_vec",null,"`impl PartialEq<[B]> for Vec where A: PartialEq`",null],["1.49","partialeq_vec_for_slice",null,"`impl PartialEq> for [A] where A: PartialEq`",null],["1.53","osstr_ascii","osstring_ascii","ASCII methods on `OsStr`",null],["1.53","btreemap_retain","btree_retain","`BTreeMap::retain`",null],["1.53","duration_is_zero","duration_zero","`Duration::is_zero`",null],["1.53","or_patterns","or_patterns","nested or-patterns",null],["1.53","slice_iter_mut_as_ref","slice_iter_mut_as_slice","`AsRef<[T]>` implementation for `slice::IterMut<'_, T>`",null],["1.53","int_bits_const","int_bits_const","Associated `BITS` constants for integer types",null],["1.53","bufreader_seek_relative","bufreader_seek_relative","`BufReader::seek_relative`",null],["1.53","duration_zero","duration_zero","`Duration::ZERO`",null],["1.53","slice_iter_mut_as_slice","slice_iter_mut_as_slice","`slice::IterMut::as_slice`",null],["1.53","btreeset_retain","btree_retain","`BTreeSet::retain`",null],["1.53","non_ascii_idents","non_ascii_idents","non-ASCII identifiers",null],["1.18","windows_subsystem","windows_subsystem","`#![windows_subsystem]`",null],["1.18","pub_restricted","pub_restricted","`pub(restricted)` visibilities",1422],["1.43","from_utf8_error_partial_eq",null,"`PartialEq` implementation for `FromUtf8Error`",null],["1.43","iter_once_with","iter_once_with","`iter::once_with`",null],["1.43","once_is_completed",null,"`sync::once::Once::is_completed`",null],["1.43","core_primitive","core_primitive","`core::primitive`",null],["1.43","from_utf8_error_eq",null,"`Eq` implementation for `FromUtf8Error`",null],["1.43","const_ascii_methods_on_intrinsics","const_ascii_methods_on_intrinsics","`u8::is_ascii` as `const fn`",null],["1.43","cstring_from_vec_of_nonzerou8","cstring_from_vec_of_nonzerou8","`From>` implementation for `CString`",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","assoc_int_consts","assoc_int_consts","numeric constants as associated constants",null],["1.43","boxed_slice_try_from","boxed_slice_try_from","`TryFrom` implementations from boxed slices to boxed arrays",null],["1.43","string_as_mut","string_as_mut","`AsMut` implementation for `String`",null],["1.43","from_utf8_error_clone",null,"`Clone` implementation for `FromUtf8Error`",null],["1.44","no_std_async_await",null,"`async` / `.await` in `#[no_std]` crates",null],["1.44","path_buf_reserve_exact","path_buf_capacity","`PathBuf::reserve_exact`",null],["1.44","path_buf_reserve","path_buf_capacity","`PathBuf::reserve`",null],["1.44","alloc_layout_align_to","alloc_layout_extras","`alloc::Layout::align_to`",null],["1.44","alloc_layout_array","alloc_layout_extras","`alloc::Layout::array`",null],["1.44","from_mut_str_for_string","from_mut_str_for_string","`From<&mut str>` implementation for `String`",null],["1.44","path_buf_capacity","path_buf_capacity","`PathBuf::capacity`",null],["1.44","path_buf_shrink_to_fit","path_buf_capacity","`PathBuf::shrink_to_fit`",null],["1.44","path_buf_clear","path_buf_capacity","`PathBuf::clear`",null],["1.44","convert_infallible_hash","convert_infallible_hash","`Hash` implementation for `convert::Infallible`",null],["1.44","ioslice_clone",null,"`Clone` implementation for `io::IoSlice`",null],["1.44","vec_from_array","vec_from_array","`From<[T; N]>` implementation for `Vec`",null],["1.44","alloc_layout_extend","alloc_layout_extras","`alloc::Layout::extend`",null],["1.44","lexerror_error","proc_macro_lexerror_impls","`Error` implementation for `proc_macro::LexError`",null],["1.44","ioslice_copy",null,"`Copy` implementation for `io::IoSlice`",null],["1.44","float_approx_unchecked_to","float_approx_unchecked_to","unchecked float → int conversion",null],["1.44","path_buf_with_capacity","path_buf_capacity","`PathBuf::with_capacity`",null],["1.44","lexerror_display","proc_macro_lexerror_impls","`Display` implementation for `proc_macro::LexError`",null],["1.44","osstring_indexmut_rangefull","mut_osstr","`IndexMut` implementation for `OsString`",null],["1.44","osstring_deref_mut","mut_osstr","`DerefMut` implementation for `OsString`",null],["1.44","const_int_to_from_bytes",null,"integer ↔ bytes conversion functions as `const fn`",null],["1.44","alloc_layout_pad_to_align","alloc_layout_extras","`alloc::Layout::pad_to_align`",null],["1.4","use_group_renaming",null,"item renamings in import groups",null],["1.46","track_caller","track_caller","the `#[track_caller]` attribute",2091],["1.46","leading_ones","leading_trailing_ones","`leading_ones` integer methods",null],["1.46","const_if_match","const_if_match","`if` and `match` in constant evaluation",2342],["1.46","option_zip","option_zip","`Option::zip`",null],["1.46","vec_intoiter_as_ref","vec_intoiter_as_ref","`AsRef<[T]>` implementation for `vec::IntoIter`",null],["1.46","trailing_ones","leading_trailing_ones","`trailing_ones` integer methods",null],["1.46","const_forget","const_forget","`mem::forget` as `const fn`",null],["1.46","vec_drain_as_ref","vec_drain_as_slice","`AsRef<[T]>` implementation for `vec::Drain<'_, T>`",null],["1.46","const_loop","const_loop","`loop` and `while` in constant evaluation",2344],["1.46","vec_drain_as_slice","vec_drain_as_slice","`std::vec::Drain::as_slice`",null],["1.46","from_char_for_string","from_char_for_string","`From` implementation for `String`",null],["1.46","nested_tuple_indexing",null,"nested tuple indexing without parentheses (`tuple.0.0`)",null],["1.46","const_slice_cast",null,"array to slice casts and coercions in `const fn`",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.30","raw_identifiers","raw_identifiers","raw identifiers (`r#keyword`)",null],["1.30","panic_handler","panic_handler","`#[panic_handler]`",null],["1.30","infer_outlives_requirements","infer_outlives_requirements","outlives requirement inference",2093],["1.30","proc_macro_path_invoc","proc_macro_path_invoc","multi-segment paths in attributes and derives",null],["1.30","attr_literals","attr_literals","non-string literals in attribute lists and values of key-value pairs",null],["1.30","used","used","`#[used]`",null],["1.30","extern_absolute_paths","extern_absolute_paths","absolute paths as paths from other crates",null],["1.30","non_modrs_mods","non_modrs_mods","`foo.rs` as an alternative to `foo/mod.rs`",null],["1.30","tool_attributes","tool_attributes","tool-scoped attributes",null],["1.30","macro_vis_matcher","macro_vis_matcher","the `vis` fragment specifier in `macro_rules!`",null],["1.30","crate_in_paths","crate_in_paths","`crate` in paths",null],["1.30","use_extern_macro","use_extern_macro","macro imports and reexports via the module system",null],["1.11","nested_cfg_attr",null,"nested `cfg_attr` attributes",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.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_fill_with","slice_fill_with","`slice::fill_with`",null],["1.51","poll_map_ok","poll_map","`Poll>>::map_ok`",null],["1.51","nonzero_rem","nonzero_div","`Rem` implementation for `u{0}`",null],["1.51","arc_decrement_strong_count","arc_mutate_strong_count","`Arc::decrement_strong_count`",null],["1.51","iterator_reduce","iterator_fold_first","`Iterator::reduce`",null],["1.51","empty_seek","empty_seek","`io::Seek` implementation for `io::Empty`",null],["1.51","seek_stream_position","seek_convenience","`io::Seek::stream_position`",null],["1.51","str_as_mut","as_mut_str_for_str","`AsMut` implementation for `str`",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","nonzero_div","nonzero_div","`Div` implementation for `u{0}`",null],["1.51","slice_strip_prefix","slice_strip","`slice::strip_prefix`",null],["1.5","vec_resize",null,"`Vec::resize`",509],["1.5","fs_canonicalize",null,"`fs::canonicalize`",1044],["1.25","repr_align","repr_align","`#[repr(align(N))]`",1358],["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.50","assign_manually_drop_in_unions",null,"safe assignment to `ManuallyDrop` in `union`s",null],["1.50","or_insert_with_key","or_insert_with_key","`Entry::or_insert_with_key`",null],["1.50","ord_clamp","clamp","`Ord::clamp`",1961],["1.50","refcell_take","refcell_take","`RefCell::take`",null],["1.50","f64_clamp","clamp","`f64::clamp`",1961],["1.50","bool_then","lazy_bool_to_option","`bool::then`",null],["1.50","slice_fill","slice_fill","`slice::fill`",null],["1.50","f32_clamp","clamp","`f32::clamp`",1961],["1.50","unsafe_cell_get_mut","unsafe_cell_get_mut","`UnsafeCell::get_mut`",null],["1.7","string_as_str","string_as_str","`String::as_str`",null],["1.7","vec_as_slice","vec_as_slice","`Vec::as_slice`",null],["1.7","string_as_mut_str","string_as_str","`String::as_mut_str`",null],["1.7","vec_as_mut_slice","vec_as_slice","`Vec::as_mut_slice`",null],["1.1","split_whitespace",null,"`str::split_whitespace`",1054],["1.42","wait_timeout_until","wait_timeout_until","`Condvar::wait_timeout_while`",null],["1.42","matches_macro","matches_macro","`matches!`",null],["1.42","slice_from_raw_parts","slice_from_raw_parts","`ptr::slice_from_raw_parts_mut`",null],["1.42","slice_patterns","slice_patterns","subslice patterns (`[a, .., b]` and `[a, xs @ .., b]`)",null],["1.42","proc_macro_extern_prelude",null,"the `proc_macro` crate without `extern crate` in procedural macro crates",null],["1.42","transparent_enums","transparent_enums","`#[repr(transparent)]` on single-variant enums",null],["1.42","manually_drop_take","manually_drop_take","`ManuallyDrop::take`",null],["1.42","alloc_layout_const_new","alloc_layout_const_new","`alloc::Layout::new` as `const fn`",null],["1.42","attr_on_inline_mod",null,"attribute macros on inline modules",null],["1.42","debug_map_key_value","debug_map_key_value","`DebugMap::value`",null],["1.42","eq_cursor",null,"`PartialEq` and `Eq` implementations for `io::Cursor`",null],["1.42","iter_empty_send_sync","iter_empty_send_sync","unconditional `Send` and `Sync` implementations for `iter::Empty`",null],["1.42","wait_until","wait_until","`Condvar::wait_while`",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.10","cstring_default","cstr_default","`Default` implementation for `CString`",null],["1.10","cstr_default","cstr_default","`Default` implementation for `&CStr`",null],["1.10","weak_new","downgraded_weak","`sync::Weak::new`",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.0","tuple_indexing","tuple_indexing","tuple indexing",null],["1.0","slicing_syntax","slicing_syntax","`&foo[a..b]` as slicing syntax",null],["1.0","default_type_params","default_type_params","type parameter defaults",null],["1.0","struct_variant","struct_variant","struct variants in enums",null],["1.0","macro_rules","macro_rules","`macro_rules!`",null],["1.0","if_let","if_let","`if let` expressions",null],["1.0","while_let","while_let","`while let` expressions",null],["1.0","associated_types","associated_types","associated types in traits",null],["1.33","cfg_target_vendor","cfg_target_vendor","`cfg(target_vendor)`",null],["1.33","pin","pin","`pin::Pin`",null],["1.33","const_ip","const_ip","`Ipv4Addr::new` as `const fn`",null],["1.33","irrefutable_let_patterns","irrefutable_let_patterns","irrefutable patterns in `if let` and `while let`",2086],["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","min_const_unsafe_fn","min_const_unsafe_fn","`const unsafe fn`s inside `unsafe` blocks in `const fn`",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","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","phantom_unpinned","pin","`marker::PhantomUnpinned`",null],["1.33","cfg_attr_multi","cfg_attr_multi","`#[cfg_attr(cfg, attr1, attr2, attr3)]`",2539],["1.26","conservative_impl_trait","conservative_impl_trait","`impl Trait` in function return types",null],["1.26","const_indexing","const_indexing","array indexing in constants",null],["1.26","clone_closures","clone_closures","`Clone` implementation for applicable closures",2132],["1.26","match_default_bindings","match_default_bindings","default match binding modes",2005],["1.26","dotdoteq_in_patterns","dotdoteq_in_patterns","inclusive ranges in patterns",1192],["1.26","copy_closures","copy_closures","`Copy` implementation for applicable closures",2132],["1.26","inclusive_range_syntax","inclusive_range_syntax","inclusive range syntax",1192],["1.26","universal_impl_trait","universal_impl_trait","`impl Trait` in function arguments",null],["1.26","i128_type","i128_type","128 bit integer types",null],["1.26","termination_trait","termination_trait","types implementing `Termination` as the return type for `fn main()`",null],["1.26","underscore_lifetimes","underscore_lifetimes","placeholder lifetimes (`'_`)",2115],["1.27","dyn_trait","dyn_trait","`dyn Trait` as a syntax for trait objects",null],["1.27","target_feature",null,"`#[target_feature(...)]`",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","fn_must_use","fn_must_use","`#[must_use]` on functions",1940],["1.27","termination_trait_test","termination_trait_test","types implementing `Termination` as the return type for `#[test]`s",null],["1.37","option_xor",null,"`Option::xor`",null],["1.37","type_alias_enum_variants",null,"enum variants through a type alias",null],["1.37","kleene_op_2015",null,"the `?` Kleene macro operator in the 2015 edition",null],["1.37","repr_align_enum","repr_align_enum","`#[repr(align(N)]` on enums",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","reverse_bits","reverse_bits","`reverse_bits` integer methods",null],["1.41","cfg_doc","doc_cfg","`#[cfg(doc)]`",null],["1.41","maybe_uninit_debug","maybe_uninit_debug","`Debug` implementation for `MaybeUninit`",null],["1.41","result_map_or","result_map_or","`Result::map_or`",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","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.40","non_exhaustive","non_exhaustive","`#![non_exhaustive]`",2008],["1.40","mem_take",null,"`mem::take`",null],["1.40","cfg_doctest","cfg_doctest","`#[cfg(doctest)]`",null],["1.40","const_is_power_of_two",null,"`is_power_of_two` as `const fn`",null],["1.40","udpsocker_peer_addr",null,"`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","map_get_key_value","map_get_key_value","`get_key_value` on `HashMap` and `BTreeMap`",null],["1.40","proc_macro_generated_macro_rules",null,"proc-macros that generate `macro_rules!` macros",null],["1.40","slice_repeat",null,"`slice::repeat`",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","macros_in_extern","macros_in_extern","macro invocations in `extern {}` blocks",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","type_proc_macros",null,"function-like procedural macros in type position",null],["1.40","todo_macro",null,"`todo!`",null],["1.17","cell_non_copy","cell_non_copy","`Cell` with non-`Copy` types",1651],["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","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.13","debug_assert_ne",null,"`debug_assert_ne!`",1653],["1.13","type_macros","type_macros","`macro_rules!` macros in type position",null],["1.13","question_mark","question_mark","the `?` operator",243],["1.13","assert_ne",null,"`assert_ne!`",1653],["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.31","pattern_parentheses","pattern_parentheses","parentheses in patterns",null],["1.31","min_const_fn","min_const_fn","`const fn`",911],["1.31","edition_2018",null,"the 2018 edition",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","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_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.52","const_u8_to_ascii_uppercase","const_ascii_methods_on_intrinsics","`u8::to_ascii_uppercase` 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_eq_ignore_ascii_case","const_ascii_methods_on_intrinsics","`char::eq_ignore_ascii_case` 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_char_len_utf16","const_char_len_utf","`char::len_utf16` as `const fn`",null],["1.52","arc_error","arc_error","`Error` implementation for `Arc`",null],["1.47","result_deref","inner_deref","`as_deref` and `as_deref_mut` on `Result`",null],["1.47","range_full_default",null,"`Default` implementation for `RangeFull`",null],["1.47","cstr_range_from","cstr_range_from","`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.47","proc_macro_raw_ident","proc_macro_raw_ident","`proc_macro::Ident::new_raw`",null],["1.47","vec_leak","vec_leak","`Vec::leak`",null],["1.47","range_default",null,"`Default` implementation for `Range`",null],["1.47","const_type_id","const_type_id","`TypeId::of` in `const fn`",null],["1.38","duration_from_secs_f64",null,"`Duration::from_secs_f64`",null],["1.38","duration_as_secs_f32",null,"`Duration::as_secs_f32`",null],["1.38","duration_mul_f64",null,"`Duration::mul_f64`",null],["1.38","duration_div_f32",null,"`Duration::div_f32`",null],["1.38","duration_mul_f32",null,"`Duration::mul_f32`",null],["1.38","global_allocator_in_submodules",null,"`#[global_allocator]` inside submodules",null],["1.38","any_type_name",null,"`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","duration_from_secs_f32",null,"`Duration::from_secs_f32`",null],["1.38","duration_div_f64",null,"`Duration::div_f64`",null],["1.38","unpin_ptr",null,"`Unpin` implementations for pointers",null],["1.38","ptr_cast",null,"`cast` method on pointers",null],["1.38","thread_accesserror_copy",null,"`Copy` implementation for `thread::AccessError`",null],["1.38","ascii_escapedefault_clone",null,"`Clone` implementation for `ascii::EscapeDefault`",null],["1.38","ascii_escapedefault_display",null,"`Display` implementation for `ascii::EscapeDefault`",null],["1.38","duration_as_secs_f64",null,"`Duration::as_secs_f64`",null],["1.38","deprecated_macros",null,"`#[deprecated]` on macros",null],["1.38","thread_accesserror_partialeq",null,"`PartialEq` implementation for `thread::AccessError`",null],["1.38","thread_accesserror_clone",null,"`Clone` implementation for `thread::AccessError`",null],["1.38","str_chars_debug",null,"`Debug` implementation for `std::str::Chars`",null],["1.38","euclidean_division","euclidean_division","euclidean division & modulo",null],["1.38","iter_peekable_double_ended",null,"`DoubleEndedIterator` implementation for `iter::Peekable`",null],["1.38","thread_accesserror_error",null,"`Error` implementation for `thread::AccessError`",null],["1.38","iter_take_double_ended",null,"`DoubleEndedIterator` implementation for `iter::Take`",null],["1.38","shared_from_iter","shared_from_iter","`FromIterator` implementation for `Rc` and `Arc`",null],["1.28","sizeof_ident",null,"`sizeof` as an identifier",2421],["1.28","global_allocator","global_allocator","`#[global_allocator]`",null],["1.28","pure_ident",null,"`pure` as an identifier",2421],["1.28","alignof_ident",null,"`alignof` as an identifier",2421],["1.28","repr_transparent","repr_transparent","`#[repr(transparent)]` on newtype structs",null],["1.28","offsetof_ident",null,"`offsetof` as an identifier",2421],["unstable","exclusive_range_pattern","exclusive_range_pattern","exclusive range patterns (`a..b`)",null],["unstable","cstring_from_vec_with_nul","cstring_from_vec_with_nul","nul-terminated `Vec` to `CString` conversions",null],["unstable","generic_associated_types","generic_associated_types","generic associated types (GAT)",1598],["unstable","const_io_sink","const_io_structs","`io::sink` as `const fn`",null],["unstable","specialization","specialization","specialization",null],["unstable","wake_trait","wake_trait","the `Wake` trait",null],["unstable","pin_static_ref","pin_static_ref","`Pin::static_ref`",null],["unstable","option_zip_with","option_zip","`Option::zip_with`",null],["unstable","result_contains","option_result_contains","`Result::contains`",null],["unstable","box_into_boxed_slice","box_into_boxed_slice","`Box::into_boxed_slice`",null],["unstable","naked_functions","naked_functions","`#[naked]` functions",null],["unstable","total_cmp","total_cmp","the `total_cmp` method on float types",null],["unstable","pub_macro_rules","pub_macro_rules","module scoping for `macro_rules!` macros",null],["unstable","abi_thiscall","abi_thiscall","`thiscall` calling convention",null],["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","slice_ptr_len","slice_ptr_len","the `len` method on raw slices",null],["unstable","cow_is_borrowed","cow_is_borrowed","`Cow::is_borrowed` as `const fn`",null],["unstable","thread_local","thread_local","`#[thread_local]` on `static`s",null],["unstable","never_type","never_type","the never type (`!`)",null],["unstable","type_ascription","type_ascription","type ascription",803],["unstable","link_args","link_args","`#[link_args]`",null],["unstable","half_open_range_patterns","half_open_range_patterns","half-open range patterns",null],["unstable","const_io_repeat","const_io_structs","`io::repeat` 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","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","raw_ref_op","raw_ref_op","the raw reference operator (`&raw [mut | const] $place`)",2582],["unstable","no_core","no_core","`#![no_core]`",null],["unstable","array_from_ref","array_from_ref","`std::array::from_ref`",null],["unstable","const_in_array_repeat_expressions","const_in_array_repeat_expressions","constants in array repeat expressions",2203],["unstable","default_free_fn","default_free_fn","the free `default` function (shorthand for `Default::default`)",null],["unstable","format_args_capture","format_args_capture","implicit named arguments for formatting macros",2795],["unstable","option_contains","option_result_contains","`Option::contains`",null],["unstable","const_io_cursor_position","const_io_structs","`io::Cursor::position` as `const fn`",null],["unstable","const_io_empty","const_io_structs","`io::empty` as `const fn`",null],["unstable","array_from_mut","array_from_ref","`std::array::from_mut`",null],["unstable","pin_static_mut","pin_static_ref","`Pin::static_mut`",null],["unstable","assert_matches","assert_matches","`assert_matches!`",null],["unstable","associated_type_defaults","associated_type_defaults","default values for associated types",null],["unstable","cfg_version","cfg_version","`#[cfg(version(..))]`",null],["unstable","cow_is_owned","cow_is_borrowed","`Cow::is_owned` as `const fn`",null],["unstable","future_poll_fn","future_poll_fn","`core::future::poll_fn`",null],["unstable","plugin","plugin","`#![plugin(...)]`",null],["unstable","nonnull_slice_from_raw_parts","nonnull_slice_from_raw_parts","`NonNull<[T]>::slice_from_raw_parts`",null],["unstable","link_cfg","link_cfg","`#[link(..., cfg(...))]`",null],["unstable","const_fn_transmute","const_fn_transmute","`mem::transmute` in `const fn`",null],["1.48","const_result_is_ok","const_result","`Result::is_ok` as `const fn`",null],["1.48","const_option_is_none","const_option","`Option::is_none` as `const fn`",null],["1.48","array_try_from_vec","array_try_from_vec","`TryFrom>` implementation for `[T; N]`",null],["1.48","const_result_is_err","const_result","`Result::is_err` as `const fn`",null],["1.48","future_ready","future_readiness_fns","`future::ready`",null],["1.48","write_child_stdin_ref","write_mt","`Write` implementation for `&ChildStdin`",null],["1.48","write_sink_ref","write_mt","`Write` implementation for `&Sink`",null],["1.48","const_result_as_ref","const_result","`Result::as_ref` as `const fn`",null],["1.48","doc_alias","doc_alias","`#[doc(alias = \"…\")]`",null],["1.48","intra_doc_links",null,"intra-doc links",null],["1.48","write_stderr_ref","write_mt","`Write` implementation for `&Stderr`",null],["1.48","const_ordering_then","const_ordering","`cmp::Ordering::then` as `const fn`",null],["1.48","future_pending","future_readiness_fns","`future::pending`",null],["1.48","const_option_as_ref","const_option","`Option::as_ref` as `const fn`",null],["1.48","deque_make_contiguous","deque_make_contiguous","`VecDeque::make_contiguous`",null],["1.48","const_option_is_some","const_option","`Option::is_some` as `const fn`",null],["1.48","write_stdout_ref","write_mt","`Write` implementation for `&Stdout`",null],["1.48","const_ordering_reverse","const_ordering","`cmp::Ordering::reverse` as `const fn`",null],["1.48","slice_ptr_range","slice_ptr_range","slice to pointer range methods",null],["1.3","duration","duration","`std::time::Duration`",null],["1.3","time","time","`std::time`",null],["1.6","no_std","no_std","`#![no_std]`",null],["1.39","async","async_await","`async`",null],["1.39","const_string_new",null,"`String::new` as `const fn`",null],["1.39","param_attrs","param_attrs","attributes on function parameters",null],["1.39","pin_into_inner",null,"`Pin::into_inner`",null],["1.39","instant_saturating_duration_since",null,"`Instant::saturating_duration_since`",null],["1.39","const_str_as_bytes",null,"`str::as_bytes` as `const fn`",null],["1.39","const_slice_len",null,"`[T]::len` 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","const_str_len",null,"`str::len` as `const fn`",null],["1.39","await","async_await","`.await`",null],["1.39","const_vec_new",null,"`Vec::new` as `const fn`",null],["1.39","instant_checked_duration_since",null,"`Instant::checked_duration_since`",null],["1.39","const_linkedlist_new",null,"`LinkedList::new` as `const fn`",null],["1.9","deprecated","deprecated","`#[deprecated]`",1270],["1.35","coerce_closure_to_unsafe_fn_ptr",null,"closure to unsafe function pointer coercions",null],["1.35","exact_size_case_mapping_iter","exact_size_case_mapping_iter","`ExactSizeIterator` implementation for `ToLowercase` and `ToUppercase`",null],["1.35","boxed_closure_impls","boxed_closure_impls","boxed closure `Fn*` trait implementations",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","asraw_stdio_locks","`AsRawFd` implementation for `StdinLock`, `StdoutLock` and `StderrLock`",null],["1.2","atomic_ptr_send",null,"`Send` implementation for `AtomicPtr`",null],["1.2","iter_once",null,"`iter::once`",null],["1.2","iter_empty",null,"`iter::empty`",null],["1.16","self_struct_expr_pat",null,"`Self` in struct expressions and patterns",null],["1.16","assoc_ty_struct_expr_pat",null,"associated types in struct expressions and patterns",null],["1.16","writeln_no_args",null,"`writeln!` without arguments",null],["1.34","alternative_registries",null,"alternative registries to crates.io in cargo",null],["1.34","unrestricted_attribute_tokens","unrestricted_attribute_tokens","arbitrary token streams in procedural attribute macros",null],["1.34","extern_crate_self","extern_crate_self","`extern crate self as foo;`",null],["1.34","deprecated_equals_reason",null,"`#[deprecated = \"reason\"]` as a shorthand for `#[deprecated(note = \"reason\")]`",null],["1.34","const_wrapping_neg",null,"`wrapping_neg` as `const fn`",null],["1.34","const_overflowing_neg",null,"`overflowing_neg` as `const fn`",null],["1.45","unicode_version","unicode_version","`std::char::UNICODE_VERSION`",null],["1.45","proc_macro_span_resolved_at","proc_macro_span_resolved_at","`proc_macro::Span::resolved_at`",null],["1.45","btreemap_remove_entry","btreemap_remove_entry","`BTreeMap::remove_entry`",null],["1.45","expr_proc_macro","proc_macro_hygiene","function-like procedural macros in expression, pattern and statement position",null],["1.45","proc_macro_span_located_at","proc_macro_span_located_at","`proc_macro::Span::located_at`",null],["1.45","nonzero_bitor_assign","nonzero_bitor","`BitOrAssign` implementations for `NonZero` integer types",null],["1.45","arc_from_cow","shared_from_cow","`From>` implementation for `Arc`",null],["1.45","proc_macro_span_mixed_site","proc_macro_mixed_site","`proc_macro::Span::mixed_site`",null],["1.45","box_from_cow","box_from_cow","`From>` implementations for `Box`ed types",null],["1.45","nonzero_bitor","nonzero_bitor","`BitOr` implementations for `NonZero` integer types",null],["1.45","rc_from_cow","shared_from_cow","`From>`` implementation for ``Rc`",null],["1.45","atomic_min_max","atomic_min_max","`AtomicN::{fetch_min, fetch_max}`",null],["1.45","atomic_fetch_update","no_more_cas","`AtomicN::fetch_update`",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","eprint",null,"`eprint!`",null],["1.19","loop_break_value","loop_break_value","`break` with a value inside `loop`s",1624],["1.19","untagged_unions","untagged_unions","`union`s",1444],["1.19","eprintln",null,"`eprintln!`",1869],["1.32","int_to_from_bytes","int_to_from_bytes","integer ↔ bytes conversion functions",null],["1.32","const_cell_as_ptr",null,"`Cell::as_ptr` as `const fn`",null],["1.32","const_manually_drop_new",null,"`ManuallyDrop::new` as `const fn`",null],["1.32","const_slice_as_ptr",null,"`slice::as_ptr` as `const fn`",null],["1.32","const_range_inclusive_start",null,"`RangeInclusive::start` as `const fn`",null],["1.32","must_use_traits",null,"`#[must_use]` on traits",null],["1.32","const_duration_as_secs",null,"`Duration::as_secs` as `const fn`",null],["1.32","boxed_slice_from_iter","boxed_slice_from_iter","`FromIterator` implementation for `Box<[T]>`",null],["1.32","const_ipv6addr_new",null,"`Ipv6Addr::new` as `const fn`",null],["1.32","const_duration_subsec_micros",null,"`Duration::subsec_micros` as `const fn`",null],["1.32","const_manually_drop_into_inner",null,"`ManuallyDrop::into_inner` as `const fn`",null],["1.32","const_duration_subsec_millis",null,"`Duration::subsec_millis` 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",null,"`UnsafeCell::get` as `const fn`",null],["1.32","const_duration_subsec_nanos",null,"`Duration::subsec_nanos` as `const fn`",null],["1.32","path_from_str","path_from_str","`FromStr` implementation for `PathBuf`",null],["1.32","const_ipv6addr_octets",null,"`Ipv6Addr::octets` 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_cstr_as_ptr",null,"`CStr::as_ptr` as `const fn`",null],["1.32","const_range_inclusive_end",null,"`RangeInclusive::end` as `const fn`",null],["1.32","const_char_is_ascii",null,"`char::is_ascii` as `const fn`",null],["1.32","macro_literal_matcher","macro_literal_matcher","the `literal` fragment specifier in `macro_rules!`",1576],["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_str_as_ptr",null,"`str::as_ptr` as `const fn`",null],["1.32","const_iter_empty",null,"`iter::empty` as `const fn`",null],["1.32","const_ipv4addr_is_unspecified",null,"`Ipv4Addr::is_unspecified` as `const fn`",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_non_null_as_ptr",null,"`NonNull::as_ptr` as `const fn`",null],["1.20","compile_error","compile_error","`compile_error!`",1695],["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.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.36","maybe_uninit",null,"`mem::MaybeUninit`",1892],["1.36","const_nonnull_dangling",null,"`NonNull::dangling` as `const fn`",null],["1.36","string_from_string_ref",null,"`From<&String>` implementation for `String`",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",null,"`NonNull::cast` as `const fn`",null],["1.36","io_cursor_default",null,"`Default` implementation for `io::Cursor`",null],["1.36","nll_2015",null,"Non-Lexical Lifetimes (NLL) on the 2015 edition",null],["1.36","const_needs_drop","const_needs_drop","`mem::needs_drop` as `const fn`",null],["1.36","alloc","alloc","the `alloc` crate",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.36","string_borrow_mut_str",null,"`BorrowMut` implementation for `String`",null],["1.54","extended_key_value_attrs","extended_key_value_attributes","macro expansion in key-value attributes",null],["1.22","drop_types_in_const","drop_types_in_const","`Drop` types in constants",1440]]; \ No newline at end of file +var caniuseIndex=[["1.55","control_flow","control_flow_enum_type","the `ControlFlow` enum",null],["1.55","maybe_uninit_write","maybe_uninit_write","`MaybeUninit::write`",null],["1.55","range_from_patterns",null,"\"RangeFrom\" patterns (`a..`)",null],["1.55","array_map","array_map","`[T; N]::map`",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.39","instant_saturating_duration_since",null,"`Instant::saturating_duration_since`",null],["1.39","await","async_await","`.await`",null],["1.39","const_linkedlist_new",null,"`LinkedList::new` as `const fn`",null],["1.39","instant_checked_duration_since",null,"`Instant::checked_duration_since`",null],["1.39","param_attrs","param_attrs","attributes on function parameters",null],["1.39","const_str_as_bytes",null,"`str::as_bytes` as `const fn`",null],["1.39","async","async_await","`async`",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_vec_new",null,"`Vec::new` as `const fn`",null],["1.39","const_string_new",null,"`String::new` as `const fn`",null],["1.39","const_slice_len",null,"`[T]::len` as `const fn`",null],["1.39","pin_into_inner",null,"`Pin::into_inner`",null],["1.39","const_str_len",null,"`str::len` as `const fn`",null],["1.30","extern_absolute_paths","extern_absolute_paths","absolute paths as paths from other crates",null],["1.30","used","used","`#[used]`",null],["1.30","tool_attributes","tool_attributes","tool-scoped attributes",null],["1.30","proc_macro_path_invoc","proc_macro_path_invoc","multi-segment paths in attributes and derives",null],["1.30","use_extern_macro","use_extern_macro","macro imports and reexports via the module system",null],["1.30","raw_identifiers","raw_identifiers","raw identifiers (`r#keyword`)",null],["1.30","crate_in_paths","crate_in_paths","`crate` in paths",null],["1.30","infer_outlives_requirements","infer_outlives_requirements","outlives requirement inference",2093],["1.30","macro_vis_matcher","macro_vis_matcher","the `vis` fragment specifier in `macro_rules!`",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","panic_handler","panic_handler","`#[panic_handler]`",null],["1.27","fn_must_use","fn_must_use","`#[must_use]` on functions",1940],["1.27","target_feature",null,"`#[target_feature(...)]`",null],["1.27","dyn_trait","dyn_trait","`dyn Trait` as a syntax for trait objects",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","cfg_target_feature","cfg_target_feature","`#[cfg(target_feature = \"...\")]`",null],["1.27","termination_trait_test","termination_trait_test","types implementing `Termination` as the return type for `#[test]`s",null],["1.27","macro_lifetime_matcher","macro_lifetime_matcher","the `lifetime` fragment specifier in `macro_rules!`",null],["1.43","string_as_mut","string_as_mut","`AsMut` implementation for `String`",null],["1.43","extra_log_consts","extra_log_consts","`{f32, f64}::{LOG2_10, LOG10_2}`",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","from_utf8_error_eq",null,"`Eq` implementation for `FromUtf8Error`",null],["1.43","once_is_completed",null,"`sync::once::Once::is_completed`",null],["1.43","const_ascii_methods_on_intrinsics","const_ascii_methods_on_intrinsics","`u8::is_ascii` as `const fn`",null],["1.43","from_utf8_error_clone",null,"`Clone` implementation for `FromUtf8Error`",null],["1.43","cstring_from_vec_of_nonzerou8","cstring_from_vec_of_nonzerou8","`From>` implementation for `CString`",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.42","eq_cursor",null,"`PartialEq` and `Eq` implementations for `io::Cursor`",null],["1.42","transparent_enums","transparent_enums","`#[repr(transparent)]` on single-variant enums",null],["1.42","attr_on_inline_mod",null,"attribute macros on inline modules",null],["1.42","wait_timeout_until","wait_timeout_until","`Condvar::wait_timeout_while`",null],["1.42","debug_map_key_value","debug_map_key_value","`DebugMap::value`",null],["1.42","wait_until","wait_until","`Condvar::wait_while`",null],["1.42","slice_patterns","slice_patterns","subslice patterns (`[a, .., b]` and `[a, xs @ .., b]`)",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","alloc_layout_const_new","alloc_layout_const_new","`alloc::Layout::new` as `const fn`",null],["1.42","iter_empty_send_sync","iter_empty_send_sync","unconditional `Send` and `Sync` implementations for `iter::Empty`",null],["1.13","question_mark","question_mark","the `?` operator",243],["1.13","type_macros","type_macros","`macro_rules!` macros in type position",null],["1.13","assert_ne",null,"`assert_ne!`",1653],["1.13","debug_assert_ne",null,"`debug_assert_ne!`",1653],["1.35","alloc_system_default",null,"`Default` implementation for `alloc::System`",null],["1.35","dbg_no_args",null,"`dbg!` without arguments",null],["1.35","coerce_closure_to_unsafe_fn_ptr",null,"closure to unsafe function pointer coercions",null],["1.35","boxed_closure_impls","boxed_closure_impls","boxed closure `Fn*` trait implementations",null],["1.35","exact_size_case_mapping_iter","exact_size_case_mapping_iter","`ExactSizeIterator` implementation for `ToLowercase` and `ToUppercase`",null],["1.35","asraw_stdio_locks","asraw_stdio_locks","`AsRawFd` implementation for `StdinLock`, `StdoutLock` and `StderrLock`",null],["1.46","const_forget","const_forget","`mem::forget` as `const fn`",null],["1.46","track_caller","track_caller","the `#[track_caller]` attribute",2091],["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","const_loop","const_loop","`loop` and `while` in constant evaluation",2344],["1.46","vec_intoiter_as_ref","vec_intoiter_as_ref","`AsRef<[T]>` implementation for `vec::IntoIter`",null],["1.46","vec_drain_as_ref","vec_drain_as_slice","`AsRef<[T]>` implementation for `vec::Drain<'_, T>`",null],["1.46","vec_drain_as_slice","vec_drain_as_slice","`std::vec::Drain::as_slice`",null],["1.46","from_char_for_string","from_char_for_string","`From` implementation for `String`",null],["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","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.3","time","time","`std::time`",null],["1.3","duration","duration","`std::time::Duration`",null],["1.53","bufreader_seek_relative","bufreader_seek_relative","`BufReader::seek_relative`",null],["1.53","vec_extend_from_within","vec_extent_from_within","`Vec::extend_from_within`",null],["1.53","nonzero_leading_zeros","nonzero_leading_trailing_zeros","`NonZero*::leading_zeros`",null],["1.53","non_ascii_idents","non_ascii_idents","non-ASCII identifiers",null],["1.53","osstr_ascii","osstring_ascii","ASCII methods on `OsStr`",null],["1.53","atomic_bool_fetch_update","atomic_fetch_update","`AtomicBool::fetch_update`",null],["1.53","btreemap_retain","btree_retain","`BTreeMap::retain`",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","array_from_ref","array_from_ref","`std::array::from_ref`",null],["1.53","nonzero_trailing_zeros","nonzero_leading_trailing_zeros","`NonZero*::trailing_zeros`",null],["1.53","slice_iter_mut_as_ref","slice_iter_mut_as_slice","`AsRef<[T]>` implementation for `slice::IterMut<'_, T>`",null],["1.53","float_is_subnormal","is_subnormal","`{f32, f64}::is_subnormal`",null],["1.53","or_patterns","or_patterns","nested or-patterns",null],["1.53","btreeset_retain","btree_retain","`BTreeSet::retain`",null],["1.53","duration_zero","duration_zero","`Duration::ZERO`",null],["1.53","atomic_ptr_fetch_update","atomic_fetch_update","`AtomicPtr::fetch_update`",null],["1.53","int_bits_const","int_bits_const","Associated `BITS` constants for integer types",null],["1.57","vec_try_reserve","try_reserve","`Vec::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","hashmap_try_reserve","try_reserve","`HashMap::try_reserve`",null],["1.57","const_panic","const_panic","panicking in `const` contexts",null],["1.57","proc_macro_is_available","proc_macro_is_available","`proc_macro::is_available`",null],["1.57","hashmap_try_reserve_exact","try_reserve","`HashMap::try_reserve_exact`",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","string_try_reserve","try_reserve","`String::try_reserve`",null],["1.57","hashset_try_reserve_exact","try_reserve","`HashSet::try_reserve_exact`",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.6","no_std","no_std","`#![no_std]`",null],["1.41","maybe_uninit_debug","maybe_uninit_debug","`Debug` implementation for `MaybeUninit`",null],["1.41","cfg_doc","doc_cfg","`#[cfg(doc)]`",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","weak_counts","weak_counts","`Weak` count methods",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.31","pattern_parentheses","pattern_parentheses","parentheses in patterns",null],["1.31","tool_lints","tool_lints","scoped lints",null],["1.31","min_const_fn","min_const_fn","`const fn`",911],["1.31","edition_2018",null,"the 2018 edition",null],["1.31","extern_crate_item_prelude","extern_crate_item_prelude","`extern crate foo as bar;`",null],["1.31","impl_header_lifetime_elision","impl_header_lifetime_elision","lifetime elision in `impl` headers",null],["1.18","windows_subsystem","windows_subsystem","`#![windows_subsystem]`",null],["1.18","pub_restricted","pub_restricted","`pub(restricted)` visibilities",1422],["1.50","const_ipv6addr_is_loopback","const_ipv6","`Ipv6Addr::is_loopback` as `const fn`",null],["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","f64_clamp","clamp","`f64::clamp`",1961],["1.50","assign_manually_drop_in_unions",null,"safe assignment to `ManuallyDrop` in `union`s",null],["1.50","const_ipaddr_is_unspecified","const_ip","`IpAddr::is_unspecified` as `const fn`",null],["1.50","const_ipv4addr_is_link_local","const_ipv4","`Ipv4Addr::is_link_local` as `const fn`",null],["1.50","unsafe_cell_get_mut","unsafe_cell_get_mut","`UnsafeCell::get_mut`",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","slice_fill","slice_fill","`slice::fill`",null],["1.50","const_ipv4addr_is_documentation","const_ipv4","`Ipv4Addr::is_documentation` as `const fn`",null],["1.50","ord_clamp","clamp","`Ord::clamp`",1961],["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","const_ipv4addr_is_multicast","const_ipv4","`Ipv4Addr::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","f32_clamp","clamp","`f32::clamp`",1961],["1.50","const_ipv4addr_is_private","const_ipv4","`Ipv4Addr::is_private` as `const fn`",null],["1.50","bool_then","lazy_bool_to_option","`bool::then`",null],["1.50","const_ipaddr_is_ipv6","const_ip","`IpAddr::is_ipv6` as `const fn`",null],["1.50","const_ipaddr_is_loopback","const_ip","`IpAddr::is_loopback` as `const fn`",null],["1.50","const_ipv4addr_is_loopback","const_ipv4","`Ipv4Addr::is_loopback` as `const fn`",null],["1.50","const_ipv4addr_is_broadcast","const_ipv4","`Ipv4Addr::is_broadcast` 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_multicast","const_ip","`IpAddr::is_multicast` as `const fn`",null],["1.50","const_ipv6addr_is_multicast","const_ipv6","`Ipv6Addr::is_multicast` as `const fn`",null],["1.50","const_ipv6addr_is_unspecified","const_ipv6","`Ipv6Addr::is_unspecified` as `const fn`",null],["1.50","const_ipv4addr_to_ipv6_mapped","const_ipv4","`Ipv4Addr::to_ipv6_mapped` as `const fn`",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","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","static_recursion","static_recursion","recursive static items",null],["1.14","fn_ptr_to_unsafe_fn_ptr",null,"`fn` pointer to `unsafe fn` pointer coercion",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.49","const_poll_is_ready","const_poll","`Poll::is_ready` as `const fn`",null],["1.49","nzint_try_from_nzint","nzint_try_from_nzint_conv","`TryFrom` conversions between `NonZero` integer types",null],["1.49","empty_enum_to_int",null,"uninhabited enum to integer casts",null],["1.49","manually_drop_in_unions","untagged_unions","`ManuallyDrop` in `union`s",null],["1.49","partialeq_vec_for_slice",null,"`impl PartialEq> for [A] where A: PartialEq`",null],["1.49","partialeq_slice_for_vec",null,"`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.49","const_poll_is_pending","const_poll","`Poll::is_pending` as `const fn`",null],["1.2","iter_once",null,"`iter::once`",null],["1.2","iter_empty",null,"`iter::empty`",null],["1.2","atomic_ptr_send",null,"`Send` implementation for `AtomicPtr`",null],["1.38","duration_mul_f32",null,"`Duration::mul_f32`",null],["1.38","unpin_ptr",null,"`Unpin` implementations for pointers",null],["1.38","duration_from_secs_f32",null,"`Duration::from_secs_f32`",null],["1.38","any_type_name",null,"`any::type_name`",null],["1.38","ptr_cast",null,"`cast` method on pointers",null],["1.38","duration_div_f32",null,"`Duration::div_f32`",null],["1.38","iter_step_by_double_ended",null,"`DoubleEndedIterator` implementation for `iter::StepBy`",null],["1.38","thread_accesserror_partialeq",null,"`PartialEq` implementation for `thread::AccessError`",null],["1.38","duration_from_secs_f64",null,"`Duration::from_secs_f64`",null],["1.38","duration_mul_f64",null,"`Duration::mul_f64`",null],["1.38","duration_as_secs_f64",null,"`Duration::as_secs_f64`",null],["1.38","euclidean_division","euclidean_division","euclidean division & modulo",null],["1.38","thread_accesserror_eq",null,"`Eq` implementation for `thread::AccessError`",null],["1.38","iter_peekable_double_ended",null,"`DoubleEndedIterator` implementation for `iter::Peekable`",null],["1.38","iter_take_double_ended",null,"`DoubleEndedIterator` implementation for `iter::Take`",null],["1.38","thread_accesserror_copy",null,"`Copy` implementation for `thread::AccessError`",null],["1.38","ascii_escapedefault_clone",null,"`Clone` implementation for `ascii::EscapeDefault`",null],["1.38","deprecated_macros",null,"`#[deprecated]` on macros",null],["1.38","duration_div_f64",null,"`Duration::div_f64`",null],["1.38","thread_accesserror_error",null,"`Error` implementation for `thread::AccessError`",null],["1.38","shared_from_iter","shared_from_iter","`FromIterator` implementation for `Rc` and `Arc`",null],["1.38","str_chars_debug",null,"`Debug` implementation for `std::str::Chars`",null],["1.38","duration_as_secs_f32",null,"`Duration::as_secs_f32`",null],["1.38","ascii_escapedefault_display",null,"`Display` implementation for `ascii::EscapeDefault`",null],["1.38","global_allocator_in_submodules",null,"`#[global_allocator]` inside submodules",null],["1.38","thread_accesserror_clone",null,"`Clone` implementation for `thread::AccessError`",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","unpin","pin","`marker::Unpin`",null],["1.33","underscore_imports","underscore_imports","underscore imports (impl-only trait imports)",2166],["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","exhaustive_integer_patterns","exhaustive_integer_patterns","integer match exhaustiveness checking",2591],["1.33","const_ip","const_ip","`Ipv4Addr::new` as `const fn`",null],["1.33","repr_packed","repr_packed","`#[repr(packed(N))]` on structs",1399],["1.33","rc_arc_pin_method_receiver",null,"`Rc`, `Arc` or `Pin` as a method receiver",null],["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","if_while_or_patterns","if_while_or_patterns","or-patterns in `if let` and `while let`",2175],["1.33","pin","pin","`pin::Pin`",null],["1.22","drop_types_in_const","drop_types_in_const","`Drop` types in constants",1440],["1.29","proc_macro","proc_macro","procedural macros",null],["1.48","write_stderr_ref","write_mt","`Write` implementation for `&Stderr`",null],["1.48","slice_ptr_range","slice_ptr_range","slice to pointer range methods",null],["1.48","const_ordering_then","const_ordering","`cmp::Ordering::then` as `const fn`",null],["1.48","deque_make_contiguous","deque_make_contiguous","`VecDeque::make_contiguous`",null],["1.48","future_pending","future_readiness_fns","`future::pending`",null],["1.48","write_stdout_ref","write_mt","`Write` implementation for `&Stdout`",null],["1.48","intra_doc_links",null,"intra-doc links",null],["1.48","const_ordering_reverse","const_ordering","`cmp::Ordering::reverse` as `const fn`",null],["1.48","write_child_stdin_ref","write_mt","`Write` implementation for `&ChildStdin`",null],["1.48","const_result_is_ok","const_result","`Result::is_ok` as `const fn`",null],["1.48","const_option_as_ref","const_option","`Option::as_ref` as `const fn`",null],["1.48","const_result_is_err","const_result","`Result::is_err` as `const fn`",null],["1.48","write_sink_ref","write_mt","`Write` implementation for `&Sink`",null],["1.48","const_result_as_ref","const_result","`Result::as_ref` as `const fn`",null],["1.48","doc_alias","doc_alias","`#[doc(alias = \"…\")]`",null],["1.48","const_option_is_none","const_option","`Option::is_none` as `const fn`",null],["1.48","const_option_is_some","const_option","`Option::is_some` as `const fn`",null],["1.48","array_try_from_vec","array_try_from_vec","`TryFrom>` implementation for `[T; N]`",null],["1.48","future_ready","future_readiness_fns","`future::ready`",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.15","proc_macro_derive","proc_macro","procedural derive macros (macros 1.1)",1681],["1.16","assoc_ty_struct_expr_pat",null,"associated types in struct expressions and patterns",null],["1.16","writeln_no_args",null,"`writeln!` without arguments",null],["1.16","self_struct_expr_pat",null,"`Self` in struct expressions and patterns",null],["1.51","array_value_iter","array_value_iter","by-value `[T; N]` iterator `core::array::IntoIter`",null],["1.51","box_send_sync_any_downcast","box_send_sync_any_downcast","`Box::::downcast`",null],["1.51","str_as_mut","as_mut_str_for_str","`AsMut` implementation for `str`",null],["1.51","empty_seek","empty_seek","`io::Seek` implementation for `io::Empty`",null],["1.51","slice_fill_with","slice_fill_with","`slice::fill_with`",null],["1.51","arc_decrement_strong_count","arc_mutate_strong_count","`Arc::decrement_strong_count`",null],["1.51","iterator_reduce","iterator_fold_first","`Iterator::reduce`",null],["1.51","nonzero_rem","nonzero_div","`Rem` implementation for `u{0}`",null],["1.51","seek_stream_position","seek_convenience","`io::Seek::stream_position`",null],["1.51","slice_strip_prefix","slice_strip","`slice::strip_prefix`",null],["1.51","arc_increment_strong_count","arc_mutate_strong_count","`Arc::increment_strong_count`",null],["1.51","min_const_generics","min_const_generics","simple const generics",null],["1.51","wake_trait","wake_trait","the `Wake` trait",null],["1.51","poll_map_ok","poll_map","`Poll>>::map_ok`",null],["1.51","nonzero_div","nonzero_div","`Div` implementation for `u{0}`",null],["1.51","slice_strip_suffix","slice_strip","`slice::strip_suffix`",null],["1.51","unsigned_abs","unsigned_abs","the `unsigned_abs` method on signed integers",null],["1.51","poll_map_err","poll_map","`Poll>>::map_err`",null],["1.54","extended_key_value_attrs","extended_key_value_attributes","macro expansion in key-value attributes",null],["1.54","hashmap_into_keys","map_into_keys_values","`HashMap::into_keys`",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.40","non_exhaustive","non_exhaustive","`#![non_exhaustive]`",2008],["1.40","slice_repeat",null,"`slice::repeat`",null],["1.40","type_proc_macros",null,"function-like procedural macros in type position",null],["1.40","todo_macro",null,"`todo!`",null],["1.40","cfg_doctest","cfg_doctest","`#[cfg(doctest)]`",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","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","const_is_power_of_two",null,"`is_power_of_two` as `const fn`",null],["1.40","udpsocker_peer_addr",null,"`UdpSocket::peer_addr`",null],["1.40","float_to_from_bytes","float_to_from_bytes","float ↔ bytes conversion functions",null],["1.40","macros_in_extern","macros_in_extern","macro invocations in `extern {}` blocks",null],["1.40","option_deref","option_deref","`as_deref` and `as_deref_mut` on `Option`",null],["1.40","map_get_key_value","map_get_key_value","`get_key_value` on `HashMap` and `BTreeMap`",null],["1.40","mem_take",null,"`mem::take`",null],["1.56","io_empty_clone",null,"`Clone` implementation for `io::Empty`",null],["1.56","const_fn_transmute","const_fn_transmute","`mem::transmute` in `const fn`",null],["1.56","bufwriter_into_parts","bufwriter_into_parts","`BufWriter::into_parts`",null],["1.56","shrink_to","shrink_to","the `shrink_to` method on collections",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","ready_macro","ready_macro","`task::ready!`",null],["1.56","const_fn_union","const_fn_union","`union` field access in `const fn`",null],["1.56","io_sink_default",null,"`Default` implementation for `io::Sink`",null],["1.56","io_sink_clone",null,"`Clone` implementation for `io::Sink`",null],["1.56","unix_chroot","unix_chroot","`std::os::unix::fs::chroot`",null],["1.56","io_sink_copy",null,"`Copy` implementation for `io::Sink`",null],["1.8","augmented_assignments","augmented_assignments","assignment operator overloading",null],["1.8","braced_empty_structs","braced_empty_structs","empty structs and enum variants with braces",218],["1.5","vec_resize",null,"`Vec::resize`",509],["1.5","fs_canonicalize",null,"`fs::canonicalize`",1044],["1.0","associated_types","associated_types","associated types in traits",null],["1.0","struct_variant","struct_variant","struct variants in enums",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","tuple_indexing","tuple_indexing","tuple indexing",null],["1.0","while_let","while_let","`while let` expressions",null],["1.0","default_type_params","default_type_params","type parameter defaults",null],["1.0","macro_rules","macro_rules","`macro_rules!`",null],["1.26","inclusive_range_syntax","inclusive_range_syntax","inclusive range syntax",1192],["1.26","dotdoteq_in_patterns","dotdoteq_in_patterns","inclusive ranges in patterns",1192],["1.26","copy_closures","copy_closures","`Copy` implementation for applicable closures",2132],["1.26","universal_impl_trait","universal_impl_trait","`impl Trait` in function arguments",null],["1.26","underscore_lifetimes","underscore_lifetimes","placeholder lifetimes (`'_`)",2115],["1.26","conservative_impl_trait","conservative_impl_trait","`impl Trait` in function return types",null],["1.26","i128_type","i128_type","128 bit integer types",null],["1.26","clone_closures","clone_closures","`Clone` implementation for applicable closures",2132],["1.26","const_indexing","const_indexing","array indexing in constants",null],["1.26","match_default_bindings","match_default_bindings","default match binding modes",2005],["1.26","termination_trait","termination_trait","types implementing `Termination` as the return type for `fn main()`",null],["1.1","split_whitespace",null,"`str::split_whitespace`",1054],["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.10","cstr_default","cstr_default","`Default` implementation for `&CStr`",null],["1.10","cstring_default","cstr_default","`Default` implementation for `CString`",null],["1.10","weak_new","downgraded_weak","`sync::Weak::new`",null],["1.32","self_in_typedefs","self_in_typedefs","`Self` in type definitions",2300],["1.32","const_non_null_as_ptr",null,"`NonNull::as_ptr` as `const fn`",null],["1.32","int_to_from_bytes","int_to_from_bytes","integer ↔ bytes conversion functions",null],["1.32","const_ipv6addr_octets",null,"`Ipv6Addr::octets` as `const fn`",null],["1.32","const_duration_subsec_micros",null,"`Duration::subsec_micros` as `const fn`",null],["1.32","const_char_is_ascii",null,"`char::is_ascii` as `const fn`",null],["1.32","const_cell_as_ptr",null,"`Cell::as_ptr` as `const fn`",null],["1.32","const_unsafe_cell_get",null,"`UnsafeCell::get` as `const fn`",null],["1.32","dbg_macro","dbg_macro","`dbg!`",2361],["1.32","macro_literal_matcher","macro_literal_matcher","the `literal` fragment specifier in `macro_rules!`",1576],["1.32","uniform_paths","uniform_paths","uniform paths (`use x::y;` as `use self::x::y;`) in the 2018 edition",null],["1.32","const_range_inclusive_end",null,"`RangeInclusive::end` as `const fn`",null],["1.32","const_ipv6addr_new",null,"`Ipv6Addr::new` as `const fn`",null],["1.32","boxed_slice_from_iter","boxed_slice_from_iter","`FromIterator` implementation for `Box<[T]>`",null],["1.32","const_iter_empty",null,"`iter::empty` as `const fn`",null],["1.32","const_duration_as_secs",null,"`Duration::as_secs` as `const fn`",null],["1.32","const_duration_subsec_millis",null,"`Duration::subsec_millis` as `const fn`",null],["1.32","const_duration_subsec_nanos",null,"`Duration::subsec_nanos` as `const fn`",null],["1.32","const_cstr_as_ptr",null,"`CStr::as_ptr` as `const fn`",null],["1.32","const_range_inclusive_start",null,"`RangeInclusive::start` as `const fn`",null],["1.32","must_use_traits",null,"`#[must_use]` on traits",null],["1.32","self_struct_ctor","self_struct_ctor","`Self` as a constructor and pattern for unit and tuple structs",2302],["1.32","path_from_str","path_from_str","`FromStr` implementation for `PathBuf`",null],["1.32","const_manually_drop_into_inner",null,"`ManuallyDrop::into_inner` as `const fn`",null],["1.32","const_slice_as_ptr",null,"`slice::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_str_as_ptr",null,"`str::as_ptr` as `const fn`",null],["1.32","const_manually_drop_new",null,"`ManuallyDrop::new` as `const fn`",null],["1.32","const_ipv4addr_is_unspecified",null,"`Ipv4Addr::is_unspecified` as `const fn`",null],["1.9","deprecated","deprecated","`#[deprecated]`",1270],["1.7","string_as_str","string_as_str","`String::as_str`",null],["1.7","vec_as_slice","vec_as_slice","`Vec::as_slice`",null],["1.7","string_as_mut_str","string_as_str","`String::as_mut_str`",null],["1.7","vec_as_mut_slice","vec_as_slice","`Vec::as_mut_slice`",null],["1.45","nonzero_bitor_assign","nonzero_bitor","`BitOrAssign` implementations for `NonZero` integer types",null],["1.45","box_from_cow","box_from_cow","`From>` implementations for `Box`ed types",null],["1.45","arc_from_cow","shared_from_cow","`From>` implementation for `Arc`",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","btreemap_remove_entry","btreemap_remove_entry","`BTreeMap::remove_entry`",null],["1.45","atomic_fetch_update","no_more_cas","`AtomicN::fetch_update`",null],["1.45","proc_macro_span_resolved_at","proc_macro_span_resolved_at","`proc_macro::Span::resolved_at`",null],["1.45","unicode_version","unicode_version","`std::char::UNICODE_VERSION`",null],["1.45","expr_proc_macro","proc_macro_hygiene","function-like procedural macros in expression, pattern and statement position",null],["1.45","rc_from_cow","shared_from_cow","`From>`` implementation for ``Rc`",null],["1.45","atomic_min_max","atomic_min_max","`AtomicN::{fetch_min, fetch_max}`",null],["1.45","proc_macro_span_located_at","proc_macro_span_located_at","`proc_macro::Span::located_at`",null],["1.37","reverse_bits","reverse_bits","`reverse_bits` integer methods",null],["1.37","copy_within","copy_within","`[T]::copy_within`",null],["1.37","option_xor",null,"`Option::xor`",null],["1.37","repr_align_enum","repr_align_enum","`#[repr(align(N)]` on enums",null],["1.37","type_alias_enum_variants",null,"enum variants through a type alias",null],["1.37","generic_param_cfg_attrs",null,"conditional compilation of generic parameters",null],["1.37","kleene_op_2015",null,"the `?` Kleene macro operator in the 2015 edition",null],["1.37","underscore_const_names","underscore_const_names","`_` as an identifier for constants",null],["1.36","maybe_uninit",null,"`mem::MaybeUninit`",1892],["1.36","const_needs_drop","const_needs_drop","`mem::needs_drop` as `const fn`",null],["1.36","io_cursor_default",null,"`Default` implementation for `io::Cursor`",null],["1.36","const_nonnull_cast",null,"`NonNull::cast` as `const fn`",null],["1.36","hashbrown",null,"`hashbrown::HashMap` as the implementation of `HashMap`",null],["1.36","const_nonnull_dangling",null,"`NonNull::dangling` as `const fn`",null],["1.36","dbg_multiple_args",null,"multiple arguments in `dbg!` macro invocations",null],["1.36","string_from_string_ref",null,"`From<&String>` implementation for `String`",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","string_borrow_mut_str",null,"`BorrowMut` implementation for `String`",null],["1.20","associated_consts","associated_consts","associated constants in `trait` and `impl` blocks",null],["1.20","unimplemented_macro_args",null,"`unimplemented!` with a message",null],["1.20","struct_field_attributes","struct_field_attributes","attributes on struct literal fields",null],["1.20","compile_error","compile_error","`compile_error!`",1695],["1.52","const_char_to_ascii_lowercase","const_ascii_methods_on_intrinsics","`char::to_ascii_lowercase` as `const fn`",null],["1.52","const_char_len_utf16","const_char_len_utf","`char::len_utf16` as `const fn`",null],["1.52","char_partial_eq_punct",null,"`PartialEq` implementation for `char`",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","str_split_once","str_split_once","`str::split_once`",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","const_char_len_utf8","const_char_len_utf","`char::len_utf8` as `const fn`",null],["1.52","arc_error","arc_error","`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","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.52","const_u8_to_ascii_uppercase","const_ascii_methods_on_intrinsics","`u8::to_ascii_uppercase` as `const fn`",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","pure_ident",null,"`pure` as an identifier",2421],["1.28","global_allocator","global_allocator","`#[global_allocator]`",null],["1.28","alignof_ident",null,"`alignof` as an identifier",2421],["1.58","cstring_from_vec_with_nul_unchecked","cstring_from_vec_with_nul","`CString::from_vec_with_nul_unchecked`",null],["1.58","cstring_from_vec_with_nul","cstring_from_vec_with_nul","`CString::from_vec_with_nul`",null],["1.11","nested_cfg_attr",null,"nested `cfg_attr` attributes",null],["1.47","array_gt_32_impls",null,"`[T; N]` trait implementations with N > 32",null],["1.47","range_full_default",null,"`Default` implementation for `RangeFull`",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","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","cstr_range_from","`Index` implementation for `CStr`",null],["1.47","vec_leak","vec_leak","`Vec::leak`",null],["1.47","proc_macro_raw_ident","proc_macro_raw_ident","`proc_macro::Ident::new_raw`",null],["1.44","path_buf_clear","path_buf_capacity","`PathBuf::clear`",null],["1.44","no_std_async_await",null,"`async` / `.await` in `#[no_std]` crates",null],["1.44","path_buf_reserve","path_buf_capacity","`PathBuf::reserve`",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","from_mut_str_for_string","from_mut_str_for_string","`From<&mut str>` implementation for `String`",null],["1.44","osstring_indexmut_rangefull","mut_osstr","`IndexMut` implementation for `OsString`",null],["1.44","alloc_layout_pad_to_align","alloc_layout_extras","`alloc::Layout::pad_to_align`",null],["1.44","ioslice_clone",null,"`Clone` implementation for `io::IoSlice`",null],["1.44","lexerror_display","proc_macro_lexerror_impls","`Display` implementation for `proc_macro::LexError`",null],["1.44","convert_infallible_hash","convert_infallible_hash","`Hash` implementation for `convert::Infallible`",null],["1.44","const_int_to_from_bytes",null,"integer ↔ bytes conversion functions as `const fn`",null],["1.44","alloc_layout_extend","alloc_layout_extras","`alloc::Layout::extend`",null],["1.44","path_buf_capacity","path_buf_capacity","`PathBuf::capacity`",null],["1.44","path_buf_with_capacity","path_buf_capacity","`PathBuf::with_capacity`",null],["1.44","vec_from_array","vec_from_array","`From<[T; N]>` implementation for `Vec`",null],["1.44","lexerror_error","proc_macro_lexerror_impls","`Error` implementation for `proc_macro::LexError`",null],["1.44","ioslice_copy",null,"`Copy` implementation for `io::IoSlice`",null],["1.44","alloc_layout_align_to","alloc_layout_extras","`alloc::Layout::align_to`",null],["1.44","path_buf_reserve_exact","path_buf_capacity","`PathBuf::reserve_exact`",null],["1.44","osstring_deref_mut","mut_osstr","`DerefMut` implementation for `OsString`",null],["1.44","float_approx_unchecked_to","float_approx_unchecked_to","unchecked float → int conversion",null],["unstable","pin_static_mut","pin_static_ref","`Pin::static_mut`",null],["unstable","never_type","never_type","the never type (`!`)",null],["unstable","link_args","link_args","`#[link_args]`",null],["unstable","plugin","plugin","`#![plugin(...)]`",null],["unstable","type_ascription","type_ascription","type ascription",803],["unstable","cfg_target_has_atomic","cfg_target_has_atomic","`cfg(target_has_atomic = ...)`",null],["unstable","const_io_cursor_get_ref","const_io_structs","`io::Cursor::get_ref` as `const fn`",null],["unstable","exhaustive_patterns","exhaustive_patterns","exhaustive pattern matching on types that contain uninhabited types",1872],["unstable","const_io_empty","const_io_structs","`io::empty` as `const fn`",null],["unstable","const_fn_transmute","const_fn_transmute","`mem::transmute` in `const fn`",null],["unstable","duration_checked_float","duration_checked_float","`Duration::try_from_secs_*`",null],["unstable","option_zip_with","option_zip","`Option::zip_with`",null],["unstable","slice_ptr_len","slice_ptr_len","the `len` method on raw slices",null],["unstable","associated_type_defaults","associated_type_defaults","default values for associated types",null],["unstable","cow_is_owned","cow_is_borrowed","`Cow::is_owned`",null],["unstable","half_open_range_patterns","half_open_range_patterns","half-open range patterns",null],["unstable","const_btreemap_new","const_btree_new","`BTreeMap::new` as `const fn`",null],["unstable","result_contains","option_result_contains","`Result::contains`",null],["unstable","const_raw_ptr_deref","const_raw_ptr_deref","`*const T` dereferences in `const` contexts",null],["unstable","specialization","specialization","specialization",null],["unstable","const_ptr_write_unaligned","const_ptr_write","pointer `write_unaligned` as `const fn`",null],["unstable","format_args_capture","format_args_capture","implicit named arguments for formatting macros",2795],["unstable","abi_thiscall","abi_thiscall","`thiscall` calling convention",null],["unstable","const_in_array_repeat_expressions","const_in_array_repeat_expressions","constants in array repeat expressions",2203],["unstable","const_mut_refs","const_mut_refs","`&mut T` in `const` contexts",null],["unstable","pin_static_ref","pin_static_ref","`Pin::static_ref`",null],["unstable","const_io_repeat","const_io_structs","`io::repeat` as `const fn`",null],["unstable","generic_associated_types","generic_associated_types","generic associated types (GAT)",1598],["unstable","exclusive_range_pattern","exclusive_range_pattern","exclusive range patterns (`a..b`)",null],["unstable","box_into_boxed_slice","box_into_boxed_slice","`Box::into_boxed_slice`",null],["unstable","const_io_sink","const_io_structs","`io::sink` as `const fn`",null],["unstable","const_ptr_write","const_ptr_write","pointer `write` as `const fn`",null],["unstable","const_io_cursor_position","const_io_structs","`io::Cursor::position` as `const fn`",null],["unstable","const_btreeset_new","const_btree_new","`BTreeSet::new` as `const fn`",null],["unstable","option_unzip","unzip_option","`Option::unzip`",null],["unstable","link_cfg","link_cfg","`#[link(..., cfg(...))]`",null],["unstable","nonzero_is_power_of_two","nonzero_is_power_of_two","`NonZeroU*::is_power_of_two`",null],["unstable","nonnull_slice_from_raw_parts","nonnull_slice_from_raw_parts","`NonNull<[T]>::slice_from_raw_parts`",null],["unstable","const_io_cursor_new","const_io_structs","`io::Cursor::new` as `const fn`",null],["unstable","cfg_version","cfg_version","`#[cfg(version(..))]`",null],["unstable","const_generics","const_generics","const generics",2000],["unstable","no_core","no_core","`#![no_core]`",null],["unstable","option_contains","option_result_contains","`Option::contains`",null],["unstable","future_poll_fn","future_poll_fn","`core::future::poll_fn`",null],["unstable","total_cmp","total_cmp","the `total_cmp` method on float types",null],["unstable","default_free_fn","default_free_fn","the free `default` function (shorthand for `Default::default`)",null],["unstable","plugin_registrar","plugin_registrar","`#[plugin_registrar]`",null],["unstable","raw_ref_op","raw_ref_op","the raw reference operator (`&raw [mut | const] $place`)",2582],["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","thread_local","thread_local","`#[thread_local]` on `static`s",null],["unstable","cow_is_borrowed","cow_is_borrowed","`Cow::is_borrowed`",null],["unstable","assert_matches","assert_matches","`assert_matches!`",null],["unstable","naked_functions","naked_functions","`#[naked]` functions",null],["1.34","const_overflowing_neg",null,"`overflowing_neg` as `const fn`",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","extern_crate_self","extern_crate_self","`extern crate self as foo;`",null],["1.34","alternative_registries",null,"alternative registries to crates.io in cargo",null],["1.34","deprecated_equals_reason",null,"`#[deprecated = \"reason\"]` as a shorthand for `#[deprecated(note = \"reason\")]`",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.4","use_group_renaming",null,"item renamings in import groups",null],["1.19","loop_break_value","loop_break_value","`break` with a value inside `loop`s",1624],["1.19","eprint",null,"`eprint!`",null],["1.19","eprintln",null,"`eprintln!`",1869],["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]]; \ No newline at end of file diff --git a/extension/index/commands.js b/extension/index/commands.js index 235dfdb8..0e30386d 100644 --- a/extension/index/commands.js +++ b/extension/index/commands.js @@ -1,5 +1,5 @@ var commandsIndex = { - "cargo": [["cargo-audit","https://github.com/RustSec/cargo-audit","Audit Cargo.lock for crates with security vulnerabilities"],["cargo-asm, cargo-llvm-ir","https://github.com/gnzlbg/cargo-asm","Shows generates assembly or LLVM IR of Rust code"],["cargo-benchcmp","https://github.com/BurntSushi/cargo-benchcmp","Compare output of cargo bench output, both runs over time and same benchmarks in multiple modules (e.g. for comparing multiple implementations)"],["cargo-bitbake","https://github.com/cardoe/cargo-bitbake","Generate Yocto's bitbake recipes from your Cargo.toml"],["cargo-bloat","https://github.com/RazrFalcon/cargo-bloat","Find out what takes most of the space in your executable."],["cargo-cache","https://github.com/matthiaskrgr/cargo-cache","Helps you manage the cargo cache (~/.cargo), print sizes and clear directories"],["cargo-check","https://github.com/rsolomo/cargo-check","This is a wrapper around cargo rustc -- -Zno-trans. It can be helpful for running a faster compile if you only need correctness checks."],["cargo-cook","https://github.com/vityafx/cargo-cook","Cooks your crate (packaging & deploying)."],["cargo-clippy","https://github.com/Manishearth/rust-clippy#as-a-cargo-subcommand-cargo-clippy","Lint your project using Clippy."],["cargo-cln","https://gitlab.com/pwoolcoc/cargo-cln","Alternative to cargo-clean, allows running arbitrary commands in addition to wiping out target/ directory."],["cargo-clone","https://github.com/janlikar/cargo-clone","Fetch source code of a crate"],["cargo-config","https://github.com/wesleywiser/cargo-config","Print info about the current crate."],["cargo-count","https://github.com/kbknapp/cargo-count","counts lines of code in cargo projects, including giving naive unsafe statistics"],["cargo-deadlinks","https://github.com/deadlinks/cargo-deadlinks","Check your cargo doc documentation for broken links"],["cargo-deb","https://github.com/mmstick/cargo-deb","Generates & builds Debian packages from cargo projects."],["cargo-deny","https://github.com/EmbarkStudios/cargo-deny","Lint your dependencies"],["cargo-deps","https://github.com/m-cat/cargo-deps","Create dependency diagrams for your Rust projects."],["cargo-diet","https://github.com/the-lean-crate/cargo-diet","Make your crate lean by computing size-optimal include directives for Cargo manifests."],["cargo-do","https://github.com/pwoolcoc/cargo-do","Run multiple cargo subcommands in sequence (e.g., cargo do clean, build)"],["cargo-dors","https://github.com/aklitzke/dors","Task runner for cargo. Deploy, load, or run other scripts from your cargo project"],["cargo-edit","https://github.com/killercup/cargo-edit","A utility for adding (cargo-add), removing (cargo-rm), and upgrading (cargo-upgrade) cargo dependencies from the command line."],["cargo-expand","https://github.com/dtolnay/cargo-expand","Print the result of macro expansion and #[derive] expansion."],["cargo-rustfmt","https://github.com/rust-lang-nursery/rustfmt","Format Rust code according to style guidelines."],["cargo-free","https://github.com/SirWindfield/cargo-free","Check whether a crate name is available on crates.io."],["cargo-fuzz","https://github.com/rust-fuzz/cargo-fuzz","Command-line wrapper for using libFuzzer"],["cargo-generate","https://github.com/ashleygwilliams/cargo-generate","Create a new Rust project by leveraging a pre-existing git repository as a template."],["cargo-grammarly","https://github.com/vityafx/cargo-grammarly","Use the grammarly service for checking English grammar in your crate's documentation."],["cargo-graph","https://github.com/kbknapp/cargo-graph","Build GraphViz DOT files of dependency graphs. Unmaintained, consider using cargo-deps."],["cargo-info","https://gitlab.com/imp/cargo-info","Get crate information and details from crates.io"],["cargo-license","https://github.com/onur/cargo-license","List licensing info for the project's dependencies."],["cargo-linked","https://github.com/JojiiOfficial/cargo-linked","List Linked packages for a rust binary."],["cargo-lipo","https://github.com/TimNN/cargo-lipo","Automatically create universal libraries for iOS."],["cargo-lock","https://github.com/RustSec/cargo-lock","List packages, show dependency trees, and translate formats for Cargo.lock files."],["cargo-make","https://github.com/sagiegurari/cargo-make","Rust task runner and build tool."],["cargo-modules","https://github.com/regexident/cargo-modules","List a project's modules in a tree-like format."],["cargo-multi","https://github.com/imp/cargo-multi","Run a cargo command on multiple crates."],["cargo-next","https://github.com/conventional-commits-rs/cargo-next","Query or set the version of a crate."],["cargo-open","https://github.com/carols10cents/cargo-open","Quickly open your crate in your editor."],["cargo-outdated","https://github.com/kbknapp/cargo-outdated","A cargo subcommand for displaying when Rust dependencies are out of date"],["cargo-patch","https://github.com/mettke/cargo-patch","Cargo Subcommand for patching dependencies using patch files."],["cargo-pkgbuild","https://github.com/kstep/cargo-pkgbuild","Generate an Arch PKGBUILD for your crate."],["cargo-profiler","https://github.com/svenstaro/cargo-profiler","A cargo subcommand to profile your applications."],["cargo-release","https://github.com/sunng87/cargo-release","Standardizes the release process of a cargo project."],["cargo-repro","https://github.com/rust-secure-code/cargo-repro","Build and verify byte-for-byte reproducible Rust packages using a Cargo-based workflow (WIP)."],["cargo-rpm","https://github.com/rustrpm/cargo-rpm","Build RPM releases of Rust projects using cargo."],["cargo-sandbox","https://github.com/rust-secure-code/cargo-sandbox","Perform Cargo builds inside of a sandboxed environment (WIP)."],["cargo-script","https://github.com/DanielKeep/cargo-script","designed to let people quickly and easily run Rust \"scripts\" which can make use of Cargo's package ecosystem."],["cargo-sort-ck","https://github.com/DevinR528/cargo-sort-ck","Checks that your Cargo.toml dependencies are sorted alphabetically."],["cargo-tarpaulin","https://github.com/xd009642/tarpaulin","Code coverage tool for your Rust projects"],["cargo-tomlfmt","https://github.com/tbrand/cargo-tomlfmt","Formatting Cargo.toml"],["cargo-tree","https://github.com/sfackler/cargo-tree","List a project's dependencies in a tree-like format. Also supports an \"inverted\" mode to help determine why a specific crate is being pulled in."],["cargo-update","https://github.com/nabijaczleweli/cargo-update","Check for cargo installed executables' newer versions and update as needed."],["cargo-urlcrate","https://github.com/Aaron1011/cargo-urlcrate","Adds URLs of installing/downloading crates to Cargo output"],["cargo-valgrind","https://github.com/jfrimmel/cargo-valgrind","Runs a binary, example, bench, ... inside valgrind to check for memory leaks. Helpful in FFI contexts."],["cargo-vendor","https://github.com/alexcrichton/cargo-vendor","Vendors all crates.io dependencies into a local directory using Cargo's support for source replacement"],["cargo-watch","https://github.com/passcod/cargo-watch","Watch your repo for changes and build automatically."],["cargo-whereis","https://github.com/coriolinus/whereis","Locate a particular crate within a workspace."],["cargo-with","https://github.com/cbourjau/cargo-with","A cargo-subcommand making it easy to run the build artifacts produced by cargo run or cargo build through other tools such as gdb, strace, valgrind, rr, etc."],["cargo-wix","https://github.com/volks73/cargo-wix","Builds a Windows installer (msi) using the Wix Toolset based on the contents of a package's manifest (Cargo.toml)"],["cargo-x","https://github.com/liuchong/cargo-x","A very simple third-party cargo subcommand to execute a custom command."]], + "cargo": [["cargo-audit","https://github.com/RustSec/cargo-audit","Audit Cargo.lock for crates with security vulnerabilities"],["cargo-asm, cargo-llvm-ir","https://github.com/gnzlbg/cargo-asm","Shows generates assembly or LLVM IR of Rust code"],["cargo-benchcmp","https://github.com/BurntSushi/cargo-benchcmp","Compare output of cargo bench output, both runs over time and same benchmarks in multiple modules (e.g. for comparing multiple implementations)"],["cargo-bitbake","https://github.com/cardoe/cargo-bitbake","Generate Yocto's bitbake recipes from your Cargo.toml"],["cargo-bloat","https://github.com/RazrFalcon/cargo-bloat","Find out what takes most of the space in your executable."],["cargo-cache","https://github.com/matthiaskrgr/cargo-cache","Helps you manage the cargo cache (~/.cargo), print sizes and clear directories"],["cargo-check","https://github.com/rsolomo/cargo-check","This is a wrapper around cargo rustc -- -Zno-trans. It can be helpful for running a faster compile if you only need correctness checks."],["cargo-cook","https://github.com/vityafx/cargo-cook","Cooks your crate (packaging & deploying)."],["cargo-clippy","https://github.com/Manishearth/rust-clippy#as-a-cargo-subcommand-cargo-clippy","Lint your project using Clippy."],["cargo-cln","https://gitlab.com/pwoolcoc/cargo-cln","Alternative to cargo-clean, allows running arbitrary commands in addition to wiping out target/ directory."],["cargo-clone","https://github.com/janlikar/cargo-clone","Fetch source code of a crate"],["cargo-config","https://github.com/wesleywiser/cargo-config","Print info about the current crate."],["cargo-count","https://github.com/kbknapp/cargo-count","counts lines of code in cargo projects, including giving naive unsafe statistics"],["cargo-deadlinks","https://github.com/deadlinks/cargo-deadlinks","Check your cargo doc documentation for broken links"],["cargo-deb","https://github.com/mmstick/cargo-deb","Generates & builds Debian packages from cargo projects."],["cargo-deny","https://github.com/EmbarkStudios/cargo-deny","Lint your dependencies"],["cargo-deps","https://github.com/m-cat/cargo-deps","Create dependency diagrams for your Rust projects."],["cargo-diet","https://github.com/the-lean-crate/cargo-diet","Make your crate lean by computing size-optimal include directives for Cargo manifests."],["cargo-do","https://github.com/pwoolcoc/cargo-do","Run multiple cargo subcommands in sequence (e.g., cargo do clean, build)"],["cargo-dors","https://github.com/aklitzke/dors","Task runner for cargo. Deploy, load, or run other scripts from your cargo project"],["cargo-edit","https://github.com/killercup/cargo-edit","A utility for adding (cargo-add), removing (cargo-rm), and upgrading (cargo-upgrade) cargo dependencies from the command line."],["cargo-expand","https://github.com/dtolnay/cargo-expand","Print the result of macro expansion and #[derive] expansion."],["cargo-rustfmt","https://github.com/rust-lang-nursery/rustfmt","Format Rust code according to style guidelines."],["cargo-free","https://github.com/SirWindfield/cargo-free","Check whether a crate name is available on crates.io."],["cargo-funnel","https://github.com/TomPridham/cargo-funnel","Sorts and formats your Cargo.toml"],["cargo-fuzz","https://github.com/rust-fuzz/cargo-fuzz","Command-line wrapper for using libFuzzer"],["cargo-generate","https://github.com/cargo-generate/cargo-generate","Create a new Rust project by leveraging a pre-existing git repository as a template."],["cargo-grammarly","https://github.com/vityafx/cargo-grammarly","Use the grammarly service for checking English grammar in your crate's documentation."],["cargo-graph","https://github.com/kbknapp/cargo-graph","Build GraphViz DOT files of dependency graphs. Unmaintained, consider using cargo-deps."],["cargo-info","https://gitlab.com/imp/cargo-info","Get crate information and details from crates.io"],["cargo-license","https://github.com/onur/cargo-license","List licensing info for the project's dependencies."],["cargo-linked","https://github.com/JojiiOfficial/cargo-linked","List Linked packages for a rust binary."],["cargo-lipo","https://github.com/TimNN/cargo-lipo","Automatically create universal libraries for iOS."],["cargo-lock","https://github.com/RustSec/cargo-lock","List packages, show dependency trees, and translate formats for Cargo.lock files."],["cargo-make","https://github.com/sagiegurari/cargo-make","Rust task runner and build tool."],["cargo-modules","https://github.com/regexident/cargo-modules","List a project's modules in a tree-like format."],["cargo-multi","https://github.com/imp/cargo-multi","Run a cargo command on multiple crates."],["cargo-next","https://github.com/conventional-commits-rs/cargo-next","Query or set the version of a crate."],["cargo-open","https://github.com/carols10cents/cargo-open","Quickly open your crate in your editor."],["cargo-outdated","https://github.com/kbknapp/cargo-outdated","A cargo subcommand for displaying when Rust dependencies are out of date"],["cargo-patch","https://github.com/mettke/cargo-patch","Cargo Subcommand for patching dependencies using patch files."],["cargo-pkgbuild","https://github.com/kstep/cargo-pkgbuild","Generate an Arch PKGBUILD for your crate."],["cargo-profiler","https://github.com/svenstaro/cargo-profiler","A cargo subcommand to profile your applications."],["cargo-release","https://github.com/sunng87/cargo-release","Standardizes the release process of a cargo project."],["cargo-repro","https://github.com/rust-secure-code/cargo-repro","Build and verify byte-for-byte reproducible Rust packages using a Cargo-based workflow (WIP)."],["cargo-rpm","https://github.com/rustrpm/cargo-rpm","Build RPM releases of Rust projects using cargo."],["cargo-sandbox","https://github.com/rust-secure-code/cargo-sandbox","Perform Cargo builds inside of a sandboxed environment (WIP)."],["cargo-script","https://github.com/DanielKeep/cargo-script","designed to let people quickly and easily run Rust \"scripts\" which can make use of Cargo's package ecosystem."],["cargo-sort-ck","https://github.com/DevinR528/cargo-sort-ck","Checks that your Cargo.toml dependencies are sorted alphabetically."],["cargo-tarpaulin","https://github.com/xd009642/tarpaulin","Code coverage tool for your Rust projects"],["cargo-tomlfmt","https://github.com/tbrand/cargo-tomlfmt","Formatting Cargo.toml"],["cargo-tree","https://github.com/sfackler/cargo-tree","List a project's dependencies in a tree-like format. Also supports an \"inverted\" mode to help determine why a specific crate is being pulled in."],["cargo-update","https://github.com/nabijaczleweli/cargo-update","Check for cargo installed executables' newer versions and update as needed."],["cargo-urlcrate","https://github.com/Aaron1011/cargo-urlcrate","Adds URLs of installing/downloading crates to Cargo output"],["cargo-valgrind","https://github.com/jfrimmel/cargo-valgrind","Runs a binary, example, bench, ... inside valgrind to check for memory leaks. Helpful in FFI contexts."],["cargo-vendor","https://github.com/alexcrichton/cargo-vendor","Vendors all crates.io dependencies into a local directory using Cargo's support for source replacement"],["cargo-watch","https://github.com/passcod/cargo-watch","Watch your repo for changes and build automatically."],["cargo-whereis","https://github.com/coriolinus/whereis","Locate a particular crate within a workspace."],["cargo-with","https://github.com/cbourjau/cargo-with","A cargo-subcommand making it easy to run the build artifacts produced by cargo run or cargo build through other tools such as gdb, strace, valgrind, rr, etc."],["cargo-wix","https://github.com/volks73/cargo-wix","Builds a Windows installer (msi) using the Wix Toolset based on the contents of a package's manifest (Cargo.toml)"],["cargo-x","https://github.com/liuchong/cargo-x","A very simple third-party cargo subcommand to execute a custom command."]], "book": [ ["The Rust Programming Language", "https://doc.rust-lang.org/stable/book/"], ["Rust Async Book", "https://rust-lang.github.io/async-book/"], diff --git a/extension/index/crates.js b/extension/index/crates.js index 51a0497d..3b8f3495 100644 --- a/extension/index/crates.js +++ b/extension/index/crates.js @@ -1 +1 @@ -var mapping={"@u":"using","$o":"utility","$t":"written","^3":"test","&Q":"useful","@l":"interface","&R":"you","@z":"files","^K":"codegen","$4":"version","@c":"simple","^A":"HTTP","^q":"libp2p","&L":"output","&l":"wrappers","@P":"cargo","$r":"asynchronous","@A":"google","^j":"working","@y":"API","@R":"async","$Q":"structure","&2":"Asynchronous","&E":"http","^B":"module","$w":"common","^l":"allocator","@h":"parser","$Y":"backend","$V":"crates","$H":"fast","&V":"enum","@Y":"futures","^z":"compression","^x":"storage","&W":"Common","^L":"SDK","&d":"providing","$Z":"generation","^S":"small","&i":"Unicode","&6":"agnostic","^t":"project","^o":"generate","^R":"interacting","@p":"Library","@X":"code","$S":"integration","$P":"safe","&7":"native","@x":"data","&H":"including","@S":"parsing","@1":"library","&p":"wasm","@T":"server","$R":"tool","^c":"into","@Q":"applications","&Y":"std","^E":"Automatically","&O":"Derive","^f":"solana","&k":"subcommand","$u":"terminal","^2":"creating","&P":"struct","@O":"This","@n":"based","@b":"derive","@d":"client","$9":"use","&1":"number","^d":"extension","&3":"deserialization","@N":"platform","@5":"and","&F":"manager","^4":"Windows","^e":"cryptographic","&s":"helpers","$a":"engine","&a":"value","&U":"Language","@8":"crate","^J":"efficient","$6":"encoding","&r":"collections","&M":"extensions","^X":"reading","^u":"error","&z":"metrics","$E":"generating","@e":"rust","$A":"like","^n":"JSON","@o":"interact","&b":"write","@Z":"algorithm","&e":"service","@f":"wrapper","^F":"process","&9":"pure","^Z":"generated","&S":"Generic","&A":"devices","$J":"binary","^8":"embedded","^p":"AWS","&m":"dependency","^D":"values","$O":"rusoto","^9":"compiler","$c":"collection","&h":"web","@r":"sys","@0":"for","$i":"procedural","@i":"types","@k":"that","@2":"implementation","&C":"Parser","@m":"support","$x":"time","$l":"programming","^W":"without","^M":"environment","&I":"Native","$D":"WebAssembly","&y":"messages","^I":"generic","$g":"definitions","^T":"internal","@F":"format","&5":"stream","$W":"access","$j":"memory","@H":"Simple","&G":"rustc","@9":"protocol","&c":"over","&8":"dependencies","&J":"shared","$7":"The","&K":"builder","$I":"configuration","^s":"utils","@q":"complete","$N":"application","^5":"testing","$s":"line","&Z":"attribute","@a":"macros","@V":"implementations","@g":"macro","@U":"Provides","^h":"driver","@4":"the","^6":"tree","@3":"Rust","$0":"function","^1":"implementing","$h":"build","@D":"level","&v":"logging","$3":"used","$8":"primitives","&q":"tracing","@t":"from","@J":"runtime","@C":"generator","$z":"strings","&0":"program","@I":"Bindings","^v":"hash","$T":"plugin","^m":"compatible","$k":"type","^7":"network","$b":"serde","$X":"binding","^g":"handling","$U":"algorithms","&T":"implemented","$F":"performance","$G":"around","^a":"Protocol","@L":"language","^V":"decoding","$d":"string","&4":"libraries","^P":"database","$5":"functionality","^0":"building","&N":"https","@w":"functions","^w":"management","@v":"Implementation","^y":"lightweight","$B":"Procedural","&X":"methods","@B":"command","$n":"microcontrollers","@W":"package","^Q":"api","^k":"distribution","&D":"development","&B":"consensus","^H":"Macros","@6":"bindings","&u":"pallet","^i":"cli","$f":"which","$M":"writing","^O":"graphics","&t":"easy","&w":"structs","&o":"processing","$K":"operations","^U":"tools","@E":"utilities","@s":"provides","$2":"traits","$C":"abstraction","$q":"your","@j":"framework","@M":"system","^r":"helper","$1":"file","@7":"with","^G":"text","^Y":"numbers","$p":"between","&f":"thread","$e":"information","&n":"Linux","^N":"proc","$v":"tokio","&j":"multiple","$y":"trait","^b":"Utilities","$m":"structures","@K":"serialization","&g":"static","$L":"FFI","^C":"standard","@G":"core","&x":"random"};var N=null;var C=["0.2.0","0.1.6","0.4.0","0.1.0","0.1.2","0.2.74","0.2.1","STM32 peripheral mappings @0 Drone, an Embedded Operating System.","0.14.0","0.3.0","2.0.4+20210317","0.12.0","0.27.0","0.11.0","A lock-free, eventually consistent, concurrent multi-&a map.","Flexible @X @C @0 @3","$P @3 @f @0 CUDA's cuDNN","Mqtt3 is a @8 to read/&b MQTT-packet @t/to a &5.","0.47.0","0.18.0","0.10.0","&S cache @V @5 simplified $0 memoization","0.10.1","0.34.0","^p-KMS $S @0 @3 port of Google's Tink cryptography @1","Minimalist @3 ^A toolkit (@d-only).","0.1.0-rc.1","Secure Remote Delegation (SRD) Authentication ^a","2.0.4+20210331","2.0.4+20181005","0.0.52-alpha2","0.100.0-rc2","@O Crate Has Been Retired; And I Have Since Shifted My Focus (Almost Entirely) Towards Game-Development. If Still Interested In @O Or Any Other Crates I've Worked On, You Can Look For $7 Rough-Equivalent On My Github &N://github.com/jsgrant And In $7 Coupled Organizations Listed Therein.","A @q @1 to @o @7 Blogger (@9 v3)","Some ^U @k are '^T' @0 now because they are insufficiently refined @5 unstable, but $f are $3 by other 'public' $V.","0.2.0-alpha.1","0.13.0","2.0.4+20210325","0.17.0","0.13.1","@H, private @5 scalable cryptocurrency @2 @n on @4 MimbleWimble chain @F.","TODO(doc): @quake @8 description","A no_std + $b ^m message @1 @0 @3","2.0.4+20210323","2.0.4+20210316","2.0.4+20210322","$L @6 to FFmpeg","0.0.1-sol5","Code $Z @0 PyO3 @W","2.0.4+20210319","0.4.0-alpha.1","Hyperscan @6 @0 @3 @7 Multiple Pattern @5 Streaming Scan","0.1.13","999999999.999999999.999999999","Fake clock @0 deterministic ^5 of @X depending on $x.","@3 SGX ^L @s @4 ability to &b Intel SGX @Q in @3 Programming &U.","0.4.0-alpha.0","A @q @1 to @o @7 Spanner (@9 v1)","1.0.12+20190613","Wrapper @8 @0 SPIRV-Tools","@p @0 @4 imag @G ^k","2.0.4+20210326","0.23.0","3.0.0-rc4","@e port of babel @5 closure ^9.","Part of miniquad rendering library.Native @6 to a slightly modified $4 of sokol-app.","@U @i @5 $2 @0 ^2 @5 checking inherents.","2.0.4+20210327","0.20.0","Runtime @1 @m @0 Wasmtime","0.0.10","0.15.0","0.0.41","Efficient ring buffer @0 byte buffers, FIFO queues, @5 SPSC channels","0.15.3","A @q @1 to @o @7 replicapoolupdater (@9 v1beta1)","2.0.4+20161003","0.3.1-alpha3","TODO(doc): @keroro520 @8 description","0.22.0","2.0.4+20210330","A &7 @1 @0 Mozilla's Public Suffix List","Featture toggles @0 @3, extensible @5 @7 background synchronization @5 administration UI","A @q @1 to @o @7 Cloud Monitoring (@9 v2beta2)","2.0.4+20170501","2.0.0-beta.5","A &9-@3 @2 of Bulletproofs @u Ristretto","0.16.0","0.1.12","Blockchain, Rebuilt @0 Scale","A @q @1 to @o @7 genomics (@9 v1)","2.0.4+20210324","Fundamental base @i @5 @X $3 by pnet.","0.28.0","Optimized ^g of `&[u8]` @5 `Vec` @0 Serde","Utility @8 @0 graphql_client","Rendering @j built on an extensible asset pipeline","A whitespace-aware quasiquoter @0 beautiful @X $Z.","0.15.1","0.13.2","@3 @6 @0 GMP","7.0.0-alpha.7","A @q @1 to @o @7 Vault (@9 v1)","0.3.0-alpha.6","A @q @1 to @o @7 Logging (@9 v2)","Compile-$x @X $Z @0 Elasticsearch $k @V.","0.21.0-pre.4","Raw @6 @0 libalpm","Lioness wide block cipher","LightSpeed","@v of @4 multihash @F","0.16.0-rc5","I/O @1 @0 @3","^y $i @a bringing orm-$A features to sqlx","&O @g @0 `&Y::^u::Error`","Reader @5 writer @0 $w word embedding formats","A @q @1 to @o @7 SQL Admin (@9 v1beta4)","2.0.4+20210321","Yet another &h @T @j @0 @e","shadowsocks is a $H tunnel proxy @k helps &R bypass firewalls.","A @1 @0 loading Zcash Sapling parameters","2.0.4+20210329","$B functionlike!() @a @u only ^H 1.1","Pairing cryptography @7 @4 Barreto-Naehrig curve","&I @6 to librocksdb","Low-@D @6 to V8, @4 Javascript $a","1.0.6+20170428","Core sentry @1 $3 @0 instrumentation @5 $S &D.","A &9-@3 @2 of group $K on ristretto255 @5 Curve25519","Thread-$P @3 @6 @0 @4 HDF5 @1.","@I to elfutils","A `dotenv` @2 @0 @3","Safe @e @y @k @s a way to @o @7 Virtual Reality headsets @5 $S @7 vendor specific SDKs $A OpenVR @5 Oculus. $7 @y is inspired on @4 &t to $9 WebVR @y but adapted to @3 design patterns","2.0.4+20180830","0.5.0-alpha.1","Emulate @g-rules pattern matching in $i @a","A @q @1 to @o @7 TPU (@9 v1alpha1)","2.0.4+20210217","A @q @1 to @o @7 Dialogflow (@9 v2beta1)","A @f $G @4 Mastodon @y.","Attribute @f @0 objekt","Tiny, no-nonsense, self contained, TensorFlow @5 ONNX inference","1.0.0-beta-rc.4","A @q @1 to @o @7 bigquery (@9 v2)","A @q @1 to @o @7 BigQuery Data Transfer (@9 v1)","&S epochs-@n @E @0 &B","$b @m @0 exporting Typescript $g","A mixin @0 ^2 @B $s @Q - gives an &t @l @0 argument specification @5 &o $3 by &N://www.megam.iohttps://www.megam.io.An @2 @u rust_cli can be found at &N://github.com/megamsys/meg.git","Extra components @0 $9 @7 Mio","0.4.0-alpha.10","0.9.0-alpha.2","A @q @1 to @o @7 Cloud Machine Learning Engine (@9 v1beta1)","1.0.6+20170515","A @q @1 to @o @7 Doubleclicksearch (@9 v2)","Fast ^e @1 @0 @3 (@6 to libsodium)","Low-@D @6 to @4 zeromq @1","RPC &M @0 @4 GRANDPA finality gadget","0.4.0-beta.1","@O @8 @s @w @0 normalization ofUnicode $z, &H Canonical @5 CompatibleDecomposition @5 Recomposition, as described inUnicode Standard Annex #15.","@v of @4 multiaddr @F","A good friend @0 r2d2","Pretty hex dump of bytes slice in @4 $w style.","A pool of reusable ^D","A @3 ^G diffing @5 assertion @1.","A @3 @p of China's Standards of Encryption Algorithms (SM2/3/4)","A ^a Buffers @2 @0 @4 @3 &U.","A $H $1 deduplicator. Replaces duplicate @z @7 identical content @7 hardlinks.","Custom @b nom parsers @t &P","0.3.0-alpha.19","An ODM @0 MongoDB built upon @4 mongo @e ^h.","Portable Ethereum Virtual Machine @2 $t in &9 @3.","@3 Builder @0 Cargo","Abstract algebra @0 @3","Lightweight private cloud solution @0 SME scenarios.","1.0.0-beta-rc.1","@3 @6 @0 Metal","Standard @1 @0 Wasm @n smart contracts on Cosmos blockchains","$7 liquid templating @L @0 @3","$w part of @4 veda @N","$B @g @1 $3 to $h custom prime field @V","namedarg main @W","0.1.1474613452","gfx-hal $j ^l","A SOCKS5 connector @0 hyper @1","Cuckoo Filter: Practically Better Than Bloom","Cross-@N window creation @1.","$7 @W @s an @l to SQLite.","IMAP @d @0 @3","0.11.0-beta.0","Rethinking ^a Generators","SRT @2 in @3","0.3.0-alpha.1","give $e on mounted disks","0.20.0-alpha.6","^H 1.1 @2 of #[@b(Serialize, Deserialize)]","Server ^s @0 jsonrpc-@G @8.","A @q @1 to @o @7 Cloud Debugger (@9 v2)","A @q @1 to @o @7 Partners (@9 v2)","2.0.4+20180925","0.6.0-alpha.5","@y @0 managing &i &U Identifiers","I/O @0 Tetcore runtimes","Determines @4 MIME $k of a $1 by traversing a filetype ^6.","@p @0 developing CasperLabs smart contracts.","$B @g portion of &t-jsonrpc. Don't $9 this @8 directly. Use &t-jsonrpc instead.","Handle errors @5 exit in @B $s programs easily.","A @1 @0 assisting developers @u LibIndy @y","A super-@c entity-component @M in @3","Primitives @0 VRF @n &B","Binary Object Representation Serializer @0 Hashing","A cache @k holds a limited &1 of key-&a pairs","TCP/IP transport @9 @0 ^q","Application Load Balancer @5 @y Gateway event @i @0 ^p Lambda","@H, drop-in replacement ^l @0 @3 running on bare metal (no_std)","A secure JavaScript/TypeScript @J built @7 V8, @3, @5 Tokio","@3 ^h @0 MongoDB","Cross-@N OpenGL context provider.","Portable Packed SIMD vectors","A work in progress xmpp lib","Ping @9 @0 ^q","Hjson @K $1 @F","OAuth @d @0 @3","A @1 @0 ^2 Telegram bots","Solana Network ^b","Avocado, @4 strongly-typed MongoDB ^h","$D low-@D @F @1","An Aspect Toolkit @0 @3","A @q @1 to @o @7 Play Movies (@9 v1)","2.0.4+20170919","Tetsy Transport &6 ^n-RPC 2.0 @d @2.","1.0.6+20160803","DEPRECATED: $9 ncollide2d or ncollide3d insead.","Traits @5 default @V @0 inspecting ^D @7 imgui.","Tools @0 ^R @7 @4 services of an ActyxOS node","100.100.100","A @q @1 to @o @7 cloudlatencytest (@9 v2)","2.0.4+20160309","@v detail of abi_stable.","A @1 offering readline-$A $5.","4.0.0-pre.1","@3 &7 ffi @6 @0 webview","A fork of Rust’s `^3` @8 @k doesn’t require unstable @L features.","Create Erlang NIF modules in @3 @u @4 C NIF @y.","Core part of @4 @1 @0 $M NEAR smart contracts.","Cross-compilation made easier - see main @8 @P-dinghy","@O is Pre alpha, @5 not &Q, no @X worth looking at.","@3 @m @0 @4 ^n-RPC 1.0 @9","A ^T @8 $3 by numext-fixed-^v.","Hyperledger Sawtooth is an enterprise blockchain @N @0 ^0 distributed ledger @Q @5 networks.","Hex ^r @w.","A @q @1 to @o @7 dfareporting (@9 v2.4)","$L @6 @0 libusb.","A @x $Q validation @1 designed @0 user input","Primitives @0 BABE &B","$B @a of ^q-@G","Set scope-limited ^D can can be accessed statically","&S Request/Response Protocols","0.2.0-alpha.2","Replaced by rug: arbitrary-precision integers, rational, floating-point @5 complex ^Y","Xoodyak / Xoodoo - A versatile ^e scheme @k can be $3 @0 hashing, encryption, MAC computation @5 authenticated encryption.","pieces of a naive incomplete broken game boy emulator","NPoS Compact Solution Type","@H, private @5 scalable cryptocurrency @2 @n on @4 Mimblewimble chain @F.","A progress bar @5 ^i reporting @1 @0 @3","DNS transport @2 @0 ^q","@3 @6 @0 webview, a tiny cross-@N @1 to render &h-@n GUIs @0 desktop @Q","Convenience @8 @0 ^j @7 JavaScript timers","@y @0 managing &i Locale Identifiers","2.0.4+20210328","0.1.0-alpha.5","Event loop @k drives Tokio I/O resources.","0.2.0-alpha.6","A @q @1 to @o @7 Cloud KMS (@9 v1beta1)","2.0.4+20170515","0.1.0-pre.1","2.0.0-beta.1","High-@D rendering $a @7 &j backends","2.0.4+20210318","Test @8 @0 @P-crusader","0.3.0-alpha.2","Display current ^7 utilization by ^F, connection @5 remote IP/hostname","Search $a @1","&W @E @0 ^5 components built off @Y-rs.","Copy-on-&b datastructures, storable on disk (or elsewhere) @7 a stable @F.","A @e introspection $i @g.","Source Code Spelling Correction","@3 @6 @0 @4 minimp3 @1.","A $l @L @5 model of computation @k matches @4 abstract @Z perfectly.","A converter $T to @4 bson @F @0 Nushell","Solana BPF Loader","A @8 to $9 HD44780 compliant displays @7 ^8-hal","A @q @1 to @o @7 Firestore (@9 v1beta1)","$C @0 distributed &q choices","Cross-@N @1 to retrieve ^7 sockets $e.","zk-SNARK @1","A @q @1 to @o @7 Iam (@9 v1)","Executors @0 $r tasks @n on @4 @Y-rs @1.","A @q @1 to @o @7 appengine (@9 v1beta4)","@p @0 functional reactive $l","Soon to be highly flexible Entity-Component-System @j, @G lib.","@3 @6 to libvpx","@I to NNG (Nanomsg-Next-Generation) aka Nanomsg2","@U @y @0 $P $W to &n i2c device interface.https://www.kernel.org/doc/Documentation/i2c/dev-@l","0.2.0-beta","$L @6 to cuBLAS","$7 @G $2 @5 @i in @0 @4 `@Y` @1.","Transport &6 @e @2 of ^n-RPC 2.0 Specification.","A blazing $H, $k-$P template $a @0 @3.","@U a typemap container @7 FxHashMap","A @q @1 to @o @7 Service Registry (@9 alpha)","2.0.4+20160401","LMDB &7 lib","An html @1 @0 ^0 @d side webapps","A $H $J @K @j","A state machine $i @g @0 enums.","0.3.0-alpha.0","Safe generators on stable @3.","Safe autogenerated interop $p @3 @5 C++","Physics @1 @0 $9 @7 `specs`","@H 2D ^O @1","&a @C @0 ^5 @5 fuzzing","A @g to ^o $m $f behave $A bitflags.","@p @0 ^0 @5 interfacing @7 finite fields","Procedure @g to run @R fn as ^3","Part of miniquad rendering library.Native @6 to slightly modified sokol-app.","Chain @2 @0 grin, a @c, private @5 scalable cryptocurrency @2 @n on @4 Mimblewimble chain @F.","&S slots-@n @E @0 &B","2.0.4+20160512","Compile-$x HTML templates.","727.0.0","0.1.0-alpha-2","A $H mpmc broadcast queue","0.16.0-threadsafe.4","An @l @0 leveldb","Abstraction &c &Y::$x::Instant @5 @Y-timer @k works on WASM","A @q @1 to @o @7 prediction (@9 v1.6)","2.0.4+20160511","Backport of librustc_errors","0.4.0-alpha.2","1.20141219.5","OpenCL @6 @5 interfaces @0 @3.","Eliminate N+1 query bugs when @u Juniper","0.1.0-alpha.2","A @q @1 to @o @7 autoscaler (@9 v1beta2)","2.0.4+20150629","An @2 of @Y @5 streams featuring zero allocations,composability, @5 iterator-$A interfaces.","Binary &8 @0 @4 'deno' @8","A @q @1 to @o @7 Sheets (@9 v4)","@3 @6 to @4 Hunspell @1","Recursive-length prefix $6, ^V, @5 ^z","0.5.0-alpha","WebSocket transport @0 ^q","Pairing-friendly elliptic curve @1","Sentry $S @0 log @5 env_logger $V.","D-Bus & GVariant $6 & ^V","Helper @a @0 jsonrpc-@G","Official Ceph-@e. A @e-lang specific @l to Ceph librados @5 Admin Sockets. You can create a Ceph &D ^M @7 theChef automation ^U: &N://github.com/bloomberg/chef-bcs or @7 ceph-ansible. Chef-bcs uses @4 ceph-chef cookbookcreated @5 manage at github.com/ceph/ceph-chef. It will $h out a full Ceph ^M $f &R can then usefor &D etc. See README.md @0 details.","JavaScript transpiler in @3","^H to auto-^o @V @0 @4 $b @j","Backport of libsyntax_pos","3.0.0-beta.1","$B @a @0 @4 salsa @8","0.17.0-pre.1","A @q @1 to @o @7 Webfonts (@9 v1)","0.3.0-beta1","A suite of non-^e ^v @w @0 @3.","A secured ^x DHT","Core block @5 transaction @i @0 Ethereum.","A @q @1 to @o @7 Search Console (@9 v1)","&2 TLS/SSL streams @u Rustls.","A @q @1 to @o @7 dfareporting (@9 v3.0)","An ergonomic ^u ^g @1","0.7.0-beta.0","@3 ^B @0 $6/^V varints @k doesn't do any IO. Inspired by @4 Node.js varint ^B","@O @8 is no longer maintained.","@3 &E @T @u JSONRPC 2.0.","A @3 @1 @0 ^R @7 ^7 interfaces","netlink packet @i","weblog is a @8 @k defines a set of @a @0 calling `console.log()` @5 other members of @4 browser's console @y when targeting Wasm.","Authority discovery $8","A @q @1 to @o @7 fusiontables (@9 v2)","2.0.4+20171117","Cross-@N @3 @y @0 $j-mapped $1 IO","Parse @B $s argument by defining a &P, @b @8.","Read $j @t another ^F.","0.1.0-alpha.3","@3 Custom &O Macro $f loads @z ^c @4 @e $J at compile $x during release @5 loads @4 $1 @t @4 fs during dev","A @q @1 to @o @7 dfareporting (@9 v2.5)","A @q @1 to @o @7 dfareporting (@9 v2.2)","@g @k expands to @4 name of @4 annotated $0","1.0.0-alpha.4","Runtime @y definition required by Contracts RPC &M.","Publish-Subscribe ^d @0 jsonrpc.","Data $m @u entity references as mapping keys","A @q @1 to @o @7 Cloud Trace (@9 v1)","^b @0 $6 @5 ^V frames @u `@R/await`","Backport of libsyntax","A @q @1 to @o @7 ^5 (@9 v1)","0.3.0-alpha.7","@3 @1 @0 Philips Hue lights","&W reusable @i @0 ^1 @4 sentry.io @9.","A tiny search $a @0 &g websites","A @q @1 to @o @7 pagespeedonline (@9 v2)","2.0.4+20191206","A @q @1 to @o @7 fitness (@9 v1)","Primitives @0 GRANDPA $S, suitable @0 WASM compilation.","Convenience @8 @0 ^j @7 JavaScript @z @5 blobs","@U #[test_case(...)] $i @g &Z @0 $E parametrized ^3 cases easily","0.3.0-alpha.8","RPC &M @0 @4 BABE &B @Z","A special input $k @0 nom to locate tokens","Automated tests of $L @6.","FTP @d @0 @3","3.0.0-beta.2","A @q @1 to @o @7 Slides (@9 v1)","1.0.4+20161213","Helpful @a @0 ^j @7 enums @5 $z","Easy to $9 conversion of ethereum contract calls to bytecode.","Experimental Mustache-$A templating $a.","Serialize / deserialize Blender armatures","0.5.0-rc.1","Epoch-@n garbage $c","0.9.0-alpha.3","Configure const @5 &g items by ^M variables.","A @q @1 to @o @7 Games Configuration (@9 v1configuration)","Sentry (getsentry.com) @d @0 @e ;)","Linear algebra @W @0 @e-ndarray @u LAPACK","base58 @0 cryptonote","Raw @6 to CRoaring","&I @3 @8 @0 managing control groups on &n","Cross-@N, low @D networking @u @4 @3 $l @L.","A @q @1 to @o @7 storagetransfer (@9 v1)","0.2.0-alpha.3","Access to ^7 related @M $0 @5 calls.","A (mostly) &9-@3 @2 of various $w ^e $U.","compile-$x $d $K","A $c of typings @0 GameMaker Studio 2 YY @5 YYP @z","Checks to run against a topic in git to enforce coding standards.","Harmonious distributed @x analysis in @3.","Cranelift IR &K ^r","Return @l IP addresses on Posix @5 windows systems","DEPRECATED: replaced by @4 `aes` @8","pest @X @C","A @q @1 to @o @7 Deployment Manager (@9 v2)","2.0.4+20210320","abandoned","$b @m @0 self-describing, schema-@n @x formats","A @q @1 to @o @7 Tasks (@9 v1)","A @1 @0 taking @4 crc32 of a $d or byte literal at compile $x","TLS @y ^W @2","@H persistent ^I HashMap/Key-&a store","Peer-to-peer networking @1","Python3 fstring interpolation in @3","0.2.4-rc2","TLS @m @0 $v-postgres via openssl","A @q @1 to @o @7 directory (@9 directory_v1)","1.0.13+20200204","@3 @f @0 CRoaring","Create ridiculously $H Lexers","@v of @4 Interledger Dynamic Configuration ^a (ILDCP)","@3 @6 to @4 CoinOR CBC MILP Solveur @u @4 C @y.","A @1 @0 $E x86-64 assembly @0 finite field multiplication","Conditional compilation according to &G ^9 $4","Automated typeclass derivation.","A @q @1 to @o @7 calendar (@9 v3)","A @q @1 to @o @7 Safebrowsing (@9 v4)","XDR object @K @0 @3","$B Macro Attribute to run all @4 ^3 cases described in ^n-Schema-Test-Suite","A @q @1 to @o @7 reseller (@9 v1sandbox)","2.0.4+20160329","Device @m @8 @0 nRF9160","SputnikVM - a Portable Blockchain Virtual Machine","A @1 @0 calling of genomic variants @u a latent variable model.","$7 block &K @J ^Q.","Tweak constant variables live @t a &h GUI","An @2 of `&Y::^v::Hasher` $f does not ^v at all.","0.3.0-alpha.10","@p @0 ^I lossless syntax trees","&O CDRS ^r $2","Tool @0 connecting &4 $t in @3 @7 other languages","A simulation of lib3h","Connectivity &F @n on reputation","WASI @2 in @3","@O @8 generates schema @0 @3 &w $f can be $3 by TypeScript.","Primitives @0 Aura &B","Log bloom @2 @0 Ethereum.","@3 @6 @0 Pieter Wuille's `libsecp256k1` @1. Implements ECDSA @0 @4 SECG elliptic curve group secp256k1 @5 related @E.","Ledger Hardware Wallet - &W APDU ^a Types","An &t-to-$9, 100% @3, extensible 2D GUI @1.","A @q @1 to @o @7 Ad Exchange Buyer (@9 v1.4)","A @q @1 to @o @7 appengine (@9 v1beta5)","&C @0 @3 source @X","Binding @0 @4 sentencepiece tokenizer","Error $A @f @0 GetLastError @0 ^4","Run NASM during $q Cargo $h.","A @j @0 online &0 state introspection","&W @e commandline @a @5 ^s, to &b shell script $A tasks easily","Creates rin projects","Generate Nix expressions @t Cargo.lock @z (in order to $9 Nix as a $h @M @0 $V).","Nodes identifcation @9 @0 ^q","@3 @6 @0 EGL","Helper @8 of sv-@h","A port of HdrHistogram to @3","A @q @1 to @o @7 appsactivity (@9 v1)","2.0.4+20200628","A @q @1 to @o @7 Dns (@9 v1)","Lexical, to- @5 @t-$d conversion routines.","Renderer Agnostic User Interface","A @q @1 to @o @7 Firebase Remote Config (@9 v1)","2.0.4+20171129","High $F entity component @M (ECS) @1","@3 $D Contracts Abi","A @j @0 making @d-side single-page apps","Rusty WebGPU @y @f","High-@D @e @6 @0 @4 Z3 SMT solver @t Microsoft Research","$7 minimal, blazing-$H, @5 infinitely customizable prompt @0 any shell! ☄🌌️","^H @k implement modular arithmetic integer @i","pest meta @L @h @5 validator","0.1.0-alpha.1","Send $1 descriptors along @7 @x &c UNIX domain sockets","Block @5 transaction @i @0 Ethereum.","@3 @6 @0 @4 unicorn emulator","[Deprecated] moved ^c @4 @8 lyon_path.","File transfer @9 (FTP) @1","Internal @2 details @0 @4 js-intern @8","@3 @6 @0 Xen event channel @y","2.0.0-rc2","@3 $L @6 @5 @f @0 libwebm","Create Swagger OpenApi3 @t $q &w","@3 @d to gerrit","A @q @1 to @o @7 Surveys (@9 v2)","2.0.4+20180508","Cross-@N @1 @0 running @3 tests in sub-processes @u afork-$A @l.","A @1 @0 @u Google Cast &A","Proc @g &s @0 $i @a","2.0.4+20190616","0.1.0-alpha.10","A @g to evaluate, as a boolean, whether an expression matches a pattern.","A @3 XML @K @1","Macro-@n free monads in @3","Externs @1 to @o @7 Ethereum-$A ^7","@O @3 @1 implements a @f $k called SendWrapper $f allows &R to move $G non-Send typesbetween threads, as long as &R $W @4 contained &a only @t within @4 original &f. You also have tomake sure @k @4 @f is dropped @t within @4 original &f. If any of these constraints is violated,a panic occurs.Forked @t &N://github.com/thk1/send_wrapper because it was unmaintained","0.2.0-alpha","^E apply @4 suggestions made by &G","A @8 @k @s means of executing/dispatching calls ^c @4 @J.","A @q @1 to @o @7 Cloud Source Repositories (@9 v1)","2.0.4+20210125","Sentry $S @5 @E @0 dealing @7 stacktraces.","Easy-to-$9 @3 @h @0 CSS3 color $z","Test $q @3 markdown documentation via Cargo","A @q @1 to @o @7 classroom (@9 v1)","^b to handle ASCII characters","VST 2.4 @y @2 in @e. Create plugins or hosts.","An ^A Signatures @1 @k leaves @4 signing to &R","Enable deriving FromStr @0 enums","A @Y @1 adapter @0 merging @4 &L of several streams","A quasi-quoting @g @M","A @1 @0 devising derives @5 other $i @a.","Elliptic curve group $2 @5 @E","Parse @B $s arguments by defining a &P, @b @8.","A ^n @K $1 @F","^p Lambda Runtime","Wrappers @0 WASM","Allows passing in an external transport in a WASM ^M","A @q @1 to @o @7 AdSense (@9 v1.4)","2.0.4+20201002","&W @E @0 $E @5 ^0 @3-Qt $V","Authorship $8","Cross-@N, datalink layer networking.","Lightweight, ^J, $J @K @5 &3 codec","@3 @f @0 Facebook's RocksDB embeddable ^P","BoringSSL @6","A @q @1 to @o @7 Identity Toolkit (@9 v3)","2.0.4+20180723","A Cassandra CQL ^h, built on top of @4 DataStax C++ ^h @0 $F @5 $5.","$7 @e @L @2 of gRPC, base on @4 gRPC c @G @1.","Timer facilities @0 Tokio","A @q @1 to @o @7 playcustomapp (@9 v1)","Build a config $Q @t ^M variables ^W boilerplate.","A DNS @1 @0 @3.","$7 $r `Sink` $y @0 @4 @Y-rs @1.","@U facilities @0 $E $N specific crypto @f @i.","Reading @5 $M at an offset","Pure-@3 $2 @5 @E @0 constant-$x ^e @V.","A @q @1 to @o @7 Ad Exchange Seller (@9 v2.0)","2.0.4+20171101","Macro @0 dynamically loading windows dll @w","X11 @1 @6 @0 @3","RPC @l @0 @4 transaction payment ^B.","&I @6 to @4 librdkafka @1","Yamux multiplexing @9 @0 ^q","Idiomatic @5 $P LMDB @f.","Types @0 interaction @7 a @L @T, @u VSCode's &U Server ^a","IRC log converter/collector/cruncher","0.7.0-alpha.1","A ^I @j @0 on-demand, incrementalized computation (experimental)","^b @0 interoperability @7 C++","@O @8 implements @4 specification of @4 @l @k Near blockchain exposes to @4 smart contracts.","A @q @1 to @o @7 Manufacturer Center (@9 v1)","A µTP (Micro/uTorrent Transport @p) @1 &T in @3","Implement @4 following non ^C 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","A CLI @0 mobbing @t @4 comfort of $q console","Quasi-quoting @g quote!(...)","Generates serializeable @3 @i @t a json schema","$D @0 Proxies","JIT-style execution @0 WebAsssembly @X in Cranelift","A @g $f makes ^u @i pleasant to &b.","Digital signal &o @n on real or complex vectors in $x or frequency domain.","Base $2 @5 $g $3 by ipld codecs.","@H daemon ^F to execute backup scripts","Lightweight, event-driven WebSockets @0 @3.","^H to @b chain spec ^d $2 @2.","A @q @1 to @o @7 Games Management (@9 v1management)","Telemetry ^s","A @1 @0 HTML entity $6 @5 ^V","Node-specific RPC &X @0 interaction @7 contracts.","1.0.0-pre.3","Concatenate identifiers in a @g invocation","0.1.13+deprecated","Embedded @3","@3 @g to automatically implement @4 &K pattern @0 arbitrary &w.","@H index-@n arena ^W deletion.","Kademlia @9 @0 ^q","0.3.0-alpha4","&S uncle inclusion @E @0 &B","Collection of ^l @V.","Experimental ^u ^g $C.","Inkwell aims to help &R pen $q own $l languages by safely wrapping llvm-@r.","Fork of @3 @6 @0 Pieter Wuille's `libsecp256k1` @1. Implements ECDSA @0 @4 SECG elliptic curve group secp256k1 @5 related @E.","CBOR @m @0 $b.","A @q @1 to @o @7 Gmail (@9 v1)","persistence @0 content addressable ^x @5 entity &Z &a indexes backed by pickledb-rs.","$I @1 to @B a sozu instance","@O @8 was deprecated. It is now part of @4 `tauri-^K` @8.","I/O @Y @0 Fluvio ^t","$L $X to libsodium","ipld cbor codec","High-@D @6 to @4 zeromq @1","@3 @6 to @4 HarfBuzz ^G shaping $a","A ^I @K/&3 @j","@I to libopus","$7 @G $5 @0 @4 unity $4 &F commandline @d.","@I to Core Foundation @0 macOS","Shader translation infrastructure","Fast @5 ^J ed25519 EdDSA key generations, signing, @5 verification in &9 @3.","HTML manipulation @7 CSS seletors","A @q @1 to @o @7 Logging (@9 v2beta1)","2.0.4+20190325","@3 @6 to nativefiledialog","Angular @i @5 $w ^r &X.","0.5.0-alpha.2","A @q @1 to @o @7 Cloud Tasks (@9 v2beta2)","2.0.4+20210315","&O-@n argument @S optimized @0 @X size","Command $s $R allow &R to $W twitter","@O @8 @s means to instantiate @5 execute &p modules.","Core $2 @5 &w of ^q","Plaintext encryption dummy @9 @0 ^q","@I to @4 gcc quadmath @1","A @q @1 to @o @7 proximitybeacon (@9 v1beta1)","2.0.4+20200127","A @f @0 @4 Embree ray &q kernels.","Stackless monads in @3","@w @0 determining $u sizes @5 dimensions","1.0.0-beta1","Community Driven Serde Shims","I/O @0 Substrate runtimes","Dynamic &v @5 &q @M","Xoshiro, xoroshiro @5 splitmix64 &x &1 generators","Imaging @1 $t in @3. @U basic filters @5 decoders @0 @4 most $w image formats.","A @q @1 to @o @7 &F (@9 v1beta2)","2.0.4+20140915","@3 @6 @0 @4 soloud audio $a","@3 @6 @0 @4 GTK+ 3 @1","high-$F computation on any hardware","Zero-Copy ^X @5 $M of geospatial @x.","Coming soon","Ethereum @i","A localization @M designed to unleash @4 entire expressive power ofnatural @L translations.","Core Kubernetes metadata $2","an alternative cpu measurement @0 criterion","A set of $w $g @k are needed @0 defining execution engines.","Raw @6 to libsodium","A @q @1 to @o @7 Container (@9 v1)","2.0.4+20210314","Drop-in global ^l @u tcmalloc","@3 @6 @0 libclang.","@R @0 @e ^W @4 noise","Generate @3 register maps (`&P`s) @t SVD @z","1.0.0-alpha.1","Build script @2 @0 C++ @1 &l","Opaque Debug replacement @7 per-field $I","A @1 @0 ^0 $T-@n @Q.","A @q @1 to @o @7 Cloud Video Intelligence (@9 v1beta1)","2.0.4+20171122","Safe @5 user friendly @6 to @4 R $l @L.","git via &N.","Synchronization mechanisms @k rely on lock-free @5 other non-(&f)blocking techniques, such as @3 @Y, to guarantee mutually exclusive or &J exclusive $W to @x.","A @q @1 to @o @7 Cloud Machine Learning Engine (@9 v1)","2.0.0-rc6","A @q @1 to @o @7 Tag Manager (@9 v1)","Lambda @g attributes","1.0.0-alpha.5","A @q @1 to @o @7 Ad Experience Report (@9 v1)","A @q @1 to @o @7 YouTube (@9 v3)","@O @8 should not be $3 directly, it is internaly related to Refinery","Stores, rotates, compresses ^F logs.","A $c of &Q @x $m.","@v of @4 ^q mDNS discovery method","^E $E infrastructure @0 measuring @4 total @J size of an object on @4 heap","Wasmer @J @1","`#[@b]`-$A $5 @0 @4 `rand::Rand` $y.","A $H $J @K @j, #[@b(Readable, Writable)] @m","An @2 of double-buffered swap chains @0 surfman","Primitives @0 slots-@n &B","ipld cbor codec ^N @g","TCP/IP @T @0 ^n-RPC","A @q @1 to @o @7 drive (@9 v2)","Sentry $S @0 capturing panics.","Use to @b @S @0 @S &P.","Another JS Runtime","@O @8 @s a very thin $C &c other profiler $V.","CLI @0 nushell","Telegram Bot @y @i","A batteries-included &z @1.","$7 @W @s @6 to TensorFlow.","A @q @1 to @o @7 Abusive Experience Report (@9 v1)","convenient LR(1) @h @C","0.20.0-rc1","@I to libdeflate @0 DEFLATE (de)^z exposed as non-streaming bufferoperations. Contains @6 @0 raw deflate, zlib, @5 gzip @x.","A @1 @0 &o $N $I easily.","typed ^A headers","Wasmer @J single pass ^9 $Y","Peripheral $W @y @0 STM32F042 $n","Markup @h","A @q @1 to @o @7 YouTube Analytics (@9 v1)","1.0.8+20181010","A convenience @1 @0 @u websockets in WASM","A @q @1 to @o @7 Monitoring (@9 v3)","A @1 @0 constructing polynomial commitment schemes @0 $9 in zkSNARKs","Use declarative @a as proc_macro attributes or derives","A @q @1 to @o @7 Shopping Content (@9 v2)","Proc @g @0 deriving custom multihash tables.","Fast $s oriented regex searching as a @1.","A @q @1 to @o @7 spectrum (@9 v1explorer)","2.0.4+20170306","X25519 elliptic curve Diffie-Hellman key exchange in &9-@3, @u curve25519-dalek.","Encodes @5 decodes @4 Bech32 @F","@O is a dummy @W @k will never have any content. I registered it because it seemed plausible @k people might copy-paste stuff ^c their $u @5 accidentally install this. I don't want them to install malware, therefore I registered it @5 I will never put any content in it. If &R installed this @W, &R made a mistake.","A @q @1 to @o @7 mirror (@9 v1)","2.0.4+20190424","^n-RPC Client","$7 basic HyperLogLog @Z","A @q @1 to @o @7 Shopping Content (@9 v2sandbox)","2.0.4+20181009","Proc-@g @1 $3 to map a $v-postgres row to a @3 $k (&P)","$P, ^y userland context switches","A @1 to automatically ^o C header @z @t @3 source @z.","Cross-@N $1 locks @5 $1 duplication.","OpenGL $Y @0 gfx-rs","WCCG Data","An interner @k deallocates unused ^D","A @q @1 to @o @7 DLP (@9 v2beta1)","2.0.4+20171205","CosmWasm @1 @7 &Q &s @0 Storage patterns","A WebSocket (RFC6455) @1 @0 @3.","0.21.6-dev.36","Converts @P ^3 &L ^c a vec of suites","Keystore (@5 session key ^w) @0 ed25519 @n chains $A Polkadot.","A @q @1 to @o @7 Tag Manager (@9 v2)","@O $N is designed to be $3 as a @B @t a $D $0 running inside @4 SSVM to perform &7 tensorflow $K. Please see documentation @0 more details.","A low-@D OpenCL @y.","Proc @g @0 smol @J.","WebGPU @G logic on gfx-hal","Floodsub @9 @0 ^q","@3 @2 of RFC6570 - URI Template @k can processURI Templates up @5 to &H ones designated Level 4.","1.0.0-rc.3","^i @0 ^G to checkstyle.","Nushell @h","Decodable variant of @4 RuntimeMetadata.","Manage $c of objects","0.3.0-alpha.5","AMQP Worker to listen @5 provide $y to ^F message","Extract @X blocks @t Markdown @5 save them as @z.","Write @5 execute SQL queries @7 ease","@3 @6 @0 openapi schemas","0.0.1-dev-1","Generate &x ^Y quickly.","&O @g @0 bytecheck","An RPC @j @0 @3 @7 a focus on ease of $9.","A finite-automata-@n lexing $a.","0.1.0-alpha0","Endpoint to expose Prometheus &z","$L @6 to gRPC c @G @1","Merkle-Patricia Trie ^I &c key hasher @5 node $6","A $i @g @0 conversion $p integer @5 &V @i.","Enigma @1 @0 ^2 Secret Contracts","Safe Network Data Types","Arbitrary-precision unit-aware calculator","Compiler $T @0 'mockers' mocking @1","Parse, manipulate @5 serialize docker-compose.yml in a strongly-typed fashion","@3 @6 @0 liblmdb.","A @q @1 to @o @7 App State (@9 v1)","2.0.4+20190627","Transaction pool $8 @i & Runtime @y.","pest's @b @g","CID in @e","Solana Bitcoin spv @S &0","Macro ^K @0 @4 include-flate @8","Light merkle ^6 @2 @7 SPV @m @5 &m &6.","@3 @1 @0 $M NEAR smart contracts.","$B @a @0 @4 $x @8.","A @q @1 to @o @7 People Service (@9 v1)","Tool to find @5 fix @3 formatting issues","A @q @1 to @o @7 groupssettings (@9 v1)","WebGPU @i","A @q @1 to @o @7 plus (@9 v1)","A @q @1 to @o @7 Cloud Resource Manager (@9 v1beta1)","^A RESTful @y @5 skeleton @T/@d implement @0 I2C bus control","@3 @1 @0 accessing USB &A.","Determine @4 best $6 possible @t an Accept-Encoding ^A header.","Demo of ^N-@g-hack","0.7.0-alpha.0","&O Debug @7 a custom @F per field","A @q @1 to @o @7 dfareporting (@9 v2.6)","A @q @1 to @o @7 Cloud KMS (@9 v1)","@3 @6 @0 @4 FLTK GUI @1","Collective @M: Members of a set of account IDs can make their collective feelings known through dispatched calls @t one of two specialized origins.","A @e $X @0 @4 GSL (@4 GNU scientific @1)","Some &Q @a @5 definition @0 exercising in leetcode","@1 @0 dealing @7 ipld","A @q @1 to @o @7 Translate (@9 v2)","2.0.4+20170525","Unsafe, low-@D @f @0 duktape JavaScript interpreter","A $P @f &c jemalloc's control @5 introspection APIs","Cryptographic handshake @9 @u @4 noise @j.","@I to LLVM's C @y","Magnet, a ^n/BSON schema @C","Print a @B @5 then execute it","@I to linenoise @0 @c $s-editing facilities.","0.9.0-alpha.5","A @e @8 @0 sending &y to Slack via webhooks.","A @3 ^l backed by jemalloc","A @q @1 to @o @7 appengine (@9 v1)","&S @5 $k-@D $l @0 @3","$7 practical ^A @d @k is fun to $9.","Configuration DSL","@I to netmap - @4 $H packet I/O @j","An ^J @5 robust mqtt @d @0 $q connected &A","A middleware @n &E @R &h @T.","Just-In-Time Compilation in @3 @u LibJIT @6","A RPC handler to create sync states @0 light clients.","A @q @1 to @o @7 Groups Migration (@9 v1)","A @q @1 to @o @7 dfareporting (@9 v2.7)","1.0.6+20170818","Wrapper $G @4 PSA Cryptography @y","A light, $H @5 powerful cache proxy $t in @3.","Structural search @5 replace of @3 @X","^T ^3 @8 @0 &p-bindgen","A @3 port of Google's SwissTable ^v map","Wasmer @J @G @1","Meta $k $e @5 $k reflection at compile-$x @5 @J.","A @q @1 to @o @7 books (@9 v1)","1.0.0-rc4","A cron expression @h @5 schedule explorer.","Raw $L @6 @0 all of ^4 @y.","A @3 @L $X @0 Groonga.","@I to @4 wabt @1","ipld protobuf codec","Primitives @0 sessions","A github webhook @T","@H $i @a to $9 textwrap @E at compile $x.","A @q @1 to @o @7 Cloud Iot (@9 v1)","Attribute @f @0 dyn-clone","$L @6 to libgtk-3","A @1 @0 diffing virtual dom ^6 @5 ^o patches","Safe, low-@D @6 to @4 Direct Rendering Manager @y","A good friend @0 r2d2. Based on @e-postgres.","@p @0 performing MPCs @0 ^2 zk-SNARK public parameters","A @q @1 to @o @7 DoubleClick Bid Manager (@9 v1)","An ^T @8 to @m auto_enums - do not $9 directly","Safe FFmpeg @f","A @q @1 to @o @7 coordinate (@9 v1)","2.0.4+20150811","An @2 of multipart/form-@x (RFC7578)","reflects of type's fields' names @5 their $k names in a hierarchical ^6","Runtime @y definition required by System RPC &M.","@H, ^S, @5 extremely $H template $a @0 @3","A @q @1 to @o @7 Android Publisher (@9 v2)","2.0.4+20200331","Convert a $y definition ^c a jsonrpc ^Q.","Deflate encryption @9 @0 ^q","A @q @1 to @o @7 drive (@9 v3)","Peripheral $W @y @0 nrf52840 $n","Encoding @5 ^V @m @0 BSON in @3","A @q @1 to @o @7 urlshortener (@9 v1)","2.0.4+20150519","@3 $L @6 to jemalloc","^r @8 @0 hawktracer profiling @1.","@O is an @2 of @4 Consistent Overhead Byte Stuffing (COBS) @Z. COBS is an @Z @0 transforming a message ^c an $6 where a specific &a (@4 \"sentinel\" &a) is not $3. @O &a can then be $3 to mark frame boundaries in a serial communication channel.","Reading bit sequences @t a byte slice","A @q @1 to @o @7 dfareporting (@9 v2.8)","Automatic bit manipulation @0 $J @x formats","Unix domain sockets transport @0 ^q","4.0.0-beta.1","A @q @1 to @o @7 Pubsub (@9 v1)","@Y $f @m ^T references","A @q @1 to @o @7 Cloudbilling (@9 v1)","@I @0 @4 basis-universal Supercompressed GPU Texture Codec by Binomial","A @q @1 to @o @7 QPX Express (@9 v1)","2.0.4+20160708","0.8.0-pre0","1.0.0-alpha","A @q @1 to @o @7 reports (@9 reports_v1)","1.0.12+20190521","Private swarm @m @0 ^q","Big integer (256-bit @5 512-bit) @2 @0 SputnikVM @5 other Ethereum Classic clients.","Rustyline, a readline @2 @n on Antirez's Linenoise","Sentry $S @0 os, device, @5 @e contexts.","Static $1 serving @0 Iron.","A @c object pool @2 @k uses $r synchronization $8 only.","Shaders @0 2D ^O in @3","gfx-hal descriptor ^l","A @1 to garbage collect webassembly modules","Runtime $r, &9 computational tasks","@I to @4 binaryen @1","A @q @1 to @o @7 CustomSearch @y (@9 v1)","A @q @1 to @o @7 resourceviews (@9 v1beta2)","$D interpreter","A @q @1 to @o @7 webmasters (@9 v3)","2.0.4+20190428","A @q @1 to @o @7 Pubsub (@9 v1beta2)","Vulkan @y $Y @0 gfx-rs","Interact @7 Bluetooth &A via RFCOMM channels","@3 sending emails via sendmail. Works nicely @7 Iron Framework @u form Posts.","Core definition @0 @4 @3 borrow checker","Visitors @0 swc ecmascript nodes $f works on stable &G","Lightweight Ethereum world state ^x.","An ^T @8 $3 by foreign-@i","Pairing threshold cryptography","In-$j patricia trie $K","@I to librsync @0 calculating @5 applying networkdeltas exposed as Reader/Writer streams.","A @q @1 to @o @7 AdSense Host (@9 v4.1)","2.0.4+20200930","2.0.0-beta.2","Keyring @m @X @0 @4 @J. A set of ^3 accounts.","Support @X @0 @4 @J.","SAFE Authenticator","Channels @0 $r communication @u @Y-rs.","Various &s @0 Actix @Q to $9 during ^5","0.18.0-pre1","Check email address","Async ^3 @m @0 @3 through a $i @g. @O @8 defines @4`#[async_test]` &Z to make $M tests @k $9 @R/await easier.","Automatic verification of SemVer adhrence in @e @1 $V","Subcommand @0 Cargo to easily $h @X @0 `wasm32-wasi`","Test CLI Applications.","Type erasure @0 @R $y &X","@3 @d @0 @4 NSQ realtime message &o @M","DEPRECATED: replaced by @4 `cipher` @8","0.99.99","A @q @1 to @o @7 Android Management (@9 v1)","^H @0 &t operator overloading.","Elastic vector backed by fixed size array","@p @0 ANSI $u colours @5 styles (bold, underline)","A Kinetic @9 @1 $t in @3","Proc @g of Support @X @0 @4 @J.","Machine Learning Framework @0 Hackers","A @q @1 to @o @7 ^x (@9 v1)","A @q @1 to @o @7 Games (@9 v1)","Fast, ergonomic &z @0 @3!","@3 $D Contracts Abi (@b @a)","$B @g to implement Display @5 FromStr @u $w settings.","Weakly-typed Roblox DOM @2 @0 @3","@p to integrate @7 ledger nano s apps","A $J @K / &3 strategy @k uses Serde @0 transforming &w ^c bytes @5 vice versa!","Knuth-Liang hyphenation @0 a variety of languages","A @q @1 to @o @7 Deployment Manager (@9 v2beta2)","2.0.4+20160201","Indented document literals","A &f-$P lazily initialized cell @u double-checked locking","A @q @1 to @o @7 dfareporting (@9 v2.1)","1.0.6+20160323","Run jq programs to extract @x @t json $z.","Load ^M variables ^c $q &P members directly.","An in-^F scheduler @0 periodic jobs. Schedule lets &R run @3 @w on a cron-$A schedule.","A $Y-&6 ^d @0 ^A &4 @k @s @m @0 POST multipart/form-@x requests on both @d @5 @T.","$7 @W @s SQLite.","Flexible ^u ^w @0 @3. An middle-ground $p failure @5 SNAFU","Raw @M calls","A @q @1 to @o @7 dfareporting (@9 v2.3)","Calms a panicky I/O &5.","Deprecated in favour of elastic_types_derive","A @c graph search @5 representation @1","Redis CLI.","A @q @1 to @o @7 kgsearch (@9 v1)","1.0.4+20151215","A @q @1 to @o @7 Android Provisioning Partner (@9 v1)","Proc @a @0 PyO3 @W","Collection of @B-$s @E @5 corresponding @3 ^Q @0 producing pwasm-^m executables","A conventional changelog @0 @4 rest of us","An ^T perf ^U @0 @e programs.","Some &Q @E to transform $D binaries, most importantly @0 $D $3 in a deterministic / blockchain context","Build $R @k replaces `@P run` to $h WASM projects","$B @g &Z @0 converting doc comments ^c &q spans","A @8 @0 printing tables on @B $s","A @q @1 to @o @7 siteVerification (@9 v1)","2.0.4+20191119","kafka inspired rumqtt's mqtt commitlog","Translator @t $D to Cranelift IR","$7 ^q swarm","Runtime @0 @4 @R/await @a in @4 `@Y` @8.","0.7.0-alpha-1","A ^T @8 $3 by numext-fixed-uint.","&C @0 ISO base media $1 @F (mp4)","A @q @1 to @o @7 Android Enterprise (@9 v1)","A @8 $f contains $8 @k are &Q @0 @2 @k uses staking approaches in general. Definitions related to sessions, slashing, etc go here.","Multistream-select negotiation @9 @0 ^q","bit @D @K/&3 ^N-@g @0 &w","[ink!] @3 @n eDSL @0 $M smart contracts @0 Substrate","A @q @1 to @o @7 gan (@9 v1beta1)","2.0.4+20130205","Clams help ^0 shells","Hardware-accelerated virtualization on OS X","A @q @1 to @o @7 replicapool (@9 v1beta2)","$L @6 to cuDNN","@3 @2 of Apache Arrow","0.1.0-alpha.0","A @q @1 to @o @7 Cloud Functions (@9 v1)","Portably retrieve @4 user name (@5 possibly other $e in future versions) of @4 user running @4 current &f.","$7 @W @s a statistics toolbox.","A @q @1 to @o @7 Firebase Dynamic Links (@9 v1)","An ordered map @5 set @n on a $J search ^6.","Docker Remote @y in @3","Cellular Automata-esque simulation $a involving a 2D universe populated by cells @5 entities","Run $q tests in isolation","0.6.0-beta.2","AST representation $3 by Serde ^K. Unstable.","A @q @1 to @o @7 plusDomains (@9 v1)","Types @5 $2 @0 interfacing $p @4 host @5 @4 &p @J.","A @f @0 WebRTC's AudioProcessing ^B.","A @q @1 to @o @7 licensing (@9 v1)","A @q @1 to @o @7 taskqueue (@9 v1beta2)","2.0.4+20160428","Runtime Modules &J primitive @i.","Big integer @2 @0 @3","initialize &w @t ^M variable","A @q @1 to @o @7 Dataproc (@9 v1)","Wasm @X validator","Peer-to-peer networking @1 @u QUIC","A @f @0 LLVM, a powerful @1 @5 toolkit @0 compilers","Newtypes @0 ^G offsets","Main @g of @4 @1 @0 $M NEAR smart contracts.","@H, minimal-&m ^A @d","@3 @2 of JMESPath, a query @L @0 ^n","$7 Elegant &C","A @3 @2 of an @R TAR $1 reader @5 writer. @O @1 does notcurrently handle ^z, but it is abstract &c all I/O readers andwriters. Additionally, great lengths are taken to ensure @k @4 entirecontents are never required to be entirely resident in $j all at once.","Easy $h a configs @t ^M variables @5 $9 it in globally.","Build script @2 @0 @3 Qt $V","0.5.0-alpha.0","Map characters to @5 @t their name given in @4 &i standard.This goes to great lengths to be as ^J as possible in both timeand space, @7 @4 full bidirectional tables weighing barely 500 KBbut still offering O(1)* look-up in both directions. (*more precisely,O(length of name).)","CouchDB @1 @0 @3","@I to libbzip2 @0 bzip2 ^z @5 decompression exposed asReader/Writer streams.","A @q @1 to @o @7 discovery (@9 v1)","2.0.4+20200806","A @q @1 to @o @7 Cloud Resource Manager (@9 v1)","A @q @1 to @o @7 Cloud User Accounts (@9 vm_beta)","2.0.4+20160316","A @8 @0 measuring @4 total size of object on @4 stack @5 heap","Visitor @C @0 stable &G","$B @a @0 investments @8","Low-@D @X @C @1","De/serialize &w @7 named fields as array of ^D","A $i @g @2 of quote!.","Transport &6 ^n-RPC 2.0 @d @2.","Message Passing Interface @6 @0 @3","$D $J @F @K/&3/interpreter","1.0.0-alpha.2","A @1 @0 zero-allocation @S of $J formats.","&W $2 @0 @4 Twiggy @X size profiler.","A @1 @0 @L @5 locale negotiation.","A @c to $9, ^J, @5 full-featured Command Line Argument &C","A @q @1 to @o @7 Cloud OS Login (@9 v1beta)","AST representation $3 by Serde @b @a. Unstable.","A @q @1 to @o @7 Cloud OS Login (@9 v1)","46.6.0+0.4.6.6","TLS @m @0 $v-postgres via &7-tls","A @q @1 to @o @7 YouTube Reporting (@9 v1)","@3 OpenAPI 3.0 docs @C","&W @E @5 ^d $2 @0 @4 @Y-rs @1.","A @c &h @j $t by @e","Mplex multiplexing @9 @0 ^q","Versioning @m @0 Serde","A @q @1 to @o @7 analytics (@9 v3)","2.0.4+20190807","Wasmer @J Cranelift ^9 $Y","High-@D @y to expose @4 Wasmtime @J","Gossipsub @9 @0 ^q","A @q @1 to @o @7 Ad Exchange Buyer (@9 v1.3)","Supports defining opaque typedefs","A @c object arena","Enables apps to report events to Event Tracing @0 ^4 (ETW).","InfluxDB @3 ^h","CSS Modules @7 a @g @0 convenience.","0.21.0-pre.5","0.6.0-pre.1","Transform $q ascii diagrams ^c happy little SVG"];var crateIndex={"shipyard":["Entity Component System","0.5.0"],"sedregex":["Sed-$A regex @1","0.2.4"],"gloo-console-timer":[C[266],C[3]],"twine":["@p @0 internationalization @u @4 Twine $1 @F","0.3.9"],"sp-state-machine":["Substrate State Machine","0.9.0"],"drone-stm32-map-pieces-10":[C[7],C[8]],"lib-ruby-parser-nodes":["Ruby @h nodes @x",C[36]],"hex2ascii":["@B $s app @k converts hex ^D ^c ascii","1.0.2"],"tectonic_bridge_@G":["Exposing @G $Y APIs to @4 Tectonic C/C++ @X.","0.2.2"],"$H_io":["@p @8 to read @5 &b &str @5 @i ^1 @4 copy $y ^c @z","1.2.2"],"cbor_event":["$7 CBOR Event @1. There are no &8, all platforms are supported @5 it is &p ^m.","2.1.3"],"cipher-crypt":["A ^e tomb of ciphers forgotten by $x.",C[19]],"jlib":["A ^y blockchain lib.","0.3.7"],"tracing-bunyan-formatter":["A Bunyan formatter @0 @4 &q @8","0.2.4"],"fasthash":[C[365],C[2]],"gfx_@G":["Core @1 of Gfx-rs","0.9.2"],"rustc-ap-rustc_arena":["^E published $4 of @4 @W `rustc_arena` in @4 @e-lang/@e repository @t commit 9a27044f42ace9eb652781b53f598e25d4e7e918 $7 publishing script @0 this @8 lives at: &N://github.com/alexcrichton/&G-auto-publish",C[329]],"tokio-threadpool":["A task scheduler backed by a work-stealing &f pool.",C[35]],"cudnn":[C[16],"1.3.1"],"endian_codec_@b":["^H @2 @0 endian_codec @8","0.1.1"],"secp256k1":[C[486],"0.20.3"],"vmprotect":["Unofficial VMProtect ^L @0 @3",C[0]],"&h":["A @1 @0 ^R @7 @4 &h browser","0.1.15"],"git-series":["Track patch series in git","0.9.1"],"wonderbox":["A minimalistic IoC @1.","0.5.0"],"asuran":["Deduplicating, encrypting, $H, @5 tamper evident archive @F",C[1]],"tokenlock":["Cell $k whose contents can be accessed only @u an unforgeable token.","0.3.4"],"tfrecord":["Serialize @5 deserialize TFRecord @x @F @t TensorFlow","0.8.0"],"compile-time-run-macro":["@2 @8 @0 compile-$x-run","0.2.8"],"cargo-ec":["Cargo $T @0 ^0 @5 deploying smart contracts to @4 Ellipticoin ^7","0.1.19"],"unic-segment":["UNIC — &i Text Segmentation Algorithms","0.9.0"],"com-rs":["Deprecated. Use @4 `com` @8 instead.",C[6]],"bn":[C[123],"0.4.3"],"ccsds_primary_header":["@v of @4 CCSDS Primary Header @0 space @Q",C[71]],"ddc-hi":["High @D DDC/CI monitor control",C[9]],"quicr":["Moved to quinn (was: QUIC transport @9 @2 @0 Tokio)","0.4.1"],"app_dirs2":["Put $q app's @x in @4 right place on every @N. Community-maintained ^t.","2.3.2"],"futex":["&n futex-@n lock @V.","0.1.3"],"tp-consensus-slots":[C[714],"2.1.2"],"xmath":["@3 port of Microsoft DirectXMath","0.2.8"],"bloomfilter":["Bloom filter @2","1.0.5"],"mempool":["A $H &f $P $j pool @0 reusing allocations.","0.3.1"],"slow_primes":["Deprecated in favour of `primal`.A @1 to ^o, identify @5 handle prime ^Y @5 relatedproperties. @O @1 includes slow enumeration of primes up to abound, slow factorisation of arbitrary ^Y, $H primality testsand state-of-@4-art estimation of upper @5 lower bounds @0 π(n)(@4 &1 of primes below n) @5 p_k (@4 k-th prime).","0.1.14"],"holo_^v":["hashing &s supporting dht sharding","0.0.3"],"pallet-randomness-collective-flip":["FRAME randomness collective flip &u","3.0.0"],"cryptoauthlib-sys":["^E ^Z @3 @6 @0 CryptoAuthentication @p calls.",C[6]],"solana-vote-signer":["Solana Vote Signing Service","1.4.28"],"tibco_ems":["A high @D @y @0 @4 Tibco EMS.","0.3.8"],"google-resourceviews1_beta2":[C[927],C[327]],"ld":["Run @4 GNU linker (ld) during $q Cargo $h.","0.0.1"],"stdweb-internal-macros":["Internal $i @a @0 @4 `stdweb` @8","0.2.9"],"collenchyma-nn":["collenchyma $T &d Neural Network $K","0.3.4"],"^3_@1":["^3","0.1.16"],"$V_search":["Search @0 $V @t within @3.",C[4]],"reep-id-string":["[deprecated] plain $d impl. of reep::@i::Id @7 optional serialisation @m",C[0]],"toucHNews":["Hacker News (YCombinator) news feed @0 @4 Mac Touch Bar",C[2]],"sha1":["Minimal @2 of SHA1 @0 @3.","0.6.0"],"nakadion":["Types @0 ^R @7 @4 Nakadi Event Broker","0.29.2"],"nus3audio":["A @1 @0 ^j @7 namco nus3audio audio archives.","1.1.0"],"ci_info":["@U current CI ^M $e.","0.14.2"],"grin_wallet_^Q":["Grin Wallet @y","5.0.1"],"$P_authenticator":[C[947],"0.18.1"],"^N":["DEPRECATED: $9 @4 procinfo @8.","0.1.4"],"scgi":["@H SCGI @h","0.3.4"],"r2d2_redis_cluster":["Redis cluster @m @0 @4 r2d2 connection pool.",C[1]],"spm_precompiled":["@O @8 aims to emulate &N://github.com/@A/sentencepiece Dart::DoubleArraystruct @5 it's Normalizer. @O @8 is highly specialized @5 not intended @0 general $9.","0.1.3"],"pitch-detection":["A $c of $U to determine @4 pitch of a sound sample.",C[0]],"csfml-network-sys":["@I to csfml-^7",C[0]],"sapp-ios":[C[65],C[4]],"battery-cli":["CLI $R @0 batteries reports",C[1]],"iron-sessionstorage":["Session middleware @0 Iron.","0.6.6"],"trapmail":["A @B-$s replacement @0 sendmail @k stores mail. Useful @0 $S tests.",C[2]],"shlex":["Split a $d ^c shell words, $A Python's shlex.","1.0.0"],"ink_lang_@g":[C[1018],C[63]],"darwin-libproc-sys":["$L @6 @0 macOS libproc",C[0]],"zeta":["Compiler @0 @4 Zeta $l @L",C[1]],"rendy-util":["Rendy's @E","0.4.1"],"emu-audio-types":["Audio $C @i @0 @4 emu ^t.",C[3]],"convert-base":["convert @4 radix (base) of digits stored in a vector","1.1.1"],"wasm-bindgen":["Easy @m @0 ^R $p JS @5 @3.",C[5]],"chain-map":["A chain of maps @7 a single view ^c @4 aggregated ^D.",C[3]],"uaparser":["A @3 @2 of @4 UA &C",C[2]],"google-mirror1-cli":[C[749],C[750]],"rfind_url":["&C to search $z @0 URLs in reverse order","0.4.4"],"write-json":["@H {&m,$y,@g}-less ^n @K",C[4]],"bottom":["A cross-@N graphical ^F/@M monitor @7 a customizable @l @5 a multitude of features. Supports &n, macOS, @5 ^4.","0.6.3"],"sfunc":["$7 @1 @s special @w.","0.0.4"],"finite-fields":["Traits @5 @i @0 computations on finite fields.","0.10.3"],"strawpoll":["A @f to avoid spurious polling.","0.2.2"],"hyper-dns":["@O $V @s a NetworkConnector @0 Hyper $f adds @4 ability to perform SRV lookups on URLs.",C[9]],"gdnative_geom":["(DEPRECATED) Math $8 @0 @4 Godot game engine's gdnative @6 (See @4 gdnative @8).","0.6.1"],"xgboost":["Machine learning @u XGBoost","0.1.4"],"flagset":["Data @i @5 a @g @0 $E enumeration-@n bit flags",C[2]],"compact_@a":["Automatic `#[@b(Compact)]` @g @0 &w whose fields are all `Compact`",C[3]],"pyproject-toml":["pyproject.toml @h in @3","0.1.1"],"ggp-rs":["A @1 @0 ^2 General Game Playing (GGP) players",C[4]],"adi_^x":["Aldaron's Device Interface / Storage is a @1 developed by Plop Grizzly @0 interfacing @7 a persistent ^x device (ie: hard drive, etc.).\"",C[6]],"simplisp":["A @c lisp interpreter.",C[2]],"compile_msg":["A $T @0 emitting errors, warnings @5 notes to @4 developer atcompile $x.","0.1.5"],"syntect":["@1 @0 high quality syntax highlighting @5 @X intelligence @u Sublime Text's grammars","4.5.0"],"penrose":["A tiling window &F @1 inspired by dwm @5 xmonad",C[0]],"anylog":["A @1 @0 @3 @k attempts to parse single log lines ^c records.","0.6.1"],"herbie-lint":["A &G $T to check @0 numerical instability","1.0.7"],"json_errors":["Transforms popular $V' errors ^c ^n errors. Aimed to be $3 @7 Rocket.","0.5.4"],"zkinterface":["An @2 of zkInterface","1.3.4"],"iterslide":["A \"sliding window\" iterator.","1.0.1"],"wasm-bindgen-cli-support":["Shared @m @0 @4 &p-bindgen-^i @W, an ^T &m",C[5]],"radio-sx128x":["Driver @0 @4 Semtec sx1280 2.4GHz RF IC",C[87]],"vte-rs":["@3 @6 @0 @4 VTE 3 @1",C[2]],"rash":["@3-@n $1 hashing $R","0.6.0"],"serde-name":["Extract @4 Serde name of &w @5 enums",C[4]],"smart-ptr":["Alternative smart pointers @0 @3","0.4.1"],"google-genomics1-cli":[C[90],C[91]],"local-channel":["A non-threadsafe multi-producer, single-consumer, @Y-aware, FIFO queue",C[4]],"metrics-util":["Helper @i/@w $3 by @4 &z ecosystem.",C[20]],"async-rustls":["Async TLS/SSL streams @u rustls",C[0]],"dbl":["Double operation in Galois Field (GF)","0.3.1"],"wasm-bindgen-test":["Internal ^5 @8 @0 &p-bindgen","0.3.24"],"pest_@b_tmp":[C[805],"2.1.0"],"spotifyd":["A Spotify daemon","0.3.2"],"gdb-server":["A gdb stub @2 @0 on chip debugging @5 flashing of ARM chips.",C[13]],"pwgenr":["A untypable password @C",C[2]],"caith":["A dice roller @1 supporting many features","4.2.1"],"static-map-macro":["Macro to create a stack-alocated map",C[6]],"judy":["@3 @6 @0 Judy &E://judy.sourceforge.net","0.0.3"],"drone-stm32-map-pieces-11":[C[7],C[8]],"erased_$b_json":["Type-erased Formatter $y @0 serde_json::ser::Formatter","0.1.3"],"$4_check":["Tiny @8 to check @4 $4 of @4 installed/running &G.","0.9.3"],"unicode-truncate":["&i-aware @Z to pad or truncate `str` in terms of displayed width.",C[0]],"gbl":["GBL firmware $1 ^g @1","0.3.1"],"buildkit-llb":["Idiomatic high-@D @y to create BuildKit LLB graphs",C[0]],"iota-lib-rs-preview":["A @e @2 of @4 IOTA @y",C[1]],"membarrier":["Process-wide $j barrier","0.2.2"],"gpu-descriptor-types":["Core @i of gpu-descriptor @8","0.1.1"],"futures-lite":["Futures, streams, @5 @R I/O combinators","1.12.0"],"rustwide":["Execute $q @X on @4 @3 ecosystem.",C[39]],"rgb24":["Basic 24-bit colour representation @5 manipulation",C[9]],"tc-network-gossip":["Gossiping @0 @4 Tetcore ^7 @9","0.8.0"],"google-blogger3-cli":[C[33],C[28]],"fluvio-socket":["Provide TCP socket @f @0 fluvio @9","0.8.1"],"diskarbitration-sys":["@I to Disk Arbitration @0 OS X","0.0.4"],"sputnikvm-stateful":["Stateful SputnikVM wrapped @7 tries.",C[188]],"piston-texture":["A ^I @1 @0 textures","0.8.0"],"gurufocus_^Q":["A @e adapter to @4 GuruFocus @y, a provider of financial @x.","0.4.2"],"dahl-roxido":["Utility $0 when interfacing R @5 @3.","0.3.3"],"^i_$S_^3":["^i $S ^3","0.2.3"],"bevy_app":["@U @G App $5 @0 Bevy Engine","0.5.0"],"opencc-rust":["Open Chinese Convert(OpenCC, 開放中文轉換) $X @0 @4 @3 @L @0 conversion $p Traditional Chinese @5 Simplified Chinese.","1.1.9"],"magic-number":["A dummy ^B @0 experimenting @7 &m resolution",C[0]],"notmuch":["@3 @l @5 @6 @0 notmuch","0.6.0"],"ispc_compile":["A $h-$x &m @0 Cargo $h scripts to help @7 compilingand linking to ISPC @X, @5 $E @3 @6 to @4 resulting library.The ^Z @6 can be imported by @u ispc_rt, $f will alsosupport linking to pre-built ISPC @X. Using pre-built binaries is usefulfor distributing a @1 or $R @u ISPC, while not requiring end usersto have @4 ISPC ^9.","1.0.9"],"libp2p-observed-address":["Observed addresses @9 @0 ^q",C[11]],"gazetta-render-ext":["A &g site @C @j. Extra render @X.",C[9]],"cargo-cook":["A third-party @P ^d $f allows &R to cook $q @8","1.0.0"],"xmpp-addr":["An @2 of @4 XMPP Address @F (Jabber ID) defined in RFC 7622.",C[39]],"crates-io-cli":["Interact @7 crates.io @t @4 @B-$s","4.0.0"],"bitfield-rle":["A run-length-encoder @k compresses bitfields",C[0]],"splits-io-api":["@I to @4 Splits.io @y @0 @3.",C[0]],"dia-i18n":["ISO 3166-1 @5 ISO 639 codes","0.9.0"],"postgres-derive-macros":["Deriving @g @m @0 Postgres &V, domain, @5 composite @i","0.1.4"],"aerospike":["Aerospike Client @0 @3","1.0.0"],"locate-cargo-manifest":["Retrieves @4 Cargo manifest path by @S @4 &L of `@P locate-^t`.","0.2.2"],"voca_rs":["Voca_rs is a @3 @1 @0 manipulating $z. Inspired by Voca.js @5 string.py","1.13.0"],"elfloader":["A @e @1 to load ELF @z.",C[8]],"crypto-crawler":["A rock-solid cryprocurrency crawler.","1.7.0"],"stm32l4x6-hal":["HAL @0 @4 STM32L4x6 family of $n",C[3]],"maglev":["Maglev - Google's consistent hashing @Z",C[0]],"extprim_literals_@a":["Internal @8 to @m `extprim_literals`. You typically don't need this @8 directly.","2.0.3"],"nu-command":[C[722],C[23]],"rusty_gl":["Safe thin @f @0 OpenGL @u @4 gl-rs @8","0.1.7"],"localnative_ssb":["localnative ssb lib","0.3.7"],"exit-future":["Future @k signals exit to many receivers",C[0]],"picky-asn1":["Provide ASN.1 @c @i","0.3.3"],"mn":["$7 CLI app @0 remembering those little things @k slip $q mind",C[6]],"inohashmap":["$H @5 ^J insert only $d hashmap",C[9]],"git-find":["A $R (^i & lib) to find local git repositories.","0.5.0"],"gobject-sys":["$L @6 to libgobject-2.0",C[8]],"dir-diff":["Do two directories have different contents?","0.3.2"],"moodyblues-sdk":["A tracer ^L @0 Overlord $A &B @Z",C[9]],"flatdata":["@3 @2 of flatdata","0.5.1"],"phf_&K":["DEPRECATED: removed in 0.8.0. Runtime creation of perfect ^v $0 @x $m","0.7.25"],"trust-graph":["trust graph","0.2.7"],"libedgegrid":["@O @1 implements an Authentication handler @0 theAkamai OPEN EdgeGrid Authentication scheme in @3","0.1.1"],"simdutf8":["SIMD-accelerated UTF-8 validation.","0.1.3"],"katex-doc":["See README",C[3]],"conrod_wgpu":["A @8 to assist @7 rendering conrod UIs via wgpu.","0.74.0"],"conduit-router":["Router middleware @0 conduit @n on route-recognizer","0.9.0-alpha.6"],"llvm-ir":["LLVM IR in natural @3 @x $m","0.8.0"],"webdriver":["@p ^1 @4 wire @9 @0 @4 W3C WebDriver specification.","0.43.1"],"cargo-makedocs":["A @P doc @f @k only builds @4 documentation &R care about","1.2.0"],"coalesce":["Combine disjoint @i @k share $w $2.","0.1.1"],"rustcastai":["Wrapper $G @4 Recast.AI @y","0.2.2"],"fabric-support":[C[946],"2.0.0"],"hexplay":["Format u8 slices $A an hex editor",C[6]],"nom_locate":[C[410],"3.0.2"],"nom-test-helpers":["^H to help @7 ^5 nom parsers","6.1.3"],"simple-signal":["Easy unix signals handler @0 @3 projects","1.1.1"],"nettle":["@3 @6 @0 @4 Nettle ^e @1","7.0.2"],"xlsx_reader":["Reader of XLSX @z (only @x)","3.1.1"],"sonnerie":["An &t timeseries ^P","0.5.9"],"substudy":["&U-learning ^U @0 ^j @7 parallel, bilingualsubtitles @5 media @z.","0.4.5"],"google-datastore1_beta3":["A @q @1 to @o @7 datastore (@9 v1beta3)",C[10]],"max17048":["A I2C ^h @8 @0 @4 max17048/9 LiPo Fuel gauge IC",C[3]],"alacritty_config_@b":["Failure resistant &3 @b",C[3]],"unison-fsmonitor":["unison-fsmonitor @2","0.2.7"],"prost-simple-rpc-build":["Build script &s @0 prost-@c-rpc",C[9]],"tokio-modbus":["Tokio-@n Modbus @1",C[2]],"hyper_sardine":[C[27],"0.2.3"],"text-tables":["A $u/^G table prettifier @7 no &8","0.3.1"],"adi_gpu_opengl":["OpenGL @2 @0 adi_gpu",C[13]],"challenge-bypass-ristretto":["A @e implemention of @4 privacy pass ^e @9 @u @4 Ristretto group (WIP)","1.0.0-pre.0"],"tokio-process":["An @2 of an $r ^F ^w backed @Y.",C[279]],"cargo-cache":["Manage @P cache ($CARGO_HOME or ~/.@P/), show sizes @5 remove directories selectively","0.6.3"],"winapi_forked_icmpapi":[C[865],"0.3.7"],"barcoders":["A barcode-$6 @1","1.0.2"],"fluence-identity":["identity",C[9]],"cocoa-foundation":["@I to Cocoa Foundation @0 macOS",C[3]],"num-bigint-dig":[C[1044],"0.7.0"],"muta-apm":["Muta $N $F monitor.","0.1.0-alpha.15"],"ucs2":["UCS-2 ^V @5 $6 @w","0.3.2"],"motivations":["a $c of motivating &y","1.1.2"],"rustc-hash":["speed, non-^e ^v $3 in &G","1.1.0"],"pest-ast":["&O to convert @t pest parse ^6 to typed syntax ^6","0.3.3"],"google-gamesconfiguration1_configuration-cli":[C[424],C[37]],"audiopus_@r":["$L-Binding to Opus, dynamically or statically linked @0 ^4 @5 UNIX.","0.2.2"],"graphy_&g_util":["@U some ^s to help create mutable statics @7 lazy_static.",C[9]],"jwt":["^n Web Token @1",C[8]],"wd-40":["Data Driven Testing",C[3]],"ethers-signers":["Signer @V @0 @4 ethers-rs @8","0.2.2"],"waker-fn":["Convert closures ^c wakers","1.1.0"],"bip_disk":["Bittorrent Infrastructure Project Disk Module","0.6.0"],"binread":["A @3 @8 @0 helping read &w @t $J @x @u ✨@g magic✨","2.1.1"],"zerodrop":["Zero boxed @x when dropped. Nolonger maintained. Use ClearOnDrop at &N://github.com/cesarb/clear_on_drop/ instead.","0.1.4"],"lc3-macros":["Helper ^N-@a.",C[791]],"loggest":["A high $F &v facility @0 Rust's log @8","0.2.2"],"typemap":["A typesafe store @0 many &a @i.","0.3.3"],"multi_mut":["Methods on HashMap @5 BTreeMap @0 safely getting &j mutable references to @4 contained ^D.","0.1.3"],"google-tagmanager1":[C[700],C[80]],"inputbot":["Cross-@N (^4 & &n) @1 @0 simulating keyboard/mouse input events @5 registering global input device event handlers.","0.5.0"],"gdk4-sys":["$L @6 of GDK 4",C[0]],"ozelot":["Handles everything ^7 related to MCMODERN.","0.9.0"],"av-codec":["Multimedia @F ^V @5 $6","0.2.2"],"fsio":["File System @5 Path $o @w.",C[0]],"static-buffer":["Static ring buffer @7 paddings",C[0]],"kripher":["File encoder @n on an own @Z.","0.8.0"],"frame-support-procedural-tools-derive":[C[719],"3.0.0"],"promise-rs":["@3 Promise @1",C[9]],"hexchat":["A $P @y @0 ^2 HexChat plugins","0.6.3"],"dinghy-build":["Cross-compilation made easier - &s @0 build.rs scripts","0.4.61"],"codeviz_js":[C[15],"0.2.2"],"semverver":[C[953],"0.1.46"],"parse-hyperlinks":["A Nom @h @1 @0 hyperlinks @7 markup.",C[79]],"input-stream":["IO streams similar to C++'s streams",C[2]],"buddy_@M_^l":["A bare metal ^l @k uses buddy @M.","0.8.0"],"trace-context":["Extract @5 inject W3C TraceContext headers",C[3]],"cpuprofiler":["@I to google's cpu profiler","0.0.4"],"python-parser":["A @q Python @h @n on nom.",C[0]],"ntex-service":["ntex &e","0.1.9"],"rawbytes":["Transtype any sized &a to a &[u8].",C[4]],"hypercore":["Secure, distributed, append-only log","0.11.1-beta.10"],"moniker":["^E @b variable $X @5 alpha equivalence @0 abstract syntax trees","0.5.0"],"lock_^Q":["Wrappers to create fully-featured Mutex @5 RwLock @i. Compatible @7 no_std.","0.4.4"],"extendr-engine":[C[695],C[0]],"bigml_@b":["Internal `@b` @m @0 unofficial BigML @d @6",C[2]],"nom-tracable-macros":["Helper @8 of nom-tracable","0.7.0"],"random-access-memory":["Continuously read,&b to $j @u &x offsets @5 lengths","2.0.0"],"wig":["$D Interface Generator","0.21.0"],"nsvg":["A @c SVG @h @5 rasterizer @u NanoSVG","0.5.1"],"pact_mock_@T_^i":["Standalone pact mock @T @0 consumer pact tests","0.7.5"],"mqtt311":[C[17],C[0]],"byte-strings-proc-macro":["&N://crates.io/$V/byte-$z backing ^N-@a","0.1.1"],"tetcore-fabric-rpc-system":["FABRIC's @M exposed &c Tetcore RPC","2.0.1"],"allegro_dialog-sys":["Allegro 5 dialog addon @3 $X",C[72]],"jsonpath_lib":["It is JsonPath $a $t in @3. it provide a similar @y @l in Webassembly @5 Javascript too. - Webassembly Demo: &N://freestrings.github.io/jsonpath",C[9]],"oauth-client-fix":[C[221],"0.1.5"],"async-macros":["^H @0 @R-&Y.","2.0.0"],"pinecone":[C[42],"0.2.3"],"selecta":["@O is not Selecta in @3. Please see &N://github.com/felipesere/icepick","0.0.2-nopenopenope"],"wgpu-core":[C[773],"0.9.2"],"$H_log":["@3 @R log 高性能异步日志","1.3.24"],"rasen":["Build a SPIR-V ^B @t a @x flow graph",C[11]],"org-tangle-engine":["A faster way to tangle org-mode.- @4 $a of @4 commend $s $R.","0.1.9"],"jump-kun":["A @c directory jumper made by @e.","0.4.9"],"archiveis":["Archive websites online @u @4 archive.is capturing &e.",C[2]],"fiz":["Fiz: Game Engine & Graphics Toolkit","0.0.4"],"hexe":["A chess $a.","0.0.5"],"^s":["&W @E suitable @0 $9 in @3 Builders","0.0.3"],"elapsed":["Measure execution $x of a block of @X",C[4]],"mind":["A productive mind has an empty stack","0.7.2"],"mat":["Statically sized matrices @0 `no_std` @Q",C[0]],"rm-improved":["rip: a $P @5 ergonomic alternative to rm",C[39]],"bolero-generator":[C[320],"0.6.0"],"screeps-api":["Fully typed @5 tested @f &c @4 Screeps Game's ^A @y","0.6.0"],"hyperloglogplus":["HyperLogLog @V.",C[2]],"yubirs":["A @1 @0 ^R @7 YubiKeys (OTP @5 PIV $5)","0.7.0"],"onnxruntime":["Wrapper $G Microsoft's ONNX Runtime","0.0.12"],"mio":["Lightweight non-blocking IO","0.7.13"],"cranelift-codegen-meta":["Metaprogram @0 cranelift-^K @X @C @1","0.75.0"],"freetype-src-sys":["@3 $h &s @0 freetype. Licensed as GPL2 or FreeType License","0.1.5"],"const-random-macro":["@U @4 $i @g $3 by const-&x",C[52]],"pistoncore-input":["A $Q @0 user input","1.0.0"],"faux_@a":["Implementations @0 #[create], #[&X], when!","0.1.3"],"actix-web":["Actix Web is a powerful, pragmatic, @5 extremely $H &h @j @0 @3","4.0.0-beta.8"],"opus-sys":[C[640],C[6]],"solana-watchtower":[C[89],"1.7.8"],"scheduled-thread-pool":["A scheduled &f pool","0.2.5"],"base64-serde":["Integration $p @e-base64 @5 $b","0.6.1"],"probe-rs-t2rust":["A $c of ARM chips @0 @4 `probe-rs` @8.","0.7.0"],"base64-lib":["A base64 encoder / decoder","0.2.2"],"oxygengine-visual-novel":["Visual Novel ^B @0 Oxygen Engine",C[68]],"swc_ecma_transforms_proposal":[C[64],C[12]],"wolfram_alpha":["A @1 &d @3 @6 @0 @4 Wolfram|Alpha @y",C[2]],"papyrus":["A @e repl @5 script runner","0.17.2"],"wkhtmltopdf":["High-@D @6 to wkhtmltopdf",C[2]],"rspell":["A @c practical spellcheker.","0.1.1"],"prefix-map":["A $c @0 ^2 prefix maps.","0.3.1"],"cap-tempfile":["Capability-@n temporary directories","0.16.3"],"cached_^N_@g_@i":[C[21],C[3]],"kairos":["A @1 on top of chrono to calculate times @5 dates ergonomically",C[9]],"uuid-sys":["Contains $0 $g @0 @4 ^4 @y @1 uuid. See winapi @0 @i @5 constants.","0.1.3"],"imgui-glfw-rs":["ImGui input ^g @0 GLFW","0.4.1"],"utf16-ext":["Extensions @0 ^X @5 $M utf-16",C[3]],"linxal":["Linear Algebra @W @7 @e-ndarray @l","0.6.0"],"text-diff":[C[163],C[2]],"atomic-array":["Defines several array @i in $f elements may be updated atomically. Intended to provide atomic array @i similar to those found in java.util.concurrent.atomic in Java.","0.3.1"],"failsafe":["A circuit breaker @2","1.1.0"],"termsize":["Retrieves $u size",C[1]],"fireplace_lib":["Modular wayland window &F @1","3.0.2"],"$k_printer":["a $0 @0 printer @4 $k","0.0.1"],"node-builtins":["a list of Node.js built in modules",C[3]],"fixpoint":["Fixpoint @w",C[0]],"brev":["&s @0 quick @5 dirty scripting",C[0]],"rev_slice":["A newtype @0 operating on a reversed view of a slice.","0.1.5"],"cargo-bom":["Bill of Materials @0 @3 Crates","0.5.2"],"win32console":["@U a @f to @o @7 @4 windows console @t @e","0.1.4"],"tk-easyloop":["A &f local loop @5 other loop &s","0.1.1"],"qapi-codegen":["QEMU QAPI ^K ^r","0.5.0"],"const-default":["A const Default $y",C[3]],"numext-fixed-hash-core":[C[247],C[1]],"diceware-gen":["@O &0 generates &x passphrases @n on EFF's long wordlist.","0.2.2"],"vrp-pragmatic":["An ^d logic @0 solving rich VRP","1.10.7"],"codemap":["A @x $Q @0 efficiently storing source @X position @5 span $e(e.g. in a ^9 AST), @5 mapping it back to $1/$s/column locations @0 errorreporting @5 suggestions.","0.1.3"],"ilda":["A @1 @0 ^X ILDA laser projection display @z.",C[0]],"sapper_&Y":["Wrappers @0 rapid coding @0 sapper &h @j.",C[6]],"wasmtime-lightbeam":["Integration $p Lightbeam @5 Wasmtime",C[93]],"sys-info-rs":["Warning: @O @W has already moved to @r-info.",C[4]],"termcolor_&L":["Interface @8 @0 styled &L to termcolor through @g.","1.0.1"],"pwrs":["a pwgen $A $o @k generates passphrases","1.1.0"],"celes":["@3 @8 @0 ^g ISO 3166-1.Each country has a three digit @X, two letter @X, three letter @X,full state name, @5 short english aliases.","2.0.0"],"digits_iterator":["Iterate &c @4 digits of ^Y in an arbitrary radix",C[3]],"sn_@x_@i":[C[797],"0.19.1"],"nav-types":["Easily work @7 global positions @5 vectors","0.5.1"],"wavy":["&2 cross-@N real-$x audio recording & playback.","0.9.1"],"growable":["A growable, reusable box @0 @3.","0.7.0"],"netns":["A @1 to work @7 linux ^7 namespaces",C[3]],"libp2p-ping":[C[219],"0.30.0"],"gilrs":["Game Input @p @0 @3","0.8.1"],"diff":["An LCS @n slice @5 $d diffing @2.",C[88]],"$b_rusqlite":["Serialize/deserialize rusqlite rows",C[12]],"json_in_$k_@b":["$i @a @0 json_in_type",C[4]],"parity-daemonize":["A more advanced daemonizer",C[9]],"crossbeam-utils":["^b @0 concurrent $l","0.8.5"],"$6_c":["C @y @0 encoding_rs","0.9.8"],"jsonschema-valid":["A @c ^n schema validator.",C[2]],"imghdr":["@p @k determines @4 $k of image contained in a $1 or byte &5.","0.7.0"],"pond":["A @1 @0 scoped @5 cached threadpools @k keep a state.","0.3.1"],"luminance-glutin":["Glutin @m @0 luminance",C[11]],"pallet-finality-tracker":["FRAME Pallet @k tracks @4 last finalized block, as perceived by block authors.","2.0.1"],"xargo":["$7 sysroot &F @k lets &R $h @5 customize `&Y`","0.3.23"],"lib3h_zombie_actor":["lib3h actor request tracking ^B","0.0.42"],"futures-await-syn":["Temporary fork of @4 `syn` @8 @0 @Y-await",C[11]],"zipkin":["A @1 @0 collecting timing $e about distributed computations","0.4.2"],"sendmail":[C[934],"2.0.0"],"deno_$1":["File @y @2 @0 Deno","0.7.0"],"xz-embedded-sys":["@I to xz-^8, a @c decompression-only xz impl","0.1.1"],"aligner":["^E corrects subtitle timings given a second correct subtitle",C[1]],"light-curve-feature":["Feature extractor @t noisy $x series",C[315]],"tylar":["Type-Level Arithmetic in @3","0.2.2"],"crdt":["Conflict-free Replicated Data Types @0 @3","0.5.0"],"h3ron":["high @D @e @y &H &r @0 selected parts of H3",C[13]],"pear":["A pear is a fruit.","0.2.3"],"assert_cmd":[C[955],"1.0.7"],"router":["A router @0 @4 Iron @j.","0.6.0"],"gpio":["Fast GPIO interfaces @0 &n","0.4.1"],"rusqbin":["Rusqbin is a &h @T @k stashes $q requests @0 later retrieval so &R can do end-to-end ^5 of @X @k makes ^A calls. It is available as both a $J @5 a @1.","0.2.3"],"geo-booleanop":["@3 @2 of @4 Martinez-Rueda Polygon Clipping Algorithm","0.3.2"],"shaku":["Compile Time Dependency Injection @0 @3","0.6.1"],"libadwaita":["@3 @6 @0 libadwaita",C[330]],"tokio-util":["Additional @E @0 ^j @7 Tokio.","0.6.7"],"bbs":["$7 BBS+ signature scheme","0.4.1"],"google-appengine1_beta4-cli":[C[297],C[29]],"crast":["CRAST, Context RNA Alignment Search Tool","1.0.4"],"cargo-print":["A @P &k to print $e in a shell-convenient @F.","0.1.4"],"nu_$T_start":["A $T to open @z/URLs directly @t Nushell",C[23]],"orml-oracle":["Oracle ^B @k makes off-chain @x available on-chain.",C[2]],"amethyst_^s":["Amethyst ^s",C[74]],"ctor":["__attribute__((constructor)) @0 @3","0.1.20"],"display-link":["rusty @6 to apples CADisplayLink/CVDisplayLink @l",C[0]],"zcash_proofs":["Zcash zk-SNARK circuits @5 proving APIs","0.5.0"],"twilight-command-parser":["Message @B @h @0 @4 Twilight ecosystem.","0.5.0"],"gitlab":["Gitlab @y @d.","0.1401.0"],"stunclient":["@H STUN @d @0 resolving external IP address @5 port of a UDP socket",C[9]],"stemflow":["Access-control policy $a $3 by StemJail","0.5.3"],"libgo":["Basic Go @1 @k implements @4 Go Text ^a.",C[2]],"svd_board":["Autogenerated &w @5 accessor &X @0 @4 $j mapped registers of various ARM boards @n on CMSIS SVD @z.",C[9]],"gdnative":["$7 Godot game engine's gdnative @6.","0.9.3"],"tp-block-builder":[C[473],"2.1.2"],"imperator-save":["Ergonomically work @7 Imperator Rome saves (debug @5 ironman)","0.2.7"],"cw-storage-plus":["Enhanced/experimental ^x engines","0.7.0"],"linky":["Extract links @t Markdown @z @5 check links @0 brokenness","0.1.8"],"dmoj":["A @3 @8 @0 &d helpful &X in online judging","0.1.5"],"kaktus":["Parent Pointer Tree","0.1.3"],"warc":["A @3 @1 @0 ^X @5 $M WARC @z.",C[6]],"endian_codec":["(De/En)@X @e @i as packed bytes @7 specific order","0.1.1"],"murmurhash64":["@v of MurmurHash2 (64bit $4)","0.3.1"],"catmark":["Console printer @0 CommonMark","0.2.2"],"scinotation":["A @1 @0 representing ^Y in scientific notation","0.0.2"],"hash32":["32-bit hashing machinery",C[6]],"prefix_num_ops":["$7 num_traits @y, but in prefix notation.","0.1.3"],"rvg":["Vector ^O $1 @F.",C[0]],"pmemblk-sys":["$L @6 to **libpmemblk**","0.0.2"],"rust-stemmers":["A @e @2 of some popular snowball stemming $U","1.2.0"],"doh-client":["DNS &c HTTPS @d","3.0.2"],"juniper-eager-loading":[C[341],"0.5.1"],"google-ml1":[C[698],C[10]],"foropts":["An argument-@S iterator","0.3.6"],"rustman":["Cross platfrom @W &F","0.6.0"],"load-dotenv":["@O is a ^S $i @g to load $q .env $1 at compile $x",C[4]],"mimalloc":["Performance @5 security oriented drop-in ^l","0.1.26"],"ticktock":["Best effort constant framerate clock @5 $H timers","0.8.0"],"debruijn":["Tools @0 DNA sequences: ^J k-mer manipulation, De Bruijn graph construction @5 compaction @5 ^g of DNA $z","0.3.2"],"self_update":["Self updates @0 standalone executables",C[12]],"layout_id":["Layout id is $3 to ^o a unique id @0 a $k @k changes if it's $j layout changes",C[9]],"wren-sys":["$L @6 to @4 Wren scripting @L @y","0.2.5"],"webcomponent":["A @1 @0 ^2 &h components","0.6.2"],"superluminal-perf":["Superluminal Performance @y @0 adding user events to profiler captures","0.1.1"],"embed":["embed is a @3 ^9 $T @k lets &R embed directory trees ^c compiled binaries. @O is &Q in order to ship a single self-contained $J.","0.1.1"],"warheadhateus":["^p Authorization Header Generation (^p Signature Version 4)",C[6]],"mat4":["matrix 4x4",C[6]],"cargo-whatfeatures":["display features, versions @5 &8 of $V","0.9.6"],"scanlex":["a @c lexical scanner @0 @S ^G ^c tokens","0.1.4"],"gc-arena-derive":["^N-@g @m @0 gc-arena","0.2.2"],"fast-modulo":["$H modulo calculation",C[0]],"link-config":["Compile-$x execution of pkg-config to detect what `#[link]` directives shouldbe inserted @0 linking to a &7 @1.","0.1.1"],"fitsio":["@3 implmentation of astronomy fits $1 ^g",C[38]],"couchdb":["$7 couchdb @1 @s @i @0 ^j @7 CouchDB.","0.6.0"],"libxlsxwriter-sys":["@3 $X of libxlsxwriter","1.1.1"],"prototty_&p_render":["@v of prototty_render::ViewGrid @0 $9 in &p frontend.",C[12]],"ipnetwork":["A @1 to work @7 IP CIDRs in @3",C[19]],"lrpc":["local rpc","1.1.0"],"chemfiles":["Modern @1 @0 chemistry trajectories ^X @5 $M",C[22]],"noble-authorship":["Block @5 Uncle Author tracking @0 @4 FABRIC","2.0.1"],"sendfd-new":[C[519],C[2]],"goldentests":["A golden $1 ^5 @1 where tests can be configured within @4 same ^3 $1","0.3.8"],"getpass":["unistd.h getpass @f","0.0.2"],"wagyu-monero":["A @1 @0 $E Monero wallets","0.6.3"],"acyclic-network":["Acyclic ^7 representation @5 construction",C[0]],"$O_comprehend":["^p ^L @0 @3 - Amazon Comprehend @ 2017-11-27",C[18]],"abscissa_$v":["Support @0 launching Tokio runtimes within Abscissa @Q","0.6.0-pre.2"],"simulacrum_user":["Functionality @k is helpful when @u mock objects created @7 Simulacrum.",C[3]],"crc-core":["@G @w &J $p source @5 $h script of crc @8",C[4]],"xoodoo":[C[259],C[3]],"pqcrypto-frodo":["Post-Quantum Key-Encapsulation Mechanism frodo","0.4.7"],"actix-testing":[C[949],C[275]],"jsonapi":["JSONAPI @2","0.7.0"],"opt300x":["Platform-&6 @3 ^h @0 @4 OPT300x ambient light sensors. Compatible @7 OPT3001, OPT3002, OPT3004, OPT3006 @5 OPT3007",C[3]],"umash-sys":["$L &l @0 @4 umash ^v/fingerprint $0",C[4]],"stijl":["Cross-@N @c styled ^G streams","0.5.2"],"mio-timerfd":["mio @m @0 linux's timerfd",C[0]],"@7_locals-proc_@a":["TODO!","0.3.0-rc1"],"wrapped_&V":["Useful @g to wrap existing @i in an &V ($w $9 @0 quick ^u ^g)","0.1.3"],"tak":["@v of Tak (@t @4 Kingkiller Chronicles)","0.6.1"],"ormx-macros":[C[113],"0.7.0"],"vsock":["Virtio socket @m @0 @3","0.2.4"],"genmesh":["A @W @0 $E 3D meshes","0.6.2"],"sentry-log":[C[353],C[62]],"joinery":["A ^S @8 @0 generically joining iterators @7 a separator","2.1.0"],"ang":[C[649],"0.5.0"],"http-signature-normalization":[C[553],"0.5.3"],"pest_consume":["A @j @0 &o @4 &L of a pest-^Z @h","1.1.1"],"&J_$j_@b":["Support @8 @k @s @a @0 @4 shared_memory @8.",C[20]],"wasi-cap-std-sync":[C[482],C[93]],"treez":[C[707],"1.6.0"],"bevy_webgl2":["A webgl2 wasm32 render $Y @0 Bevy Engine","0.5.2"],"wild_&f_pool":["wild &f pool",C[2]],"trunk":["Build, bundle & ship $q @3 WASM $N to @4 &h.","0.12.1"],"rahashmap":["Fork of ^C @1 HashMap @7 additional $5.","0.2.14"],"rquery":["A @c @2 of a HTML/XML DOM ^6 $f allows @c $K $A querying by CSS selectors, makes dealing @7 XML @z less painful.","0.4.1"],"google-dfareporting2d5":[C[387],C[126]],"to_default":["@O @1 @s a convenient way to replace a typical usuage of `mem::replace`",C[4]],"ducc":["@3 @6 @0 Duktape, @4 ^8 JavaScript $a","0.1.5"],"transient-hashmap":["@H @e HashMap @7 transient entries.","0.4.1"],"sorted-iter":["Typesafe &M @0 sorted iterators, &H set @5 relational $K","0.1.7"],"failure_@b":["derives @0 @4 failure @8","0.1.8"],"ab_glyph_rasterizer":["Coverage rasterization @0 lines, quadratic & cubic beziers","0.1.4"],"k8-obj-core":["Core Kubernetes @y Objects","2.2.0"],"^x_zip":["Utility @w @1 @0 zipping Options @5 Results ^c tuples.","0.1.1"],"blkid":["Safe blkid-@r @f",C[6]],"nell":["&n netlink @l",C[9]],"vk-sys":["@I @0 @4 Vulkan ^O @y","0.7.0"],"as_num":["Checked conversions $p Rust's numeric @i.","0.2.5"],"yara":["@3 @6 @0 VirusTotal/yara","0.8.0"],"awak":["A ^S @R @J @0 @3","0.2.11"],"smallset":["An unordered set of elements optimized @0 ^S sizes","0.1.1"],"parry2d":["2 dimensional collision detection @1 in @3.","0.6.0"],"google-appstate1-cli":[C[802],C[803]],"storage-proofs":["Implementations of Proofs of Storage","6.0.0"],"yare":["Minimal parameterized ^5 @1 @0 @3 💖","1.0.1"],"secp256kfun_parity_$Y":["Vendored $4 of paritytech/libsecp256k1 @0 secp256kfun","0.1.5"],"q":["Soon to come - Playground.","0.0.2"],"daggy":["A directed acyclic graph @x $Q @1. It is Implemented on top of petgraph's Graph @x $Q @5 attempts to follow similar conventions where suitable.","0.7.0"],"sp-consensus-vrf":[C[208],"0.9.0"],"tptp":["Parse @4 TPTP @F","0.29.1"],"luhnmod10":["Fast @5 @c in-place @2 of @4 luhn (mod 10) @Z.","1.1.0"],"metro_m0":["Board Support @8 @0 @4 Adafruit Metro M0","0.9.0"],"rocket_failure_errors":["Error &w @0 rocket_failure",C[0]],"&V_meta":["Add metadata to Enum Variants","0.6.0"],"touptek":["@I @0 Touptek ToupLite image acquisition @1","1.1.0"],"assets":["$r asset ^w",C[9]],"libhydrogen-sys":["Low-@D @6 @0 @4 Hydrogen cryptography @1","0.9.0"],"burner":["Mini REST @T","0.2.3"],"shoggoth_@a":[C[844],"0.0.19"],"kbgpg":["GnuPG-compatibility @f @0 Keybase",C[4]],"borrowing_exerci":["how to understand @4 borrowing in @e","0.4.51"],"panini_@a":["A @h @C. @O @W declares two syntax &M:`grammar` @5 `enum_stream`.","0.0.0"],"uvm_install_@G":["Base @8 @7 installer @w to install Unity3D @5 its @m modules",C[2]],"pulse":["A @1 @0 @R wake signals","0.5.3"],"redox_uefi_alloc":["UEFI allocation @m",C[3]],"rouste":["&S @5 declarative URI @n router $t @7 insane @3 @a.",C[6]],"pushover":["A @f @0 @4 Pushover @y.",C[9]],"pallet-utility":["FRAME @E &u","3.0.0"],"loupe-derive":["Profiling $R @0 @3, see @4 `loupe` @8","0.1.3"],"timespan":["A @c timespan @0 chrono times.",C[0]],"bare-websocket":["@H @d only WebSocket (RFC6455) @2 @7 low @D @9 details exposed (if needed)","0.0.6"],"nbconf":["@H $I $1 reader/writer","1.0.0"],"rsmq":["A @3 @2 of [RSMQ](&N://smrchy.github.io/rsmq/about/) (Redis @H Message Queue).",C[6]],"kelvin-radix":["Radix Tree @x $Q",C[13]],"kg-tree":["&S object ^6 @7 Opath query @L, similar to XPath.",C[6]],"imager":["Automated image ^z; optimizes @4 ^z @u various heuristics.","0.3.2"],"bevy_prototype_lyon":["Draw 2D shapes @5 paths in @4 Bevy game $a.","0.3.1"],"ksuid":["A @1 @0 efficiently $E, @S @5 serializing Segment.io KSUIDs",C[0]],"nj-cli":["$h $R @0 node-bindgen",C[2]],"changepoint":["Change Point Detection in @3",C[11]],"actix-web-opentelemetry":["OpenTelemetry $S @0 Actix Web apps","0.11.0-beta.4"],"starling":["@O ^6 $Q is a $J merkle ^6 @7 branch ^z via split indexes.","3.2.3"],"bork":["Pretty print syntax errors @0 $q @h or interpreter.",C[6]],"soio":[C[112],"0.2.3"],"@e_util":["Hatter's @3 Util","0.6.41"],"prototty_glutin":["Prototty context @0 glutin windows.",C[12]],"yubikey":["Pure @3 cross-@N host-side ^h @0 YubiKey &A @t Yubico withsupport @0 hardware-backed public-key decryption @5 digital signatures usingthe Personal Identity Verification (PIV) $N. Supports RSA (1024/2048)or ECC (NIST P-256/P-384) $U e.g, PKCS#1v1.5, ECDSA","0.4.2"],"switch-hal":["HAL @5 basic @V @0 input @5 &L switches (buttons, switches, leds, transistors)",C[2]],"rolling-stats":["Rolling statistics calculations (min/max/mean/std_dev) &c arbitrary floating point ^Y @n on Welford's Online Algorithm",C[2]],"melody":["Crossplatform Terminal Music Player",C[9]],"google-dns1-cli":[C[505],C[49]],"file-descriptors":["Wrapper $G @4 $w kinds of (mostly &n) $1 descriptors, &H sockets, pipes, FIFOs, terminals, serial ports, character &A, epoll, POSIX message queues, timerfd, eventfd, signalfd fanotify @5 inotify","0.9.1"],"qimalloc":["Quick incremental $j ^l",C[3]],"names":["A @1 to ^o &x name $z suitable @0 $9 in containerinstances, ^t names, $N instances, etc.",C[13]],"fdp-sys":["@3 $L @6 @0 libFDP","0.1.1"],"xyz":["&C @0 @4 RPG Maker XYZ image @F",C[6]],"lazy_&g":["A @g @0 declaring lazily evaluated statics in @3.","1.4.0"],"runng":["High-@D @f $G nng (Nanomsg-Next-Generation) aka Nanomsg2","0.3.2"],"io":["...","0.0.2"],"libcratesio":["@p @0 accessing crates.io @y","0.0.8"],"mick-jaeger":["@3 @d @0 sending traces to a Jaeger @T","0.1.4"],"waitgroup":["Async waitgroup @0 a $c of task to finish",C[4]],"puppetfile":["Puppetfile @h","0.2.2"],"source-span":["Source @X mapping @5 display @E.","2.6.0"],"fluvio-async-tls":[C[369],C[0]],"error-chain-mini":["^u-chain @0 minimalist",C[0]],"hecs":["A $H, minimal, @5 ergonomic entity-component-@M @1","0.6.0"],"heca-lib":["Hebrew Calendar @1","1.3.2"],"lindera-dictionary":["A morphological dictionary loader.","0.7.1"],"gorrosion-gtp":["A best-effort strongly typed @l $p @3 @5 GTP, @4 Go Text Protocoll","0.4.1"],"yenc":["Encodes @5 decodes @u @4 yEnc $6.","0.2.2"],"brotli2":["@I to libbrotli to provide brotli decompression @5 ^z to @3","0.3.2"],"dhall_^N_@a":["^H @0 dhall","0.5.1"],"ruma-common":["&W @i @0 other ruma $V.","0.5.4"],"vdot":["Create $q .env @z @u HashiCorp Vault.","0.4.10"],"mal":["A @1 to @o @7 @4 MyAnimeList @y.","0.8.1"],"yolo":["Rusts .yolo()",C[4]],"mackerel_$T":["Mackerel $T ^r @1","0.2.5"],"bitutils":["Bitfield @g @5 @E","3.0.1"],"v_hist":["A really quick way to make histograms @k fix @4 $u",C[4]],"driver-pal":["@3 ^8 ^h ^r @W","0.8.0-alpha.3"],"cheapskate-ci":["CLI @0 those who are too cheap to pay @0 CI but still want required GitHub status checks. Now they can run this locally.",C[1]],"proc-macro-error":["Almost drop-in replacement to panics in ^N-@a","1.0.4"],"ucd":["Extends @4 char $k to provide $W to most fields of @4 UCD, UnicodeCharacter Database, as of $4 9.0.0. It aims to be compact, $H, @5 useminimal &8 (only rust's @G @8). Not all properties are included,most notably character names.","0.1.1"],"skeletal_animation":["Skeletal character animation @1, @u gfx-rs","0.40.0"],"exonum-node":["Node of @4 Exonum blockchain @j.","1.0.0"],"pretty_env_logger":["a visually pretty env_logger",C[2]],"piston-gfx_texture":["A Gfx texture representation @k works nicely @7 Piston &4","0.41.0"],"libpcre-sys":["&I @6 to libpcre","0.2.2"],"base_url":["A @f $G @4 Url $k @0 &h urls","1.1.0"],"gaclen":["A @1 @0 ^g anything a game @d needs to do.","0.0.14"],"tracing-opentelemetry":["OpenTelemetry $S @0 &q",C[8]],"rhusics-ecs":[C[318],"0.7.0"],"lightning":["A Bitcoin Lightning @1 in Rust.Does most of @4 hard work, ^W implying a specific @J, requiring clients implement basic ^7 logic, chain interactions @5 disk storage.Still missing tons of ^u-^g. See GitHub issues @0 suggested projects if &R want to contribute. Don't have to bother telling &R not to $9 this @0 anything serious, because you'd have to $h a @d $G it to even try.","0.0.99"],"stopwatch":["A stopwatch @1 @0 timing things.","0.0.7"],"nestools":["A set of @3 ^U $3 to help make NES games, mostly $3 @0 tile compiling","1.3.1"],"router-rs-macro":["A @g @0 @d side &h $N routing","0.1.1"],"polly":["A templating @L @0 @3.",C[4]],"ncollide":["DEPRECATED: $9 ncollide2d or ncollide3d instead. 2 @5 3-dimensional collision detection @1 in @3.","0.14.3"],"patch-rs":["@3 patch @2","0.6.2"],"coreutils_json":["Json &e.","0.5.1"],"epub-builder":["A @3 @1 @0 $E EPUB @z","0.4.8"],"delay-queue":["A concurrent unbounded blocking queue where each element can only be removed when its delay expires.",C[0]],"nom-trace":["A tracer @0 nom parsers",C[6]],"osm-xml":["OSM xml @h @0 @3","0.6.2"],"trivial_colours":["Very @c @5 naive colour changing @0 $q $u, but that's exactly what &R need sometimes",C[9]],"zermelo":["A @1 @k retrieves a schedule @t Zermelo.","0.4.1"],"embedded-executor":["Embedded systems-friendly `Futures` executor","0.6.1"],"rustracing_jaeger":["Jaeger @d @1 created on top of rustracing","0.6.1"],"imgui-inspect":[C[232],"0.8.0"],"crossfont":["Cross @N &7 font loading @5 rasterization",C[9]],"k8-obj-app":["Kubernetes app objects","2.0.0"],"brotli-no-stdlib":["A brotli decompressor @k does not $9 @4 @e stdlib. @O makes it suitable @0 ^8 &A @5 kernels. It is designed @7 a pluggable ^l so @k @4 ^C lib's ^l may be employed. For users wishing to $9 @4 stdlib, @4 brotli @W, $f calls ^c @5 abstracts this @W, is recommended.","1.0.4"],"fbthrift-git":["@O is a -git @W @0 fbthrift.","0.0.6+c7fcc0e"],"termstyle":["create @5 ^3 @4 style @5 formatting of ^G in $q $u @Q",C[4]],"chess_perft":["@O @W runs a 'perft' ^3 on a particular chess position. @O makes every move out to a certain depth, @5 counts @4 &1 of leaf-nodes. @O is $3 to verify @k move $Z is correct @5 $H. @O also (optionally) verifies @k @4 hashing $0 produces unique ^D @0 each position.","3.1.1"],"concurrent-hashmap":["A concurrent hashmap @1.","0.2.2"],"mastermind":["Based off of @4 old board game. $7 user enters a &1, $f generates a hidden @X comprised of @k many colors (ROY G BIV + black/white), where duplicates are allowed. $7 user then has 12 attempts to guess what @4 @X is. See @4 rest on GitHub.","0.1.5"],"reed-solomon-novelpoly":["An @2 of a reed solomon @X / encoder / decoder @7 complexity `O(n lg(n))`","1.0.0"],"immutable":["A @1 of immutable persistent @x $m @0 @3","0.1.1"],"spin":["Spin-@n synchronization $8","0.9.2"],"pastebin":["A @c pastebin &e","0.17.9"],"rusty_tarantool":["Tarantul @R @d @n on $v @j","0.2.10"],"tokio-nats":["Async-await ready NATS @1","0.1.1"],"gping":["Ping, but @7 a graph.","1.2.3"],"cfg-regex":["Conversion @t a regular expression to a context-free grammar.","0.1.1"],"commander-rust":["A better way to develop CLI in @3","1.2.1"],"alloc_counter_@g":["$7 #[no_alloc] @g @0 @4 alloc_counter @8.","0.0.2"],"nu-engine":["Core commands @0 nushell",C[23]],"copypasta-ext":["A clipboard @1 &d &Q &M @0 copypasta.","0.3.7"],"safe-graph":["Graph @2 (refactored $4 of GraphMap @t popular @8 petgraph).",C[1]],"rsure":["Rsure captures hashes @5 metadata about a ^6 of @z, @5 canlater verify these hashes @5 metadata to determine if @4 @z havechanged. It supports incremental updates, @5 includes an standaloneexecutable @0 scanning @5 checking trees.","0.9.3"],"migrant":["CLI Database migration ^w @0 postgres, sqlite, mysql",C[8]],"deno_websocket":["@v of WebSocket @y @0 Deno",C[19]],"rumqttd":["Distributed, embeddable mqtt broker @1","0.7.0"],"google-spanner1-cli":[C[57],C[58]],"deepwell-core":["Database ^w @5 migrations &e","0.0.8"],"tun":["TUN device creation @5 ^g.","0.5.1"],"sn_fake_clock":[C[54],"0.4.14"],"tar-parser":["tar archive @h @u nom","0.6.0"],"evmap":[C[14],"11.0.0-alpha.7"],"ghost_actor":["A @c, ergonomic, idiomatic, @g @0 $E @4 boilerplate to $9 @e @Y tasks in a concurrent actor style.","0.4.0-alpha.5"],"^9_^u":["Triggerable ^9 ^u","0.1.1"],"eff-attr":["Attribute @g @0 eff",C[3]],"wit-walrus":["Extension @0 @4 `walrus` @8 to work @7 $D @l @i.","0.6.0"],"char_&5":["Unified character ^X @l to str, String, bytes, File @5 Stdin @0 @3 @L.","0.1.8"],"windows_gen":["Code $Z @0 @4 windows @8",C[19]],"mustache":["@3 @2 of Mustache","0.9.0"],"core-graphics":["@I to Core Graphics @0 macOS","0.22.2"],"rustc-std-workspace-std":["Workaround @0 rustbuild","1.0.1"],"transmute":["Size-heterogeneous transmutation (seriously unsafe!)","0.1.1"],"gaunt":[C[25],C[3]],"google-admin1_reports":[C[913],C[914]],"tugger-apple-bundle":["Interfact @7 Apple bundle $8",C[2]],"grr":["Bare metal OpenGL 4.5+ @f","0.8.0"],"xalloc":["Suballocators @0 external $j (e.g., Vulkan device $j)","0.2.7"],"graph":["Graph @1 @0 @e","0.0.2"],"custom_@b":["(Note: superseded by `@g-attr`) @O @8 @s a @g @k enables @4 $9 of custom @b attributes.","0.1.7"],"runtimeobject-sys":["Contains $0 $g @0 @4 ^4 @y @1 runtimeobject. See winapi @0 @i @5 constants.",C[0]],"atomic-option":["An atomic, nullable, owned pointer.",C[4]],"sigma":["Sigma σ is a @H, Safe @5 Fast Template @L","0.1.1"],"hf2":["Microsoft HID Flashing @p @0 UF2 Bootloaders","0.3.1"],"sigrok-sys":["@I @0 libsigrok",C[0]],"srmap":[C[14],C[52]],"add-remote":["An interactive CLI $R to add a remote fork to a local Git repository.","3.0.1"],"duckscript_^i":["$7 duckscript @B $s executable.","0.8.4"],"sozu":["sozu, a $H, reliable, hot reconfigurable ^A reverse proxy",C[39]],"rapier2d":["2-dimensional physics $a in @3.",C[22]],"shellexpand":["Shell-$A expansions in $z","2.1.0"],"device_^6":["Reads @5 parses &n device ^6 images","1.1.0"],"casbin":["An authorization @1 @k supports $W control models $A ACL, RBAC, ABAC.","2.0.7"],"symbolic-proguard":["A @1 to ^F ProGuard @5 R8 mapping @z @5 symbolicate frames fromoptimized @Q.","7.5.0"],"ex-futures":["An ^d of `@Y`","0.4.9"],"ophelia-secp256k1":["ophelia secp256k1","0.3.2"],"oxidation":[C[676],"0.0.1"],"yaxpeax-pic17":["pic17 decoder @0 @4 yaxpeax ^t","0.1.1"],"kern":["General @1 @0 @3","1.3.3"],"libmultilog":["Various &v @V in @3",C[3]],"cart-tmp-winit":[C[185],"0.22.2"],"amiquip":["Pure @3 RabbitMQ @d",C[2]],"opencv-ros-camera":["Geometric models of OpenCV/ROS cameras @0 photogrammetry",C[20]],"ion-c-sys":["@I to Amazon Ion C","0.4.11"],"lightning_$6":["Network $6 @0 lightning ^7 peer @9 @x @i",C[157]],"transit":["Send @5 receive @i &c UDP packets. A feature-@n @K story, this @8 must be compiled @7 a @K feature to inform @4 @8 what $k of @K is wanted.",C[9]],"lsp-server":["&S LSP @T scaffold.","0.5.2"],"$P_@d":["SAFE Client @y @1",C[6]],"$O_mediatailor":["^p ^L @0 @3 - ^p MediaTailor @ 2018-04-23",C[18]],"ozone":["Pure-@e key/&a store @n on BoltDB",C[3]],"logging-toolkit":["Logging @E","0.5.0"],"is_not":["A $i @g much $A #[cfg(...)] @k can be re-exported @t a @1 @n on enabled features",C[3]],"abnf_to_pest":["A tiny @8 @k helps convert ABNF grammars to pest","0.5.0"],"cppStream":["a @f brings `<<` @5 `>>` operator to rust's writer/reader/&5 $A what C++ did","0.1.1"],"$P_@G":["SAFE @G","0.43.1"],"geos-sys":["GEOS C @y @6","2.0.1"],"binomial-iter":["@U ^U to iteratively compute @4 binomial coefficient",C[3]],"sawtooth-intkey":["Sawtooth Intkey is a Sawtooth transaction handler @0 executing intkey transactions as part of Hyperledger Sawtooth","0.5.0"],"ttl_cache":["A cache @k will expire ^D after a TTL","0.5.1"],"pulsar":["@3 @d @0 Apache Pulsar","4.0.0"],"ytesrev":["A presentation $R $t in @e, @n on sdl2","0.2.7"],"gfcgi":["&I @3 @1 @0 FastCGI @7 multithreading @5 multiplexing @m","0.4.3"],"res":["Res is a $h-script &m @0 managing $q project's resources.","0.6.1"],"iron-csrf":["CSRF protection @0 @4 &h @j Iron",C[2]],"urltemplate":["Lightweight URL templates. Master URLs @7 placeholders!","0.1.5"],"jazz":["Jazz Virtual Machine","0.2.2"],"rdma-core-sys":["rdma-@G-@r $L @6","0.1.10"],"libnice":["Safe, high-@D @3 @6 to libnice.",C[9]],"radicle-surf":["A @X surfing @1 @0 VCS $1 systems","0.6.0"],"jsondata":["^n &o @W @0 document databases","0.7.0"],"pgx-utils":["Utility @w @0 'pgx'","0.1.21"],"ketos":["Lisp dialect scripting @5 ^d @L",C[11]],"grammarly":["@O @8 allows &R to check $q texts @0 grammar @u @4 grammarly &e.","0.3.1"],"pcd-rs-derive":["&O @a @0 pcd-rs @8","0.5.1"],"channel-async":["Async/Stream Extensions @0 crossbeam-channel","0.3.0-deprecated"],"my-rust-lib2":["A dummy @1 to play $G @7 @P publish","1.0.3"],"arg-soup":["A super @c @B $s @S $R","2.0.0"],"rustorm_dao":["Dao @s a flexible way to $W @x @t @4 ^P",C[68]],"noble-multisig":["FABRIC multi-signature dispatch noble","2.0.0"],"vodk_@x":["Tiny RTTI @1.","0.0.2"],"ryu-ecmascript":["Fast floating point to $d conversion, suitable @0 ECMAScript NumberToString","0.1.1"],"@c_xml_serialize":[C[538],C[9]],"executable-path":["Get @4 path of a $J target's executable","1.0.0"],"interledger-ildcp":[C[459],C[2]],"yt-api":["a work in progress @1 to @o asynchronously @7 @4 youtube ^Q","0.3.1"],"freetypegl":["@3 $h &s @5 @6 @0 freetype-gl.",C[2]],"@e_cache":["@1 @k defines a ^C $y @0 caches @5 cached items along @7 impls @0 caching backends",C[9]],"cmark2jira":["Translate good CommonMark ^c bad JIRA markup.",C[2]],"rlibcex":["A partner to rlibc, @7 extra libc @w @0 freestanding @3 projects",C[4]],"todo-txt":["&C @0 @4 todo.txt @F","2.1.0"],"bpfjit":["BPF JIT ^9 @t FreeBSD","0.1.1"],"opentelemetry-http":["Helper @V @0 exchange of traces @5 &z &c ^A",C[2]],"ra_ap_tt":["TBD","0.0.66"],"fluvio-types":["Fluvio $w @i @5 objects","0.2.2"],"body-image-futio":["Futures @n $r I/O @0 body-image.","2.2.1"],"nickel":["An express.js inspired &h @j",C[13]],"init":["Mark a $0 to run before main.",C[0]],"fluence-faas":["Fluence FaaS","0.8.1"],"ddg":["An ORM @0 DuckDuckGo.","0.5.0"],"log-reroute":["Support to change &v target @0 @4 log @8","0.1.7"],"snek":["A @c @1 @5 @g @0 @u dynamic &4",C[9]],"derive-enum-error":[C[114],"0.0.1"],"broadcaster":["Broadcasting @Y mpmc channel","1.0.0"],"futures-stable-preview":[C[906],"0.2.3"],"tink-gcpkms":[C[24],C[0]],"boolector-sys":["Low-@D @6 @0 @4 Boolector SMT solver","0.6.3"],"eaglesong":["A @3 @p of Eaglesong Hash Function",C[3]],"rpi_^8":["Interface @0 @4 Raspberry Pi's GPIO, I2C, PWM, SPI @5 UART peripherals. Forked @t RPPAL",C[3]],"runtime-tokio":["A Tokio-@n $r @J",C[103]],"intcode":["An @2 of @4 Intcode VM @t Advent of Code 2019","0.3.2"],"@e_hawktracer":["@3 @6 @0 hawktracer profiling @1.","0.7.0"],"try-lock":["A ^y atomic lock.","0.2.3"],"topaz":["A tiny game $a.",C[2]],"taken":["^H @0 taking ownership, _staring Liam Neeson_","0.1.1"],"metacrate":["Metadata @0 $V",C[4]],"sgx_urts":[C[55],"1.1.1"],"yubico_&F":["Yubikey Challenge-Response & Configuration","0.8.1"],"codeviz_@e":[C[15],"0.2.2"],"humansize":["A configurable @8 to easily represent $1 sizes in a human-readable @F.","1.1.1"],"@e_asio":["&2 I/O @1","0.6.0"],"type1-encoding-parser":["A @1 to parse encodings @t Type1 font @z",C[3]],"fractalide":["Fractalide, a Flow-@n $l ^M in @3",C[6]],"intel-mkl-tool":["CLI $o @0 redistributiing Intel(R) MKL","0.2.0+mkl2020.1"],"rustc-demangle":["@3 ^9 symbol demangling.","0.1.20"],"flann":["@I @0 @4 FLANN @1",C[3]],"functiontrace-server":["$7 @T component @k FunctionTrace (functiontrace.com) clients will spawn @5 connect to",C[2]],"lapin-futures":["AMQP @d @1 @7 a @Y @n @y","0.33.0"],"butlerd":["A @8 @0 @u @4 butlerd @y",C[4]],"tower-lsp-macros":["Internal $i @a @0 tower-lsp","0.4.1"],"cosmwasm-vm":["VM @6 to run cosmwams contracts",C[111]],"piper":["Async pipes, channels, mutexes, @5 more.","0.1.3"],"ssd1306":["I2C/SPI ^h @0 @4 SSD1306 OLED display controller","0.7.0"],"n-tree":[N,"0.0.1"],"lz4-compression":["Pure @3 @2 of LZ4 ^z @5 decompression as a @1","0.7.0"],"home":["Shared $g of home directories","0.5.3"],"discord_game_sdk":["Safe @f @0 @4 Discord Game ^L","1.0.1"],"eyre":["Flexible concrete Error Reporting $k built on &Y::^u::Error @7 customizable Reports","0.6.5"],"gopher-core":["A @1 ^1 @4 Internet Gopher @9","0.5.0"],"mio-extras":[C[148],"2.0.6"],"glutin_glx_@r":["$7 glx @6 @0 glutin","0.1.7"],"webidl":["A WebIDL @h","0.9.0"],"speexdsp-resampler":["Pure @e port of @4 speexdsp resampler",C[3]],"rotor-tools":["Various $o things @0 comfortable $M of $N @5 protocols @u rotor @1","0.3.2"],"map_vec":["$7 Map @5 Set APIs backed by Vec",C[9]],"radix":["Convert any {u8, u16, u32, u64, u128, usize} to another radix","0.6.0"],"imag-tag":["Part of @4 imag @G ^k: imag-tag @B",C[22]],"mock_instant":["a @c way to mock an &Y::$x::Instant",C[6]],"commandext":["A Command ^d suitable @0 $9 in @3 Builders",C[3]],"vulkan-malloc":["A general purpose device $j ^l @0 Vulkan","0.1.5"],"artnet_@9":["A 1:1 @2 of @4 ArtNet @9",C[9]],"rweb-macros":[C[118],"0.11.3"],"bigtable":["Lib @0 interfacing @7 Google BigTable Data @y","0.5.0"],"poison-pool":["A ^I object pool @k supports poisioning items before they are released back ^c @4 pool.",C[3]],"wrap-debug":["Implements debug by printing its $k name instead","0.1.1"],"yolol_&1":["A rusty @2 of @4 weird-ass special &1 $k $3 in yolol.","0.9.0"],"display-error-chain":["Formats a ^C ^u @5 its sources",C[3]],"multihash":[C[110],C[8]],"gstreamer-gl":["@3 @6 @0 GStreamer GL @1",C[38]],"arya":["@c json validation. @c json repair. lightning $H.","0.0.3"],"graph-search":[C[992],C[0]],"csfml-window-sys":["@I to csfml-window","0.6.0"],"checked_@B":["^d to `&Y::^F::Command` $f adds a &L/status considering @4 programs `ExitStatus` @0 @4 returned Result",C[9]],"iced_style":["$7 default set of styles of Iced",C[9]],"jsonrpc-v2-macros":["Proc @a @0 jsonrpc-v2",C[3]],"glenum":["GL Enum ^D in an organized $m as described in @t &N://developer.mozilla.org/en-US/docs/Web/@y/WebGL_API/Constants","0.1.1"],"hashbag":["An unordered multiset @2 @u a ^v bag","0.1.3"],"countmap":["@H map to count occurences of supplied keys",C[0]],"noble-membership":["FABRIC membership ^w noble","2.0.0"],"frame-metadata":[C[779],"13.0.0"],"sha2-asm":["Assembly @2 of SHA-2 ^z @w","0.6.2"],"xflags":["Moderately @c @B $s arguments @h.","0.2.3"],"mailin":["A @1 @0 $M SMTP servers","0.5.0"],"futures-threadpool":["An @2 of &f pools @u @Y",C[3]],"@R_io_&5":["IntoAsyncRead on steriods","0.3.2"],"battery":["Cross-@N $e about @4 notebook batteries","0.7.8"],"kf-protocol":["&I @3 @2 of kafka @9","3.0.0"],"malloc_buf":["Structs @0 ^g malloc'd $j passed to @3.","1.0.0"],"zerodmg-emulator":[C[260],"0.1.9"],"nbssh":["SSH @B @C","3.0.0"],"imxrt-ral":["Register $W layer @0 all NXP i.MX RT $n","0.4.2"],"l3gd20":["A @N &6 ^h to @l @4 L3GD20 (gyroscope)",C[9]],"proctitle":["A $P @l to setting ^F titles","0.1.1"],"keycode":["A @3 @8 @0 translating keycodes @n on Chrome's mapping of keys.",C[9]],"lfs-core":[C[192],"0.4.2"],"optimization_$a":["A &9 @3 @j @0 ^8 nonconvex optimization. Ideal @0 robotics!","0.7.1"],"sfmt":["@3 @2 of SIMD-oriented Fast Mersenne Twister (SFMT)","0.6.0"],"task_scheduler":["A @1 to easilty schedule an FnOnce to run in @4 future",C[0]],"tinyvec_@a":["Some @a @0 tiny containers",C[3]],"tink-daead":["Deterministic AEAD $5 @0 @3 port of Google's Tink cryptography @1",C[0]],"hansard":["Gets @4 last 20 Hansard Bound Volumes @0 @4 UK Parliament","0.1.3"],"symmetric-interaction-calculus":[C[287],"0.1.8"],"uil":["User @l @1 oriented @0 games. It includes user @l languages.","0.0.3"],"edn-derive":["Edn (De)Serialization @b @a","0.5.0"],"try_match_inner":["$7 ^T $i @g of `try_match`",C[0]],"buldak":["It is a @1 @k @s various sorting @w.","0.27.1"],"i3-style":["Make $q i3 config a little more stylish","1.0.2"],"cublas":[C[16],C[0]],"piet-coregraphics":["CoreGraphics $Y @0 piet 2D ^O $C.",C[2]],"typos-cli":[C[285],"1.1.1"],"feattle-sync":[C[82],"0.6.0"],"watch":["A synchronous message passing channel @k only retains @4 most recent &a.",C[0]],"packed_simd_2":[C[217],"0.3.5"],"tc-peerset":[C[481],"2.0.0"],"itm-decode":["A @1 @0 ^V ARM Cortex-m ITM @5 DWT packets",C[56]],"hreq-h1":["&2 ^A/1.1 (@5 1.0) @2","0.3.10"],"netlink-proto":["@R netlink @9","0.7.0"],"ugli-derive":["Universal OpenGL Interface (@b @a)",C[822]],"hglib":["Mercurial @B @T @d @1.","0.1.1"],"s3rs":["A s3 ^i @d @7 multi configs @7 diffent provider","0.4.7"],"sc-finality-grandpa-warp-sync":["A request-response @9 @0 ^g grandpa warp sync requests","0.9.0"],"heim-derive":["&O @a @0 heim $V",C[26]],"voronoi":["A @1 to compute Voronoi diagrams, @u Fortune's sweepline @Z","0.1.4"],"rayon-futures":["(deprecated) Futures $S ^c Rayon","0.1.1"],"yaserde_@b":["Serialization @5 &3 @a","0.7.1"],"join_to_$d":["Join a list of items to $d/buffer.","0.1.3"],"bloom":["Fast Bloom Filter @5 Counting Bloom Filter @2","0.3.2"],"marine-timestamp-macro":["Definition of @4 `#[build_timestamp]` @g","0.6.10"],"lazy_@F":["A $o @8 @0 lazily formatting ^D @0 later","1.8.4"],"tai64":["TAI64 @5 TAI64N (i.e. Temps Atomique International) timestamp @m @0 @3","3.1.0"],"android-sparse":["An @2 of Android's sparse $1 @F.","0.5.0"],"dx_@G":["Core $5 required by all @4 dx-rs $V. dx-rs is a DirectX @f @0 @e.",C[9]],"cmdline-parser":["Platform-resembling cmdline @S @0 ^0 shells",C[3]],"tzparse":["@O high-@D @1 reads IANA @M timezone $e @z @5 returns transition times (ie. daylight saving $x) @5 human readable @x about a timezone.","1.1.3"],"antidote":["Poison-free versions of @4 ^C @1 Mutex @5 RwLock @i","1.0.0"],"rtl-sdr":["@3 @f @0 librtlsdr.","0.1.5"],"happv":["A minimal AppVeyor @y @1 in @3",C[4]],"interledger-service-util":["Small, commonly $3 Interledger services @k don't really fit anywhere else",C[2]],"maidsafe_@E":["@3 $o @w provided by MaidSafe.","0.19.0"],"darksky":["An unofficial @3 @f @0 @4 darksky.net @y.","0.8.1"],"regex":["An @2 of regular expressions @0 @3. @O @2 usesfinite automata @5 guarantees linear $x matching on all inputs.","1.5.4"],"rust-embed":[C[386],"5.9.0"],"tor-stream":["@3 @l @0 proxying ^7 streams &c @4 Tor ^7",C[9]],"agate":["Very @c @T @0 @4 Gemini hypertext @9","3.1.0"],"try_print":["A pair non-panicking @a to print to stdout","0.0.1"],"lwactors":["Lightweight actors @0 @3 @u @Y-rs",C[0]],"dlc-decrypter":["A decoder @1 @0 dlc @z",C[6]],"pyo3-macros-backend":[C[48],"0.14.1"],"cargo-strip":["Strip @3 binaries created @7 @P","0.2.3"],"sp-staking":[C[1015],"3.0.0"],"ruuvitag-listener":["Print RuuviTag measurements in Telegraf ^m @F","0.5.4"],"seed-bootstrap":["Components @0 @u Bootstrap toolkit @7 Seed @j",C[0]],"genco-macros":[C[97],C[98]],"$O_opsworks":["^p ^L @0 @3 - ^p OpsWorks @ 2013-02-18",C[18]],"pest_@C":[C[442],"2.1.3"],"nu_$T_ps":["A ^F list $T @0 Nushell",C[23]],"html2md":["@p @5 $J to convert @c html documents ^c markdown","0.2.13"],"nitrous":["Executable to be called @t a ^G editor, &d $H snippets.","0.1.15"],"pn-editor":["A powerful &0 to view, edit @5 simulate petri nets","0.7.0"],"pulldown-cmark-to-cmark":["Convert pulldown-cmark Events back to @4 $d they were parsed @t","6.0.2"],"nccl":["Minimal $I $1 @F @5 @1.","1.0.0"],"fixed-map-derive":["A fixed map where ^x layout is calculated by a $i macro.This @8 contains @4 $i @a.","0.7.0"],"nthash":["ntHash is a rolling ^v $0 @0 hashing all possible k-mers in a DNA sequence.","0.5.0"],"jsonwebkey":["^n Web Key (JWK) (de)@K, $Z, @5 conversion.","0.3.2"],"numext-fixed-uint":["Fixed-size uint @i.",C[1]],"google-deploymentmanager2-cli":[C[443],C[444]],"quaint":["An $C layer @0 SQL databases.","0.2.0-alpha.13"],"shiva-dto":["DTO @0 Shiva","0.7.0"],"cql-rust":["Driver @0 @4 Cassandra CQL Binary ^a v2","0.0.3"],"alloc-cortex-m":["A heap ^l @0 Cortex-M processors","0.4.1"],"tiny-led-matrix":["A @1 @0 direct control of a ^S monochrome LED display.","1.0.2"],"shorty-conf":["shorty-conf is @4 $I bit $3 by $V integrating shorty","0.5.4"],"document":["Structures @5 $8 @0 documents.","0.5.1"],"solana-ed25519-dalek":["Fork of ed25519-dalek @0 `^f`; only $3 @0 upstreaming fixes",C[0]],"tc_redis":["Testcontainers image @0 Redis",C[6]],"jsonpath":["JSONPath @0 @3","0.1.1"],"blarf":["&g site @C","1.0.8"],"jubjub":["@v of @4 Jubjub elliptic curve group","0.7.0"],"xcb":["@3 @6 @5 &l @0 XCB","0.9.0"],"playbook":["YAML driven Docker DevOps","0.4.2"],"tame-gcs":["A ^S @1 @7 a limited set of Google Cloud Storage $K",C[20]],"cxx":["Safe interop $p @3 @5 C++","1.0.50"],"ckb-traits":[C[41],C[31]],"$d_telephone":["@H networking abstractions, desgined @0 games","0.0.3"],"fastmod":["Fast, partial replacement @0 codemod (find/replace $R @0 programmers)","0.4.2"],"cargo-about":["Cargo $T @0 $E a listing of all of @4 $V @5 @4 @4 terms under $f they are licensed",C[9]],"mqtt3":[C[17],"0.1.4"],"nfd2":[C[648],C[9]],"powershell_script":["A @1 @0 running ^4 PowerShell scripts",C[6]],"xn--ls8h":["💩","0.0.2"],"tao-log":["Extension @a @0 &L to @4 log @8.","1.0.1"],"tdesktop_theme":["A @3 @8 @0 @S @5 @K of .tdesktop-theme @5 .tdesktop-palette @z.","0.3.2"],"snafu-derive":[C[371],C[372]],"$O_workspaces":["^p ^L @0 @3 - Amazon WorkSpaces @ 2015-04-08",C[18]],"syn-next":[C[491],C[863]],"rusty-xinput":["Safe dynamic loading of xinput.","1.2.0"],"v-common-ft-xapian":[C[178],"0.1.47"],"sparkly":["A pretty-printing @1 @n on Wadler's \"A Prettier Printer\" @7 @m @0 ANSI styling.","0.1.5"],"emojicons":["Parse :emoji: notation to unicode representation.","1.0.1"],"google-storagetransfer1":[C[431],C[44]],"hbs-common-sys":["&W $L @6 to heartbeats-@c &4",C[6]],"&G_^U_util":["^S ^r to ^o $4 $e @0 git packages",C[0]],"upaste":["@H ^i pasting @d @0 paste.rs, hastebin, or any general pasting &e",C[9]],"ibig":["A big integer @1 @7 good $F","0.3.2"],"recycle":["Transform Box, Vec @5 HashMap while recycling @4 backing $j if possible.",C[3]],"google-androidpublisher3":["A @q @1 to @o @7 Android Publisher (@9 v3)","2.0.4+20210401"],"misc_^s":["A ^S $c of convenient @5 $o @w developed @0 personal $9.","4.0.1"],"pcap-file":["A @8 to read @5 &b Pcap @5 read PcapNg","1.1.1"],"libtar-sys":["$7 @W facilitates &g linking @7 libtar.","0.1.9"],"$O_apigatewayv2":["^p ^L @0 @3 - AmazonApiGatewayV2 @ 2018-11-29",C[18]],"rio_turtle":["RDF Turtle, Trig, N-Triples @5 N-Quads parsers @5 serializers","0.6.0"],"bb8":["Full-featured @R ($v-@n) connection pool ($A r2d2)","0.7.0"],"webfinger":["A @8 to help &R fetch @5 serve WebFinger resources","0.5.0"],"hash-roll":["Rolling hashes & Content Defined Chunking (cdc)",C[9]],"dipstick":["A $H, all-purpose &z @1 decoupling instrumentation @t reporting backends. Similar to popular &v frameworks, but @7 counters, timers @5 gauges. Can combine outputs (e.g. log + graphite), do sampling, aggregation, periodical publication, etc.","0.9.0"],"amqp_worker":[C[782],"0.9.0"],"quest":["@H @B-$s user input.",C[9]],"guid-macro-impl":["@v @8 @0 @4 $i guid! @g.",C[3]],"letsencrypt-rs":["DEPRECATED! @O @8 is merged @7 acme-@d.",C[9]],"queen":["message queue","0.26.0-alpha.1"],"&G_apfloat":["rustc_apfloat ripped out of rustc_private modified to @m compiling on stable.","0.1.3"],"haveibeenpwnd":["@U a @d @0 @4 Have I Been Pwnd @y",C[6]],"vsop87":["Pure @3 VSOP87 @Z @2. Includes all VSOP87 algorith versions:VSOP87, VSOP87A, VSOP87B, VSOP87C, VSOP87D @5 VSOP87E.VSOP87 are a family of $U $3 to predict @4 position of planets in thesolar @M @7 great accuracy. That position can be $3 by astronomicalsoftware to create views of @4 sky, or by simulation software to know theposition of @4 planets.","2.1.0"],"google-ml1_beta1-cli":[C[151],C[152]],"zoom-api":["An @y @d @0 Zoom","0.1.5"],"x11rb":["@3 @6 to X11","0.8.1"],"shuffling-allocator":["A shuffling ^l, randomizing heap object locations; &Q @0 avoiding accidental cache locality during benchmarking, $f can obscure $F evaluation.","1.1.2"],"lru_$x_cache":["@v of a Least Recently Used caching @Z in a container $f may be limited by size or $x, ordered by most recently seen.","0.11.11"],"capstone_@e":["A Capstone $a $X @0 @3","0.2.3"],"rust-embed-utils":["^b @0 @e-embed","5.1.0"],"rooster":["A @c password &F @0 geeks","2.9.0"],"unreliable-message":["An @2 of unreliable message sending &c UDP",C[3]],"des":["DES @5 Triple DES (3DES, TDES) block ciphers @2","0.7.0"],"chardetng":["A character $6 detector @0 legacy Web content",C[52]],"lv2rs":["@3 @1 prototype @0 @4 creation of LV2 plugins","0.3.2"],"i2c-pca9685":["PCA9685 ^h @0 i2cbus","0.1.8"],"bearer":["Command $s $o to ^o ^A Authorization header @7 bearer tokens. @O is achieved @7 OAuth2 authorization @X @5 refresh token workflow.","0.2.3"],"rust-github":["@3 @n @1 @0 ^R @7 @4 Github v3 @y.","0.1.1"],"^N_self":["Cross-@N `/^N/self` functionality.This @1 enables limited `/^N/self` $5, &H getting @4 current executable, open $1 descriptors, @5 paths @0 open $1 descriptors @k can be passed to e.g. `exec` (@0 those systems ^W `fexecve`).Integrated ^c &N://github.com/alecmocatta/palaver",C[0]],"circbuf":["A growable circular buffer @0 ^j @7 bytes",C[0]],"tailscale-api":["An @y @d @0 Tailscale","0.1.5"],"gfx_draping":["Drape polygons &c terrain @7 gfx",C[9]],"libunftp":["Extensible, @R, cloud orientated FTP(S) @T @1.",C[19]],"wepoll-sys-stjepang":["A fork of wepoll-@r @7 stjepang's patches","1.0.8"],"signalo_$2":["A $c of $2 $3 in 'signalo' umbrella @8.","0.5.0"],"signature":["Traits @0 ^e signature $U (e.g. ECDSA, Ed25519)","1.3.1"],"$O_codedeploy":["^p ^L @0 @3 - ^p CodeDeploy @ 2014-10-06",C[18]],"wasm-core":["Portable $D @2","0.2.15"],"gfx_device_gl":[C[759],"0.16.2"],"embedded-timeout-macros":["^H @0 ^j @7 timeouts on top of ^8-hal APIs",C[9]],"pasta_curves":["@v of @4 Pallas @5 Vesta (Pasta) curve cycle","0.1.1"],"scan-rules":["@O @8 @s some @a @0 quickly @S ^D out of ^G. Roughly speaking, it does @4 inverse of @4 print!/@F! @a; or, in other words, a similar job to scanf @t C.",C[0]],"afl":["Fuzzing @3 @X @7 american-fuzzy-lop",C[22]],"opengl32-sys":["Contains $0 $g @0 @4 ^4 @y @1 opengl32. See winapi @0 @i @5 constants.","0.1.1"],"exonum_bitcoinrpc":["Bitcoin RPC @y @d.","0.6.0"],"rcudnn":[C[16],"1.7.0"],"synac":["Synac @d @1 @0 @3","0.6.2"],"solana-sdk-macro":["Solana ^L Macro","1.7.8"],"seance":["A session @1","0.5.0"],"tracing-tracy":["Inspect &q-enabled @3 @Q @7 Tracy","0.6.1"],"dart-bindgen":["A $R @0 $E Dart $L @6 to C Header $1.","0.1.9-deprecated"],"structopt-flags":["Collection of reusable flags @0 StructOpt","0.3.6"],"owned-singleton":["Owned singletons",C[3]],"switchyard":["Real-$x compute focused @R executor",C[6]],"doubly":["Doubly linked lists in @e","1.1.3"],"quil":["A @c logger @0 @3 projects","0.4.1"],"enum-ordinalize":["@O $V @s a $i @g to let enums not only get its variants' ordinal but also be constructed @t an ordinal.","3.1.10"],"xio_jobset_compilation":["XIO jobset compilation @1",C[20]],"include_dir_impl":["@v @8 @0 include_dir","0.6.1"],"eventific":["Eventific is a $R @k gives &R @4 needed ^0 blocks @0 event sourcing","0.1.18"],"libhoney":["@p @0 sending events to honeycomb.io","0.0.5"],"hoi4save":["Ergonomically work @7 HOI4 saves",C[1]],"atomig":["&S @5 convenient `&Y` atomics via `Atomic`. Can be $3 @7 manyprimitive @i (&H floats) @5 @7 custom @i.","0.3.1"],"vivid":["LS_COLORS &F @7 &j themes","0.7.0"],"ro":["Helps make stuff read-only","1.0.0"],"$O_codecommit":["^p ^L @0 @3 - ^p CodeCommit @ 2015-04-13",C[18]],"test-assembler":["A set of @i @0 ^0 complex $J streams.","0.1.5"],"miniquad":["Cross-@N window context @5 rendering @1.","0.3.0-alpha.37"],"rsocket_@e":["rsocket-@e is an @2 of @4 RSocket @9 in @3.","0.7.1"],"duplicate-kriller":[C[166],"1.4.1"],"list_&K":["Python-$A list comprehensions in @3","0.0.2"],"mqttc":["Mqttc is a @d @0 @4 MQTT @9.","0.1.4"],"yarte_@b":["$B @g @W @0 yarte","0.15.4"],"bitrate":["Extension $2 @k add convenience &X @0 ^j @7 bitrates @5 frequencies.","0.1.1"],"hakari":["Manage workspace-hack packages @k do feature unification inside workspaces.",C[9]],"dynfmt":["A @8 @0 formatting $z dynamically.","0.1.5"],"robots_txt":["A ^y @h @5 @C @0 robots.txt.","0.7.0"],"io-context":["A context @k carries a deadline, cancelation signals @5 request scoped valuesacross @y boundaries @5 $p processes.",C[0]],"egg-mode":["@p to @o @7 @4 Twitter @y",C[87]],"casperlabs-engine-grpc-server":["Wasm execution $a @0 CasperLabs smart contracts.","0.20.1"],"swc_ecma_visit":[C[936],"0.35.0"],"slip21":["SLIP-21 @2 in @3",C[0]],"orbimage":["Orbital image features","0.1.17"],"gstreamer-check-sys":["$L @6 to libgstcheck-1.0",C[38]],"log-ndc":["log ^d @7 NDC-$A $5",C[9]],"cached_^N_@g":[C[21],"0.6.0"],"gdk-pixbuf":["@3 @6 @0 @4 GdkPixbuf @1",C[8]],"atsamd21g18a":["Peripheral $W @y @0 ATSAMD21G18A $n (^Z @u svd2rust)","0.7.1"],"archery":["Abstract &c @4 atomicity of reference-counting pointers",C[2]],"varisat-internal-proof":["Internal proof @F @0 @4 Varisat SAT solver","0.2.2"],"summed-area-table":["@v of a summed area table","2.0.0"],"heed-traits":["$7 $2 $3 inside of @4 fully typed LMDB @f, heed","0.8.0"],"tz":["@p @0 @S zoneinfo @z",C[6]],"coinaddress":["@p @0 validating @4 base58 ^v checksums, &H specificallythe bitcoin @5 litecoin addresses.","1.1.3"],"uci":["A @1 to programmatically communicate @7 UCI ^m chess engines",C[4]],"blosc":["@3 @6 to @4 C-BLOSC ^z @1","0.1.3"],"signal-backup-decode":["A @c $R to decode signal backups","0.2.3"],"accumulator":["A key-&a store limited by size or $x, allowing accumulation of &j ^D under a single key.","0.7.0"],"uefi-macros":["$B @a @0 @4 uefi-rs @8","0.3.3"],"map-to-javascript-html":["A @1 @0 serializing a map to JavaScript @X in HTML usually @0 dynamically $E $z on &h pages.","2.0.4"],"lis3dh":["An ^8-hal ^h @0 @4 LIS3DH accelerometer @k implements @4 ^I accelerometer $y",C[9]],"config_$1_handler":["Create, read @5 &b ^n-encoded config @z.",C[13]],"atm-async-utils":["^b @0 ^1 @5 ^5 @Y::Sink @5 @Y::Stream related @X.",C[6]],"ternary-tree":["A @3 @2 of Ternary Search Trees, @7 no unsafe blocks","0.1.1"],"privdrop":["A @c @8 to drop privileges","0.5.0"],"orbtk-proc-macros":["$B @a $3 by OrbTk.",C[77]],"bevy_input":["@U input $5 @0 Bevy Engine","0.5.0"],"unsafe_unions":["A @g to ^o $m $f behave $A C-style unions.","0.0.2"],"luhn":["A Luhn validation @1","1.0.1"],"dpc-rdup-du":["RDUP Disk Usage",C[0]],"easybench-wasm":["A ^y benchmarking @1 @0 Wasm target",C[6]],"libpulse-simple-binding":["A @3 @L $X @0 @4 PulseAudio libpulse-@c @1.","2.23.0"],"optick":["Super Lightweight Performance Profiler","1.3.4"],"multibase":["multibase in @e","0.9.1"],"fastly-shared":["Shared $g @0 Fastly Compute@Edge","0.6.3"],"wr_malloc_size_of":["Internal $o to measure $j usage in WebRender.",C[3]],"ruroonga_@d":["A tiny Groonga ^A @d.","0.5.1"],"pyo3-pack":["@O ^t has been renamed to 'maturin'","0.7.0"],"tokio-yamux":["@3 @2 of Yamux",C[9]],"piston-graphics_^Q_$4":["A @1 @0 storing ^O @y versions","1.0.0"],"arrutil":["Functions @0 manipulating arrays @t slices","1.0.0"],"emerald-core":["Ethereum Classic secure account ^w @G libary",C[22]],"protofish":["Protofish is a decoder focused on ^V arbitrary @9 buffer messageswith ^u recovery.",C[2]],"ellipticoin":["A @1 @0 ^0 Elliptcoin smart contracts",C[1]],"mio-misc":["Miscellaneous components @0 $9 @7 Mio","1.2.1"],"tpl":["@c &9 template","0.1.4"],"assemble_app":["Bootstrap @1 @0 &N://assemble.app","0.1.36"],"rustcord-sys":["Raw $L @6 @0 @4 Discord Rich Presence @y","0.2.4"],"logos":[C[458],C[11]],"solana-client":["Solana Client","1.7.8"],"inherent":["Make $y &X callable ^W @4 $y in scope",C[1]],"stm32f30x-hal":["HAL @0 @4 STM32F30x family of $n",C[0]],"fp_@e":["Implement fp features @0 @3","0.1.40"],"renderdoc":["RenderDoc $N @6 @0 @3",C[22]],"nya":["A @c @5 ^S $1 processor.","1.0.0"],"dlpack":["@3 @L $X @0 DLPack.",C[0]],"aktrs":["An actor model @j @0 @3",C[269]],"gfx_device_metal":["Metal $Y @0 gfx-rs",C[9]],"mlnx-ofed-libibverbs-sys":["Low-@D $L @6 to @4 C-@1 Mellanox OFED libibverbs","0.0.6"],"llvm-wrap":["A safer @f @0 @4 LLVM C @y @6 in @3, @n on llvm-@r","0.2.5"],"sqlite3-sys":["$7 @W @s @6 to SQLite.",C[36]],"num_&V":["$B @a to make inter-operation $p $8 @5 enums easier.","0.5.2"],"fluvio-spu-schema":["Fluvio @y @0 SPU","0.6.1"],"rbtag":["A $i @g to add $h DateTime @5 git commit $e at compile $x",C[9]],"ruyi":["An event-driven @j @0 non-blocking, $r I/O in @3",C[1]],"sqlx-rt":["Runtime $C $3 by SQLx, @4 @3 SQL toolkit. Not intended to be $3 directly.","0.5.5"],"python_rub":["@3 Builder @0 Python","0.0.3"],"yrs":["High $F @2 of @4 Yjs CRDT","0.0.1"],"deadpool":["Dead @c @R pool","0.8.2"],"robotparser":["robots.txt @h @0 @3","0.10.2"],"^f_libra_move_ir_natives":["Solana Libra move_ir_natives","0.0.0"],"actix-net":["Actix net - @j @0 @4 compisible ^7 services @0 @3 (experimental)",C[9]],"adi":["Ultra-portable hardware @l @0 @N-&6 @Q.","0.13.0-pre2"],"knock":["Knock is a @c ^A Client @0 @3","0.1.8"],"persy":["Transactional Persistence Engine","0.11.14"],"wayland-egl":["@I to libwayland-egl.","0.29.0"],"www-authenticate":["missing ^A WWW-Authenticate header @h/printer @0 hyper 0.11.x. 0.1.x @0 hyper 0.10.y, 0.2.x @0 hyper 0.11.y @5 0.3.x @0 hyperx",C[9]],"libfa-sys":["&I @6 to @4 Augeas libfa Finite Automata @1","0.1.3"],"bevy_winit":["A winit window @5 input $Y @0 Bevy Engine","0.5.0"],"deuterium":["Deuterium is a fancy SQL &K @0 @3. It's designed to provide a DSL to easily $h SQL queries in $P @5 *typed* way.","0.5.0"],"libcoinche":["A @1 to model @4 Coinche card game.",C[0]],"chariot_io_^U":["Chariot ^r @8 @0 frequent I/O $K such as ^X a byte","0.1.4"],"behold":["A @c @1 enabling contextual debugging","0.1.3"],"clapme":["Parse @B $s arguments by defining a &P (DEPRECATED).","0.1.16"],"augeas_@r":["Low @D @6 @0 augeas","0.0.2"],"is":["@O is a @8 @k was made @7 idea @k made no sense to begin @7. I probably will never $9 it @0 anything. If &R want this name, please contact me @5 I'll transfer it to &R unconditionally. Sorry @0 inconvenience.","0.6.0"],"rust-turbo":["Use this @1 to $h a @P $A @B $s @u @4 @B pattern.An @2 @u @e-turbo can be found at &N://github.com/megamsys/meg.git",C[0]],"bytify-impl":["Internal @2 of @4 bytify @8.","0.3.1"],"nl-dump":["A netlink (mostly RT_NETLINK) disector.","0.1.3"],"play":["$7 @W @s a means of playing audio @z.","0.5.3"],"alloc-shim":["A shim @8 @0 to import items of alloc @8 ergonomically. (deprecated).","0.3.5"],"iset":["@O $V implements map @5 set @7 interval keys.","0.0.5"],"geo-clipper":["Boolean $K on polygons","0.7.0"],"aseprite":["A @8 to load @z @t @4 aseprite sprite editor.","0.1.3"],"nickel-diesel":["Nickel middleware &d a diesel ORM @7 r2d2 connection pooling","0.9.0"],"rigel":["Minimal HMAC-SHA512 @2 optimized @0 ^8 &A","0.2.2"],"watson":["a no_std &h assembly loader","0.9.2"],"tdjson-sys":["TDLIB Json Client @3 $L @I","0.1.5"],"cargo-test":["@P $4 ^3","0.3.1"],"rubbl_casatables_impl":["A bundle of C++ @X @k can read @4 CASA table @F @0 Rubbl.","0.2.31104"],"const-cstr":["Create &g C-^m $z @t @3 $d literals.",C[9]],"tp-api":["Tetcore @J ^Q $8","2.1.2"],"rural":["User-friendly @B-$s ^A $R.","0.8.1"],"idmap":["Efficient maps of integer id keys to ^D, backed by an underlying `Vec`","0.2.19"],"av-data":["Multimedia @x $m",C[9]],"actix-server":["General purpose TCP @T built @0 @4 Actix ecosystem",C[85]],"ego-tree":["Vec-backed ID-^6","0.6.2"],"dwm-status":["Displays @M $e @0 dwm status bar.","1.7.2"],"udp_@T":["$H udp @T frame.","0.4.1"],"bigint":["DEPRECATED: $9 uint instead","4.4.3"],"oak_@J":["&C ^Z by Oak depends on this @1. Please consult @4 @W Oak @0 more informations.","0.6.0"],"solana-storage-bigtable":["Solana Storage BigTable","1.7.8"],"startuppong":["startuppong.com @y @d","0.2.2"],"simplebase":["A @c to $9 ^P @1","0.3.35"],"gstreamer-webrtc-sys":["$L @6 to libgstwebrtc-1.0",C[38]],"$O_eks":["^p ^L @0 @3 - Amazon Elastic Kubernetes Service @ 2017-11-01",C[18]],"thruster-proc":["$7 ^N @a behind @4 thruster &h @j","1.1.9"],"google-drive2-cli":[C[717],C[45]],"const_env_impl":[C[423],C[4]],"ethereum-block":[C[520],C[2]],"objc-encode":["Objective-C $k $6 creation @5 @S in @3.","1.1.0"],"stream-vbyte":["Encode @5 decode ^Y in @4 Stream VByte @F","0.3.2"],"activitystreams":["A set of @G @i @5 $2 @0 activitystreams @x","0.7.0-alpha.11"],"^v_ring":["Consistent Hashing @1 @0 @3",C[0]],"cstr-macros":["$B @a @0 cstr",C[1]],"load_image":["Load PNG or JPEG @7 color profile @m","2.15.1"],"svgparser":["Featureful, pull-@n, zero-allocation SVG @h.","0.8.1"],"rstats":["Statistical Measures, Vector Algebra, Geometric Median, Data Analysis @5 Machine Learning","0.8.6"],"texture_packer":["A texture packing @1 @u @4 skyline heuristic",C[62]],"$b_schema":[C[446],"0.0.1"],"sp-inherents":[C[66],"3.0.0"],"radix64":["A base64 @1 by another name","0.6.2"],"imag-todo":["Part of @4 imag @G ^k: imag-todo @B",C[22]],"uni-gl":["Unrust &7/&p openGL compatibility layer",C[4]],"graphql_query_@b":[C[95],C[20]],"accel-mma84":["Driver @0 an MMA8452Q 3-axis accelerometer.",C[0]],"anevicon":["A high-performant UDP-@n load @C, $t in @3","7.0.9"],"tide-tera":["Use tera templates on tide","0.2.4"],"rendy-frame":["Rendy's frame synchronization $R","0.5.1"],"quickcheck_@R":["Runtime-&6 &Z @a to $9 quickcheck @7 @R tests.","0.1.1"],"compact_arena":["A @8 @7 some @i to allow indexed arenas @7 ^S $j footprint","0.4.1"],"lunardate":["A Chinese Calendar @p in @3",C[0]],"neat-gru":["NEAT @Z @7 GRU gates","0.6.5"],"$O_appstream":["^p ^L @0 @3 - Amazon AppStream @ 2016-12-01",C[18]],"gettext":["An @2 of Gettext translation @j @0 @3",C[2]],"elias-fano":["An @2 of Elias-Fano $6 in @3","1.1.0"],"svgfilters":["@v of various SVG filters.",C[9]],"nu-path":[C[778],C[23]],"scoped-tls":["@p @2 of @4 ^C library's old `scoped_thread_local!`@g @0 &d scoped $W to &f local ^x (TLS) so any $k canbe stored ^c TLS.","1.0.0"],"virtio-bindings":["@3 $L @6 to virtio ^Z @u bindgen.",C[3]],"range-map":["Maps @5 sets &T @u ranges.","0.1.5"],"no-std-net":["Rust's &Y::net... ^W @4 '&Y'.","0.5.0"],"nginx-config":["A @h, AST @5 formatter @0 nginx $I @z.",C[99]],"tauri-runtime":["Runtime @0 Tauri @Q","0.1.4"],"nuid":["A highly performant unique identifier @C.",C[9]],"lib-cargo-apk":["Cargo &k @k allows &R to $h Android packages","0.5.1"],"tester":[C[241],"0.9.0"],"human-sort":["Human sort (natural sort) @2","0.2.2"],"ssvm-evmc-sys":["@I to EVMC (low-@D)","7.4.0"],"porter2":["An (incomplete) @2 of @4 Porter 2 English Stemmer","0.0.1004"],"indenter":["A formatter @f @k indents @4 ^G, designed @0 ^u display impls","0.3.3"],"serial-line-ip":["Serial Line Internet ^a (SLIP) @y.","0.5.0"],"enamel":["A @c OpenGL @l overlay @0 $9 @7 Glium.",C[9]],"sluice":[C[73],"0.5.4"],"$O_serverlessrepo":["^p ^L @0 @3 - AWSServerlessApplicationRepository @ 2017-09-08",C[18]],"rustengine":["@3 bitboard multi variant uci chess analysis $a.","1.0.60"],"serde-indexed":["Derivation of Serialize @5 Deserialize @k replaces &P keys @7 numerical indices.",C[3]],"shared-bus":["Abstraction @0 sharing a bus $p &j &A.","0.2.2"],"tracing-elastic-apm":["Elasting APM intake @y &q layer.","2.2.0"],"cblas":["$7 @W @s &l @0 CBLAS (C).",C[2]],"reclaim":["$y-@n abstract @l @0 $j reclamation","0.2.2"],"bitpacking":["Fast integer ^z/decompression via SIMD bit-packing. Port of simdcomp to @e.","0.8.4"],"nettle-sys":["Low-@D @3 @6 @0 @4 Nettle ^e @1","2.0.8"],"m_lexer":["A @c extensible regular expressions @n lexer","0.0.4"],"oxygengine-composite-renderer":["Composite renderer ^B @0 Oxygen Engine",C[68]],"steamwebapi":["Bad Steam @y @f",C[2]],"decimate":["@H decimal @1 in &9 @3","0.2.2"],"grin_secp256k1zkp":["Grin's fork @7 Zero-Knowledge &M of @3 @6 @0 Pieter Wuille's `libsecp256k1` @1. Implements ECDSA @0 @4 SECG elliptic curve group secp256k1 @5 related @E.","0.7.11"],"lines_@t_$1":["@H $0 to get a vector of $d @7 lines of a $1",C[4]],"ntex-rt-macros":["ntex @J @a","0.1.1"],"mla":["Multi Layer Archive - A &9 @e encrypted @5 compressed archive $1 @F","1.1.1"],"tink-awskms":[C[24],C[0]],"tink-aead":["AEAD $5 @0 @3 port of Google's Tink cryptography @1",C[0]],"cfg-match":["Compile-$x conditionals",C[6]],"piston2d-scroll_controller":["A Piston @1 @0 ^g scroll areas",C[11]],"terrain":[C[32],C[53]],"mtcnn":[C[770],C[3]],"vm-memory":["Safe abstractions @0 accessing @4 VM physical $j","0.5.0"],"core-text":["@I to @4 Core Text @j.","19.2.0"],"tough":["$7 Update Framework (TUF) repository @d",C[13]],"link-ipps":["link ipps @1 (part of ipp-@r Intel IPP @6)",C[4]],"libnotify":["@3 @6 to libnotify","1.0.3"],"amethyst_controls":["Amethyst controls",C[74]],"xdg":["A @1 @0 storing @5 retrieving @z according to XDG Base Directory specification","2.2.0"],"cdc":["A @1 @0 performing Content-Defined Chunking (CDC) on @x streams.",C[3]],"rerun_except":["Rerun a @P $h except when specified @z are changed","1.0.0"],"machine_int":["&Y::num::Wrapping on steroids","0.1.4"],"hbs-builder":["Heartbeats-@H Build Helper",C[6]],"svgbobdoc":["Renders ASCII diagrams in doc comments as SVG images.",C[191]],"git-checks-core":[C[437],"1.1.0"],"harp":[C[25],C[3]],"lru-disk-cache":["A LRU cache @0 @z on disk.","0.4.1"],"concourse-resource-derive":["Helper create @0 a derivation @0 concourse-resource",C[3]],"rsl":["$7 @3 @p (RSL).","0.1.1"],"postgis":["An ^d to @e-postgres, adds @m @0 PostGIS.","0.8.0"],"generativity":["Generation of unique invariant lifetimes","1.0.0"],"imap":[C[187],"3.0.0-alpha.4"],"ticker":["Rate limited Iterators.","0.1.1"],"poi":["A pragmatic point-free theorem prover assistant",C[62]],"redux":["Adaptive arithmetic ^z @1 $t in @3",C[0]],"mles-utils":["Mles-^s @0 Mles @T @5 clients","1.1.6"],"rocket_sync_db_pools":["Rocket @R ^P pooling @m @0 sync ^P drivers.",C[26]],"appscraps_dll_^u":["Allows appscraps_dll funcs to return errors.",C[3]],"natpmp":["NAT-PMP @d @1","0.3.1"],"sufdb":["Command $s $R @0 searching documents @7 suffix arrays.","0.1.7"],"dicom":["A &9 @3 @2 of @4 DICOM ^C",C[2]],"rr-mux":["A Request Response Multiplexer @0 ^0 @9 handlers etc.",C[22]],"actix-cors":["Cross-Origin Resource Sharing (CORS) controls @0 Actix Web",C[1035]],"deadqueue":["Dead @c @R queue",C[0]],"user":[C[1028],"0.1.1"],"ramhorns-derive":[C[418],C[11]],"usb":["@p @0 low-@D $W to USB &A via libusb","0.2.2"],"ttf-firacode":["Fira Code TrueType fonts @0 @3.",C[3]],"bastion":["Fault-tolerant Runtime @0 @3 @Q","0.4.4"],"ceph":[C[356],"3.2.5"],"rusty-peg":["A @g @0 defining PEG parsers",C[2]],"cli-timer":["Program $3 to set a timer.","0.3.84"],"cargo-cov":["Collect source coverage via LLVM-GCOV (⚠ not fully tested, may eat $q laundry)","0.0.5"],"deqp-runner":["A VK-GL-CTS/dEQP @f &0 to parallelize it across CPUs @5 report results against a baseline.","0.7.2"],"tracing-json":["Tracing Structured Json Logging Adapter",C[3]],"vulkano-shaders":["Shaders @e @X $Z @g","0.24.0"],"integer-atomics":["@O @8 allows &R to compile @X @k needs @4 unstable integer atomics @i (Atomic{U,I}{8,16,32,64}) @7 @4 stable ^9.","1.0.2"],"cargo-at":["Compile @5 run $q ^t on a ($H) remote host",C[4]],"matrix-sdk":["A high @D Matrix @d-@T @1.",C[9]],"iced_@Y":["Commands, subscriptions, @5 runtimes @0 Iced",C[9]],"mikktspace":["Mikkelsen tangent space @Z",C[0]],"javascriptcore":["@I to @4 JavaScriptCore @j.","0.0.4"],"condition_variable":["Condition Variables (CondVars) made &t","0.1.5"],"hmac-sha512":["A ^S, self-contained SHA512, HMAC-SHA512, SHA384 @5 HMAC-SHA384 @2","0.1.9"],"document_^6":["reStructuredText’s DocumentTree representation",C[2]],"minion":["Crate @0 managing cancellable services","0.1.3"],"druid-derive":["@b impls @0 druid, a @3 UI toolkit.",C[2]],"log4rs-fluentd":["Fluentd appender @0 log4rs",C[0]],"sqlparser":["Extensible SQL Lexer @5 &C @7 @m @0 ANSI SQL:2011","0.9.0"],"cargo-skyline":["A @P &k @0 ^j @7 Skyline plugins $t in @3","2.1.0"],"sqlite":[C[186],"0.26.0"],"sc-executor-common":[C[681],"0.9.0"],"holochain_&v":["A logger @0 Holochain","0.0.7"],"calc-graph":["Efficient calculations on a graph of ^D","0.4.2"],"polyval":["POLYVAL is a GHASH-$A universal ^v &c GF(2^128) &Q @0 constructinga Message Authentication Code (MAC)","0.5.2"],"array_ext":["Extra $5 @0 @3 arrays",C[9]],"hello":["hello world","1.0.4"],"bender":["A &m ^w $R @0 hardware projects.",C[79]],"rocket-mongo-file-center-download-response":["@O @8 @s a response &P $3 @0 @d downloading @t @4 File Center on MongoDB.","0.6.3"],"mini_paste-proc_@g":["See &N://docs.rs/mini_paste","0.1.11"],"read-byte-slice":["An iterator &c chunks of bytes as slices @t an underlying reader.",C[4]],"fontdb":["A @c, in-$j font ^P @7 CSS-$A queries.","0.5.4"],"logtest":["Test @5 assert log statements","2.0.0"],"cargo-prune":["Prune &m cache",C[0]],"linux-loader":["A &n kernel image loading @8.",C[9]],"skeptic":[C[549],"0.13.6"],"bytestring":["An immutable UTF-8 encoded $d @u Bytes as ^x","1.0.0"],"hyperscan-sys":[C[51],"0.2.2"],"rust-warrior":["Game @0 learning @3, inspired by Ruby Warrior","0.9.2"],"meilisearch-sdk":["@3 @f @0 @4 MeiliSearch @y. MeiliSearch is a powerful, $H, open-source, &t to $9 @5 deploy search $a.","0.9.0"],"jstime":[C[720],"0.28.1"],"kwiwk-experimental":["Collection of WIPs @5 experimental &4",C[9]],"multicache":["An LRU cache where each object has a given weight","0.6.1"],"jddf":["^n Data Definition Format validator @5 @E.","0.3.3"],"veriform_@b":["Custom @b @0 @4 Veriform verifiable @x @K @F",C[0]],"target-lexicon":["Targeting @E @0 compilers @5 related ^U","0.12.1"],"aud":["A minimal @2 of Sagas","0.1.3"],"hjson":[C[220],"0.8.2"],"try-guard":["A guard! @g inspired by @4 guard Alternative $0 @t Haskell.",C[0]],"slice-deque":["A double-ended queue @k Deref's ^c a slice.",C[9]],"grid":["Dynamic ^I 2D @x $Q.",C[2]],"gui":["A ^I UI @1/@j.","0.6.0"],"sardine":[C[27],"0.6.1"],"variance":["Helpers @0 establishing @4 variance of lifetimes @5 $k parameters.","0.1.3"],"refpool":["Efficient $j pool @7 reference counting","0.4.3"],"imagepipe":["An image &o pipeline",C[2]],"libhandy-sys":["$7 @r part of @4 @e @6 @0 libhandy",C[912]],"tp-state-machine":["Tetcore State Machine","2.1.2"],"shadowsocks":[C[119],"1.11.2"],"stop-token":["Experimental cooperative cancellation @0 @R-&Y",C[0]],"symbolic-debuginfo":["A @1 to inspect @5 load DWARF debugging $e @t binaries, suchas Mach-O or ELF.","8.3.0"],"arush":["a set of ^s","0.0.5"],"af_packet":["AF_PACKET @6 @0 @3, primarily to be $3 @0 high-$F ^7 security @Q.","0.3.1"],"solana-banks-server":["Solana banks @T","1.7.8"],"yew-macro":[C[512],C[19]],"bare-metal":["Abstractions $w to bare metal systems","1.0.0"],"external_sort":["@U @4 ability to perform external sorts on &w, $f allows @0 rapid sorting of large @x streams.",C[4]],"uhidrs-sys":["$L @6 to &n UHID (user-space HID transport drivers)","1.0.1"],"qbsdiff":["Fast @5 $j saving bsdiff 4.x ^m delta compressor @5 patcher.","1.3.1"],"failure-tools":["Various ^U to be $3 in conjunction @7 @4 'failure' @8.","4.0.5"],"hello-world-x-rust-x-library":["Hello World @1 in @3",C[4]],"tongue":["Yet another shell.",C[4]],"atsamd21e18a":["Peripheral $W @y @0 ATSAMD21E18A $n (^Z @u svd2rust)","0.7.1"],"elastic_@i":["A strongly-typed @2 of Elasticsearch @G @i @5 Mapping @y.",C[106]],"dirty":["Holds a &a @7 a dirty flag $f is set on writes @5 cleared on clear()",C[0]],"ewasm":["A modular $D @J @0 Ethereum 2.0.","0.2.3"],"goldenfile":["@H goldenfile ^5 @1","1.1.0"],"cemu-smm":["renamed to smmdb","5.0.1"],"add_getters_setters":["Makes it much easier to add getters @5 setters @0 fields of structures.Done by simply just adding some attributes to @4 &P @5 fields","1.1.2"],"og_fmt":["$7 original `@F!`","1.0.4"],"mdbook-plantuml":["A preprocessor @0 mdbook $f will convert plantuml @X blocks ^c inline SVG diagrams","0.7.0"],"rin":["A cat(1) replacement @0 humans.",C[9]],"spirit-cfg-helpers":["Helpers @0 spirit to make ^R @7 $I more smooth @0 @4 user",C[2]],"elephantry-derive":["Macro @2 of #[@b(Entity)]","2.1.0"],"defmac":["A @g to define lambda-$A @a inline.",C[6]],"chars_input":["chars input","0.2.2"],"rusty-machine":["A machine learning @1.","0.5.4"],"mdblog":["&g site @C @t markdown @z.",C[19]],"nbez":["An n-dimensional/n-order Bézier curve @1",C[3]],"rocket_prometheus":["Prometheus instrumentation @0 Rocket @Q.","0.8.1"],"frame-benchmarking-cli":["CLI @0 benchmarking FRAME","3.0.0"],"sev":["@p @0 AMD SEV",C[3]],"gdbm-sys":["gdbm (berkeley ^P) $L @6",C[9]],"vrf":["Fast @5 extensible Verifiable Random Function (VRF) @1; currently supporting secp256k1, secp256r1 @5 sect163k1 curves","0.2.2"],"spl-token-cli":["SPL-Token Command-$s Utility","2.0.14"],"fac":["$h $R","0.5.4"],"google-adexchangebuyer2_v2_beta1":["A @q @1 to @o @7 AdExchangeBuyerII (@9 v2beta1)",C[28]],"jsonrpc-lite":["^n-RPC 2.0 Specification @K @0 @3.","0.5.0"],"enimda":["Entropy-@n image border detection","0.4.1"],"elastic_@b":[C[105],C[1103]],"hidapi_@e":["In &D hidapi $X @0 @e","0.1.3"],"@c_proxy":["@H proxy @7 middlewares, &t to customize, &t to $9.","1.3.4"],"libflo_^u":["Allows libflo libs to return errors.",C[4]],"best":["Utility @0 getting @4 best &a of a sequence @7 an associated &a",C[36]],"maidsafe_vault":[C[245],"0.1.1"],"$O_waf_regional":["^p ^L @0 @3 - ^p WAF Regional @ 2016-11-28",C[18]],"webpacker":["A @3 @f @0 @u Webpacker to manage assets.","0.3.4"],"libsecp256k1-core":["Core @w @0 &9 @3 secp256k1 @2.","0.2.2"],"drone-stm32-map-periph-spi":[C[7],C[8]],"sushi":["@p @0 $M ^G-@n user interfaces.","2.0.0"],"clang":["A somewhat idiomatic @3 @f @0 libclang.","1.0.3"],"katex":["@3 @6 to KaTeX",C[50]],"amaurymartiny-async-smtp":["SMTP @d",C[3]],"yew-router-route-parser":["$7 @h @0 @4 routing syntax $3 @7 yew-router",C[71]],"fui":["Add CLI & form @l to $q &0.","2.0.0"],"google-appengine1_beta5-cli":[C[490],C[29]],"futurize":["Future worker boilerplate codgen","0.5.0"],"copy_in_place":["a $P @f $G ptr::copy @0 ^J copying within slices",C[6]],"mnist":["MNIST @x set @h.","0.4.1"],"holochain_@G":["holochain @G",C[30]],"funfun":["^H @0 ^j @7 closures.","0.2.4"],"bitwrap":["pack/unpack @x ^c byte array","1.0.2"],"spirv-std":["Standard @w @5 @i @0 SPIR-V",C[149]],"engiffen":["Encodes GIF images @t sequences of images. Includes an installablecommand $s bin as well as @4 @1.","0.8.1"],"ruspiro-singleton":["@H @5 &t to $9 singleton pattern","0.4.2"],"bytehash":["Trait abstracting &c ^v-@w, allowing digests to be viewed as byte slices.","3.0.0"],"xxhash":["$7 xxHash hashing @Z","0.0.8"],"vtcol":["Set &n console color scheme","0.42.2"],"google-replicapoolupdater1_beta1-cli":[C[75],C[76]],"ahash":["A non-^e ^v $0 @u AES-NI @0 high $F","0.7.4"],"waitout":["Awaits @4 completion of &j @R tasks","0.1.1"],"emojicode":["Convenience &l @0 emojicode-@r","0.1.4"],"^S_morse":["A @c, no_std morse @X @y",C[3]],"oxen":["A game $a $t in @e.","0.0.2"],"rusty-x":["A snippet &F in @3","0.1.75"],"async-ssh2-lite":["&2 ssh2.",C[6]],"deser-hjson":["a Hjson deserializer @0 Serde","1.0.1"],"fluvio-sc-schema":["Fluvio @y @0 SC","0.8.1"],"winrt_gen":["Code $Z @0 @4 winrt @8","0.7.2"],"finchers":["A combinator @1 @0 builidng $r ^A services","0.13.5"],"noisy":["A $i noise $Z @1 $t @0 @3.","0.0.3"],"mozdevice":["Client @1 @0 @4 Android Debug Bridge (adb)","0.3.2"],"erl_ast":["A @3 representation of Abstract Syntax Trees of Erlang modules","0.1.1"],"cfasttext-sys":["fastText ffi $X","0.6.0"],"terraswap":["&W terraswap @i","2.3.0"],"phantom-fields":["^N-@g @0 sub-fields inside of an integer &a.",C[4]],"chalk-ir":["Chalk's ^T representation of @i, goals, @5 clauses","0.69.0"],"gdnative-sys":["Generated @6 to @4 Godot game engine's gdnative @G @i (See @4 gdnative @8).","0.9.3"],"rafx-framework":[C[96],"0.0.13"],"glyph_brush_layout":["Text layout @0 ab_glyph","0.2.3"],"escaper":[C[614],"0.1.1"],"hunspell":[C[348],C[4]],"duktape_ffi":[C[833],"0.0.1"],"$O_translate":["^p ^L @0 @3 - Amazon Translate @ 2017-07-01",C[18]],"octoon-math":["Graphics @E @0 @3.","0.1.7"],"avif-parse":["&C @0 AVIF image @z",C[99]],"dirs-next":["A tiny low-@D @1 @k @s @N-specific ^C locationsof directories @0 config, cache @5 other @x on &n, ^4, macOSand Redox by leveraging @4 mechanisms defined by @4 XDG base/userdirectory specifications on &n, @4 Known Folder @y on ^4,@5 @4 Standard Directory guidelines on macOS.","2.0.0"],"exonum-btc-anchoring":["An Exonum &e @k @s anchoring to Bitcoin blockchain.","1.0.0"],"libloadorder-ffi":["A @f @1 &d a C $L @0 libloadorder.","11.4.1"],"$O_cloudsearch":["^p ^L @0 @3 - Amazon CloudSearch @ 2013-01-01",C[18]],"hotspot":["$7 @W @s an @l to HotSpot.","0.6.0"],"rotor":["$7 mio-@n @j @0 doing I/O in @c @5 composable way","0.6.3"],"kubewarden-policy-sdk":["Kubewarden Policy ^L @0 @4 @3 @L","0.2.4"],"pinetime-lvgl":["LVGL @I @0 Mynewt on PineTime Smart Watch","2.0.1"],"@M_uri":["System URI @y @1",C[2]],"keyframe":["A @c @1 @0 animation in @3","1.0.3"],"target_$h_^s":["DEPRECATED: Use Cargo ^M variables `CARGO_CFG_TARGET_*`","0.3.1"],"google-fitness1":[C[404],C[43]],"prometheus-endpoint":[C[792],"2.1.2"],"dont_disappear":["Tiny @8 @k prevents @4 console window @t closing when @4 &0 finishes.","3.0.1"],"libfuzzy-sys":["&I @6 to @4 libfuzzy @1",C[0]],"ruma-appservice-api":["Types @0 @4 endpoints in @4 Matrix $N &e @y.",C[9]],"amethyst_animation":["Animation @m @0 Amethyst",C[74]],"ethsign":["A @1 to read ^n keyfiles @5 sign Ethereum stuff.","0.8.0"],"dtrace-parser":["Parse DTrace provider $g ^c @3","0.1.9"],"tokio-resource-pool":["A ^I resource pool @0 @4 Tokio ecosystem.",C[134]],"svinst":["Determines @4 modules declared @5 instantiated in SystemVerilog @z, producing a YAML $1 as &L.",C[1]],"ace":["Parsing @B $s arguments",C[0]],"mapped-guard":["Returnable guards @k represent @0 example a subset of @4 original borrow. Implemented @0 @4 ^C guard @i @5 easily extensible.","0.0.1"],"http-body":["Trait representing an $r, streaming, ^A request or response body.","0.4.2"],"merkle-cbt":["A @1 @0 $E ^J Merkle ^6 @5 combined Merkle proof @n on @q $J ^6",C[9]],"clap_derive-v3":[C[383],C[360]],"shell-quote":["A @3 @1 @0 shell quoting $z, e.g. @0 interpolating ^c a Bash script. @O is not as @c as most people think!",C[3]],"rlibc":["A bare-metal @1 supplying certain libc @w $A memcpy,memmove, memset @5 memcmp. @O is designed @0 $9 in freestandingenvironments where another libc does not exist, since &G mayimplicitly insert calls to such @w.","1.0.0"],"metaheuristics":["Find approximate solutions to $q optimisation problem @u metaheuristics $U","1.0.15"],"lockless":["Composable, lock-free, allocation-light @x $m",C[0]],"sprite":["Procedurally ^o pixel sprites @5 save them in different formats","0.2.4"],"prototty_&p_^x":["@v of prototty_storage::Storage specifically @0 $9 @7 &p.",C[12]],"vsss-rs":["Verifiable Secret Sharing Schemes @0 splitting, combining @5 verifying secret shares","1.0.0"],"ndk":["Safe @3 @6 to @4 Android NDK",C[9]],"tari_comms":["A peer-to-peer messaging @M","0.8.1"],"dyon":["A rusty dynamically typed scripting @L","0.46.0"],"display_bytes":["Human-readable display of byte sequences.",C[6]],"nitrokey-test-state":["State required @5 $3 by @4 nitrokey-^3 @8.",C[3]],"openzwave-sys":["$L @p to @4 opensource OpenZwave @1","0.1.1"],"imgui-opengl-renderer":["An OpenGL renderer @0 imgui-rs",C[13]],"gpgme":["GPGme @6 @0 @3","0.9.2"],"network-endian":["Unsigned integers to make it easier @5 more ^J to work @7 ^7 endian @x.","0.1.5"],"mime2ext":["Given a mimetype, suggest a $1 ^d","0.1.4"],"cargo-authors":["A &k @0 @P @k lists all @4 authors of all @4 dependenciesof @4 @8 in $q current ^j directory.Simply install, then navigate to @4 directory of a @8 @5 run `@P authors`","0.5.1"],"magnetic":["Low-latency lock-free queues","2.2.0"],"pcsc":["@I to @4 PC/SC @y @0 smart card communication","2.5.0"],"khronos":["@3 @i @0 Khronos @y",C[4]],"racer-testutils":["^3 @1 @0 racer, don't $9",C[3]],"holochain_$w":["holochain @G commons",C[30]],"msi":["Read/&b ^4 Installer (MSI) @z",C[9]],"xvii":["@p @0 @S or printing Roman numerals","0.4.1"],"cretonne-faerie":["Emit Cretonne &L to &7 object @z @7 Faerie",C[99]],"cargo-crev":["Distibuted Code REView @M @0 verifying security @5 quality of Cargo &8","0.21.0"],"drone-stm32-map-pieces-9":[C[7],C[8]],"poolite":["A lite threadpool @1.","0.7.1"],"sonnerie-api":["A @d ^Q to Sonnerie, a timeseries ^P","0.4.1"],"fil_logger":["A &v @1 $3 by Filecoin","0.1.3"],"levenshtein_automata":["Creates Levenshtein Automata in an ^J manner.",C[6]],"v_escape":["$7 simd optimized escaping @X","0.16.1"],"httpmock":["^A mocking @1 @0 @3","0.5.8"],"jobsteal":["A work-stealing fork-join threadpool $t in @3.","0.5.1"],"unix-tty":["Unix TTY @y","0.3.4"],"$O_lambda":["^p ^L @0 @3 - ^p Lambda @ 2015-03-31",C[18]],"$O_cognito_identity":["^p ^L @0 @3 - Amazon Cognito Identity @ 2014-06-30",C[18]],"@c_jwt":["@c JWT encoder/decoder","1.2.1"],"riak":["A Riak @d @0 @3.","0.3.4"],"tobj":["A ^y OBJ loader in @4 spirit of tinyobjloader","3.0.1"],"amq-protocol-types":["AMQP specifications - @i",C[101]],"$b_at":["$b serializer/deserializer @0 AT commands","0.11.1"],"artifact-app":["Artifact is a design doc $R made @0 developers. It allows anyone toeasily &b @5 link their design docs both to each other @5 to source @X,making it &t to track how @q their ^t is.Documents are revision controllable, can be rendered as a staticweb page @5 have a full suite of @B $s ^U @0 searching,formatting @5 displaying them.","1.1.0-beta001"],"vswhom-sys":["Pure $L to Jon Blow's VS discovery script",C[3]],"naja_@R_@J":["A ^y universal @J @0 @Y.","0.5.0-deprecated.1"],"tetsy-libp2p-core":[C[656],"0.27.2"],"wagyu-zcash-parameters-4":[C[120],C[0]],"rgeo":["Offline reverse geocoding @1 @u geonames db","0.2.5"],"taxonomy":["Routines @0 loading, saving, @5 manipulating taxonomic trees","0.7.0"],"ncollide2d":["2 @5 3-dimensional collision detection @1 in @3. Will be superseded by @4 parry2d @8.","0.31.0"],"totp-rs":["RFC-compliant TOTP @2 @7 ease of $9 as a goal @5 additionnal QoL features.","0.6.3"],"maybe-uninit":["MaybeUninit @0 friends of backwards compatibility","2.0.0"],"futures-retry":["Retry $q Futures @5 Streams!","0.6.0"],"swc_bundler":["Very $H ecmascript bundler",C[18]],"proc-status":["@c $W to ^N/status info on unix","0.1.1"],"aesti":["Constant/fixed/invariant $x aes implimentation (originally @t &n)",C[9]],"ckb-occupied-capacity-core":[C[78],C[31]],"publicsuffix":[C[81],"2.1.0"],"named_pipe":["Wrapper @0 overlapped (asyncronous) IO of Windows's named pipes","0.4.1"],"js-intern-proc-macro":[C[524],"0.3.1"],"oxygengine-audio-backend-web":["Audio Web $Y ^B @0 Oxygen Engine",C[68]],"spaceapi-server":["A @1 @k allows &R to easily implement a SpaceAPI @T.","0.5.0"],"language-reporting":["Diagnostic reporting @0 $l languages",C[2]],"hexfloat":["Syntax ^d to create floating point literals @t hexadecimal $z","0.1.3"],"td_clua":["@I @0 Lua 5.3",C[4]],"$O_acm_pca":["^p ^L @0 @3 - ^p Certificate Manager Private Certificate Authority @ 2017-08-22",C[18]],"gtk4-sys":["$L @6 of GTK 4",C[0]],"wlc":["Safe @I @0 Cloudef's wlc (Wayland Compositor C-@p)","2.0.1"],"labelgraph":["A @c to $9 graph @2, allowing &x $W to nodes via labels.","2.2.3"],"ptags":["A parallel universal-ctags @f @0 git repository","0.3.3"],"as-result":["Traits @0 converting @i $f may be interpreted as or ^c a result.",C[6]],"yare-macro":["Attribute @g @8 @0 @4 Yare parameterized tests @1.","1.0.1"],"@P_toml":["`Cargo.toml` &P $g @0 @S @7 Serde","0.9.2"],"stubborn-io":["io $2/&w @k automatically recover @t potential disconnections/interruptions.","0.3.1"],"mime-detective":["$7 `MimeDetective` spies @0 @4 magic &1 of a $1 or buffer @5 spits out strongly typed Mimes.","1.0.0"],"mtproxy":["MTProto Proxy Server","0.0.2"],"@e_ci":[C[147],C[0]],"gazetta-bin":["A &g site @C.",C[9]],"webmachine-rust":["Port of @4 Ruby Webmachine @1 to @3","0.2.2"],"parity-rocksdb-sys":[C[124],"0.5.6"],"imgui-miniquad-render":["miniquad @n minimal imgui $N @f","0.1.8"],"classreader":["A @3 @1 @k reads, writes, @5 parses Java Virtula Machine class @z.",C[6]],"grin_wallet_libwallet":[C[40],"5.0.1"],"zerocopy":["^b @0 zero-copy @S @5 @K","0.5.0"],"cw0":["&W &s @0 other cw specs","0.7.0"],"crypto_^Q_chachapoly":["An @2 of ChaCha20-IETF, Poly1305 @5 ChachaPoly-IETF @0 `crypto_api`","0.4.3"],"voladdress":["A @8 @0 &t volatile $j $C.","0.4.3"],"ledcat":["Control lots of LED's &c lots of protocols","0.1.5"],"mangadex-fs":["FUSE ^h @u MangaDex @y.",C[6]],"config":["Layered $I @M @0 @3 @Q.",C[13]],"webpki-roots":["Mozilla's CA root certificates @0 $9 @7 webpki",C[79]],"algorithmia":["Client @0 calling $U @5 managing @x hosted @u Algorithmia","3.0.0-beta.3"],"google-cloudsearch1":["A @q @1 to @o @7 cloudsearch (@9 v1)","0.1.6+20150416"],"shuffled-iter":["Iterate through a set of ^D in &x order ^W allocating them all",C[0]],"threshold_crypto":[C[939],C[2]],"$w_@a":["@U $w @a $A `hash_map!` or `hash_set!` (WIP)","0.1.1"],"tauri-cli":["Command $s @l @0 ^0 Tauri apps",C[142]],"array-queue":["Fixed size bidirectional queues @n on arrays","0.3.3"],"tilejson":["@p @0 serializing @4 TileJSON $1 @F","0.2.2"],"tracing-error":["^b @0 enriching errors @7 `&q`.",C[4]],"bme280":["A @e device ^h @0 @4 Bosch BME280 temperature, humidity, @5 atmospheric pressure sensor @5 @4 Bosch BMP280 temperature, @5 atmospheric pressure sensor",C[6]],"juniper_^K":["Internal custom @b $y @0 Juniper GraphQL","0.15.7"],"snmp-parser":["&C @0 @4 SNMP @9","0.7.0"],"tokenizers":["@U an @2 of today's most $3 tokenizers,@7 a focus on performances @5 versatility.",C[22]],"cddl":["&C @0 @4 Concise @x definition @L (CDDL)","0.8.6"],"ferrite":["Batteries-included $N @j built on Iron.","0.0.1"],"zkutil":["@p @0 ^j @7 circom circuits","0.4.1"],"lyon_tessellation":["A low @D path tessellation @1.","0.17.8"],"crossgen":["Cross compilation template @C","0.6.0"],"nucleo-f401re":["Board Support @8 @0 @4 STM32 NUCLEO-f401RE &D board","0.4.1"],"machine-id":["@p to get a UUID specific to @4 machine.",C[2]],"tiny-skia":["A tiny Skia subset ported to @3.","0.5.1"],"easy-plugin":["A ^9 $T @k makes it easier to &b ^9 plugins.","0.11.8"],"wasmer-compiler":["Base ^9 $C @0 Wasmer $D @J","2.0.0"],"piston-opengex":["Meta rules @0 @S @4 OpenGEX @F","0.6.0"],"cmudict":["@p @0 @u @4 CMUSphinx pronunciation dictionary","0.3.2"],"js-source-mapper":["A @e @1 @0 consuming JavaScript source maps @7 a focus on $F. Supports Source Map revision 3.",C[0]],"litcrypt":["Let's encrypt $q $d statically during compile $x",C[6]],"radium":["Portable interfaces @0 maybe-atomic @i","0.6.2"],"jsonrpc-server-utils":[C[195],"18.0.0"],"@e_ledger":["CLI accounting $R","0.5.0"],"async-native-tls":["&I TLS @u @Y","0.3.3"],"simple-hex":["A @c ASCII hex-to-bytes-@5-back @1",C[3]],"@b_less":["A @g @0 templating item declarations.",C[0]],"td_clua_ext":["extend @0 Lua 5.3",C[3]],"$6_rs":["A Gecko-oriented @2 of @4 Encoding Standard","0.8.28"],"conduit-mime-types":["MIME $k $g @0 conduit","0.7.3"],"runtime-macros":["Simulate expansion of $i @a at run $x",C[9]],"simplelog":["A @c @5 &t-to-$9 &v facility @0 Rust's log @8",C[20]],"paperclip":["OpenAPI tooling @1 @0 $k-$P compile-$x checked ^A APIs","0.5.0"],"xi-rope":["A ^I rope @x $Q built on top of B-Trees.",C[9]],"atomic-instant":["Atomic @f @0 quanta::Instant","0.1.1"],"claymore":[C[32],"999999999.999999999.9999999991"],"mpq":["A @1 @0 ^X MPQ archives","0.7.0"],"mavlink2rest":["A @c REST @y @0 MAVLink",C[20]],"mount":["Mounting middleware @0 Iron.",C[2]],"falcon_capstone":["Capstone @6 in @e","0.4.1"],"ckb-chain-spec":["$7 CKB block chain specification",C[31]],"rounded-div":["Get rounded result of an integer division",C[4]],"stripe":["@6 to @4 stripe ^Q","0.0.5"],"default-editor":["Get @4 default editor @0 @4 current ^M",C[3]],"varbincode":["A $J encoder / decoder @7 variable length integer $6 @2 in @3.",C[3]],"water":["@U &f-$P distributed message sending facility supporting synchronous @5 $r I/O across ^F @5 machine boundaries. It also uses nets $f allow message broadcasts to all, groups, or specific endpoints $f eliminates @4 need @0 tons of individual channels to interconnect threads. It also @s inter-^F communication @u a more restricted raw message $k. It is hoped @k this @1 can replace @4 current channel $5. Also supports waiting on &j endpoints (receivers) $f makes segmentation @5 bridging easier to implement if needed.","0.16.45-alpha"],"slog-mozlog-json":["MozLog ^n drain @0 slog-rs",C[3]],"frugalos":["Frugal Object Storage","1.2.0"],"cargo-sphinx":["Cargo &k @0 ^0 @5 publishing Sphinx documentation to GitHub Pages.","1.3.1"],"cute_custom_default":["&O @g @0 `Default` $y @7 customization","2.1.0"],"tp-trie":["Patricia trie stuff @u a tetsy-scale-codec node @F","2.1.2"],"doapi":["A @f @1 @0 @4 DigitalOcean @y v2","0.1.3"],"julia-sys":["Raw $L @6 to @4 Julia @y",C[0]],"nvml-wrapper-sys":["Generated @6 to @4 NVIDIA Management @p.","0.5.0"],"cobalt-bin":["Static site @C $t in @3","0.16.5"],"$O_elbv2":["^p ^L @0 @3 - Elastic Load Balancing @ 2015-12-01",C[18]],"piston-button_controller":["A Piston @1 @0 ^g button state @5 events",C[36]],"bare-io":["$7 bare essentials of &Y::io @0 $9 in no_std. Alloc @m is optional.",C[6]],"cursive_table_view":["A basic table view @2 @0 cursive.","0.13.3"],"s2":["S2 geometric @1",C[70]],"@x_chain":["Method of recording @x securely on decentralised networks","0.1.1"],"dynasm":["A $T @0 assembling @X at @J. Combined @7 @4 @J @8 dynasmrt it can be $3 to &b JIT compilers easily.","1.1.0"],"serenity":["A @3 @1 @0 @4 Discord @y.","0.10.8"],"google-playcustomapp1":[C[577],C[28]],"enso-shapely":[C[463],C[0]],"expectest":["Crate @s matchers @5 matcher @w @0 unit ^5.",C[11]],"procedurals":["Collection of ^N-@a","0.3.1"],"tokio-trace-core":["Core $8 @0 $v-trace.",C[0]],"pruefung":["Checksums in &9 @3, @7 no_std available, ^1 @4 Hasher $y.",C[6]],"densevec":["Map $A $c @7 usize indices @k stores ^D contiguosly","0.3.5"],"actix-web-actors":["Actix actors @m @0 Actix Web","4.0.0-beta.6"],"buttplug_@b":["Trait &O ^H @0 Buttplug Intimate Hardware Control @p","0.6.2"],"google-blogger3":[C[33],C[28]],"map_in_place":["Reuse @4 $j of a Vec, Box<[T]> or Boxwhen mapping @4 elements if possible.",C[3]],"resiter":["Helper @8 @0 ^g iterators &c result",C[2]],"concurrent":["[deprecated] see `conc` instead.","0.2.2"],"reproto-repository":["reproto repository","0.3.36"],"async-await":["Just some @a to emulate @4 Async @5 Await :)",C[6]],"prettytable-rs":["A @1 @0 printing pretty formatted tables in $u","0.8.0"],"core-nightly":["Nightly $h of libcore @t @4 @e repo.","2015.1.7"],"amino":[C[34],"0.1.5"],"stronghold-derive":["Proc @a @5 derives @0 Stronghold",C[0]],"google-qpxexpress1-cli":[C[909],C[910]],"exr":["Read @5 &b OpenEXR @z ^W any unsafe @X","1.3.0"],"kubectl-view-allocations":["kubectl $T to list allocations (cpu, $j, gpu,... X utilization, requested, limit, allocatable,...)","0.14.3"],"connection-string":["Connection $d @S in @3 (@5 $D)",C[52]],"oauth1-request-derive":["A @b @g @0 `oauth1_request::Request` $y.","0.4.1"],"syntex_fmt_@a":["Export of fmt_macros @X $Z","0.5.0"],"json-api":["Idiomatic @i @0 ^0 a robust ^n @y","0.4.1"],"test-generator":["@3 Test @C: enumerating entries according to $1-@M pattern @5 $E a ^3 $0 @0 each entry.",C[9]],"bitmex":["@3 @p @0 @4 BitMEX @y (Async)","0.2.2"],"flexlint":["A flexible linter @7 rules defined by regular expression","0.2.6"],"quickersort":["Fast sorting ^m @7 stable Rust.Also has (optional) @m @0 ^J @5 robust sorting of floating point ^Y.","3.0.1"],"maildir":["A @c @1 @0 maildir manipulation","0.5.0"],"lightspeed_email":[C[109],"0.34.4"],"grabinput":["Unixy lib @0 ^X @t a $1 or @t stdin",C[6]],"pyo3-asyncio-macros":["Proc Macro Attributes @0 PyO3 Asyncio","0.13.4"],"calx-ecs":["Serializable entity component @M @0 games","0.6.1"],"solana-failure-program":["Solana failure &0","1.7.8"],"abort_on_panic":["Intercept panic! @t unsafe locations @5 abort @4 ^F","2.0.0"],"mock_me_^3_context":["$7 Test Context Crate is private @5 should not be consumed by any external APIs. It is needed by @4 mock_me @8.",C[4]],"argmin":["Mathematical optimization in &9 @3","0.4.6"],"permission":["&S permission control @8.",C[3]],"inline-c-macro":["$7 @a @0 @4 `inline-c` @8, @k allows to &b @5 execute C @X inside @3","0.1.5"],"rubato":["&2 resampling @1 intended @0 audio @x","0.8.1"],"owned_chars":["Owned iterators @7 @4 same &L as Chars @5 CharIndices","0.3.2"],"@R_zmq":["Async $4 @0 ZeroMQ @6","0.3.2"],"milstian-http":["A $J ^A @h.","0.1.9"],"basichll":[C[752],"0.3.1"],"raystack":["WIP SkySpark @d",C[20]],"temporary":["$7 @W @s means of managing temporary @z @5 directories.","0.6.3"],"get_errno":["Extracting errno @t &Y::io::Error","0.0.3"],"&a_@t_$k_@a":["Implement &V (@5 cast &X) @0 a set of &P @i","1.0.6"],"obj-pool":[C[1099],"0.4.4"],"raw_tty":["@O @8 can be $3 @0 generally ^R @7 a tty's mode safely, but was created originally to solve @4 problem of @u raw mode @7 /dev/tty while ^X stdin @0 @x.",C[3]],"@G_&r":["@O is a copy of libstd::&r @7 all @4 parts @k don't work in @G removed. Most importantly, it @s HashMap @5 HashSet.This @8 is (mostly) automatically ^Z @t @4 @e git source. Theversion of @4 source @k corresponds to $q ^9 $4 will beselected automatically by @4 $h script.This depends on @4 rand @8, so make sure to include @k @5 configure theno_std feature on it.","0.3.20170409"],"fuzzyhash":["Pure @3 fuzzy ^v @2",C[6]],"honggfuzz":["Fuzz $q @3 @X @7 Google-developped Honggfuzz !","0.5.54"],"rustracing":["OpenTracing @y @0 @3","0.5.1"],"tetsy-util-mem-derive":["Tetsy &W Crate @0 Memory Reporting","0.1.1"],"rage":["[BETA] A @c, secure, @5 modern encryption $R.","0.6.0"],"esbuild-rs":["@3 @f @0 esbuild, an extremely $H JS minifier $t in Go","0.8.30"],"hash-chain":["A tiered hashmap @5 hashset @2 @k allows @0 easily representing lexically scoped variables","0.3.2"],"rustamodb":["A @e @1 @0 ^p DynamoDB.","0.0.6"],"futures-await":["Async/await syntax @0 @3 through a $i @g. @O @8 defines @4`#[@R]` @g @0 @w, @4 `await!` @g @0 $0 bodies, andintends to be $3 @7 @4 `@Y` @8 on crates.io as well.",C[542]],"lioness":[C[108],C[4]],"wascc-fs":["Blob store capability provider (local $1 @M) @0 @4 waSCC @J",C[4]],"enso-flexer":[C[790],C[0]],"moz_cbor":["@p to $9 CBOR (&N://tools.ietf.org/html/rfc7049) in @3",C[4]],"roxmltree":["Represent an XML as a read-only ^6.","0.14.1"],"ipfs":["IPFS node @2",C[6]],"atsamd51j19a":["Peripheral $W @y @0 ATSAMD51J19A $n (^Z @u svd2rust)","0.7.1"],"equiv":[C[34],C[4]],"earlgrey":["A @1 @0 @S context-free grammars @u Earley @Z",C[9]],"sys-mount":["High @D $L $X $G @4 @r mount & umount2 calls","1.3.0"],"@P":["Cargo, a @W &F @0 @3.","0.54.0"],"slick":["@R ZSH prompt","0.9.5"],"async-test-derive":[C[323],"1.0.0"],"interleave":["An arbitrary iterator interleaver @0 exhaustive consumption of iterators. Each iterator is guaranteed to be no more than a single next call behind any other iterator.","1.0.1"],"kvmi-sys":["@3 $L @6 @0 libkvmi (v6)","0.2.2"],"sysconf":["Small $P @f $G sysconf","0.3.4"],"mozjpeg-sys":["$L @6 @0 MozJPEG v4.MozJPEG is automatically built @5 linked statically. Requires nasm @5 a C ^9.","1.0.0"],"tokio-buf":["&2 &5 of byte buffers",C[35]],"rbx_$J":["@v of Roblox's $J model (rbxm) @5 place (rbxl) $1 formats","0.6.2"],"constant_$x_eq":["Compares two equal-sized byte $z in constant $x.","0.1.5"],"httptin":["httpbin $A $o rewrite in @3","0.2.3"],"generic-channel":["&S `Sender` @5 `Receiver` abstract $p several channel @V: &Y, crossbeam-channel, @Y",C[0]],"gaffer_udp":["A @9 on top of udp &d some reliability. Not ready @0 public consumption.","0.1.4"],"nut":["Bolt DB Port in @3",C[3]],"phf_^K":["Codegen @1 @0 PHF @i","0.9.0"],"kailua_workspace":["Workspace @m @0 Kailua","1.1.0"],"cargo-maj":["$7 libmaj CLI companion. Manage packages, keys @5 versions.",C[1]],"openexr":["@3 @6 @0 OpenEXR","0.7.1"],"i2cdev-bmp280":["I2C ^h @0 @4 BMP280 barometer, thermometer.","0.1.4"],"proxyconf":["^4 proxy $I @t @4 @B $s.",C[6]],"elf_rs":["A @c no_std ELF $1 reader @0 ELF32 @5 ELF64","0.1.3"],"libimagbookmark":[C[60],C[22]],"websocket":[C[765],"0.26.2"],"simple-server":["a @c webserver.",C[2]],"indexing":["Sound unchecked indexing @u “generativity”; a $k @M approach to indices, pointers @5 ranges @k are trusted to be in bounds.","0.4.1"],"blh":["conversion $p geodetic @5 geocentric coordinates",C[9]],"clipboard_macos":["A @1 to obtain $W to @4 macOS clipboard",C[3]],"io-block":["Work @7 block &A @5 other block-$A things in @e","0.1.3"],"wiringpi":["An @y @f @0 WiringPi, ^1 @4 most important @w @5 @s a bit of $k @M convenience. See README.md @0 Raspberry Pi $h instructions.","0.2.4"],"multitask":["An executor @0 running @R tasks",C[0]],"deno_url":["URL @y @2 @0 Deno",C[36]],"object":["A unified @l @0 ^X @5 $M object $1 formats.","0.26.0"],"$k_^v_@a":["Internal @g $g. They may not work properly if not $3 via @4 type_hash @8.",C[9]],"ethers-contract-abigen":["Code $Z @0 $k-$P @6 to Ethereum smart contracts","0.2.2"],"turbo":["A @1 of convolutional encoder/decoders.","0.4.2"],"naia-socket-shared":["&W @x @i &J $p naia-@T-socket & naia-@d-socket $V","0.4.2"],"ncollide_testbed3d":["3D testbed @0 ncollide.","0.5.0"],"bgapi":["@p @0 ^2 @5 @S BGAPI packets.",C[70]],"pgx-macros":["Proc ^H @0 'pgx'","0.1.21"],"peek-poke":["A mechanism @0 serializing @5 deserializing @x ^c/@t byte buffers, @0 $9 in WebRender.",C[0]],"nom-derive-impl":[C[167],"0.9.0"],"ruwren":["Rusty @6 to Wren $l @L","0.4.1"],"librespot":["An open source @d @1 @0 Spotify, @7 @m @0 Spotify Connect",C[0]],"coreboot-table":["Coreboot Table &C",C[1]],"imagequant":["Convert 24/32-bit images to 8-bit palette @7 alpha channel.Bindings @0 libimagequant @k powers pngquant lossy PNG compressor.Dual-licensed $A pngquant. See &N://pngquant.org @0 details.","3.0.4-alpha.2"],"cql_bindgen":["A @e-bindgen ffi @f $G @4 Cassandra c++ ^h plus ^j examples @7 no additional dependencies.You probably want to $9 @4 \"cassandra\" @8 @k @s a $P @f",C[0]],"hyper-tungstenite":["websockets @0 hyper servers @u tungstenite","0.3.3"],"edcert-letter":["@O @8 @s an $C &c Edcert. You can $9 @4 Letter $k to sign @5 verify content @u Edcert Certificates.","2.0.0"],"cocoa_image":["Read RGBA image @u macOS Cocoa @y","1.0.4"],"ptree":["Pretty-print ^6-$A $m","0.3.2"],"flow":["A realtime log analyzer","0.3.5"],"kahan":["@U @i to perform Kahan summation","0.1.4"],"holochain_&p_^s":["holochain &p ^s",C[30]],"backoff-futures":["A retry @5 backoff mechanism @0 `&Y::future::Future`.DEPRECATED: see `backoff::future`.","0.3.2"],"store":["A dead @c $J (de)serializer",C[385]],"luminance":["Stateless @5 $k-$P ^O @j","0.44.0"],"caf":["Pure @e Core Audio Format container decoder",C[3]],"kompact-component-derive":["A @b @g @0 Kompact component $g.",C[22]],"google-speech1":["A @q @1 to @o @7 Speech (@9 v1)",C[37]],"libretro-sys":["Raw libretro @y @6 @0 @3","0.1.1"],"jlens":["^n query combinator @1","0.0.1"],"$O_autoscaling_plans":["^p ^L @0 @3 - ^p Auto Scaling Plans @ 2018-01-06",C[18]],"fs_extra":["Expanding opportunities ^C @1 &Y::fs @5 &Y::io. Recursively copy folders @7 recept $e about ^F @5 much more.","1.2.0"],"libcdio-sys":["&I @6 to @4 libcdio @1","0.4.2"],"exonum-rust-runtime":["$7 @J is @0 running Exonum services $t in @3.","1.0.0"],"gumdrop_@b":["custom @b @m @0 gumdrop","0.8.0"],"libsm":[C[164],C[2]],"telegram-bot-client":["Async Telegram Bot @y @d",C[6]],"allegro_dialog":["Allegro 5 dialog addon @3 @f",C[72]],"saltyrtc-client":["&2 SaltyRTC @d @2 @0 @3.","0.7.0"],"path-absolutize":["A @1 @0 extending `Path` @5 `PathBuf` in order to get an absolute path @5 remove @4 containing dots.","3.0.10"],"bevy_hecs_@a":["Bevy fork of hecs-@a: $i @g $g @0 hecs",C[9]],"$O_appsync":["^p ^L @0 @3 - ^p AppSync @ 2017-07-25",C[18]],"three":["Three.js inspired 3D $a in @3",C[2]],"lifeline":["Lifeline is a &m injection @1 @0 $r message-@n @Q.","0.6.1"],"gstreamer-video":["@3 @6 @0 GStreamer Video @1",C[38]],"ts3plugin":["An $C layer @k simplifies ^2 TeamSpeak3 pluginsand stores received @x to provide a more convenient @y.",C[6]],"tc-consensus-slots":[C[326],"0.8.0"],"copperline":["Pure-@3 Command Line Editing @p",C[9]],"fluence-fork-libp2p-kad":[C[622],"0.29.2"],"case":["A set of letter case $d &s","1.0.0"],"marsoc":[C[34],"0.1.3"],"kad":["A ^I / @Y @n @2 of @4 Kademlia Distributed Hash Table (DHT)","0.6.0"],"rustls-connector":["Connector similar to openssl or &7-tls @0 rustls",C[39]],"cast_$y":["cast $y",C[4]],"bootloader":["An experimental x86_64 bootloader @k works on both BIOS @5 UEFI systems.","0.10.6"],"link-ippcore":["link ippcore @1 (part of ipp-@r Intel IPP @6)","0.1.1"],"kiro-editor":["kiro is a simplistic $u ^G editor.","0.4.3"],"unic-bidi":["UNIC — &i Bidirectional Algorithm","0.9.0"],"liquid-interpreter":[C[177],C[193]],"ethash":["An Apache-licensed Ethash @2.",C[2]],"getters-by-type":["&O @g @0 adding a getter method @0 each $k in @4 &P.","0.2.6"],"chip8_vm":["Virtual machine @0 @4 CHIP-8 $l @L",C[2]],"naughty-strings":["$7 Big List of Naughty Strings is a list of $z $f have a high probability of causing issues when $3 as user-input @x.","0.2.4"],"caelum-id":["Oficial CaelumLabs Identity @3 @y/Core @2","0.1.9"],"deno":["@U @4 deno executable","1.12.2"],"xml-rs":["An XML @1 in &9 @3","0.8.3"],"filetime_win":["^4 FILETIME @5 SYSTEMTIME $d @5 $J @K",C[0]],"rexsgdata":["Scatter-Gather Data Descriptors","0.11.3"],"site_checker":["@H site status checker $t in @3",C[6]],"subcmd":["Cargo $A &k @h",C[3]],"cosey":["Data @i @5 $b @0 public COSE_Keys",C[9]],"pico":["Nonblocking @S @m @0 hyper @u picohttpparser.","0.0.2"],"sorted-collections":["A @1 &d &Q ^d $2 @5 convenience &X @0 ordered &r in @3. NOTE: @O @1 is not currently in active &D, @5 much of @4 $5 has been either obsoleted by or superseded by similar or identical $5 of @4 ^C @1, or soon will be. Please $9 @k instead, at least until I find a better direction to take this.","0.0.8"],"todo_r":["@H @e @B $s $o @k keeps track of $q todo comments in @X","0.7.2"],"blake2_c":["[deprecated] a $P @f @0 @4 official BLAKE2 C @2","0.3.3"],"bidir-map":["Bidirectional map @2 @0 @3","1.0.0"],"darling":["A ^N-@g @1 @0 ^X attributes ^c &w whenimplementing custom derives.",C[36]],"edit_^6":["Edit trees in @e.",C[0]],"path-tree":["path-^6 is a ^y high $F ^A request router @0 @3",C[88]],"vk-shader-macros-impl":["@v detail of vk-shader-@a","0.2.7"],"py_literal":["Read @5 &b Python literals",C[2]],"grin_wallet":[C[40],"5.0.1"],"serde-xdr":["XDR @K @5 &3 @0 Serde","0.6.0"],"getopts":["getopts-$A option @S.","0.2.21"],"elastic_@a":["Deprecated in favour of elastic_derive",C[6]],"spectacles-brokers":["Message brokers $f allow @0 powerful communication $p Spectacles services.","1.4.0"],"^5_logger":["Supports $M tests to verify `log` @8 calls","0.1.1"],"ckb-store":[C[41],C[31]],"audio-mixer":["Mixing audio by @4 input @5 &L channel layout",C[4]],"google-clouduseraccountsvm_beta":[C[1065],C[1066]],"microprofile":["microprofile is a ^S @1 @0 profiling @5 optimizing multithreaded programs.",C[6]],"bodhi":["bodhi REST @y @d","1.0.4"],"smallvec":["'Small vector' optimization: store up to a ^S &1 of items on @4 stack","1.6.1"],"debian":["Helper @1 @0 everything related to Debian, $A @S changelog orcontrol @z @0 packaging, comparing versions (@4 Debian way) orinteracting @7 apt.","0.1.1"],"imag-timetrack":["Part of @4 imag @G ^k: imag-timetrack @B",C[22]],"rza1":["Peripheral $W @y @0 @4 Renesas RZ/A1 MPU family",C[0]],"fuzzy-matcher":["Fuzzy Matching @p","0.3.7"],"cuda-config":["Helper @8 @0 finding CUDA &4",C[3]],"yadns":["Yandex DNS APIv2",C[6]],"verbatim":["@U an ^d @8 @0 constructing verbatim paths.","0.1.1"],"fce-wit-generator":["Fluence FCE @l $k @C",C[2]],"objpool":["Thread-$P ^I object pool",C[0]],"noble-staking-reward-curve":["Reward Curve @0 FABRIC staking noble","2.0.0"],"metrix":["&z @0 $N monitoring","0.13.13"],"leveldb-sys":["$L @6 to LevelDB","2.0.8"],"jsonrpc-v2":["JSONRPC 2.0 @T",C[22]],"forest_actor":["Actors @0 @4 Filecoin @9","3.0.0"],"stdweb-internal-test-macro":["Internal @8 of @4 `stdweb` @8","0.1.1"],"btrup":["@H $o to perform BTRFS-@n backups to an external disk","0.1.1"],"exec":["Use @4 POSIX exec $0 to replace @4 running &0 @7 another","0.3.1"],"dkregistry":["A &9-@3 $r @1 @0 Docker Registry @y","0.5.0"],"librespot-core":["$7 @G $5 provided by librespot",C[0]],"mango-orm":["ORM-$A @y MongoDB @0 @3.","0.4.82"],"comet":["Local continuous $S","2.0.0"],"libftd2xx":["@3 $P @f $G @4 libftd2xx-ffi @8.","0.31.0"],"lalr":["a @1 @0 ^2 LALR(1) parsers @t context-free grammars","0.0.2"],"colourado":["A ^S @5 minimalistic @1 to ^o a &x color palette",C[0]],"rqrr":["Detect @5 read QR codes @t any image source","0.3.2"],"binwrite":["A @3 @8 @0 helping &b &w as $J @x @u ✨@g magic✨",C[6]],"way-cooler-ipc":["Client @1 @0 communicating @7 @4 way-cooler IPC","0.0.0"],"$O_cloudtrail":["^p ^L @0 @3 - ^p CloudTrail @ 2013-11-01",C[18]],"rust-puppetdb-cli":["PuppetDB CLI $R in @e.",C[4]],"multi_try":["Safely combine results",C[9]],"kync":["KyNc – a ^I @y @0 key encapsulation @5 a @3 @l to KyNc-plugins",C[0]],"cognitive-inputs":["Input related $5 @0 `cognitive`",C[3]],"snarkvm-fields":["Fields @0 a decentralized virtual machine","0.7.5"],"pin-weak":["Small @f $G an equivalent of Pin>","1.0.0"],"sqa-engine":["High-$F realtime audio @1",C[2]],"qecs":[C[299],"0.0.7"],"mat3":["matrix 3x3",C[6]],"ucg":["A $I $Z grammar.","0.7.2"],"cargo-rpm":["Build RPMs @t @3 projects @u Cargo workflows","0.8.0"],"ferrous_threads":["Task runner, &f pools, multi-producer, multi-consumer queues, oh my! @O is a @8 @7 &s @0 ^0 concurrent software easily @5 safely.","0.1.1"],"nibble_vec":["Vector @x-$Q @0 half-byte ^D.",C[3]],"^F_path":["Gets @4 path of @4 currently executing ^F or dynamic @1.","0.1.3"],"sophia_term":["A @3 toolkit @0 RDF @5 Linked Data - Implementations of RDF terms","0.7.0"],"mucell":["A cell @7 @4 ability to mutate @4 &a through an immutable reference when $P","0.3.5"],"adi_gpu":["GPU @l - render ^O @5 do $H calculations",C[13]],"transcode":["Command-$s $o @0 converting directories of audio/video @F to run on a raspberry pi.",C[9]],"flume":["A blazingly $H multi-producer channel","0.10.7"],"amy":["Polling @5 Registration abstractions $G kqueue @5 epoll @0 multithreaded @R ^7 $l",C[20]],"yazi":["DEFLATE/zlib ^z @5 decompression.","0.1.4"],"peggler":["&C $Z @u a PEG-$A syntax via @a",C[3]],"netlify_headers":["Netlify Headers is a @h @0 Netlify _headers $1","0.1.1"],"piston-button_tracker":["A Piston @1 @0 tracking key/mouse press events @t windows @0 $9 in update loops",C[8]],"stringly_conversions":["A @8 helping to convert to/@t various representations of $z.","0.1.1"],"calc":["CLI calculator app",C[9]],"imgui":["High-@D @3 @6 to dear imgui","0.7.0"],"openssl-sys-extras":["Extra $L @6 to OpenSSL @k require a C shim","0.7.14"],"mime_$b_shim":[C[665],"0.2.2"],"radix_fmt":["Format a &1 in an arbitrary radix","1.0.0"],"gaviota-sys":["Low @D @6 @0 libgtb, a @1 @0 Gaviota tablebase probing","0.1.17"],"holochain_conductor_lib":["holochain conductor @1",C[30]],"postcard":[C[42],"0.7.0"],"message-io":["Fast @5 &t-to-$9 event-driven ^7 @1","0.14.2"],"cfb-mode":["&S Cipher Feedback (CFB) mode @2.","0.7.1"],"vulkano-glyph":["Text rendering @7 vulkano.",C[2]],"rcgen":["@3 X.509 certificate @C","0.8.11"],"stm32h7":["Device @m $V @0 STM32H7 &A",C[36]],"splitty":["a $d splitter taking quotes ^c account",C[3]],"ruby-sys":["Low @D @6 to MRI, Matz's Ruby Interpreter.",C[9]],"vdso":["Resolve &n vDSO symbols",C[3]],"lignin-html":["HTML renderer @0 lignin VDOM Nodes. @O @8 is primarily @0 &g @5 @T-side rendering. For @d-side $9, see lignin-dom.","0.0.5"],"dxgi-sys":["Contains $0 $g @0 @4 ^4 @y @1 dxgi. See winapi @0 @i @5 constants.",C[0]],"embedded-triple":["Embed @4 target triple ^c @4 $J",C[3]],"tokio-http2":["^A/1.1 @p (^A/2 coming soon) @u Tokio Project (@G, proto, &e). Used @7 &N://github.com/lambdastackio/httpd.","0.1.9"],"rute":["UI @1 &T on top of Qt","0.0.6"],"trackable":["@O @1 @s a way to track objects manually as an alternative to mechanisms $A backtracing","1.2.0"],"matroska":["@p @0 @S Matroska (MKV) $1 metadata.","0.7.0"],"rdxl_scaffolding":["Rdxl Prefabricated HTML Components","0.1.1"],"easy-jsonrpc-proc-macro-mw":[C[204],"0.5.1"],"nanocurrency-types":["A set of @i @0 @4 Nano cryptocurrency",C[2]],"nlprule":["A $H, low-resource Natural &U Processing @5 Error Correction @1.","0.6.4"],"imxrt-iomuxc":["Pad $I @l @0 NXP i.MX RT processors.Part of @4 imxrt-rs ^t.","0.1.3"],"kdbush":["A very $H &g spatial index @0 2D points @n on a flat KD-^6.",C[0]],"functional":["Functional $2","0.0.7"],"fleet":["A @d @1 @0 CoreOS's fleet.",C[0]],"error-code":["Alternative Error @0 @3","2.3.0"],"bacon":["background @e ^9","1.1.7"],"sp800-185":["SHA-3 Derived Functions (SP800-185) @v in @3.",C[0]],"tokio-ctrlc-error":["Easy ^g of keyboard interrupts @7 $v",C[3]],"endiannezz":["Zero &8 @1 @0 I/O endianness on high-@D","0.6.5"],"indexed":["Convenient ^l @0 index-linked @x $m",C[0]],"tp-consensus-babe":[C[253],"0.8.2"],"lpc55s6x-pac":["Peripheral $W @y @0 NXP LPC55s6x $n","0.0.8"],"tinysearch":[C[401],"0.3.1"],"eureka-client":["Handles ^A requests to @5 registering a &e @7 Eureka","0.0.4"],"anchor-syn":["Anchor syntax @S @5 @X $Z ^U","0.11.1"],"pentacle":["Executes programs as sealed anonymous @z on &n","1.0.0"],"wedpr_l_^s":["@p of WeDPR &J @E.","1.1.0"],"gulkana":["A @c ^P","1.3.3"],"ascon":["A @2 of ASCON authenticated encryption.","0.1.4"],"appcore":["(Placeholder) Easy dev.","0.0.2"],"iconz":["A @c CLI to ^o all @4 necessary Xcode icon sizes @t one single source $1","0.2.2"],"dent":["@p @5 $R @0 summarizing @5 comparing ^S @x sets.","0.4.1"],"hashindexed":["A cache. A set $f compares elements in a customisable way ^W overriding @4 eq() @5 ^v() @w on @4 $k itself.","0.1.1"],"lifx-core":["Low-@D control of LIFX bulbs on $q LAN",C[0]],"aravis":["$P @6 @0 Aravis, a vision @1 @0 genicam @n cameras","0.7.1"],"hhmmss":["Format $x @5 duration in chrono, &Y::$x @5 $x as HH:MM:SS @5 HH:MM:SS.xxx",C[3]],"etc":["It's $x to bundle etc @0 $q awesome ^t!","0.1.16"],"brawllib_rs":["Brawl character $1 @h, @n on brawlbox/brawllib","0.21.0"],"protobuf-codegen":["Code @C @0 @e-protobuf.Includes a @1 @5 `protoc-gen-@e` binary.See `protoc-@e` @5 `protobuf-^K-&9` $V.","2.24.1"],"google-classroom1":[C[550],C[43]],"carboxyl_$x":["FRP timing @E","0.0.3"],"field-offset":["Safe pointer-to-member @2","0.3.4"],"xkbcommon":["@3 @6 @5 &l @0 libxkbcommon",C[2]],"issue-47048-fix":["Issue #47048 fix","1.0.0"],"pkcs7":["PKCS #7 padding","1.0.0"],"urlshortener":["A very @c url shortener @d @1","3.0.0"],"fallible-streaming-iterator":["Fallible streaming iteration","0.1.9"],"rust-life":["An @2 of Conway's Game of Life.","0.2.12"],"askalono-cli":["a $R to detect @4 contents of license @z","0.4.3"],"cretonne-module":["Support @0 linking @w @5 @x @7 Cretonne",C[99]],"qt_@a":["^H @0 Qt","0.1.1"],"dharma":["High-@D @j @0 multi-&f @Q",C[3]],"socketcan":["&n SocketCAN @1. Send @5 receive CAN frames via CAN bus on &n.","1.7.0"],"mfrc522":["A @N &6 ^h to @l @4 MFRC522 (RFID reader/writer)",C[0]],"google-playmoviespartner1-cli":[C[227],C[228]],"marine-it-parser":["Fluence Marine @l @i @h","0.6.5"],"google-vault1-cli":[C[102],C[44]],"redox_installer":["A Redox filesystem &K","0.2.7"],"openblas-provider":["$7 @W @s BLAS @5 LAPACK @u @4 OpenBLAS @2.","0.4.1"],"leaky-cow":["Leak @4 contents of a Clone-On-Write pointer","0.1.1"],"post-expansion":["Strip attributes after #[@b(...)] expansion",C[0]],"servo-skia":["2D graphic @1 @0 drawing Text, Geometries, @5 Images","0.30000023.1"],"win32job":["A $P @y @0 ^4' job objects.","1.0.1"],"chariot_drs":["A @1 @0 ^X/$M Age of Empires (1997) DRS @z",C[4]],"dual_num":["Fully-featured Dual Number @2 @7 features @0 automatic differentiation of multivariate vectorial @w ^c gradients","0.2.7"],"tokio-amqp":["lapin $S @7 $v","1.0.0"],"rusty_express":["A @c &E @T @1 $t in @3 @5 provide Express-alike APIs. We know @k @3 is hard @5 daunting, so we will make sure $q @T can be &t to $9 ^W fear!","0.4.3"],"fixed_circular_buffer":["A queue (@4 abstract @x $Q) &T @u a fixed size circular buffer","0.2.2"],"dgraph-rs":["@U a @d @0 @4 DGraph graph ^P","0.2.8"],"pancurses-result":["pancurses-result is a @f @0 pancurses @k aims to provide asafe @l to curses. @O @1 aims to guarantee &f andmemory safety, whereas pancurses just @s direct C @6.","0.5.1"],"diceware":["A @B $s diceware, sans dice.",C[9]],"roaring":["&E://roaringbitmap.org : A better compressed bitset - &9 @3 @2","0.7.0"],"iota-crypto":["$7 canonical source of ^e ground-truth @0 all IOTA @3 projects","0.6.0"],"syncat-stylesheet":["&C @0 Syncat Stylesheets.","2.2.1"],"google-calendar3":[C[464],C[67]],"tangle":["Future @2 @0 @3",C[2]],"tokio-serial":["A serial port @2 @0 $v","5.4.0-beta4"],"nkeys":["@3 @2 of @4 NATS nkeys @1",C[3]],"secure-reliable-transport":[C[190],C[6]],"signalo_pipes":["A $c of pipes $3 in 'signalo' umbrella @8.","0.5.1"],"strsim":["Implementations of $d similarity &z. Includes Hamming, Levenshtein,OSA, Damerau-Levenshtein, Jaro, Jaro-Winkler, @5 Sørensen-Dice.",C[20]],"redox_users":["A @3 @1 to $W Redox users @5 groups $5",C[2]],"persia-speedy":[C[313],"0.9.0"],"dtoa":["Fast @w @0 printing floating-point $8 to an io::Write","0.4.8"],"$6_c_mem":["C @y @0 encoding_rs::mem","0.2.6"],"cynic-codegen":["Codegen @0 cynic - a GraphQL query &K & @x mapper @0 @3",C[8]],"jokeyrhyme-dotfiles":["read my dotfiles repository @5 do stuff","0.44.0"],"pcf857x":["Platform-&6 @3 ^h @0 @4 PCF8574, PCF8574A @5 PCF8575 I/O expanders.",C[2]],"emit":["A structured logger in @4 style of Serilog.",C[20]],"cargo-xcode":["Make Xcode ^t @z @t Cargo projects","1.1.2"],"alpm-sys":[C[107],"2.1.0"],"iri-string":["IRI as $d @i",C[2]],"^f_libra_&z":["Libra &z",C[47]],"wasmtime-profiling":[C[69],C[93]],"atomicwrites":["Atomic $1-writes.",C[9]],"gdl-parser":["A @h @0 GDL (game description @L)","0.0.8"],"kf-protocol-derive":["Procedure @g to encode/decode @e $Q/&V @u kafka @9",C[0]],"tinyprof":["Tiny realtime frame profiler, well $3 @7 tinyecs","0.0.1"],"getopt":["A minimal, (essentially) POSIX-compliant option @h","1.1.0"],"rtf-grimoire":["A Rich Text File (RTF) document tokenizer. Useful @0 $M RTF parsers.","0.1.1"],"crow":["A pixel perfect 2D rendering $a","0.7.1"],"termbg":["Terminal background color detection",C[9]],"avocado":[C[224],"0.6.0"],"rocket-mongo-file-center-raw-response":["@O @8 @s a response &P $3 @0 responding raw @x @t @4 File Center on MongoDB @7 **Etag** cache optionally.","0.7.3"],"rolldice":["Command $s $o to ^o dice roll ^D","0.1.4"],"ffmpeg4-sys":[C[46],"4.3.0-pre.1"],"proguard":["Basic proguard mapping $1 ^g @0 @3","4.1.1"],"reql-types":["Some &Q @i to $9 along @7 @4 reql @8",C[0]],"gcrypt":["Libgcrypt @6 @0 @3","0.7.0"],"matter":["Universal frontmatter @h.","0.1.0-alpha4"],"google-sheets4-cli":[C[347],C[45]],"acct":["Crate @0 ^X @x @t acct(5) @z","0.6.0"],"windows-service":["A @8 @k @s facilities @0 ^w @5 @2 of windows services","0.3.1"],"$O_firehose":["^p ^L @0 @3 - Amazon Kinesis Firehose @ 2015-08-04",C[18]],"aerosol":["Dependency injection @7 compile-$x guarantees",C[9]],"lyon_svg":["SVG &s @0 @4 lyon $V.","0.17.2"],"rlbot":["RLBot @6 @0 @3","0.5.0"],"cargo-publish-all":["Tool to publish all packages","0.5.3"],"$O_devicefarm":["^p ^L @0 @3 - ^p Device Farm @ 2015-06-23",C[18]],"mkv":["[incomplete yet] Matroska (mkv,webm) @z @h @5 @C &T in @3","0.0.7"],"matrix_display":["A @1 to display a matrix in @B $s @7 pretty unicode separators","1.0.0"],"async-log-attributes":["Proc Macro attributes @0 @4 @R-log @8.","1.0.1"],"zipkin-macros":["^H @0 $9 @7 `zipkin`","0.1.1"],"stb_image":["@I to @4 stb image $6/^V @1","0.2.3"],"borealis":["HTML5 template $a",C[3]],"lambda_&E":[C[212],C[9]],"ckb-error":["Underlying ^u @i $3 &c ckb $V",C[31]],"parity-codec-derive":["Serialization @5 &3 @b @g @0 Parity Codec","3.3.0"],"fluvio-package-index":["Fluvio Package Index",C[2]],"rpc-perf":["RPC Performance Testing","2.0.3"],"countme":["Counts @4 &1 of live instances of @i","2.0.4"],"python27-sys":["$L Declarations @0 Python 2.7","0.6.0"],"openssl-verify":["Hostname verification @0 OpenSSL",C[0]],"hematite_@T":["A Minecraft @T clone","0.0.4"],"amber":["A @X search @5 replace $R","0.5.9"],"raylib":["Safe @3 @6 @0 Raylib.","3.5.0"],"squark-web":["Squark @J implemiontion @0 &h browser @7 @u &p-bindgen",C[9]],"gltf-importer":["Reference importer @0 @4 gltf @8",C[22]],"persistent":["A set of middleware @0 sharing @T-global @x in Iron.",C[2]],"unix_mode":["Decode Unix $1 mode bits (even on non-Unix platforms)","0.1.1"],"fftw-sys":["unsafe @f of FFTW3","0.6.0"],"neon-serde":["Easily serialize object @0 $9 @7 neon",C[2]],"eventbus":["Safe, $H @5 concurrent event @M, inspired by @4 MinecraftForge event bus.","0.5.1"],"c2rust-bitfields-derive":["C-^m &P bitfield @b @2 $3 in @4 C2Rust ^t",C[6]],"awi":["Create a window @5 handle it's input.","0.8.0"],"thrift":["@3 @6 @0 @4 Apache Thrift RPC @M",C[36]],"celery-codegen":["^H @0 rusty-celery","0.4.0-rc6"],"txtpic":["Generate &i art @t images","1.2.4"],"repotools":["Short names, big $x savings. Repotools is a $c of commands @7 short but meaningful names, @0 @4 git $K &R perform most often.","0.8.0"],"nmea-parser":["NMEA 0183 @h @0 AIS @5 GNSS sentences","0.8.0"],"dds-rs":["Decodes DirectDraw Surface @z","0.7.0"],"screenshot-rs":["@H @1 @k allows @0 @c method of asking @0 screenshots @t various &n/BSD desktops","0.1.5"],"headless_chrome":["Control Chrome programatically","0.9.0"],"syncer":["A filesystem @k pretends &R have all $q @z locally while caching only @4 most recently $3","0.5.1"],"linenoise-sys":[C[839],"1.0.0"],"ckb-fixed-hash":["Provide several @c fixed-sized ^v @x $k @5 their &g constructors.",C[31]],"allegro":["Allegro 5 @G @1 @3 @f",C[72]],"tiled-json":["Tiled @h @0 @4 ^n @F","0.1.4"],"http-connection":["Trait representing ^A connections.",C[3]],"sdl2_gfx":["SDL2_gfx @6 @0 @3","0.24.0"],"actix-redis":["Redis $S @0 Actix @5 session store @0 Actix Web","0.10.0-beta.2"],"soketto":["A websocket @9 @2.","0.6.0"],"hex_fmt":["Formatting @5 shortening byte slices as hexadecimal $z",C[9]],"nano-leb128":["Little endian base 128 variable-length @X ^z",C[3]],"redlock":["@v of @4 distributed locking mechanism built on top of Redis","1.1.0"],"ipfs-unixfs":["UnixFs ^6 @m",C[0]],"autorand-derive":["Custom @b @0 autorant @8. You don't need to $9 this @8 directly.","0.2.2"],"discortp":["Lightweight, flexible Real-$x Transport ^a (RTP) @S @1.",C[2]],"catapult":["Catapult sends &R logs elsewhere",C[4]],"escapi":["Extremely @H Capture @y (ESCAPI) - @c webcam @y @0 windows","4.0.0"],"maybe_utf8":["Byte container optionally encoded as UTF-8","0.2.3"],"bevy_scene":["@U scene $5 @0 Bevy Engine","0.5.0"],"feeds-to-pocket":["Sends items @t $q RSS @5 Atom feeds to $q Pocket list.",C[1]],"test-ignore-if":["A @e ^N @g to conditionnaly ignore tests",C[3]],"bigbang":["An optimized @j @0 n-(hard)-body gravitational simulation","0.0.11"],"log-panics":["A panic hook $f logs panic &y rather than printing them","2.0.0"],"ffmpeg-sys-next":[C[46],"4.4.0"],"exitfailure":["A basic newtype &l @0 $9 @7 ? in main","0.5.1"],"rocket-include-static-resources":["@O is a @8 $f @s @a `static_resources_initialize!` @5 `static_response!` to statically include @z @t $q @3 ^t @5 make them be @4 ^A response sources quickly.","0.9.6"],"hyperbuild":["Fast allocation-less HTML minifier @7 smart whitespace ^g","0.2.4"],"$O_sesv2":["^p ^L @0 @3 - Amazon @H Email Service @ 2019-09-27",C[18]],"yaxpeax-x86":["x86 decoders @0 @4 yaxpeax ^t","1.0.4"],"ommui_broadcast":["Broadcasting $5 @u crossbeam-channels",C[2]],"libgcrypt-sys":["Raw @6 @0 libgcrypt","0.7.0"],"starship_^B_config_@b":[C[515],C[6]],"spurs":["^b @0 setting up @5 running experiments remotely","0.9.1"],"atsamd51j":["Peripheral $W @y @0 ATSAMD51J $n (^Z @u svd2rust)","0.9.0"],"specialize":["Type specialization @a @5 &s.","0.0.3"],"core-graphics-types":["@I @0 some fundamental Core Graphics @i","0.1.1"],"libdoh":["DoH @5 Oblivious DoH @1 @0 @4 @e-doh app","0.9.0"],"git-mix":["Mix @4 git @x @7 AES-256-ECB mode","0.1.5"],"gitoxide-core":["$7 @1 implementating all capabilities of @4 gitoxide CLI","0.9.0"],"libarchive3-sys":["Raw @6 @0 libarchive",C[4]],"^f_libra_ir_to_bytecode_syntax":["Libra ir to bytecode syntax",C[47]],"firebase":["@3 @n @1 @0 ^j @7 Firebase, currently still under heavy &D","0.9.1"],"snappy-sys":["Raw @6 to @4 Google ^z @1 'snappy'",C[3]],"rand_regex":["Generates &x $z @5 byte $z matching a regex",C[98]],"editdistancewf":["Compute @4 edit-distance $p vectors @u @4 Wagner-Fischer @Z",C[0]],"rouille":["High-@D idiomatic &h @j.","3.2.1"],"logfmt":["logfmt @h @0 @3","0.0.2"],"ophelia":["ophelia crypto $c","0.3.2"],"bsdiff":["@3 port of @4 bsdiff $J diffing @Z.","0.1.3"],"chalk-recursive":["Recursive solver @0 @4 Chalk ^t","0.69.0"],"localnative_@G":["localnative @G lib","0.3.7"],"$O_^K":["Code $Z @1 @0 Rusoto.","0.8.0"],"ntex-mqtt":["MQTT Client/Server @j @0 v5 @5 v3.1.1 protocols","0.7.0-b.5"],"graphlib":["Graphlib is a @c @5 powerful @e @1 @0 @4 graph @x-$Q.","0.6.2"],"drone-ctypes":["Platform-specific C @i @0 Drone apps.","0.14.3"],"headers":[C[731],"0.3.4"],"android_log-sys":["$L @6 to Android log @p.",C[0]],"squark-macros":["^H $A JSX to help ^0 Squark $N","0.7.0"],"dag-cbor-derive":[C[715],C[3]],"openjpeg-sys":["OpenJPEG (JPEG 2000) $L @6","1.0.2"],"^l_^Q":["@O is a copy of @4 unstable allocator_api(&N://github.com/@e-lang/@e/issues/32838) @5 of parts of @4 unstablealloc feature.Usable @7 stable @e, but requires 1.33.","0.6.0"],"linear":["Use @4 matrix @W instead.",C[0]],"simd":["`simd` offers limited cross-@N $W to SIMD instructions onCPUs, as well as raw interfaces to @N-specific instructions.(To be obsoleted by @4 `&Y::simd` @2 RFC 2366.)","0.2.4"],"openmpt-sys":["Raw @6 @0 libopenmpt",C[3]],"readwrite":["Combine Read @5 Write ^c a single Read+Write object",C[0]],"piet-common":["Selection of a single preferred back-end @0 piet","0.4.1"],"noble-identity":["FABRIC identity ^w noble","2.0.0"],"bson":[C[894],C[944]],"hexe_@G":["$7 @G components of @4 hexe chess $a @8.","0.0.5"],"cttw":["Compile $x twittering",C[70]],"xoroshiro128":["Fast psuedo-&x &1 generators","0.5.0"],"lde":["Length disassembler @0 x86 @5 x86_64.",C[9]],"conduit-cookie":["Cookie @5 session middleware @0 conduit-@n stacks",C[840]],"iron":["Extensible, Concurrency Focused Web Development in @3.","0.6.1"],"habitica_@e_@d":["Unnoficial Habitica Api @3 Client","0.1.5"],"ignore":["A $H @1 @0 efficiently matching ignore @z such as `.gitignore`against $1 paths.","0.4.18"],"serde-reflection":["Extract representations of Serde @x formats","0.3.3"],"sexp":["A ^S, @c, self-contained, s-expression @h @5 pretty-printer.","1.1.4"],"toks":["Efficient tokens @0 `html5ever::rcdom::RcDom` `Handle` parsingaiming @0 O(1) HTML DOM walking & efficiency.","1.0.0"],"dd":["a clone of @4 unix coreutil dd",C[2]],"reproto-manifest":[C[189],"0.3.36"],"grid_search_cardinal_best":["Search @Z @0 finding @4 shortest path to @4 best cell in a uniform-cost cardinal grid",C[9]],"xz-sys":["Raw @6 to liblzma $f contains an @2 of LZMA @5 xz streamencoding/decoding.High @D @3 @6 are available in @4 `xz` crate.Alias of `lzma-@r` @8.",C[3]],"clipboard_x11":["A @1 to obtain $W to @4 X11 clipboard","0.3.1"],"ekvsb":["Benchmark Tool @0 Embedded Key-Value Stores available in @3","0.0.13"],"hactool-sys":["Unsafe @3 @6 @0 hactool, a &0 @5 @1 @0 Nintendo Switch $1 formats. Currently untested.","0.4.4"],"dusk-plonk":["A &9-@3 @2 of @4 PLONK ZK-Proof @Z","0.8.1"],"pyo3-derive-backend":[C[48],"0.12.5"],"allegro_acodec-sys":["Allegro 5 acodec addon @3 $X",C[72]],"muff":["Multiple USB File Flasher","0.1.4"],"libpulse-mainloop-glib-sys":["$L @6 @0 @4 PulseAudio libpulse-mainloop-glib @M @1.","1.16.1"],"rustc-ap-rustc_^u_codes":["^E published $4 of @4 @W `rustc_error_codes` in @4 @e-lang/@e repository @t commit 30ca215b4e38b32aa7abdd635c5e2d56f5724494 $7 publishing script @0 this @8 lives at: &N://github.com/alexcrichton/&G-auto-publish","638.0.0"],"xmlJSON":["Conversions @t XML to ^n",C[0]],"udp":["...",C[3]],"linked-hash-map":["A HashMap @f @k holds key-&a pairs in insertion order","0.5.4"],"paperclip-macros":["^H @0 paperclip OpenAPI tooling @1",C[2]],"hifive1":["Board @m @8 @0 HiFive1 @5 LoFive boards",C[20]],"opensles-sys":["Raw @6 to Android's OpenSLES sound @y","0.0.6"],"black_scholes":["A Black Scholes option pricing @1.","0.6.0"],"secc":["Implements a Skip-Enabled Concurrent Channel (SECC) @0 @3",C[70]],"vast":["Verilog AST @1",C[9]],"google-vision1":["A @q @1 to @o @7 Vision (@9 v1)",C[49]],"cargo-wasi-exe-x86_64-apple-darwin":["Precompiled $J of `@P-wasi` @0 x86_64-apple-darwin","0.1.22"],"k8s-csi":["@I @0 Kubernetes CSI",C[9]],"pixels":["A tiny @1 &d a GPU-powered pixel frame buffer.","0.5.0"],"num_cpus":["Get @4 &1 of CPUs on a machine.","1.13.0"],"chipmunk-sys":["System @D @6 to @4 chipmunk 2d game $a.","0.0.4"],"frust":["Functional Programming in @3","0.0.7"],"pokerhandrange":["Texas Hold'em hand ranges. Tells &R if two cards are in them @5 can be $3 to ^o card combinations.","0.1.1"],"zeroize_@b":["Custom @b @m @0 zeroize","1.1.0"],"tls-parser":["&C @0 @4 TLS @9",C[20]],"fftw-src":["Source of FFTW","0.3.3"],"pgn-reader":["Fast non-allocating @5 streaming reader @0 chess games in PGN notation",C[19]],"ruver":["My Operation System homework.","0.1.7"],"datafusion":["DataFusion is an in-$j query $a @k uses Apache Arrow as @4 $j model","4.0.0"],"dinghy-lib":[C[244],"0.4.61"],"timeago":["Given a Duration, lossily @F it $A in 'N days ago'. Parsing it back to Duration is not supported yet.",C[9]],"lettre":["Email @d","0.10.0-rc.3"],"mod_path":["A work-$G @0 @3 bug #18810.",C[1]],"loan_ec":["A @1 @0 &d loan @D EC measures.",C[6]],"$4":["A very @c @1 who's job is to return @4 $4 of $q @8 if you're ^0 @7 Cargo.","3.0.0"],"lyon_@G":["&W resources to all lyon $V.","0.8.0"],"ic-cdk-optimizer":["WASM Optimizer @0 @4 IC CDK (experimental).",C[9]],"bcder":["Handling of @x encoded in BER, CER, @5 DER.","0.6.0"],"spirv-tools":[C[59],"0.6.1"],"amplify_@b":["Amplifying @3 @L capabilities: @b @a @0 @4 'amplify' @1","2.7.2"],"type-uuid-derive":["Custom @b @0 @4 $k-uuid @8",C[4]],"historian":["a high $F zero-config histogram @2","4.0.4"],"egli":["EGL Interface","0.5.0"],"dasp_signal":["An iterator-$A @y @0 audio PCM DSP streams.",C[13]],"snekdown":["A @h @0 @4 custom snekdown markdown syntax","0.33.4"],"fce-wit-parser":["Fluence FCE @l $k @h","0.5.0"],"urbandictionary":["Unofficial @3 @f @0 @4 UrbanDictionary @y",C[50]],"ilog2":["Integer logarithm @1 &H some bit $K.","0.2.2"],"kanaria":["@O @1 @s @w such as hiragana, katakana, half-width @5 full-width mutual conversion @5 discrimination.",C[0]],"numid":["A @g @0 $E $m $f behave $A numerical id.","0.2.9"],"amethyst_audio":["Audio @m @0 Amethyst",C[74]],"fastly-sys":["Fastly Compute@Edge ABI @I","0.4.2"],"sqlcipher-provider":["$7 @W @s SQLCipher.",C[3]],"aleph":[N,"0.0.1"],"swc_ecma_@h_@a":["^H @0 swc_ecma_parser.","0.4.1"],"lcs-diff":["Compute differences $p two slices @u LCS @Z.","0.1.1"],"fern_@a":["Deprecated @8 $f $3 to accompany @4 `fern` (`fern` has been independent since $4 0.2).","0.1.8"],"billecta":["Generated Billecta @y","0.5.2"],"hyperscan":[C[51],"0.2.2"],"pid":["A PID controller.","3.0.0"],"matrust":["A @c @5 ^S ^I matrix lib","0.0.6"],"rust-cleverbot":["A @3 @l @0 Cleverbot.","0.1.1"],"posix-ipc":["An @y to POSIX IPC $8","0.0.3"],"yamlette":["Comprehensive @5 user friendly YAML 1.2 processor","0.0.8"],"graphy_^M":["@U @x about graphy to its various modules.",C[9]],"ethereum-bigint":[C[916],"0.2.9"],"google-testing1-cli":[C[397],C[61]],"lucet-validate":["Parse @5 validate webassembly @z against witx @l","0.6.1"],"context-allocator":["context-^l","0.2.3"],"gvr-sys":["@3 @6 @0 Google VR ^L","0.7.2"],"imgui-winit-support":["winit @m @X @0 @4 imgui @8","0.7.1"],"h2":["An ^A/2.0 @d @5 @T","0.3.3"],"google-adexchangeseller2-cli":[C[584],C[585]],"markup-proc-macro":[C[307],"0.12.2"],"cdg_renderer":["CD+G renderer","0.6.0"],"quickbooks":["An @y @d @0 @4 QuickBooks @y",C[52]],"patricia_^6":["Memory-^J @x $m @n on patricia ^6","0.3.1"],"cogent":["Basic neural ^7 @1 @0 classification.","0.6.3"],"accurate":["(more or less) accurate floating point $U","0.3.1"],"dtparse":["A dateutil-^m timestamp @h @0 @3","1.2.0"],"@b_display_@t_debug":["A trivial @3 @g to @b @4 Display $y @0 any $k @7 @4 Debug $y",C[4]],"narvie-processor":["Run a simulation of @4 narvie processor","0.3.3"],"f128_input":[C[658],C[6]],"hyper-socks2":[C[183],"0.6.0"],"gltf-utils":["^b to complement @4 gltf @8",C[22]],"rasputin":["Hard to kill transactional distributed ^P",C[0]],"pnet_base_bandwhich_fork":[C[92],C[62]],"cargo-suity":["Utility to automate ^3 runs @5 report results in JUnit @F",C[9]],"google-cloudmonitoring2_beta2":[C[83],C[84]],"iron_session":["Session middleware @0 @4 iron @j.","0.0.4"],"pbf_font_^U":["Tools @0 ^j @7 SDF font glyphs encoded in protobuf @F.","1.0.2"],"magick_@e":["Selection of @3 @6 @0 @4 ImageMagick @1.",C[8]],"twox-hash":["A @3 @2 of @4 XXHash @5 XXH3 $U","1.6.0"],"random-fast-rng":["@3 @1 @0 Blazing $H non ^e &x &1 @C","0.1.1"],"curs":["Hyper ^A @d lib, feels more $A curl. Supports $1 Uploads.","0.1.3"],"hyper-timeout":["A connect, read @5 &b timeout aware connector to be $3 @7 hyper Client.","0.4.1"],"nt":["A NetworkTables revision 3 @1 @0 @3","3.0.0"],"redro":[C[32],C[53]],"location_history":["Parse Google LocationHistory.json","0.2.2"],"openexr-sys":["$L @6 @0 OpenEXR, $3 by @4 openexr @8","0.7.1"],"ensicoin_serializer":["Functions to serialize / deserialize to @4 ensicoin @9","2.0.9"],"conduit-utils":["Various @E @0 conduit-@n $V","0.8.0"],"tokio-vsock":["&2 Virtio socket @m @0 @3","0.3.1"],"diesel_findable":["Macro to ^o find_by_{attr} @w","0.1.7"],"sdfu":["Signed Distance Field (Function) ^b. Contains @w @0 ^2, combining, modifying, @5 @u analytic SDFs @0 computer ^O.",C[9]],"fehler":["A @1 @0 ^u-^g syntax in @3","1.0.0"],"sauron":[C[312],C[23]],"tower-grpc":["A @d @5 @T gRPC @2 @n on Tower.","0.1.1"],"ppapi":["@3 idiomatic @6 to parts of @4 Pepper @y",C[4]],"forecast":["A @3 @d @0 @4 Dark Sky @y.","3.0.0"],"asn1":["ASN.1 (DER) @h @5 writer @0 @3.","0.6.0"],"libdwelf":[C[130],"0.0.6"],"content_inspector":["Fast inspection of $J buffers to guess/determine @4 $6","0.2.4"],"gotham":["A flexible &h @j @k promotes stability, safety, security @5 speed.","0.6.0"],"cssparser-macros":["$B @a @0 cssparser","0.6.0"],"cotton":["A prelude @7 $V, @i @5 @w &Q @0 $M CLI ^U.","0.0.17"],"randomx-rs":["@3 @6 @0 @4 RandomX Proof-of-Work","0.5.0"],"libsecp256k1-gen-ecmult":["Generator $0 of const_gen @0 libsecp256k1.",C[6]],"edcert":["A @8 $f can be $3 to sign @5 verify content @n on Ed25519.","9.0.1"],"&x":["$7 @W @s sources of randomness.","0.12.2"],"type-operators":["A @g @M @0 ^2 $k operators in @3 @5 $M $k-@D logic.","0.3.5"],"gpu-allocator":["Memory ^l @0 GPU $j in Vulkan @5 in @4 future DirectX 12","0.8.0"],"miniserve":["For when &R really just want to serve some @z &c ^A right now!",C[8]],"humantime":["A @h @5 formatter @0 &Y::$x::{Duration, SystemTime}","2.1.0"],"$O_qldb_session":["^p ^L @0 @3 - Amazon QLDB Session @ 2019-07-11",C[18]],"wat":["@3 @h @0 @4 $D Text @F, WAT","1.0.38"],"wide":["A @8 to help &R go wide.","0.6.5"],"gcast-wire":[C[533],"0.1.5"],"crony":["@H cron runner @k spawns another &f to run $q cron jobs","0.2.2"],"symbolic_polynomials":["A @1 @0 manipulation of polynomials &c @4 integers.",C[3]],"arangors":["@3 ^h @0 ArangoDB","0.5.0"],"intel-spi":["@p @0 accessing Intel PCH SPI","0.1.3"],"luminance-gl":["OpenGL backends @0 luminance",C[38]],"google-partners2":[C[197],C[198]],"actl":["A @B $s $R @0 @M maintenance @5 @4 $A @0 Archlinux.","1.0.1"],"mpd_@9":["@v of MPD @d @9","0.12.1"],"fibers_&E_@T":["A tiny ^A/1.1 @T @j",C[0]],"libsamplerate-sys":["$L @6 @0 libsamplerate","0.1.10"],"rustlex_fsa":["@p @0 manipulating (deterministic) finite automata",C[2]],"curve25519-fiat-sys":["@3 $L @6 to fiat-crypto's curve25519_64.c",C[88]],"graph-io-gml":["GML (Graph Modelling &U) loader",C[9]],"embed_plist":["Embed property list @z $A Info.plist directly in $q executable $J.","1.2.0"],"hwloc":["@3 @6 @0 @4 hwloc hardware locality @1.","0.5.0"],"cdylib-link-lines":["Collection of link-lines &Q to $h correct cdylibs on targets","0.1.4"],"lininterp":["^I linear interpolation; should @m dimension checking @i etc by virtue of @u fully ^I intermediate ^D.","0.1.3"],"^f_libra_logger":["Libra logger",C[47]],"pircolate":["&C @5 @l @0 IRCv3 &y.",C[6]],"ratelimit":["a token bucket ratelimiter","0.4.4"],"fs-swap":["Cross-@N @2 of path swap","0.2.6"],"libstrophe":["@3 ergonomic @f @0 libstrophe",C[87]],"sx1509":["A @N &6 ^h @0 @4 SX1509",C[0]],"json_str":["Write json literals ^W ugly $z.","0.5.2"],"mj":["My Journal - personal $R to capture ideas, work @7 journals, notes @5 tasks in $q favourite ^G $EDITOR.","0.4.3"],"exit_status":["@H ^N-@g @0 enabling @e main $0 to return an exit status @X",C[3]],"rargs":["xargs + awk @7 pattern matching @m.",C[9]],"partial_$0":["A clean way to define $0 as a set of subfunctions where each hasdefined start @5 end bounds.","0.5.0"],"actix-macros":["^H @0 Actix @M @5 @J",C[6]],"$b_bytes":[C[94],"0.11.5"],"fake_instant":[C[54],C[2]],"shadertoy-rs":["A desktop @d @0 Shadertoy $t in @3","0.4.4"],"option_set":["Bitflags on steroids","0.1.3"],"rs-consul":["@O @8 @s $W to a set of strongly typed apis to @o @7 consul (&N://www.consul.io/)",C[0]],"checkers-macros":["^H @0 checkers, a sanity checker @0 global allocations.","0.5.7"],"jsonwebtokens":["A Json Web Token @2 @0 @3","1.0.0"],"sgx_tdh":[C[55],"1.1.1"],"quad-url":["Plugin @0 @g-, mini-quad (quads) to do anything @7 url.",C[3]],"ubuntu-version":["Convert Ubuntu versions to codenames, @5 vice versa","0.2.4"],"bcc-sys":["@3 $X to BPF Compiler Collection (BCC)","0.19.1"],"statehub":["statehub CLI $R",C[2]],"tsc-timer":["Time stamp counter (TSC) @n timer","0.1.5"],"magna":[C[32],C[53]],"http-pull-parser":["A @c almost-pull-@h @0 ^A","0.1.4"],"snowchains_@G":["Crate @0 accessing competitive $l websites @5 ^5 $q @X.",C[36]],"maybe-unwind":["A @f of catch_unwind @k also captures @4 panic $e.","0.3.1"],"gltf-derive":["Internal @a @0 @4 gltf @8",C[87]],"fluent-langneg":[C[1079],C[36]],"cuckoo":["Cuckoo search @Z","0.8.0"],"fastobo-validator":["Faultess validation $R @0 OBO products",C[2]],"encrypted-dns":["A modern encrypted DNS @T (DNSCrypt v2, Anonymized DNSCrypt, DoH)","0.9.1"],"hopper":["an unbounded mpsc @7 bounded $j","0.4.2"],"seq_io":["Fast FASTA, FASTQ @5 FASTX @S",C[56]],"num-decimal":["Infinite precision decimals @7 fair rounding @5 other gimmicks basedon num-rational.","0.2.4"],"web-bundler":["Manages @4 ^0 of $D single page app frontends @t a build.rs script so @k they can easily be ^8 ^c @3 @y projects","0.1.4"],"include-flate":["A variant of include_bytes!/include_str! @7 compile-$x deflation @5 @J lazy inflation","0.1.3"],"gloo":["A modular toolkit @0 @3 @5 $D",C[6]],"airtable-api":["An @y @d @0 Airtable","0.1.32"],"com_@a_@m":["Support @1 @0 COM @8 @a",C[2]],"ispc_rt":["A @J &m @0 linking @3 @X @7 pre-built ISPC binariesand @3 @6. These modules @5 @6 should be built withispc_compile.","1.0.4"],"gluon":["A &g, $k inferred $l @L @0 $N embedding","0.17.2"],"nphysics":["3-dimensional physics $a in @3. DEPRECATED USE nphysics2d OR nphysics3d INSEAD.","0.1.4"],"porteurbars":["portable git hosted ^t template","0.1.5"],"ttrpc-codegen":["@3 ^K @0 ttrpc @u ttrpc-^9 @8",C[0]],"moite_moite":["Split a &a in two owned parts",C[0]],"zbox":["ZboxFS is a zero-details, privacy-focused in-app $1 @M.","0.9.1"],"extfsm":["Extended Finite State Machine @7 ^T event queue @5 entry/exit transitions",C[13]],"opml":["An OPML @h @0 @3.","1.1.1"],"xgboost-sys":["&I @6 to @4 xgboost @1",C[4]],"marine-macro-impl":["@v of @4 `#[marine]` @g","0.6.10"],"twasm-utils":["Collection of @B-$s @E @5 corresponding @3 ^Q @0 producing twasm-^m executables",C[38]],"wasm-bindgen-macro":["Definition of @4 `#[wasm_bindgen]` &Z, an ^T &m",C[5]],"google-pagespeedonline2-cli":[C[402],C[403]],"dual_quaternion":["A $k-&6 dual-quaternion math @1",C[3]],"tfs":["Fast, content-addressed, snapshottable filesystem.","0.1.3"],"bigbro":["@p @0 tracking $1 accesses of processes","0.5.2"],"cargo-tomlfmt":["Formatting Cargo.toml","0.1.3"],"mangaplus-parser":["mangaplus @h @0 @e @u pb-rs","2.0.0"],"succinct":["Succinct @x $m @0 @3","0.5.2"],"spake2":["$7 SPAKE2 password-authenticated key-exchange @Z.",C[0]],"littlefs2":["Idiomatic @3 @y @0 littlefs","0.3.1"],"cita-vm":["CITA VM",C[1]],"rustygit":["A @c @l @0 runnig Git commands","0.4.2"],"erupt":["Vulkan @y @6","0.19.0+182"],"ethkey":["Ethereum keys ^w supporting keystores, signing @5 verification","0.3.1"],"brutils":["Some @E @0 @3","0.1.51"],"theban_db":["Using interval trees to create a @c interval ^P","0.7.0"],"voluntary-servitude":["Thread-$P appendable list @7 lock-free iterator","4.0.8"],"fg-uds":["&2 unix domain socket running on @4 @Y-glib main loop",C[9]],"boyer-moore-magiclen":["Boyer-Moore-MagicLen, a $H $d search @Z &T in @3.","0.2.14"],"tc-tracing":["Instrumentation @2 @0 tetcore.","2.0.0"],"substrate-test-utils":["Substrate ^3 @E","3.0.0"],"search":["...",C[3]],"deploy":["$7 `deploy` @1 to aide $M @5 debugging of distributed programs, as well as tooling to run them across a cluster.","0.1.3"],"cbuf":["Non-&f-shareable, @c @5 ^J Circular Buffer @2 @k can store N elements when full (typical circular buffer @V store N-1) ^W @u separate flags.","0.1.1"],"fedora":["base @1 @0 ^R @7 fedora services","1.0.0"],"maman":["@3 Web Crawler",C[39]],"rust-visitor":["Visitor $y @0 @3 AST @n on @e-analyzer",C[6]],"substrate-frame-cli":["^i @l @0 FRAME","3.0.0"],"nrf51-hal":["HAL @0 nRF51 $n","0.12.2"],"google-spanner1":[C[57],C[58]],"sp-npos-elections":["NPoS election @Z $8","3.0.0"],"yoloxide":["A rusty @2 of @4 Yolol @L @t @4 upcoming game Starbase.","0.4.4"],"gen-epub-book":["Generate an ePub book @t a @c plaintext descriptor","2.3.2"],"ipld-block-builder":[C[830],"0.4.1"],"random-access-disk":["Continuously read,&b to disk, @u &x offsets @5 lengths","2.0.0"],"rdedup-cdc":["Content defined chunking (@5 rolling ^v) algos",C[3]],"spirv-tools-sys":[C[59],"0.4.1"],"^f_libra_config":["Libra config",C[47]],"pretty-hash":["Output $J buffers as a nice, shortened hex $d.","0.4.1"],"mouscache":["A @8 to store object either in redis or in $j","0.5.6"],"ads1x15":["I2C ^h @0 @4 Texas Instruments ADS1015/ADS1115 ADC","0.5.0"],"cargo-aoc":["Cargo Advent of Code Helper","0.3.2"],"ethereum-trie-memory":["Rocksdb adaptor @0 trie.","0.5.0"],"require_unsafe_in_body":["Make `unsafe fn` still require `unsafe` blocks in @4 function's body","0.3.2"],"crossbeam_requests":["Crossbeam channels but @7 a response",C[9]],"rust-rocket":["A @d @2 of GNU Rocket.","0.7.2"],"slurp":["Small @f &X @0 loading @z","1.0.1"],"crusty-core":["@p @0 ^2 blazing $H @5 configurable &h crawlers","0.72.3"],"zeroconf":["cross-@N @1 @k wraps ZeroConf/mDNS @V $A Bonjour or Avahi","0.7.1"],"teloxide":["An elegant Telegram bots @j @0 @3","0.5.0"],"remutex":["Recursive mutex, adapted @t Rust's ^C @1","0.1.1"],"sapp-android":[C[324],"0.1.8"],"multi_reader":["MultiReader - a composite reader @2.",C[3]],"bbggez":["Utility @w by @4 Brooks Builds community @0 @4 @3 game $a GGEZ","1.1.0"],"schemamama_postgres":["PostgreSQL adapter @0 @4 Schemamama migration @M",C[9]],"sapp-jsutils":["Helper @w @0 ^j @7 js objects in miniquad @n apps.","0.1.5"],"sv":["A @3 @1 @0 ^j @7 Bitcoin SV",C[6]],"windows_winmd_@a":["Macro &s @0 @4 windows_winmd @8","0.3.1"],"sc-consensus-epochs":[C[145],"0.9.0"],"copy_dir":["Copy directories recursively in a straightforward @5 predictable way.",C[4]],"portmidi":["High-@D PortMidi @6 @0 @3","0.2.5"],"codepage-437":["Codepage 437 transcoding @0 @3",C[3]],"timely":["A low-latency @x-parallel dataflow @M in @3",C[11]],"google-cloudbuild1":["A @q @1 to @o @7 Cloud Build (@9 v1)",C[121]],"ion-rs":["@v of Amazon Ion","0.6.0"],"tp-npos-elections":["Tetcore NPoS election @Z $8","2.0.2"],"bit_range":["A ^S @1 @0 getting bits @5 ranges of bits @t byte &r",C[3]],"ostree":["@3 @6 @0 libostree",C[11]],"memory-pager":["Access $j @u ^S fixed size buffers","0.9.0"],"td_rthreadpool":["&f @f @0 @3",C[4]],"earwax":["Audio ^V @1 @0 @3 @n on ffmpeg","0.1.7"],"sc-consensus-babe":["BABE &B @Z @0 substrate","0.9.0"],"term_cursor":["A @8 @0 ^g $u cursor movement in a @N independent way.",C[6]],"leetcode-cli":["Leet $q @X in @B-$s.","0.3.9"],"lcms2":["ICC color profile ^g. Rusty @f @0 Little CMS","5.4.1"],"cucumber":["Tooling @0 @u Cucumber @7 @3 projects","0.3.1"],"capnpc":["Cap'n Proto @X $Z","0.14.4"],"$O_mock":["^p ^L @0 @3 - Request Mocking Helpers",C[18]],"sysctl":["Simplified @l to libc::sysctl","0.4.1"],"bmfont":["bitmap font config @h","0.3.3"],"rust-assimp":["A @e @f @0 assimp @4 open asset import @1","0.0.23"],"ethers-providers":["Provider @V @0 @4 ethers-rs @8","0.2.2"],"pshbullet_@d":["Unofficial Pushbullet @y @d.",C[6]],"tiled-json-rs":["A @8 to parse @5 @o @7 Tiled editor ^n @z","0.2.6"],"xor":["CLI app @k implements basic XOR encryption/decryption","1.4.5"],"orientdb-client":["A @3 @d @0 OrientDB™","0.6.0"],"rustv":["A minimal, intentionally inaccurate RISC-V ISA simulator","0.5.1"],"interpolate_name":["@H $i @g &Z @0 repetitive tests","0.2.3"],"cron_rs":["A Cron &C @p And Job Scheduler Written In @3",C[1]],"error-iter":["Error::chain on stable @3",C[0]],"diesel_^i":["@U @4 CLI @0 @4 Diesel @8","1.4.1"],"cpu-monitor":["A @1 to get cpu usage &c a given duration","0.1.1"],"iowrap":["Small &s @0 @u io::Read/io::Write",C[0]],"tinytga":["No-&Y, low $j footprint TGA image loader","0.4.1"],"debug-rs":["A debug @8 @0 @e inspired by NodeJS debug ^B, colored, &H @8 name, $1 name @5 $s, filtered by glob patterns.","0.1.3"],"owned_ttf_@h":["ttf-@h plus @m @0 owned @x","0.12.1"],"forktree":["Tetcore $o @1 @0 managing ^6-$A ordered @x @7 logic @0 pruning @4 ^6 while finalizing nodes.","2.1.2"],"codeviz_@a":[C[15],"0.2.2"],"pmutil":["Utils @0 ^N-@g","0.5.3"],"json-tools":["A zero-copy json-lexer, filters @5 serializer.","1.1.2"],"coercible_errors":["Zero-cost ^u ^g @0 ^I $2","0.1.4"],"angry-purple-tiger":["animal-@n ^v digests @0 humans",C[3]],"conniecs-derive":["@U ^N @a @0 deriving most of @4 boilerplate in @4 `conniecs` @8",C[0]],"libp2p-uds":[C[903],"0.29.0"],"tokio-macros":["Tokio's ^N @a.","1.3.0"],"never":["A stable $4 of @4 unstable never $k (!)",C[3]],"k8-client":[C[679],"5.1.4"],"libimaghabit":[C[60],C[22]],"tico":["Tico @s a path shortener @0 $9 @7 @B prompts.","2.0.0"],"x86":["@p to &0 x86 (amd64) hardware. Contains x86 specific @x $Q descriptions, @x-tables, as well as convenience $0 to call assembly instructions typically not exposed in higher @D languages.","0.40.0"],"linux_raw_input_rs":["@H @1 to grab raw input @t keyboard in linux systems",C[1]],"noble-scheduler":["FABRIC example noble","2.0.0"],"hotswap":["Easy @X swapping in running executables","0.6.0"],"uikit":["@3 @f @0 iOS's UIKit @j.","0.0.2"],"try-block":["@g @k makes $q ^u-catching blocks (appear) labmdaless",C[3]],"activitystreams-ext":["Extension @i @0 @4 ActivityStreams @8",C[342]],"ring-algorithm":["$U on ring(Abstruct Algebra)",C[9]],"sozu-command-futures":[C[632],C[36]],"gdb-protocol":["An @2 of @4 GDB Remote Serial ^a, following &N://sourceware.org/gdb/onlinedocs/gdb/Remote-Protocol.html",C[3]],"google-iap1_beta1":["A @q @1 to @o @7 Cloud IAP (@9 v1beta1)",C[61]],"tauri-macros":["^H @0 @4 tauri @8.",C[174]],"gzlib":["Gardenzilla @G @1","0.2.84"],"oasis-types":["Types $3 by @4 Oasis blockchain @j.",C[2]],"hdbconnect":["A &9 @e ^h @0 SAP HANA(TM)",C[62]],"hcs-rs":["@3 abstractions @0 HCS APIs.","0.9.1"],"tinysearch-shared":["Shared &4 @0 tinysearch - a tiny search $a @0 &g websites",C[6]],"@M_^u":["A @1 @0 cross @N @M errors","0.1.1"],"iota-rs":["A @e @g @0 other Go refuges who miss const blocks @5 iota.",C[4]],"diesel_^K":["Custom @b @5 $i @a @0 Diesel","0.16.1"],"stm32f103xx":["Peripheral $W @y @0 STM32F103XX $n",C[13]],"unified-diff":["An @2 of @4 GNU unified diff @F",C[6]],"mime_guess":["A @c @8 @0 detection of a file's MIME $k by its ^d.","2.0.3"],"rusty-s3":["@H &9 @3 ^p S3 Client following a Sans-IO approach",C[4]],"proc-macro-rules-macros":[C[135],C[0]],"@e_keylock":["A password &F @7 goals to be Secure, @H to $9, Portable @5 Extensible",C[36]],"ink_^x_@b":["[ink!] &O @a @0 $w ink_storage defined $2.",C[63]],"staccato":["Statistics @t @4 @B $s","0.1.9"],"thinker":["Merged @7 &N://crates.io/$V/reql","0.0.2"],"zmq-pw-sys":[C[155],"0.9.8"],"webdav-handler":["handler @0 @4 ^A @5 Webdav protocols @7 filesystem $Y",C[0]],"checksums":["Tool @0 making/verifying checksums of directory trees","0.9.0"],"menu":["A @c #[no_std] @B $s @l.","0.3.2"],"swc_ecma_transforms":[C[64],"0.60.0"],"fake":["An &t to $9 @1 @0 $E fake @x $A name, &1, address, lorem, dates, etc.","2.4.0"],"windows_@a":["^H @0 @4 windows @8",C[19]],"http-box":["Fast push/callback oriented ^A @h","0.1.5"],"setenv":["Helpers @0 $M ^U @k will be eval'd by shells",C[4]],"ptrace":["@3 @6 @0 @4 POSIX ptrace @y",C[4]],"frank_jwt":["@v of ^n JWT","3.1.2"],"cloudflare-rs":["@3 @1 @6 @0 Cloudflares v4 @y","0.6.6"],"mkdirp":["mkdir -p","1.0.0"],"keepass":["KeePass .kdbx ^P $1 @h","0.4.8"],"blockies":["@p @k generates blocky identicons.",C[9]],"any":["WIP. Contact me if &R want to $9 this name!","0.0.0"],"tw2s":["A @c $R @0 converting Traditional Chinese(TW) to @H Chinese.","1.0.14"],"nuklear-sys":["Raw @6 to Nuklear 2D GUI @1","4.0.5"],"no-std-compat":["A `#![no_std]` compatibility layer @k will make porting $q @8 to no_std *&t*.","0.4.1"],"murmurhash32":["A @c @2 of murmurhash32_2",C[0]],"rpm-rs":["A &9 @e @1 @0 ^0 @5 @S RPM's","0.6.0"],"ndarray-odeint":["solve ODE @u @e-ndarray","0.7.0"],"liboverdrop":["Configuration @1, @7 directory overlaying @5 fragments dropins","0.0.2"],"$b_osc":["Serialization @5 &3 of Open Sound Control (OSC) packets @u $b","0.4.2"],"minesweeper":["@H minesweeper in @3","1.3.0"],"unicode-normalization-alignments":[C[158],C[88]],"regress":["A regular expression $a targeting EcmaScript syntax","0.4.1"],"camera_controllers":["A @1 @0 3D camera control.","0.32.0"],"minimp3-sys":[C[286],"0.3.2"],"indy":[C[206],"1.16.0"],"ckb-pow":[C[41],C[31]],"monitor":["Monitor synchronization construct",C[3]],"astro":["Advanced $U @0 astronomy","2.0.0"],"microbit":["Board @m @8 @0 @4 BBC Micro:bit V1",C[22]],"hoedown":["@6 @0 @4 Hoedown markdown processor","6.0.0"],"^x":["$7 @W @s @x ^x schemes.","0.5.0"],"google-searchconsole1-cli":[C[368],C[37]],"fontconfig-sys":["@I to fontconfig @0 locating font @z.","2.11.1"],"codegenrs":["Moving @X-gen our of build.rs","1.0.0"],"robust":["Robust adaptive floating-point predicates @0 computational geometry","0.2.3"],"json-utils":["An $o @8 @0 ^j @7 ^n @5 ^n-schemas","0.3.5"],"lense":["High $F by-ref, transmute backed reader.",C[4]],"simple-16":["@H-16 Integer Compression",C[0]],"google-tpu1_alpha1-cli":[C[136],C[137]],"themis":["High-@D ^e services @0 ^x @5 messaging",C[36]],"microfft":["Embedded-friendly Fast Fourier Transforms",C[2]],"pallet-contracts-proc-macro":["$B @a $3 in pallet_contracts","3.0.0"],"sim1h":[C[480],"0.0.42-alpha5"],"cpu-affinity":["Cross-Platform CPU affinity","0.4.4"],"cublas-sys":[C[304],C[3]],"bcrypt-sys":["$L @6 to bcrypt. @O @8 is a placeholder @0 @4 future. If &R are interested in this @1 feel free to get in touch @7 me: &E://www.rustaceans.org/retep998","0.0.1"],"circadian":["&n auto-suspend/wake power ^w daemon","0.6.0"],"minimp3_ex-sys":["Raw $L @6 to @4 minimp3_ex @1","0.1.1"],"bulk":["A @c $R @0 making deb packages, repositories, @5 update $4 ^Y.","0.4.9"],"partitions":["A disjoint-sets/union-find @2 @k allows @0 ^J iteration &c elements of a set.","0.2.4"],"boxext_@b":["Custom &O @0 @4 `boxext::Zero` $y","0.1.3"],"gcloud":["Google Cloud Client","0.1.4"],"tari_@E":["A set of &Q @5 commonly $3 @E @k are $3 in several places in @4 Tari ^t.",C[9]],"crypt32-sys":["Contains $0 $g @0 @4 ^4 @y @1 crypt32. See winapi @0 @i @5 constants.",C[0]],"pinentry":["@y @0 ^R @7 pinentry binaries",C[9]],"validate":["A @1 to easily validate user input","0.6.1"],"stratum-server":["$7 @T @X @0 @4 @3 Stratum (v1) @2","2.2.31"],"new-tokio-smtp":["extendible smtp @2 @0 $v","0.9.1"],"mecab":["Safe @3 @f @0 mecab a japanese @L part-of-speech @5 morphological analyzer @1","0.1.4"],"cloudflare":["@3 @1 @0 @4 Cloudflare v4 @y","0.8.5"],"dash2html":["Tool to ^o a HTML page of Dash snippets so they can &J.","1.1.0"],"cargo-sysroot":["Simply @5 Easily cross-compile @4 @3 sysroot $V.","0.8.0"],"time2":["Experimental &M to @4 &Y::$x ^B",C[0]],"rend":["Endian-aware $8 @0 @3","0.3.1"],"oncemutex":["A mutex &d one-$x synchronized $W, then $P unsynchronized $W.","0.1.1"],"easybench":["A ^y benchmarking @1","1.1.0"],"pdb":["A @h @0 Microsoft PDB (Program Database) debugging $e","0.7.0"],"app_dirs":["Put $q app's @x in @4 right place on every @N [DEPRECATED]","2.0.1"],"elefren":[C[139],C[79]],"proc-macro-hack-impl":[C[122],"0.4.3"],"accepted":["A ^G editor to be ACCEPTED.","0.3.2"],"mtl":["Matrix template @1. Dense2D matrix, SparseMatrix.","0.1.5"],"rocks-sys":["Raw RocksDB @6 @0 @3, $3 internally in @e-rocks","0.1.10"],"tutil":["A toolbox @0 developing @B $s @Q.",C[0]],"flexpolyline":["Flexible Polyline $6: a lossy compressed representation of a list of coordinate pairs or triples",C[3]],"google-dfareporting2d2":[C[388],C[230]],"blanket":["A @c @g to @b blanket @V @0 $q $2.",C[0]],"mime-db":["Media Type Database, looks up `^d` or `media $k`.","1.4.0"],"siphasher":["SipHash-2-4, SipHash-1-3 @5 128-bit variants in &9 @3","0.3.6"],"anyrange":["Small ^r $y @k helps dealing @7 range arguments",C[3]],"iter-set":["Set $K on sorted, deduplicated iterators.","2.0.1"],"bracket":["Fast @5 correct handlebars-^m template $a",C[20]],"uhttp_request_target":["&C @0 classifying ^A request target","0.6.0"],"unindent":["Remove a column of leading whitespace @t a $d","0.1.7"],"lzzzz":["Full-featured liblz4 $X @0 @3.","0.8.0"],"azul-simplecss":["A very @c CSS 2.1 tokenizer.","0.1.1"],"imag-init":["Part of @4 imag @G ^k: imag-init @B",C[22]],"$O_macie":["^p ^L @0 @3 - Amazon Macie @ 2017-12-19",C[18]],"lolog":["Logging @1",C[4]],"sc-client":["Substrate Client @5 associated logic.","0.8.0-alpha.6"],"mrtd":["&C @0 machine-readable travel documents (MRTD)",C[2]],"overflower":["A ^9 $T to easily select overflow behavior @0 all integer $K of an item","0.4.6"],"gameboy_opengl":["&I Gameboy emulator $t in @3!","0.2.8"],"expect":["A flexible @1 @0 adding assertions to @i.","0.0.1"],"slugify":["Macro @0 flexible slug $Z",C[3]],"graphy_^u":["A @1 @0 registering errors.",C[0]],"tinystr-macros":["Proc @a @0 TinyStr.",C[0]],"pihash":["A @c @1 @0 $E perceptual hashes @0 images @5 comparing images @n on their perceptual hashes.","0.5.0"],"user32-sys":["Contains $0 $g @0 @4 ^4 @y @1 user32. See winapi @0 @i @5 constants.",C[0]],"weezl":["Fast LZW ^z @5 decompression.","0.1.5"],"double-checked-cell":[C[979],"2.1.0"],"leftwm":["A window &F @0 Adventurers","0.2.8"],"sapp-darwin":[C[65],C[1]],"candid_@b":["^H @2 of #[@b(CandidType)] @0 @4 Candid.","0.4.5"],"ddc-i2c":["DDC/CI monitor control &c I2C",C[6]],"libxdo-sys":["$L @6 to libxdo",C[13]],"grep-matcher":["A $y @0 regular expressions, @7 a focus on $s oriented search.","0.1.5"],"teensy3":["@3 @l layer @0 @4 Teensy 3.1/3.2 microcontroller",C[0]],"zip-extensions":["An ^d create @0 zip.","0.6.0"],"cld2-sys":["Unsafe, low-@D @f @0 cld2 @L detection @1","1.0.2"],"google-cloudkms1_beta1":[C[272],C[273]],"conway":["@1 @0 multi-player game of life Conwayste",C[9]],"tmp1x2":["Platform-&6 @3 ^h @0 @4 TMP102 @5 TMP112 digital temperature sensors.",C[6]],"voile":["Voile, a dependently-typed row-polymorphic $l @L","0.2.6"],"gust":["A ^S charting @1 @0 $E d3 @5 html charts @u @3","0.1.4"],"default":["`$9 default::default;`",C[4]],"compact":["Store objects containing dynamic fields either compactly in consecutive $j or @u traditional heap pointers","0.2.16"],"rand_pcg":["Selected PCG &x &1 generators","0.3.1"],"bitcoin_hashes":["Hash @w $3 by @e-bitcoin $f @m &G 1.29.0",C[20]],"printpdf":["@3 @1 @0 $M PDF @z",C[2]],"iter-read":["A Read @2 @0 iterators &c u8 @5 related @i",C[9]],"http-test-server":["Programatically create resources @5 pre-defined responses @0 tests","2.1.0"],"bip_dht":["@v of @4 bittorrent mainline DHT","0.6.0"],"reactor-cache":["An @R cache @u $v @5 @Y","0.1.1"],"treesize":["List directory ^6, sorted by size","0.5.0"],"mel":["convert scalars @5 vectors @t hertz to mel scale",C[9]],"ao_rs":["libao @6 @0 @3","0.1.5"],"$O_swf":["^p ^L @0 @3 - Amazon @H Workflow Service @ 2012-01-25",C[18]],"stderr":["A @1 @k @u @g to &b to io::stderr() $A print!()/println!().","0.8.0"],"json_typegen_^i":["Command $s $o @0 $E @3 @i @t ^n samples","0.6.0"],"unbounded-interval-tree":["An interval ^6 ^j @7 inclusive/exclusive bounds, as well as unbounded intervals. @U &s to fetch overlapping intervals, @5 difference of intervals.","0.2.3"],"mailslurp":["Official MailSlurp Email @y Client","12.8.4"],"nuklear-backend-glium":["A glium drawing $Y @0 @3 @f @0 Nuklear 2D GUI @1","0.5.0"],"ra_ap_profile":["TBD","0.0.66"],"hyper-boring":["Hyper TLS @m via BoringSSL","2.1.0"],"uniffi_$h":["a multi-@L @6 @C @0 @e ($h script &s)",C[11]],"pennereq":["Port of @4 Penner easing equations to @e","0.3.1"],"xio_base_datatypes":["XIO base @x $m","0.8.0"],"pest_tmp":[C[1054],"2.1.1"],"easy-hasher":["Easy hashing @1","2.2.1"],"leechbar":["A @1 @0 ^0 $q own bar on top of XCB","0.5.4"],"tc-executor-twasmi":["@O @8 @s an @2 of `WasmRuntime` @k is baked by twasmi.","0.8.0"],"tuifw-screen-base":["Text User Interface Framework. Basic @N-independent ^G screen @l.","0.8.1"],"marpa":["Safe @6 to @4 libmarpa @S $a",C[9]],"hexf-parse":["Parses hexadecimal floats (see also hexf)",C[6]],"reproto-semck":["Rethinking ^a GeneratorsChecks @k changes to a manifest does not violate semantic versioning.","0.3.36"],"lunaria-api":["A @3 @y @d @0 @4 video game Lunaria",C[0]],"wk":["immutable &D ^M ^w ^i","0.5.0"],"handlebars-iron":["Handlebars templating middleware @0 Iron.","0.29.0"],"hash-db":["Trait @0 ^v-keyed databases.","0.15.2"],"merlin":["Composable proof transcripts @0 public-coin arguments of knowledge","3.0.0"],"meowhash":["Meow ^v $0",C[9]],"xorf":["@p ^1 xor filters - faster @5 smaller than bloom @5 cuckoo filters.","0.7.2"],"crossterm_cursor":["A cross-@N @1 @0 moving @4 $u cursor.",C[2]],"bytebuffer-rs":["A bytebuffer @0 networking @5 $J protocols","0.3.1"],"bit_field":["@H bit field $y &d get_bit, get_bits, set_bit, @5 set_bits &X @0 Rust's integral @i.",C[22]],"sequoia-sqv":["A @c OpenPGP signature verification &0","1.0.0"],"safe-api":["SAFE @y",C[98]],"swc_ecma_transforms_compat":[C[64],"0.26.0"],"spinlock":["DEPRECATED!Use @8 `spin` instead.A @c spinlock.It may contain @x,is usable ^W stdand there is a &g initializer available.",C[4]],"it-lilo":["Defines some ^r ^s @0 lifting/lowering IT",C[3]],"tp-inherents":[C[66],"2.1.2"],"lalrpop-util":["Runtime @1 @0 parsers ^Z by LALRPOP","0.19.6"],"wmidi":["Midi @S @1.","4.0.6"],"@e_icu_ucal":["&I @6 to @4 ICU4C @1 @t Unicode.ucal.h","1.0.0"],"google-fusiontables2":[C[380],C[381]],"rspec":["Write Rspec-$A tests @7 stable @e","1.0.0"],"stats":[C[1029],"0.0.2"],"isocountry":["ISO 3166-1 enumeration @0 @3","0.3.2"],"sp-session":[C[869],"3.0.0"],"anterofit":["Wrap REST APIs @7 @3 $2 @u @a",C[0]],"mimir":["@3 @6 &c @4 Oracle Database Programming Interface @0 Drivers @5 Applications","0.3.5"],"tempfile":["A @1 @0 managing temporary @z @5 directories.","3.2.0"],"weakrand":["A very weak linear congruential @C (MMIX's) RNG","1.2.0"],"thunderdome":["Fast arena ^l @7 compact generational indices","0.4.1"],"pod":["Plain Old Data (POD) $6 @5 I/O","0.5.0"],"comedy":["^4 ^u ^g, COM, @5 handles",C[0]],"pyro":["Entity component @M","0.2.5"],"unic-ucd-normal":["UNIC — &i Character Database — Normalization Properties","0.9.0"],"biofile":["A @1 @0 ^X bioinformatics related @z","1.10.2"],"pool":[C[162],"0.1.4"],"google-bigquery2-cli":[C[143],C[67]],"fd-lock":["Advisory cross-@N lock on a $1 @u a $1 descriptor to it.","3.0.0"],"map_@0":["A @3 @g @k implements @0 comprehensions similar to Scala's.",C[9]],"uhid-virt":["Interface to &n UHID (user-space HID transport drivers)","0.0.5"],"numanji":["Local-affinity first NUMA-aware ^l @7 optional fallback","0.1.5"],"vpx":["@3 idiomatic @f to libvpx","0.3.1"],"dense_mats":["A strided dense tensor @2",C[2]],"lsm303c":["A @N &6 ^h to @l @7 @4 LSM303C (accelerometer + compass)",C[0]],"ravenlib":["@p @0 raven theme &F","1.2.4"],"deadpool-postgres":["Dead @c @R pool @0 $v-postgres","0.9.0"],"libproc":["A @1 to get $e about running processes - @0 Mac OS X @5 &n","0.9.1"],"typeshare_marker":["Include marker &Z @0 @4 typeshare @C.","0.0.1"],"sse-actix-web":["SSE @0 actix-&h","0.8.1"],"oasis-borsh-derive":[C[209],"0.2.10"],"ipc-channel":["A multiprocess drop-in replacement @0 @3 channels",C[71]],"include-flate-codegen":[C[808],"0.1.3"],"pretty_logger":["A pretty logger similar to pretty_env_logger, but configured @t @4 init $0 instead of @t an ^M variable.","0.1.8"],"unzip3":["Same as Iterator::unzip, but @0 3 items. Based on @3 1.6 @2.","1.0.0"],"dubp-documents":["Handles DUBP documents (DUBP: DUniter Blockhain ^a)","0.58.0"],"swayipc-types":["A @1 containing Type defintions @t sway's IPC @l","1.0.0-alpha.3"],"cargo-upgrades":["Checks if &8 in Cargo.toml are up to date. Compatible @7 workspaces @5 path &8.","1.3.2"],"vk-shader-macros":["$B @a @0 ^j @7 Vulkan shaders","0.2.7"],"dijo":["Scriptable, curses-@n, digital habit tracker","0.2.7"],"lib_xch":["Crate xch-ceb's official lib",C[36]],"easer":["Tiny @1 imlementing Robert Penner's easing @w",C[6]],"wiremock":["^A mocking to ^3 @3 @Q.","0.5.6"],"oxygengine-audio":["Audio ^B @0 Oxygen Engine",C[68]],"network-ethernet":["A domain model of ethernet @5 virtual LAN packets @5 associated @i.","0.1.9"],"coral":["A @1 @k parses &L @t `@P check`, @5 a ^i $R @k uses @4 @1 to print compact ^u &y.","0.9.2"],"quanta":["high-speed timing facility","0.9.0"],"crc_all":["A Pure @3 @v of &S CRC Algorithm",C[0]],"tectonic":["A modernized, @q, embeddable TeX/LaTeX $a. Tectonic is forked @t @4 XeTeXextension to @4 classic “Web2C” @2 of TeX @5 uses @4 TeXLive distributionof @m @z.","0.7.1"],"relative-path":["Portable, relative paths @0 @3.","1.4.0"],"canonical-path":["Path @5 PathBuf-$A @i @0 representing canonical filesystem paths","2.0.2"],"poldercast":["Peer to Peer topology ^w","1.2.0"],"serde-hex":["Hexadecimal $6/^V @7 $b.",C[3]],"inet2_addr":["Internet2 addresses @7 @m @0 Tor v2, v3",C[2]],"signed_cookies":["Signed Cookies",C[4]],"nanovg":["Idiomatic @6 to @4 NanoVG @1","1.0.2"],"terraform-zap":["Script @f to perform finer terraform destroy",C[2]],"checked-enum":["@U a $y `CheckedEnum` @5 a $k `UncheckedEnum` $f areuseful when wrapping $L &4 @k $9 enums $f &R cannot guaranteewill be in range, but &R would $A to allow a &0 to keep runningwhen such an &V &a is encourtered.","0.1.1-alpha1"],"^7":["...",C[3]],"gdnative-bindings":["$7 Godot game engine's automatcally ^Z @6 to Godot classes.","0.9.3"],"simple-chart":["@H $s chart in bmp @F.","0.7.9"],"parselnk":["Parse windows .lnk @z in &9 @e",C[3]],"swf-fixed":["SWF fixed-point ^Y @0 @3","0.1.5"],"pueue-lib":["$7 &J @1 to work @7 @4 Pueue @d @5 daemon.",C[19]],"net-literals-impl":["Internal @2 of @4 net-literals @8",C[4]],"charred":["charred char checking","2.2.0"],"i18n-embed-impl":["Macro @V @0 i18n-embed","0.7.0"],"ssb-crypto":["Crypto $8 $3 by Secure Scuttlebutt","0.2.2"],"probes":["@p to read out @M stats @t a machine running Unix","0.4.1"],"mint":["Math interoperability ^C @i","0.5.6"],"dirmod":["Automatic mod declarations",C[35]],"pollster":["A minimal @R executor @k lets &R block on a future","0.2.4"],"poly1305":["$7 Poly1305 universal ^v $0 @5 message authentication @X","0.7.1"],"c3p0_$w":[C[160],"0.62.2"],"touch":["A thin @f $G $1 @5 directory $K designed to take remove some of tediousness.","0.0.1"],"globals":["Painless global variables in @3","1.0.2"],"libtzfile":["@O @1 @s low @5 high @D @S of @4 IANA @M timezone $e @z (TZIF).","2.0.2"],"aovec":["Append-only, concurrent vector","1.1.0"],"sloppy-rfc4880":["RFC 4880 @h extract @t @4 openpgp @8",C[0]],"msgpack_@c":["Simplified, &t to $9, &9 @3 MessagePack @2 focused on ^g dynamic @x $m.","1.0.2"],"libobliv-sys":["Raw @6 @0 Obliv-C",C[1]],"dwt":["$7 @W @s an @Z to compute @4 discrete wavelet transform.","0.5.2"],"sanitize_html":["Rule-@n HTML Sanitization @1","0.7.0"],"breadx":["@v of @4 X Window System ^a","1.2.1"],"heliotrope":["SOLR @d @0 @3 $l @L",C[3]],"passert":["Pretty/Power assertion @a @0 @e",C[0]],"cpp_to_@e_$w":["&W @E @0 cpp_to_rust_generator @5 cpp_to_rust_build_tools","0.2.3"],"derive-serialize-into":["&O Serialize @5 Deserialize @0 validating @f @i","0.3.1"],"bisetmap":["BisetMap is a $H @5 &f-$P two-way ^v map of sets. It is best suited where &R need to associate two collumns uniquely. Each key is associated to one or more other unique ^D. $7 $Q is interior mutable @5 all $K are &f $P. Each clone @s $W to @4 same underlying @x. Serialize @5 Deserialize @t $b are also &T.",C[1]],"spoolq":["A durable queue backed by filesystem ^x","0.2.3"],"sha256":["sha256 crypto digest","1.0.2"],"concread":["Concurrently Readable Data-Structures @0 @3","0.2.16"],"rain_@G":["Distributed computational @j @0 large-scale task-@n pipelines. &W @G @1.",C[2]],"odds":["Odds @5 ends — $c miscellania. Extra $5 @0 slices (`.find()`, `RevSlice`), $z @5 other things. Things in odds may move to more appropriate $V if we find them.",C[2]],"probe":["Static instrumentation probes",C[6]],"tracing-honeycomb":["Honeycomb.io &q layer @0 multiprocess telemetry","0.4.2"],"coinbase-pro-rs":["Coinbase pro @d @0 @3","0.7.1"],"coremidi":["CoreMIDI @1 @0 @3","0.5.0"],"yaiouom":["Extensible, strongly-typed units of measure, @7 a custom $k @M (@n on F#'s unit of measures) &T as a linter.","0.1.3"],"puffin-imgui":["ImGui GUI @6 @0 @4 Puffin profiler","0.9.1"],"async-codec-util":["^b @0 ^j @7 @4 @R-codec $2.","0.3.3"],"pyo3-log":["Logging bridge @t pyo3 &7 ^d to python",C[2]],"approxeq":["A $y @0 approximate equality of @i","0.1.1"],"win_key_codes":["All windows virtual key codes translated in @3",C[4]],"strider":["ringbuffer $K on &j ^D at once @7 an ^J @2. &Q @0 moving a window @7 variable step through a possibly infinite &5 of ^D while avoiding unnecessary $j allocations","0.1.3"],"ricom":["DICOM Toolkit",C[4]],"solana-stake-tests":["Solana stake ^Q tests","0.20.5"],"once-nonstatic":["A clone of `&Y::sync::Once` @7 relaxed requirements",C[3]],"$s_diff":["A $R to compare single lines by tokenizing them ^c chunks",C[11]],"js":["Call JavaScript @t $D",C[9]],"panic-probe":["Panic handler @k exits `probe-run` @7 an ^u @X",C[0]],"tm4c-hal":["&W bits of HAL @0 @4 TM4C123x/TM4C129x family of $n","0.4.1"],"google-translate2-cli":[C[831],C[832]],"rand_mt":["Reference Mersenne Twister &x &1 generators.","4.0.1"],"wasmtime-runtime":[C[69],C[93]],"mopa":["My Own Personal Any: get $q own Any @7 additional $5","0.2.2"],"rust-webvr":[C[132],"0.19.0"],"pinyin":["Convert Chinese to pinyin","0.8.0"],"thrussh-libsodium":["Straightforward @6 to libsodium",C[6]],"loggerv":["A @c log @2 @k logs to stdout @5 stderr @7 colors","0.7.2"],"fe":["Fe is a sophisticated, yet @c to $9 $1 listing $o. Use Fe to list @z in a directory or to recursively find @z by their names @u a fuzzy pattern. Fe's speeds are comparable to find, @5 often times faster.","1.0.3"],"veryfast":["Fast @3 @5 other ^U @0 game &D.","0.3.1"],"implot":["@3 @6 to &N://github.com/epezent/implot",C[2]],"kalk_^i":["A calculator @k supports user-defined @w, variables @5 units, @5 can handle fairly ambiguous syntax.","0.5.4"],"tari_bulletproofs":[C[86],"4.0.0"],"event-listener":["Notify @R tasks or threads","2.5.1"],"riven":["Riot Games @y @p","2.0.0-beta.4"],"assert-json-diff":["Easily compare two ^n ^D @5 get great &L","2.0.1"],"srcinfo":["A libary @0 @S .SRCINFO @z","1.0.0"],"vfio-bindings":["@3 $L @6 to vfio ^Z @u bindgen.",C[0]],"gfx-backend-metal":["Metal @y $Y @0 gfx-rs","0.9.1"],"miracl_amcl":["$7 Apache Milagro Cryptographic @p ($4 3.2)","3.2.5"],"$O_acm":["^p ^L @0 @3 - ^p Certificate Manager @ 2015-12-08",C[18]],"tfdeploy":["Tiny, no-nonsense, self contained, TensorFlow inference",C[70]],"css-rs-macro":["A @g @0 $M $q CSS next to $q views",C[3]],"args":["An argument @S @5 validation @1 designed to take some of tediousness out of @4 general 'getopts' @8.","2.2.0"],"mould-file":["File ^X/$M services @0 Mould @j.","0.0.8"],"dag-pb":[C[868],C[3]],"twitter_^G_config":["Configuration @0 twitter-^G in @3.",C[0]],"jsonrpc-ipc-server":["IPC @T @0 ^n-RPC","18.0.0"],"slack-blocks":["Models + clientside validation @0 Slack's ^n Block Kit","0.25.0"],"rsmq_@R":["Async RSMQ port to @e. RSMQ is a @c redis queue @M @k works in any redis v2.4+. It contains @4 same &X as @4 original one in &N://github.com/smrchy/rsmq","5.1.2"],"stronghold-runtime":["Runtime @5 allocation $8 @0 stronghold",C[9]],"block":["@3 @l @0 Apple's C @L ^d of blocks.",C[1]],"tantivy-cli":["Command $s @l @0 Tantivy, a search $a @1.",C[71]],"systemd-crontab-generator":["Systemd @C @0 crontab @z @m","1.0.2"],"blobber":["Create an arbitrary length of $d.","0.1.7"],"signal-hook-mio":["MIO @m @0 signal-hook",C[6]],"unic-char-property":["UNIC — &i Character Tools — Character Property taxonomy, contracts @5 $h @a","0.9.0"],"WebFoolKit":["CGI @5 Cookies in @3","0.1.1"],"valgrind":["Small @1 of @x $m @0 representing Valgrind suppressions",C[4]],"rusqlcipher":["Ergonomic @f @0 SQLCipher","0.14.9"],"v8-sys":[C[125],C[71]],"spine-data":["Loads Spine exported ^n @5 texture atlas @z","0.2.2"],"js_ffi":["A $L @1 @0 calling javascript","0.8.0"],"olm-rs":["A @3 @f @0 libolm.","2.0.0"],"deckofcards":["An @y to implement a deck of cards",C[2]],"parse-zoneinfo":["Parse zoneinfo @z @t @4 IANA ^P",C[9]],"uhlc":["A Unique Hybrid Logical Clock @0 @3.",C[9]],"mazth":["Matrix @E.","0.6.0"],"shardio":["Out-of-$j sorting @5 streaming of large datasets","0.8.0"],"css-in-rust":["CSSinRust is a @W @0 $9 @7 WASM @Q &d a component @D CSS styling experience.","0.5.0"],"timerfd":["A @e @l to @4 &n kernel's timerfd @y","1.2.0"],"svg_face":["Generates &x SVG faces","0.1.3"],"storage-proofs-core":["Core parts @0 proofs of ^x","8.0.3"],"proxy-wasm":[C[604],"0.1.4"],"yahoo_finance_^Q":["A @e adapter @0 @4 yahoo! finance @y to fetch histories of market @x quotes.","1.2.2"],"gamemath":["A @c math @1 @0 game &D, $t in @3.",C[2]],"urlshortener-cli":["A &0 $f makes $q url shorten.","1.0.1"],"monome-rs":["Talk to monome &A","1.1.2"],"ouroboros":["Easy, $P self-referential &P $Z.",C[22]],"claude":["A little @1 to represent money.","0.3.1"],"synthax":["Synthesize syntax @7 quasiquoting plugins.","0.4.1"],"iptrap":["A $H, stateless TCP sinkhole","1.0.7"],"blake2-rfc_bellman_edition":["A &9 @3 @2 of BLAKE2 @n on RFC 7693. Forked @0 publishing purposes.","0.0.1"],"xlib":["@O @8 has been deprecated. Use &N://crates.io/$V/x11 instead.",C[3]],"allegro_color-sys":["Allegro 5 color addon @3 $X",C[72]],"oasis-client":["Oasis gateway @d","0.1.1"],"nue-io":["Binary @x $6 @5 I/O",C[9]],"genfs":["&S $2, &w @5 enums @0 ^1 filesystems in no_stdenvironments.","0.1.4"],"rc2":["RC2 block cipher","0.7.0"],"@B_attr":["$B @a @0 @B creation @0 @4 Serenity @1.","0.3.7"],"rw-stream-sink":["Adaptator $p Stream/Sink @5 AsyncRead/AsyncWrite",C[6]],"sanitizer":["A $c of &X @5 @a to sanitize &P fields","0.1.5"],"ringtail":[C[73],C[9]],"future-bus":["Futures @n SPMC channel (bus)",C[6]],"measureme":["Support @8 @0 rustc's self-profiling feature","9.1.2"],"bitstring":["Bitstring $2 @5 @V","0.1.1"],"vek":["&S 2D-3D math swiss army knife @0 game engines, @7 SIMD @m @5 focus on convenience.",C[98]],"pcg_rand":["An @2 of @4 PCG family of &x &1 generators in &9 @3",C[36]],"simplist":["plain @5 @c &E, @0 when &R just want to make a darn request!supports $v-@n @R, traditional sync @5 @R-await models.","0.0.5"],"xpc-connection":["XPC connection @6 @0 @3","0.2.3"],"tokio-scoped":["Scoped Runtime @0 $v",C[3]],"amethyst_ui":["Amethyst UI @8",C[74]],"built":["@U a @8 @7 $e @t @4 $x it was built.","0.5.1"],"hifitime":["Precise date @5 $x ^g in @3 built on top of &Y::f64 @7 leap second @m","2.2.3"],"try-let":["Proc @g @0 a basic try-let form",C[0]],"circular-queue":["A circular buffer-$A queue.","0.2.6"],"cargo-inspect":["@O extends Cargo to allow &R to desugar $q @3 @X @5 see what happens behind @4 curtains.","0.10.3"],"cqrs-postgres":["An @2 of cqrs @0 a PostgreSQL $Y.","0.3.3"],"ansi-to-html":["ANSI escape codes to HTML converter",C[3]],"google-replicapoolupdater1_beta1":[C[75],C[76]],"optional_&P":["Crate defining a @g @k will ^o, @t a $Q, another $Q @7 only Option fields",C[0]],"linemux":["A @1 &d $r, multiplexed tailing @0 (namely log) @z.","0.2.2"],"tetsy-jsonrpc-pubsub":["Tetsy Publish-Subscribe ^d @0 jsonrpc.","15.1.0"],"beautician":["Streaming ^n @S @5 pretty printing.","0.1.1"],"proc-quote":[C[1072],C[2]],"parking_lot_mpsc":["A port of @4 @3 &Y::sync::mpsc ^B, @u @4 parking_lot concurrency @i rather than those in @4 ^C @1.","0.1.5"],"querystring":["@H querystring @1 @0 @e","1.1.0"],"numtraits":["Useful $y(s) @0 &1 @i.","0.0.1"],"rdxsort":["Fast Radix Sort",C[9]],"xsettings":["@3 @6 to @4 XSETTINGS @d @1",C[0]],"libmimalloc-sys":["Sys @8 wrapping @4 mimalloc ^l","0.1.22"],"hecate":["OpenStreetMap Inspired Data Storage Backend Focused on Performance @5 GeoJSON Interchange","0.62.0"],"markov":["A ^I markov chain @2 in @3.","1.1.0"],"gluon_^K":["Code $Z @a @0 @4 gluon $l @L","0.17.2"],"holochain":["Holochain, a @j @0 distributed @Q","0.0.101"],"noise-ring":["Ring &l @0 nosie-@9.",C[3]],"common-multipart-rfc7578":[C[884],C[9]],"line-col":["Convert $d slice indices ^c $s/column ^Y",C[6]],"midi":["&W Midi @i @0 @3",C[3]],"web-push":["Web push notification @d @7 @m @0 &E-ece encryption @5 VAPID authentication.","0.7.2"],"slice-group-by":["Iterators &c groups in a slice","0.2.7"],"const-str":[C[435],"0.1.4"],"wasmtime-rust":["@3 ^d @0 Wasmtime",C[12]],"shasum":["Print SHA checksums @t STDIN, input $1 or directory.","0.7.0"],"snarkvm-curves":["Curves @0 a decentralized virtual machine","0.7.5"],"tokio-timer-plus":[C[576],"0.1.3"],"easy-shortcuts":["&t ^r @E @0 short @B-$s programs",C[9]],"tui-tree-widget":["Tree Widget @0 tui-rs","0.6.0"],"oxidized-json-checker":["A pushdown automaton low $j ^n bytes &5 checker","0.3.2"],"microserver":["@H ad-hoc @T @7 SPA @m @n on Warp!. Excellent @0 ^5 React, Angular, Vue apps @5 @4 $A.",C[0]],"pin-utils":["^b @0 pinning",C[3]],"cvss":["&W Vulnerability Scoring System @h/serializer","1.0.2"],"validators":["@O is a @1 @0 validating @5 modeling user input @5 this @8 @s models, $0, $2, errors @5 other &8 $3 @7 @4 `validators-@b` @8.","0.22.5"],"fluence-sdk-wit":["Webassembly @l-@i @C","0.6.1"],"cosmogony":["@U geographical zones @7 a structured hierarchy","0.10.2"],"wedpr_l_crypto_zkp_^s":["@p of WeDPR &J zkp $0 ^s.","1.1.0"],"noble-tips":["FABRIC noble to manage tips","2.0.0"],"rabbiteer":["AMQP/RabbitMQ input/&L CLI $R","1.4.1"],"$b_syn":["Use $b to parse @3 source @X.",C[3]],"chess-move-gen":["Fast chess move $Z @1. Uses SIMD @0 $H sliding piece move $Z","0.8.2"],"stable-skiplist":["Skiplist @2 in @e, &d $H insertion @5 removal. A normal skiplist is &T, as well as an ordered skiplist @5 a skipmap. @O is modified to work on stable @3 1.9.0.","0.1.1"],"color-rs":["A @1 @k @s @i @5 conversions @0 ^j @7 various color formats. Forked @t @4 unmuntained @8 color","0.6.1"],"orbtk-api":["@y @8 @k @s base ^Q @5 elements @0 OrbTk $A widgets basis.",C[77]],"zwp-virtual-keyboard":["(Unsafe) @3 @X ^Z @7 wayland-scanner @8 @0 virtual_keyboard_unstable_v1 @9","0.2.2"],"sema":["@3 semaphore @1","0.1.4"],"&V_primitive":["Macro to ^o num::FromPrimitive instances @0 &V @k works in @3 1.0","0.1.1"],"windebug_logger":["A logger @k redirects all &y to OutputDebugStringW (Win32 @y $0).","0.1.4"],"tail":["Tail @2 in @3 @k is performant @5 resistant to $1 truncations",C[9]],"simple-process-stats":["Get $j usage @5 CPU $x on &n @5 ^4","1.0.0"],"construct":["A @g @0 ^0 container literals.","0.0.3"],"qmetaobject":["Expose @e object to Qt @5 QML.","0.2.2"],"ckb-stop-handler":[C[78],C[31]],"sgx_trts":[C[55],"1.1.1"],"ewasm_^Q":["ewasm @y @0 @3",C[13]],"relm":["&2, GTK+-@n, GUI @1, inspired by Elm, $t in @3",C[79]],"google-people1":[C[812],C[80]],"hostname":["Cross-@N system's host name @w","0.3.1"],"simple-matrix":["A @c ^I matrix @1",C[4]],"tower-http":["Tower middleware @5 @E @0 ^A clients @5 servers","0.1.1"],"piston2d-opengl_^O":["An OpenGL 2D back-end @0 @4 Piston game $a","0.78.0"],"nom-tracable":["Extension of nom to trace @h","0.7.0"],"tetsy-jsonrpc-derive":["Tetsy High @D, typed @f @0 `tetsy-jsonrpc-@G`","15.1.0"],"plain_&V":["Mimicing Java's &V::^D() @5 EnumMap","0.9.9"],"medea-coturn-telnet-client":["Coturn TURN @T telnet @d","0.1.1"],"cargo-cmd":["Alias any shell @B in $q Cargo.toml. It's $A npm scripts, but @0 @P.","0.3.1"],"trailer":["Store a $k @7 an associated buffer in contiguous $j",C[4]],"ccl-crossbeam-epoch":[C[421],"0.7.4"],"rpassword":["Read passwords in console @Q.","5.0.1"],"thrust":["Thrift @0 @3",C[3]],"cursive-multiplex":["A tmux $A multiplexer @0 gyscos/cursive views","0.5.1"],"dbox":["An unofficial Dropbox ^L","0.1.3"],"compile-time-crc32-impl":[C[448],C[3]],"ios7crypt":["legacy IOS7Crypt encryptor/decryptor","0.0.5"],"tugger-binary-analysis":["Inspect @N binaries",C[0]],"cstr-macro":["^H @0 ^2 CStrings ^W allocations",C[3]],"warc_@h":["Web ARChive @S @1 @u nom lib","2.0.0"],"psl":[C[81],"2.0.40"],"curve25519-dalek":[C[128],"4.0.0-pre.0"],"tuftool":["Utility @0 ^2 @5 signing $7 Update Framework (TUF) repositories","0.6.1"],"substrate-build-script-utils":["Crate @7 $o @w @0 `build.rs` scripts.","3.0.0"],"millefeuille":["Millefeuille $T @0 Flow &o @M (under construction).","0.0.0"],"embedded-websocket":["A ^y websocket @1 @0 ^8 systems (no_std)","0.8.0"],"pest_consume_@a":["^H @0 pest_consume","1.1.0"],"google-logging2-cli":[C[104],C[37]],"higher":["Higher kinded @i, in a way","0.1.1"],"vec1":["a &Y Vec @f assuring @k it has at least 1 element","1.8.0"],"porter-stemmer":["Flexible @5 unicode friendly, Porter stemmer @2",C[4]],"query_&K":["Easy to $9 @1 @0 ^2 SQL-Statements","0.3.1"],"juniper_rocket":["Juniper GraphQL $S @7 Rocket","0.8.0"],"temp_utp":[C[599],"0.8.1"],"rapier3d":["3-dimensional physics $a in @3.",C[22]],"goose":["A load ^5 @j inspired by Locust.",C[36]],"leven":["Make $q own blog!","0.7.0"],"unic-ucd-version":["UNIC — &i Character Database — Version","0.9.0"],"tripcode":["A @1 @0 $E tripcodes on imageboards @5 textboards.",C[6]],"url2":["ergonomic @f $G @4 popular url @8","0.0.6"],"rmenu":["A rofi @5 dmenu inspired menu","0.1.4"],"validations":["Validations @0 arbitrary @i.","0.1.1"],"gc_$T":["Garbage collector $T @0 @e-gc","0.1.1"],"sp-serializer":["Substrate customizable $b serializer.","3.0.0"],"feattle-ui":[C[82],"0.6.0"],"meap":["Minimal Extensible Argument &C","0.4.3"],"mdbook-toc":["mdbook preprocessor to add Table of Contents","0.7.0"],"risp":["A rusty Lisp inspired by Clojure @0 usage as @c $I @L","0.7.0"],"rusqlite":["Ergonomic @f @0 SQLite","0.25.3"],"gcp-bigquery-client":["An ergonomic @R @d @1 @0 GCP BigQuery.","0.9.0"],"raw":["^b @0 unsafely manipulating raw representations in @3","0.0.6"],"mnl":["Safe $C @0 libmnl, a minimalistic user-space @1 oriented to Netlink developers",C[0]],"libstripe":["Stripe @1 @0 @e.","0.5.9"],"$J_rw":["A $J reader/writer @1 @0 @e","1.2.0"],"polynomial":["Manipulations @5 @x @i @k represent polynomial.",C[3]],"execute":["A @1 @0 extending `Command` in order to execute programs more easily.","0.2.9"],"google-cloudmonitoring2_beta2-cli":[C[83],C[84]],"minidom_writer":["Helper to &b ^c a &Y::io::Write a minidom::Element","1.0.0"],"libparted-sys":["libparted @6",C[9]],"hedge":["An index @n half-edge mesh @2.",C[6]],"oboe":["Safe @l @0 oboe an android @1 @0 low latency audio IO","0.4.2"],"daemon-engine":["A ^r @W @0 $M unix @e daemons @7 IPC @n clients","0.6.0"],"pop3":["POP3 @d @0 @3","1.0.6"],"scrubcsv":["Remove bad lines @t large CSV @z @5 normalize @4 rest","0.1.9"],"quote-next":[C[602],"1.0.0-rc3"],"twilight-standby":["Utility to filter wait @0 filtered incoming events @0 @4 Twilight ecosystem.","0.5.1"],"sp-transaction-pool":[C[804],"3.0.0"],"akaze":["AKAZE feature extraction @Z @0 computer vision","0.7.0"],"async-listen":["Various &s @0 $M production-ready servers in @e @u @R-&Y.",C[6]],"rusty_secrets":["@v of threshold Shamir's secret sharing in @4 @3 $l @L.","0.2.2"],"ssvm_tensorflow_@l":["A @3 @1 @k @s @3 to $D developers @7 syntax @0 @u tensorflow $5","0.1.4"],"reql-io":["ReQL IO @2",C[0]],"$O_dms":["^p ^L @0 @3 - ^p Database Migration Service @ 2016-01-01",C[18]],"quick-error":[C[606],"2.0.1"],"pid_control":["A PID controller @1","0.7.2"],"unicode-bom":["&i byte-order mark detection @0 @z @5 byte arrays.","1.1.4"],"ichwh":["An @R @2 of `$f`","0.3.4"],"num-cmp":["Comparison $p differently typed ^Y",C[3]],"ffsvm":["A libSVM ^m @m vector machine, but up to 10x faster, @0 games or VR.","0.8.0"],"swf-headers":["A @1 @0 @S @4 headers of a swf $1.",C[0]],"flat-tree":[C[373],"5.0.0"],"sample":["A @8 &d @4 fundamentals @0 ^j @7 audio PCM DSP. NOTICE: @O @8 was renamed to `dasp`.",C[13]],"google-datastore1_beta2":["A @q @1 to @o @7 datastore (@9 v1beta2)","0.1.13+20160314"],"lelet":["golang $A task executor","1.2.18"],"clam":["@H template $a",C[1]],"benzene-2d":["@H 2D ^O ^h @0 Benzene",C[0]],"compare":["Experimental comparators @0 &r to be ^I &c",C[3]],"io-providers":["Enables &m injection @0 many I/O $K","0.2.0-beta.3"],"nlopt":["Wrapper @0 @4 nlopt @1","0.5.4"],"systemd-sys":["Generated libsystemd $L declarations",C[3]],"polygon2":["polygon 2d @w",C[9]],"allegro_color":["Allegro 5 color addon @3 @f",C[72]],"slack-hook":[C[841],"0.8.0"],"json-color":["Colorize ^n $z","0.7.1"],"hyper-alpn":["An ALPN @2 to be $3 @7 Hyper 0.12",C[9]],"atpp":["atpp @9","1.6.7"],"pam-sys":["$L &l @0 @4 &n Pluggable Authentication Modules (PAM)","1.0.0-alpha3"],"bip_lpd":["@v of @4 bittorrent Local Peer/Service Discovery mechanism","0.0.0"],"@e_c":["Write C @X inline in $q @e @X (hacky fork of @e-cpp / cpp @8)",C[4]],"tau":["$7 important mathematical constant tau","1.0.4"],"callgrind":["callgrind","1.1.0"],"rbtree":["@4 rbtree @0 @3","0.1.5"],"zbus_@a":["^N-@a @0 zbus",C[85]],"async-raft":["An @R @2 of @4 Raft distributed &B @9.","0.6.1"],"base_@G_socialist_^D":["Encode @5 decode @7 BCSV (base @G socialist ^D)","0.3.4"],"xoroshiro":["Xoroshiro128+, xorshift1024*φ @5 splitmix64 &x &1 generators",C[9]],"git-protocol":["A WIP @8 of @4 gitoxide ^t @0 ^1 git protocols","0.7.0"],"serde-xml-any":["xml-rs @n deserializer @0 Serde, @7 changes required @0 serde_any","0.0.3"],"rrun":["minimalistic @B launcher in @e similar to gmrun","0.2.3"],"cargo-benchcmp":["A $o @0 comparing @3 micro-benchmark &L.","0.4.3"],"lsystem":["A @p @0 ^0 L-Systems in @e",C[6]],"hyper-fs":["Static File Service @0 hyper 0.11+.",C[0]],"signatory-ring":[C[445],"0.99.0"],"timekeeper":["A @c @1 to track how much $x is $3 in different parts of a &0","0.3.2"],"rust-fsm-dsl":["^H @0 @e-fsm DSL","0.5.0"],"derefable":["^E @b Deref/DerefMut @V",C[3]],"sysinfo":["@p to get @M $e such as processes, processors, disks, components @5 networks","0.19.2"],"cacache":["Content-addressable, key-&a, high-$F, on-disk cache.","8.0.0"],"fs2":[C[758],"0.4.3"],"mri-sys":["@3 @6 to Mat'z Ruby interpreter","0.2.5"],"jsonrpc-stdio-server":["STDIN/STDOUT @T @0 ^n-RPC","18.0.0"],"google-sqladmin1_beta4-cli":[C[116],C[117]],"gradle-sync":["Small $o to synchronize @4 gradle $4 @7 @4 @P $4.",C[0]],"tantivy-query-grammar":[C[281],C[71]],"anomaly":["Error context @1 @7 @m @0 $k-erased sources @5 backtraces",C[0]],"char-iter":["A performant iterator &c a linear range of characters (`char`s),correctly ^g @4 surrogate range.",C[3]],"ink_$8":["[ink!] Fundamental primitive @i @0 ink! smart contracts.",C[63]],"gsk4-sys":["$L @6 of GSK 4",C[0]],"screenruster-saver":["@3 @y @0 ScreenRuster.","0.2.2"],"validator":["&W validation @w (email, url, length, ...) @5 $y - to be $3 @7 `validator_derive`",C[8]],"unicode-security":["Detect possible security problems @7 &i usageaccording to &i Technical Standard #39 rules.","0.0.5"],"captcha":["@p @0 $E CAPTCHAs.","0.0.8"],"lapin-futures-rustls":["Integration of rustls @7 lapin-@Y","0.21.1"],"primapalooza":["prime &1 calculations &T in @e","0.3.4"],"nest":["Use $q filesystem as a nested @x store","1.0.0"],"censor":["A @c ^G profanity filter",C[0]],"bottymcbottyface":["A $c of IRC bots","0.1.3"],"mvt":["A @1 @0 $6 mapbox vector tiles","0.7.0"],"near-sdk-core":[C[243],"3.1.0"],"exar-net":["Exar DB's TCP @9",C[3]],"nu-source":["A source $d characterizer @0 Nushell",C[23]],"sawp":["Security Aware Wire ^a @S @1","0.6.0"],"$c_$2":["Collection $2 & @E; work in progress","0.0.2"],"bulletproofs":[C[86],"4.0.0"],"pg_interval":["A &7 PostgreSQL interval $k",C[9]],"dpdk-unix":["An ^T @8 to make it easier to iterate on unix requirements",C[9]],"ti154":["@p @0 ^2 @5 @S TI 15.4 UART packets.","0.3.4"],"signal-hook-registry":["Backend @8 @0 signal-hook","1.4.0"],"bindgen":["^E generates @3 $L @6 to C @5 C++ &4.","0.59.1"],"mop":["Flexible @5 modular single or multi-objective solver @0 contiguous @5 discrete problems","0.5.0"],"basalt":["A window/ui @j built upon vulkan.","0.11.2"],"solana-move-loader-api":["Solana Move Loader","0.20.1"],"sp-externalities":["Substrate externalities $C","0.9.0"],"tetsy-util-mem":["Collection of tetsy $j related @E","0.9.1"],"cereal_@a":["Syntax ^d @0 @4 cereal @1","0.3.5"],"rust-gmp":[C[100],"0.5.0"],"usb-device":["Experimental device-side USB stack @0 ^8 &A.","0.2.8"],"msp430-rt":["Minimal @J / startup @0 MSP430 $n","0.2.4"],"dynamic_reload":["Cross-@N dynamic reloading of &J &4",C[2]],"org-tangle":["A faster way to tangle org-mode.","0.1.5"],"bashdoc":["A $R @0 $E documentation/help menu @0 user defined bash @w.","0.5.2"],"two-rusty-forks":[C[532],C[2]],"textplots":["Terminal plotting @1.","0.6.0"],"shamirsecretsharing":["Shamir secret sharing @1 @0 @3","0.1.5"],"colored_json":["Colorize ^n, @0 printing it out on @4 @B $s","2.1.0"],"atomic-waker":["A synchronization primitive @0 task wakeup","1.0.0"],"futures-executor-preview":[C[296],C[168]],"bayard-proto":["^a Buffers @0 Bayard","0.8.2"],"$h_timestamp":["@H ^N-@g to ^o a $h timestamp $d as a const",C[3]],"qindex_multi":["@U means of indexing &r mutable @5 immutable &j times at once.",C[2]],"wyrm":["A low-overhead, define-by-run autodifferentiation @1.","0.9.1"],"xfailure":["Additional ^r @a @0 failure",C[3]],"stats_^s":[C[34],C[4]],"cherries":["Expression ^6 &v","0.3.2"],"fakecargo":["fake @P @0 single @e @z",C[2]],"disjoint-set":["A @2 of Tarjan's Union-Find Data Structure.","0.0.2"],"longest-increasing-subsequence":["Find a longest increasing subsequence of some input sequence",C[3]],"plaster":["A &p-bindgen @j @0 making @d-side single-page apps","0.2.5"],"grid_search_cardinal":["Collection of search $U @0 uniform-cost cardinal grids",C[9]],"fluvio-protocol-api":["fluvio @9 @y &s",C[2]],"xactor":["Xactor is a @e actors @j @n on @R-&Y","0.7.11"],"spinning_top":["A @c spinlock @8 @n on @4 abstractions provided by `lock_api`.","0.2.4"],"sgf-parser":["A @1 @0 @S SGF @z","2.6.0"],"^6_magic":[C[202],"0.2.3"],"juniper_subscriptions":["Juniper SubscriptionCoordinator @5 SubscriptionConnection @V",C[87]],"sc-transaction-pool":["Substrate transaction pool @2.","3.0.0"],"^i":["One @3 @8 @0 ^2 beautiful @B $s @Q.","0.0.1"],"traverse":["Proof-of-concept $y @0 ^T iterators called traversals.","0.0.12"],"call2-for-syn":["Apply @h @w to ^N-macro2 token streams","2.0.3"],"embedded-spi":["@3 ^8 ^h ^r @W (new releases at spi-hal)","0.6.2"],"anybar_rs":["A @3 $N @0 controlling Anybar 0.2.3","1.0.14"],"num256":["@v of 256 bit integers","0.3.1"],"tink-core":["Core @8 @0 @3 port of Google's Tink cryptography @1",C[0]],"bytekey":["lexicographic sort-order preserving $J $6","0.4.2"],"micromath":["Embedded-friendly math @1 featuring $H floating point approximations(@7 ^S @X size) @0 $w arithmetic $K, trigonometry,2D/3D vector @i, statistical analysis, @5 quaternions.Optimizes @0 $F @5 ^S @X size at @4 cost of precision.","2.0.0"],"ff_derive-zeroize":[C[179],"0.6.2"],"tc-consensus-uncles":[C[624],"0.8.0"],"xkcdpass":["Generate XKCD style passwords made up by four (or any other &1 of) &x english words @t a word list.","0.5.0"],"ids_container":["Container $f automatically assigns keys when &R insert in it","0.1.1"],"timeout-iterator":["TimeoutIterator is a @f &c any iterator @k adds peek_timeout @5 next_timeout functions.The canonical $9-case is @S multi-$s free-form records (such as tailing a log fime) where it is desirable toconsume @4 very last $s, @5 peek whether @4 record continues on @4 next $x, but not blockindefinitely on @4 peek.","1.1.4"],"url":["URL @1 @0 @3, @n on @4 WHATWG URL Standard","2.2.2"],"wasmer-wasi-fl":["Wasmer @J WASI @2 @1","0.17.1"],"crypto-hashes":["Meta @8 @0 ^e ^v @w $t in &9 @3","0.9.0"],"terminal-linked-hash-map":["A fork of linked-^v-map @k builds on stable in exchange @0 not allowing custom hashers.",C[3]],"cld2":["Detect natural @L $3 in ^G @u @4 cld2 @1","1.0.2"],"z3-sys":["Low-@D @6 @0 @4 Z3 SMT solver @t Microsoft Research","0.7.0"],"extendr-macros":["Generate @6 @t R to @3.",C[0]],"ed25519-compact":["A ^S, self-contained, &p-friendly Ed25519 @2","0.1.9"],"term-basics-linux":["A @c @8 @7 basic $5 @0 $u @Q.","0.5.6"],"ark-ed-on-bls12-381":["A Twisted Edwards curve defined &c @4 scalar field of @4 BLS12-381 curve",C[9]],"set-error":["A very @c $y @k overwrites errors.","1.0.1"],"ink_lang_ir":["@x $m @5 $U @0 ink! intermediate representation",C[63]],"cairo-sys-rs":["$L @6 to libcairo",C[8]],"perfect-hash":["Hash + IntMap = No Collisions!",C[88]],"cargo-check":["@f $G @P &G -- -Zno-trans","0.2.2"],"solana-gossip":[C[89],"1.7.8"],"$b_bser":["Implements @4 Watchman BSER $6 @0 $b. &N://facebook.github.io/watchman/docs/bser.html","0.3.1"],"tree-sitter-facade":["A uniform @l @0 `^6-sitter` (@e) @5 `&h-^6-sitter` (&p-bindgen).","0.0.9"],"diffs":["A &1 of diff $U, also called longest $w subsequence.","0.4.1"],"luminal-router":["Minimalist router @0 hyper.rs","0.0.12"],"rrt":["Path finding @u dual-RRT connect","0.5.0"],"google-genomics1":[C[90],C[91]],"async-mutex":["Async mutex","1.4.0"],"imag-log":["Part of @4 imag @G ^k: imag-log @B",C[22]],"capsicum":["@H intuitive @3 @6 @0 @4 FreeBSD capsicum @j",C[4]],"process-memory":["A @e @1 @k can read/&b @4 $j of other processes.",C[2]],"llvmint":["@I to (almost) all LLVM intrinsics, @0 all platforms.","0.0.3"],"hlist":["Heterogeneous list @7 $k-directed search",C[4]],"fluvio-command":["Fluvio @B @E",C[6]],"ghakuf":["A @3 @1 @0 @S/^0 SMF (Standard MIDI File).","0.5.6"],"$b_json_v8":["A ^n @K $1 @F matching V8 formatting","0.1.1"],"pug":["pug.js reimplemented in @e @0 speed","0.1.10"],"metal-rs":[C[175],"0.10.6"],"kv-log-macro":["Log @g @0 log's kv-unstable $Y.","1.0.7"],"pnet_base":[C[92],C[93]],"frontmatter":["A Fairly Trivial Wrapper @0 yaml-@e to Extract Frontmatter @t a String Slice",C[2]],"windows-permissions":["Safe @3 @6 to ^4 permissions APIs","0.2.4"],"twilight-model":["Discord @y models @0 @4 Twilight ecosystem.","0.5.4"],"extprim":["Extra primitive @i (u128, i128)","1.7.1"],"git_hooks":["A @c @P $h script to copy a hooks folder ^c .git/hooks so @k $q developers are all running @4 same git hooks","0.1.3"],"async-amqp":["lapin $S @7 @R-&Y","1.2.0"],"rust-dense-bitset":["Efficient @5 compact bitsets @0 @3.","0.1.1"],"opcua-core":["Core components @0 OPC UA $3 by @d @5 @T","0.8.0"],"clierr":["Non-panicking ^u ^g @0 ^S CLI scripts.","0.7.0"],"seahorse":["A minimal CLI @j $t in @3","1.1.2"],"okapi":["Structs @0 OpenAPI (AKA Swagger) documents","0.6.0-alpha-1"],"rustc-ap-rustc_@a":["^E published $4 of @4 @W `rustc_macros` in @4 @e-lang/@e repository @t commit 9a27044f42ace9eb652781b53f598e25d4e7e918 $7 publishing script @0 this @8 lives at: &N://github.com/alexcrichton/&G-auto-publish",C[329]],"r2d2_sqlite":["Sqlite @m @0 @4 r2d2 connection pool",C[19]],"mach_object":["Mach-O File Format &C @0 @3","0.1.15"],"etherdream":["An EtherDream (laser projector DAC) @1.","0.1.1"],"^u_@b":["^H @0 deriving Error @V through custom_derive!.",C[0]],"straw":["WIP @3 -> HTML renderer",C[9]],"read_input":["A @c CLI $R @k asks @0 user input until @4 @x inputted is valid.","0.8.4"],"async-task":["Task $C @0 ^0 executors","4.0.3"],"runng-sys":[C[301],"1.2.4-rc.1"],"rad":["A $k-$P, high-@D @l to librados @u @4 low-@D C @6 @t ceph-@e.","0.5.0"],"reinfer-client":["@y @d @0 Re:infer","0.8.0"],"authenticator":["@p @0 ^R @7 CTAP1/2 security keys @0 Web Authentication. Used by Firefox.","0.3.1"],"commander":["$7 @q solution @0 @3 @B-$s interfaces",C[4]],"generic-bytes-derive":["A @g @0 derivation of SizedBytes, a $y @0 conversion to @5 @t an array of bytes @7 a $k-@D size",C[3]],"sbz-switch":["Utility @0 changing Sound Blaster parameters on ^4","4.0.0"],"@e_events":["A flexible event-^g @1, @n on @4 C# delegate model.","0.9.0"],"cargonauts-cli":["CLI @0 cargonauts &h @j","0.2.3"],"tree-sitter-javascript":["JavaScript grammar @0 @4 ^6-sitter @S @1","0.19.0"],"cs_$b_bytes":[C[94],C[11]],"locate-header":["@p to simplify locating header @z when ^0 -@r $V","0.1.1"],"arthas":["Arthas is an in-$j $Q ^P.",C[9]],"p256":["Pure @3 @2 of @4 NIST P-256 (a.k.a. secp256r1, prime256v1)elliptic curve @7 @m @0 ECDH, ECDSA signing/verification, @5 generalpurpose curve arithmetic","0.9.0"],"target-cpu-macro":["A $i @g @0 conditional compilation @n on @4 CPU being targeted","0.1.3"],"abomonation":["A high $F @5 very unsafe @K @1","0.7.3"],"tonic-health":["Health Checking ^B of `tonic` gRPC @2.",C[2]],"wry":["Cross-@N WebView rendering @1",C[13]],"ruma-identifiers":["Resource identifiers @0 Matrix.","0.19.4"],"rustbar":["Set of progressbars @0 @e",C[0]],"gfx_gl":["OpenGL @6 @0 gfx, @n on gl-rs","0.6.1"],"google-monitoring3":[C[738],C[45]],"@e_mixin":["Yo dawg, $9 @3 to ^o @3, right in $q @3. (See`external_mixin` to $9 scripting languages.)","0.0.1"],"openapiv3":["@O @8 aims to provide @x $m @k represent @4 Open @y v3 specification easily deserializable @7 $b.","0.5.0"],"libmodbus-sys":["$L @6 to @4 libmodbus C @1.","1.0.0"],"procfs":["Interface to @4 linux procfs pseudo-filesystem","0.9.1"],"nested_intervals":["nested & overlapping interval set @w, overlap, union, etc","0.2.2"],"affinity":["@U a consistent way to set @G affinity @0 currently running threads @5 processes","0.1.1"],"dialog":["Display dialog boxes @u various backends",C[9]],"libwebp-sys2":["A handwritten raw @l to libwebp",C[4]],"git-build-version":["Allows &t inclusion of @4 git repository $4 in $q ^t",C[4]],"console-web":["A @8 @0 $M to @4 console in &p (@u &p-bindgen)",C[4]],"delegate-attr":["Attribute ^N-@g to delegate method to a field","0.2.9"],"evdev-rs":["@I to libevdev @0 ^R @7 evdev &A. It moves thecommon tasks when dealing @7 evdev &A ^c a @1 @5 providesa @1 @l to @4 callers, thus avoiding erroneous ioctls, etc.","0.5.0"],"tetsy-hash-db":["tetsy $y @0 ^v-keyed databases.",C[74]],"aloxide":["A ^r $R @0 Cargo $h scripts (build.rs) @0 compiling @5/or linking toa given Ruby @1 $4 @0 $9 in @3 @X.","0.0.8"],"textsearch":["Full ^G search @0 @e",C[0]],"fern_colored":["@H, ^J &v (@7 true color @m)","0.6.1"],"saphir_@g":["Macro $Z @0 &E @T @j","2.1.2"],"sp-debug-derive":["^H to @b @J debug @2.","3.0.0"],"expanduser":["attempts to expand ~ @5 ~user while ^2 a filesystem path","1.2.2"],"revai":["An @y @d @0 @4 rev.ai @y","0.1.3"],"sincere":["&h @j",C[594]],"ebur128":["@v of @4 EBU R128 loudness ^C",C[1]],"tough-ssm":["Implements ^p SSM as a key source @0 TUF signing keys","0.6.0"],"ttcore":[C[173],"0.2.35"],"tc-consensus-babe-rpc":[C[409],"0.8.0"],"maud_htmlescape":["Internal @m @X $3 by Maud.",C[38]],"interledger-http":["^A @d @5 @T services @0 Interledger.rs",C[2]],"easy-error":["@H ^u @E","1.0.0"],"sp-runtime-interface":["Substrate @J @l","3.0.0"],"c_linked_list":["^b @0 ^g NULL-terminated C linked lists","1.1.1"],"beach_map":["@v of a slotmap",C[6]],"minilzo":["A @f $G @4 portable lossless @x ^z @1",C[0]],"scopetime":["log @J of arbitrary scope","0.1.1"],"random-access-storage":["Abstract @l to implement &x-$W instances.","4.0.0"],"http-sig":["@v of @4 IETF draft 'Signing ^A Messages'","0.3.1"],"colorful":["Make $q $u &L colorful",C[6]],"bastion-qutex":[C[697],"0.2.4"],"metrics-observer-prometheus":["A &z-@G ^m observer @k outputs @4 Prometheus exposition &L.","0.1.4"],"internship":["Interned $d @5 more","0.6.0"],"combu":["Combu is a yet another mini ^i @j.","0.6.0"],"&z_cloudwatch":["CloudWatch emitter @0 @4 &z @8","0.14.1"],"trek":["Database migration ^w @0 @3 programs","0.3.1"],"nyar-number":["Number lib @0 Nyar","0.2.4"],"libnetfilter_queue":["@O is a @e $X @0 libnetfilter_queue, a &n @1 @k allows userspace to make decisions on @4 destiny of packets.","0.0.3"],"hashconsing":["A ^v consing @1.","1.5.0"],"sequoia-rfc2822":["An RFC 2822 name-addr @h",C[20]],"unwrap_to":["A $o @g to unwrap enums.",C[3]],"websocat":["Command-$s @d @0 &h sockets, $A netcat/curl/socat @0 ws://.","1.8.0"],"tmp006":["Platform-&6 @3 ^h @0 @4 TMP006/TMP006B non-contact infrared (IR) thermopile temperature sensor.",C[3]],"gio-2-0-sys":["Import @8 @0 Gio","0.46.4"],"ifaces":["@3 @6 to retrieve ^7 @l $e",C[3]],"&G_$4_@J":["A @1 @0 querying @4 $4 of @4 &G ^9 $3 in @J",C[0]],"nv-xml":["A very light weight xml @1","0.1.3"],"piston2d-gfx_^O":["A Gfx 2D back-end @0 @4 Piston game $a","0.73.0"],"license":["@U ^8 license $e @t SPDX.","1.1.10"],"cadence":["An extensible Statsd @d @0 @3","0.26.0"],"ra_ap_ide_ssr":[C[857],"0.0.66"],"sgx_serialize_@b_internals":[C[55],"1.1.1"],"$H_brainfuck":["A Brainfuck JIT ^9","0.0.3"],"grnenv-rs":["grnenv is a $R to switch @u &j Groonga versions.",C[0]],"connected_socket":["Connect() @0 UDP sockets","0.0.6"],"radix-heap":["Fast monotone priority queues","0.3.8"],"oysterpack_app_metadata":["OysterPack Application Metadata","0.3.1"],"aktoro-channel":["Channels @0 aktoro's ^T $9.","0.1.0-alpha.8"],"zfilexfer":["File transfer &c ZMQ sockets.","0.0.2"],"fake_clock":[C[54],"0.3.1"],"wepoll-ffi":["@I @0 @4 wepoll @1",C[4]],"json_pretty":["@H Json prettifier @0 @3 @L.",C[4]],"utf8":["...",C[3]],"tp-consensus":["&W @E @0 ^0 @5 @u &B engines in tetcore.","0.8.2"],"relative":["A $k to wrap vtable references such @k they can be safely sent $p other processes running @4 same $J.","0.2.2"],"yoga-sys":["Raw @e @6 @0 yoga (facebook flex layout cross-@N $a)","0.2.3"],"sendmmsg":["Transmit &j &y @u one @M call in @3","0.3.6"],"xml_tokens":["Parse XML to tokens. Serialize tokens to XML.","0.1.5"],"stoken":["a @e @n stoken @2","0.0.6"],"cargo-criterion":["Cargo ^d @0 running Criterion.rs benchmarks @5 reporting @4 results.","1.0.1"],"&1_prefix":["@p @0 numeric prefixes (kilo, giga, kibi).",C[2]],"leg":["🔈 Elegant print @0 lazy devs (@R-&Y)","1.0.1"],"zero-copy-pads":["Padding/aligning ^D ^W heap allocation",C[0]],"implot-sys":["Raw $L @6 to implot",C[2]],"uniffi":["a multi-@L @6 @C @0 @e (@J @m @X)",C[11]],"kmeans_colors":["@H k-means clustering to find dominant colors in images.Backed by a ^I k-means @2 offered as a standalone @1.",C[2]],"dasp_envelope":["Audio PCM DSP envelope detection @7 peak @5 RMS @V.",C[13]],"orml-tokens":["Fungible tokens ^B @k implements `MultiCurrency` $y.",C[2]],"medea-client-api-proto":["Client @y @9 @2 @0 Medea media @T",C[9]],"noble-staking":["FABRIC noble staking","2.0.0"],"shabal":["Shabal ^v @w",C[9]],"human_@F":["@3 Port of human-@F @t node, formatting ^Y @0 us, while @4 machines are still at bay.","1.0.3"],"typescript-definitions-derive-ufo-patch":[C[146],"0.1.11"],"ethers-middleware":["Middleware @V @0 @4 ethers-rs @8","0.2.2"],"map_split":["A @1 &d simultaneous mutable $W to disjoint portions ^D stored in a ^v map.",C[6]],"mozjs_@r":["System @8 @0 @4 Mozilla SpiderMonkey JavaScript $a.","0.67.1"],"$b_variant":["Retrieve $b provided variant names @0 &V objects.",C[3]],"bzip2":[C[1061],"0.4.3"],"picky":["Portable X.509, PKI, JOSE @5 ^A signature @2.","6.3.0"],"async-smtp":["SMTP @d",C[2]],"fsm":["A @c Finite State Machine @1, provide State @5 Event @i, then create a machine @7 an initial state, give it some transition behaviours @5 &R have $q state machine!","0.2.2"],"pyo3":["@I to Python interpreter","0.14.1"],"unchecked_unwrap":["Adds an unchecked $4 of `unwrap()` @5 `expect()` to Option @5 Result.","3.0.0"],"text-block-macros":["Create a multiline $d literal","0.1.1"],"kcapi-sys":["@3 $L @6 @0 libkcapi, @4 kernel crypto ^Q @1.","0.0.3"],"sxd-xpath":["A @3 XML XPath @1","0.4.2"],"winping":["An &t-to-$9 ICMP Echo @y @0 ^4 programs ^W requiring elevated rights",C[22]],"js_int":["JavaScript-interoperable integer @i",C[6]],"structural":["Field accessor $2,@5 emulation of structural @i.","0.4.3"],"default-env":["$7 `env!` @g but @7 a default &a.","0.1.1"],"zookeeper-async":["An @R ZooKeeper @d","4.0.1"],"ahrs":["A @3 port of Madgwick's AHRS @Z",C[9]],"fastapprox":["Fast approximate versions of certain @w @k arise in machine learning",C[9]],"neon":["A $P $C layer @0 Node.js.","0.9.0"],"postgres-openssl":[C[454],"0.5.0"],"rustler":["Safe @3 &l @0 ^2 Erlang NIF @w",C[79]],"gdnative-impl-proc-macros":["Internal &m of @4 gdnative @6.","0.9.3"],"simple-fcl-sys":["Raw @6 @0 @4 FCL @1 @0 $9 in @c-fcl","0.0.5"],"unsegen_$u":["A pluggable `unsegen` ANSI $u",C[9]],"opentelemetry-semantic-conventions":["Semantic conventions @0 OpenTelemetry","0.7.0"],"graphql_@d_^K":[C[95],C[20]],"odbc-api":["Write ODBC Applications in (mostly) $P @3.","0.24.1"],"nano-work-server":["A dedicated work @T @0 @4 Nano cryptocurrency","0.1.7"],"ncollide3d":["2 @5 3-dimensional collision detection @1 in @3. Will be superseded by @4 parry3d @8.","0.31.0"],"unrar":["list @5 extract RAR archives","0.4.4"],"pascal_$d":["Pascal $z in @3.",C[2]],"racc":["RACC is a port of Berkeley YACC to @3, @5 allows &R to &b grammar $g directly in @3 source @X.","0.0.2"],"ndarray-csv":["Easily read @5 &b homogeneous CSV @x to @5 @t 2D ndarrays","0.5.1"],"redbpf-macros":["$B @a @0 redbpf","1.3.0"],"k210-pac":["Peripheral $W @y @0 K210 SoC",C[0]],"psl-lexer":["A lexer @0 Mozilla's Public Suffix List","0.3.1"],"rustc-ap-syntax_pos":["^E published $4 of @4 @W `syntax_pos` in @4 @e-lang/@e repository @t commit 625375400cdd172877e81c3ce44ce68f2011af2d $7 publishing script @0 this @8 lives at: &N://github.com/alexcrichton/&G-auto-publish","634.0.0"],"tikv-jemalloc-sys":[C[897],"0.4.1+5.2.1-patched"],"cargo-clippy":["A &k @0 @P to perform linting on @P projects. Can be $3 as a substitution @0 @P-check.","0.2.2"],"rafx-api":[C[96],"0.0.13"],"fixed-slice-vec":["`FixedSliceVec` is a dynamic length Vec @7 @J-determined maximum capacity backed by a slice.","0.8.0"],"evmap-derive":["&O @g @0 evmap::ShallowCopy",C[0]],"evcxr_jupyter":["An Jupyter Kernel @0 @3",C[13]],"comp_state":["Component State - a clone of React Hooks use_state","0.2.8"],"phetch":["quick lil gopher @d","1.1.0"],"quircs":["QR @X detection @5 scanning. Pure @3.",C[20]],"rs-graph-derive":["Automatic @2 of graph @i","0.20.1"],"genco":[C[97],C[98]],"fbxcel-dom":["FBX DOM @1","0.0.6"],"google-oslogin1-cli":[C[1083],C[44]],"validatron":[C[252],C[6]],"actix-web-middleware-redirect-https":["A middleware @0 actix-&h $f forwards all `&E` requests to `&N` @7 optional url $d replacement.","3.0.1"],"sliceslice":["A $H @2 of single-pattern substring search @u SIMD acceleration","0.3.1"],"winpty":["Safe @e @6 @0 winpty",C[0]],"abxml":["&C @0 resources.arsc contained on APKs @5 $J XML decompresser.","0.8.2"],"cretonne-reader":["Cretonne textual IR reader",C[99]],"boomphf":["Scalable @5 Efficient Minimal Perfect Hash Functions","0.5.9"],"durt":["Command $s $R @0 calculating @4 size of @z @5 directories","1.0.0"],"geml":["A @c Generator-orientated ML @h.","1.1.26"],"enc_$1":["Encrypt / decrypt @z or calculate ^v @t @4 @B $s. Warning: Don't $9 @0 anything important, $9 VeraCrypt or similar instead.","0.3.26"],"dpdk-sys":["dpdk-@r","0.1.5"],"gba-proc-macro":["^N @a @0 @4 gba @8","0.6.0"],"opcua-crypto":["Encryption / decryption $3 by OPC UA @d @5 @T","0.8.0"],"rcalc":["Glorified calculator @7 a lexer, @h, @5 interpreter $t in @3.",C[4]],"raui-json-renderer":["RAUI renderer @0 ^n @F","0.38.2"],"botan-sys":["$L @f @0 Botan cryptography @1","0.8.1"],"rlapack":["LAPACK @6 @5 &l","0.0.5"],"ipopt-sys":["Raw unsafe @3 @6 to @4 Ipopt non-linear optimization @1.","0.5.5"],"stemmer":["Stemming @1 @0 @3, @u @6 to Snowball C @2","0.3.2"],"generics":["@U @a @0 @S generics (@7 optional where clause) in `macro_rules!`.","0.3.1"],"term_input":["Input ^g @0 xterm-^m terminals","0.1.5"],"mysql_@R":["Tokio @n $r MySql @d @1.",C[93]],"$b_path_to_^u":["Path to @4 element @k failed to deserialize","0.1.4"],"subslice":["Fast subslice search","0.2.3"],"xi-unicode":["&i @E &Q @0 ^G editing, &H a $s breaking iterator.",C[9]],"demoDisk":[C[32],C[53]],"tower-util":["^b @0 ^j @7 `Service`.","0.3.1"],"rust-libcore":["Libcore wrapped ^c @P @W, suitable @0 cross-builds","0.0.3"],"libxdo":["@I to libxdo","0.6.0"],"minifier":["Minifier $R/lib @0 JS/CSS/^n @z",C[72]],"drone":["CLI $o @0 Drone, an Embedded Operating System.",C[8]],"die-exit":[C[205],"0.3.3"],"nx":["A high $F @3 @1 $3 to read NX @z @7 minimal $j usage.",C[9]],"extprim_literals":["Plugin @0 ^2 extra primitive @i literals (u128!(n), i128!(n))","2.0.3"],"easy-csv":["Easily parse &w @t CSVs.","0.3.2"],"paru":["Aur ^r @5 pacman @f","1.7.3"],"hyper-openssl":["Hyper TLS @m via OpenSSL","0.9.1"],"blastfig":[C[321],"0.3.3"],"gpsd_proto":["$7 gpsd_proto ^B contains @i @5 @w to connect to gpsd to get GPS coordinates @5 satellite $e.","0.7.0"],"panic-msp430":["Halting panic @2 @0 MSP430 $n",C[0]],"protobuf-codegen-pure":["Pure-@e ^K @0 protobuf @u protobuf-@h crateWIP","2.24.1"],"kamadak-exif":["Exif @S @1 $t in &9 @3","0.5.4"],"input-linux":["evdev @5 uinput",C[2]],"ndless-macros":["^H @0 Ndless @0 @4 TI-Nspire",C[2]],"libxml":["A @3 @f @0 libxml2 - @4 XML C @h @5 toolkit developed @0 @4 Gnome ^t",C[9]],"sdio-host":["SD host @9 @1","0.5.0"],"gotham_@b":["^H 1.1 @V @0 Gotham $2","0.6.0"],"ndk-build":["^b @0 ^0 Android binaries",C[2]],"actix-daemon-utils":["Daemon ^b by actix.","0.6.0"],"rustlex":["Lexical analysers @C @0 @3, $t in @3",C[2]],"feattle":[C[82],"0.6.0"],"fce":["Fluence Compute Engine","0.5.0"],"rcap":["A @1 to work @7 &n capabilities","0.1.4"],"acc_reader":["A @f @0 &Y::io::Read &d &Y::io::Seek","2.0.0"],"solana-storage-api":["Solana Storage &0 @y","0.20.5"],"drone-stm32-map-pieces-6":[C[7],C[8]],"$u_size":["Gets @4 size of $q &n or ^4 $u","0.1.17"],"frunk_derives":["frunk_derives contains @4 custom derivations @0 certain $2 in Frunk.",C[2]],"rust-gmp-kzen":[C[100],"0.5.1"],"lapin-futures-openssl":["Integration of openssl @7 lapin-@Y",C[22]],"tss-tspi":["@I to @4 TPM 1.2 TSS TSPI","0.0.1"],"redjubjub":["A standalone @2 of @4 RedJubjub signature scheme.",C[2]],"dahl-salso":["$7 SALSO @Z is an ^J greedy search procedure to obtain a clustering estimate @n on a partition loss $0. $7 @Z is &T @0 many loss @w, &H @4 Binder loss @5 a generalization of @4 variation of $e loss, both of $f allow @0 unequal weights on @4 two @i of clustering mistakes. Efficient @V are also provided @0 Monte Carlo estimation of @4 posterior expected loss of a given clustering estimate. SALSO was first presented at @4 workshop 'Bayesian Nonparametric Inference: Dependence Structures @5 their Applications' in Oaxaca, Mexico on December 6, 2017.","0.5.6"],"gpu-alloc":["@v &6 $j ^l @0 Vulkan $A APIs","0.4.7"],"edid":["Parse EDID @x $m",C[9]],"geng":["Game Engine","0.8.0-alpha.5"],"libavif-image":["Load AVIF @z ^c @4 `image` @8","0.6.1"],"spatial":["An N-Dimensional R-^6 family spatial ^6 @V","0.2.0-rc2"],"rust-sqlite":["Rustic @6 @0 sqlite3",C[9]],"rgb":["`&P RGB/RGBA/etc.` @0 sharing pixels $p $V + convenience &X @0 color manipulation.Allows no-copy high-@D interoperability. Also adds $w convenience &X @5 implements ^C @3 $2 to make `RGB`/`RGBA` pixels @5 slices first-class @3 objects.","0.8.28"],"anchor-attribute-interface":["Attribute @0 defining a &0 @l $y","0.11.1"],"tarpc-lib":[C[789],"0.7.0"],"cargo-udeps":["Find unused &8 in Cargo.toml","0.1.22"],"sawtooth":[C[248],"0.6.5"],"hexf":["Hexadecimal float @m @0 @3",C[6]],"flx":["Full-^G searching @5 scoring of $z","0.2.2"],"dfile":["A &0 to easily collect @5 maintain $q dotfiles, @7 git $S.","1.3.6"],"census-proteomics":["@3 @1 @0 ^j @7 proteomics @x quantified by @4 Census @Z","0.3.3"],"cfg_aliases":["A tiny $o to help save &R a lot of effort @7 long winded `#[cfg()]` checks.","0.1.1"],"almost":["A @8 @0 comparing floating point ^Y",C[0]],"remux":["Remux multiplexer &c reliable, ordered connections","0.9.0"],"romaji":["Romaji-Kana transliterator","0.1.1"],"openvino-finder":["A ^r @8 @0 finding OpenVINO installations on a @M.","0.3.2"],"spl-math":["Solana Program @p Math",C[3]],"napi":["N-@y @6","1.7.5"],"rpgffi":["Toolkit @0 FDW, Logical Decoders @5 &M @0 postgresql","0.3.3"],"BrewStillery":["BrewStillery is a brewer's, vintner's, @5 distiller's calculator. It has a multitude of great @w, such as calculating ABV, determining carbonation, @5 total sparge water needed.","6.2.0"],"&g_assert_@g":["@p @2 of so-called `static_assert`","1.1.0"],"collenchyma-blas":["Collenchyma @1 @0 full BLAS @m",C[0]],"paho-mqtt-sys":["@3 @f @0 @4 Paho MQTT C Client Library.This is part of @4 official Eclipse Paho @3 Client @p.","0.5.0"],"google-cloudtasks2_beta2":[C[651],C[652]],"bitalloc":["Allocation managing @1 @n on bitmap.This @1 does not include bitmap @1.","0.0.1"],"refinery_^i":["@U @4 CLI @0 @4 Refinery @8","0.6.0"],"hyperdav":["WebDAV @d",C[0]],"peel":["Dynamic packet @S within trees","0.8.0"],"versionisator":["Tool @0 build.rs script to display handy $4 $e","1.0.3"],"oxygengine-build-tools":["Build ^U @0 Oxygen Engine",C[68]],"isolanguage-1":["ISO 639-1 @1 @7 optional Serde @m",C[6]],"amq-protocol-tcp":["AMQP URI TCP connection ^g",C[101]],"bakervm":["A virtual machine @0 ^0 @5 running retro games","0.9.0"],"entropy":["Calculates @4 Shannon entropy of arrays of bytes @5 $z","0.4.1"],"gcollections":["&S $2 &c @3 &r @1.","1.4.0"],"finql":["A quantitative finance toolbox",C[20]],"sphinxad-sys":["Sphinxad low-@D @f, @k allows to read @x @t microphone","0.1.3"],"i2c_@h":["I2C &C @n on pigpio's I2C Sniffer Example",C[1]],"bcrypt":["Easily ^v @5 verify passwords @u bcrypt",C[22]],"csvlm":["&U ^w through CSV tables","0.1.4"],"link-ippvm":["link ippvm @1 (part of ipp-@r Intel IPP @6)",C[3]],"xz":["@3 @6 to liblzma &d Read/Write streams as well as low-levelin-$j $6/decoding.Alias of `xz2` @8.",C[3]],"infer_fs":["@H ^B to infer samplerate of a dataset.",C[9]],"assert2-macros":["$i @a @0 assert2","0.3.6"],"ra_ap_^t_model":["TBD","0.0.66"],"detsurtnu":["Automated mirror of untrusted - Safe, $H, zero-panic, zero-crashing, zero-allocation @S of untrusted inputs in @3.","0.7.0"],"sentry-core":[C[127],C[62]],"prototty_&p_input":["Input normalization @0 &p apps",C[12]],"tk-opc":["Minimal copy @2 @0 OpenPixelControl @7 $v encoder/decoder","0.1.3"],"blip_buf":["Blip_buf is a ^S waveform synthesis @1 meant @0 $9 in classic video game sound chip emulation.Bindings to blip_buf (&N://code.google.com/p/blip-buf/)","0.1.4"],"ref_eq":["Determine if two borrowed pointers point to @4 same thing.","1.0.0"],"prometheus_exporter_base":["Prometheus @3 exporters base @8 @7 optional boilerplate","1.2.0"],"google-taskqueue1_beta2":[C[1041],C[1042]],"tabular":["Plain ^G tables, aligned automatically","0.1.4"],"tantivy-bitpacker":["Tantivy-sub @8: bitpacking",C[3]],"pdcurses-sys":["$L @6 @0 PDCurses, specifically @4 win32a @2.","0.7.1"],"r-efi":["UEFI Reference Specification ^a Constants @5 Definitions","4.0.0"],"dcap-ql":["Idiomatic @3 @6 @0 libsgx_dcap_ql.SGX: Software Guard ExtensionsDCAP: DataCenter Attestation PrimitivesQL: Quoting @p","0.3.3"],"cala":["Make portable apps @5 video games in @3!","0.9.0"],"const_fn":["An &Z @0 &t $Z of const @w @7 conditional compilations.","0.4.8"],"features":["A @g to ^o @J feature toggles.",C[20]],"lang_^d":["@3 Lang Extension","1.0.1"],"rustimization":["A @e optimization @1 $f includes L-BFGS-B @5 Conjugate Gradient @Z","0.1.1"],"syscalls":["A list of &n @M calls.","0.3.3"],"futures-state-stream":["A $4 of @4 @Y crate's Stream $f returns state on completion",C[0]],"sciter-rs":["@3 @6 @0 Sciter - Embeddable HTML/CSS/script $a (cross-@N desktop GUI toolkit). Also capable @7 DirectX / OpenGL.","0.5.57"],"ciruela":["A peer-to-peer synchronization software @0 servers in datacenters.","0.6.12"],"intaglio":["UTF-8 $d @5 bytestring interner @5 symbol table","1.2.2"],"$b_@a":[C[358],"0.8.9"],"gsgdt":["&S Stringly Typed Graph Datatype","0.1.3"],"tetsy-finality-grandpa":["Tetsy PBFT-@n finality gadget @0 blockchains",C[36]],"mbutiles":["MBUtiles is an $o in @3, to ^o MBTiles @t tiles directories @5 extract tiles @t MBTiles $1","0.1.1"],"show-image":["quickly show images in a window @0 debugging","0.9.2"],"pretty-good":["RFC4880 (OpenPGP Message Format) @1","0.2.2"],"googl":["A @c @l to @4 Google URL Shortener @y.",C[3]],"hashing-copy":["Copies @t a Read to a Write, hashing @4 content @7 a Digestalong @4 way. Allowing &R to ^v large @z while copying them to avoidhaving to read them out again",C[9]],"google-vault1":[C[102],C[44]],"runtime-attributes":["Proc Macro attributes @0 @4 Runtime @8.",C[103]],"sorted-vec":["Create @5 maintain sorted vectors @5 vector-backed sets","0.5.2"],"mozjpeg":["Higher-@D @f @0 Mozilla's JPEG @1","0.9.1"],"pest_meta_tmp":[C[517],"2.1.1"],"pencil":["A micro &h @j @0 @3.",C[9]],"libimagnotes":[C[60],C[22]],"pkg-version-impl":["@v details of @4 `pkg-$4` @8. Do not $9 this @8, itdoes not provide a stable @y.","0.1.1"],"@R":[N,"0.0.2"],"usdt-macro":["$B @g @0 $E @3 @a @0 USDT probes","0.1.9"],"ec2_instance_metadata":["A @8 @0 fetching ^p EC2 instance metadata.",C[9]],"sc-offchain":["Substrate offchain workers","3.0.0"],"zeroize":["Securely clear secrets @t $j @7 a @c $y built onstable @3 $8 $f guarantee $j is zeroed @u anoperation will not be 'optimized away' by @4 compiler.Uses a portable &9 @3 @2 @k works everywhere,even WASM!","1.4.1"],"libipld-cbor":[C[636],"0.12.1"],"oxygengine-ignite-derive":["Ignite @b ^B @0 Oxygen Engine",C[68]],"cranelift-entity":[C[393],"0.75.0"],"parity-tokio-ipc":["Interprocess communication @1 @0 $v.","0.9.0"],"petgraph-evcxr":["Draw petgraph graphs in jupyter notebook @u @4 evcxr $a",C[0]],"duckduckgeo":["2d geom @1","0.4.2"],"rustup-toolchain-install-master":["Install master &G toolchain ^c rustup","1.8.0"],"aabb3":["aabb3",C[6]],"nbdkit":["@3 @6 to @4 NBDKit @j @0 ^2 Network Block Device servers",C[3]],"@e_qt_$X_@C":["Generate @X to $h Qt @Q @7 @3","0.3.6"],"ics23":["Merkle proof verification @1 - implements Cosmos ICS23 Spec","0.6.5"],"stringmatch":["Allow @4 $9 of regular expressions or $z wherever &R need $d comparison","0.3.2"],"glutin_@G_foundation":["$7 *real* core_foundation @8, under a temporary name.",C[4]],"light-curve-common":["&W ^U @0 light-curve-* packages","0.1.1"],"nftnl":["Safe $C @0 libnftnl. @U low-@D userspace $W to @4 in-kernel nf_tables subsystem","0.6.1"],"stable_bst":["An ordered map @5 set @n on a $J search ^6. Works @7 stable @3 1.9.0.",C[0]],"synchronized-writer":["A tiny implement @0 synchronously $M @x.","1.1.10"],"f128_^T":["Internal @6 to @4 gcc quadmath @1","0.2.2"],"cidr":["IP ^7 @5 IP host within ^7 @i","0.1.1"],"glutin_cocoa":["$7 real @e-cocoa, under a temporary name.",C[1]],"enumflags_@b":["Bitflags","0.4.1"],"rusty-blockparser":["Blockchain &C @0 most $w Cryptocurrencies @n on Bitcoin","0.8.1"],"google-gamesmanagement1_management-cli":[C[612],C[37]],"bvh_anim":["A .bvh $1 @h",C[2]],"google-logging2":[C[104],C[37]],"distill-schema":["RPC schema $g @0 @4 asset pipeline `distill`.","0.0.3"],"hdf5-rs":[C[129],C[0]],"$O_lex_@J":["^p ^L @0 @3 - Amazon Lex Runtime Service @ 2016-11-28",C[18]],"minicbor":["A ^S CBOR codec suitable @0 no_std environments.","0.9.1"],"thousands":["Adds digit separators to ^Y, configurably.",C[0]],"superlu":["$7 @W @s an @l to SuperLU.","0.3.2"],"erl_tokenize":["Erlang source @X tokenizer","0.3.9"],"mumble-protocol":["@3 @2 of @4 Mumble @9","0.4.1"],"libslirp-sys":["$L @6 @0 libslirp.","4.2.0"],"xiod_fakedata":["XIO &E daemon running faked jobs","0.4.1"],"conserve":["A robust backup $R.","0.6.14"],"plugkit":["Deplug Package Development Kit","0.0.9"],"intel_tex":["@3 @6 @0 Intel's ISPC texture compressor.","0.1.4"],"&V_kind":["Easily manage ^D related to &V.",C[6]],"dotenv_^K":[C[131],C[71]],"floating-duration":["Converts durations to fractional ^Y andallows automatic formatting of durations.",C[4]],"siren":["Your friendly neighborhood monitoring CLI $R.","1.3.1"],"libwebp-image":["A bridge @1 @0 libwebp @5 image",C[0]],"format-bytes-macros":["^H @0 @4 @F-bytes @8",C[9]],"flow_impl":["Definition of an @v $y @0 flow @w, @5 a @b @g","0.21.0"],"usvg":["An SVG simplification @1.",C[71]],"blake":["@v of @4 BLAKE ^v $0 @0 @3 via $L","2.0.1"],"ws2812-spi":["SPI-@n ^h @0 ws2812 leds",C[2]],"dudect-bencher":["An @2 of @4 DudeCT constant-$x $0 tester","0.4.1"],"pallet-elections":["FRAME &u @0 elections","3.0.0"],"gstuff":["Small @g @5 trinkets @k make my life easier.","0.7.4"],"htmldom_read":["HTML reader @k parses @4 @X ^c &t-$9 ^6","0.5.0"],"arboard":["Image @5 ^G ^g @0 @4 OS clipboard.","1.2.1"],"mockers_^K":[C[799],"0.9.4"],"provider":["A content provider @0 'flow' ^U","0.34.7"],"mpfr":["High-@D @6 to MPFR @1","0.0.8"],"google-cloudbilling1-cli":[C[907],C[45]],"amxml":["XML processor @7 some features of XPath 2.0 / 3.0 / 3.1","0.5.3"],"elastic_@i_@b":[C[105],C[106]],"google-alertcenter1_beta1":["A @q @1 to @o @7 AlertCenter (@9 v1beta1)",C[43]],"cache_control":["@3 @8 to parse @4 ^A Cache-Control header.",C[3]],"startin":["A Delaunay triangulator @0 terrains.","0.5.1"],"passfd":["File descriptor passing","0.1.4"],"$V":["Wouldn't it be nice to drop @4 /$V/ @t crates.io paths..?","0.0.1"],"alpm-sys-fork":[C[107],"1.1.0"],"tcmalloc":[C[685],C[9]],"english-lint":["Find $w stylistic problems in english texts. Works well @0 technical or scientific documents.","0.1.1"],"css-purify":["css-purify works a little $A [&N://github.com/purifycss/purifycss](purifycss) to strip out unused CSS.","0.0.15"],"strfmt":["strfmt: @e @1 @0 formatting dynamic $z",C[1]],"bart":["Compile $x templating inspired by Mustache","0.1.4"],"tesseract":["Higher-@D @6 @0 Tesseract OCR","0.9.0"],"furnace":["A @1 @0 ^0 GUI $N, heavily inspired @t React, Redux, @5 Relm.",C[9]],"webkit2gtk-webextension":[C[673],C[20]],"phf":["Runtime @m @0 perfect ^v $0 @x $m","0.9.0"],"prll-ri":["Parallel-RI, parallel executable $J to wrap RIblast.","1.0.6"],"base91":["Encoding $J @x as ASCII characters. Similar to base64, but more ^J.","0.0.1"],"kaze":["An HDL ^8 in @3","0.1.19"],"rustgym-util":["handy @a, @x @i @5 $2 @0 rustgym","0.2.4"],"&c":["OVER: @4 best @x @F.","0.6.5"],"cervine":["A slightly more flexible Cow; roughly to T: Borrow as alloc::borrow::Cow is to B: ToOwned","0.0.6"],"muta-codec-derive":["Muta fixed codec @b $i @a.","0.2.2"],"@9":["Easy @9 $g","3.1.9"],"llvm-tools":["@U $W to @4 llvm ^U installed through @4 `llvm-^U-preview` rustup component.","0.1.1"],"&E_proxy":["@O $N is designed to be $3 as a @B @t a $D $0 running inside @4 SSVM to perform &7 ^A @5 HTTPS ^7 $K. Please see documentation @0 more details.","0.1.1"],"alloc-traits":["Traits to replace or supplement @4 alloc ^B in no_std","0.1.1"],"google-bigquerydatatransfer1-cli":[C[144],C[91]],"swc_atoms":["Atoms @0 @4 swc ^t.","0.2.6"],"veml6040":["Platform-&6 @3 ^h @0 @4 VEML6040 RGBW color light sensor.","0.1.1"],"fake-simd":["Crate @0 mimicking simd @8 on stable @3",C[4]],"noble-elections-phragmen":["FABRIC noble @n on seq-Phragmén election method.","3.0.0"],"rust-lioness":[C[108],"0.1.5"],"griddle":["A HashMap variant @k spreads resize load across inserts","0.5.2"],"solana-runtime":["Solana @J","1.7.8"],"mathpack":["General Mathematics @p @0 @3","0.1.8"],"lbfgsb-sys":["$7 @W @s an @l to L-BFGS-B fortran routine",C[3]],"libtls-sys":["$L @6 @0 LibreSSL's libtls.","1.2.0"],"confy":["Boilerplate-free $I ^w",C[2]],"ya-client-model":["Yagna REST @y @x model","0.3.2"],"http-zipkin":["^A header propagation @0 Zipkin trace $e.",C[9]],"redox_hwio":["@3 Hardware MMIO @5 PIO","0.1.3"],"tomllib":["A @F-preserving TOML $1 @h @5 manipulator",C[4]],"interledger-service":["$7 @G $C @0 @4 Interledger.rs @2",C[2]],"lazy-regex":["lazy &g regular expressions checked at compile $x","2.2.1"],"peroxide":["@3 comprehensive scientific computation @1 contains linear algebra, numerical analysis, statistics @5 machine learning ^U @7 farmiliar syntax","0.30.9"],"fallible":["Fallible $K","0.1.3"],"find_mountpoint":["find @4 mountpoint (or prefix, on ^4) @0 a provided path","1.0.3"],"piston-ai_behavior":["AI behavior ^6","0.32.0"],"bevy_pbr":["Adds PBR rendering to Bevy Engine","0.5.0"],"gfx_device_dx11":["DirectX-11 $Y @0 gfx-rs","0.8.2"],"swc_ecma_transforms_typescript":[C[64],"0.29.0"],"revent":["Event @M @0 @3","0.29.0"],"please-clap":["Pattern-match against Clap subcommands @5 arguments.",C[3]],"lightspeed_@G":[C[109],"0.34.4"],"arrayvec":["A vector @7 fixed capacity, backed by an array (it can be stored on @4 stack too). Implements fixed capacity ArrayVec @5 ArrayString.","0.7.1"],"carboxyl":[C[298],C[6]],"mbedtls-sys-auto":["@3 @6 @0 MbedTLS.This $4 generates @4 correct @6 at compile $x @u bindgen.","2.26.1"],"ensicoin_&y":["Data @i $3 in @4 ensicoin @9","0.7.5"],"nvml-wrapper":["A $P @5 ergonomic @3 @f @0 @4 NVIDIA Management @p","0.7.0"],"hexlit":["A zero-allocation no_std-^m zero-cost way to convert hex-$z to byte-arrays at compile $x.","0.5.1"],"id-arena":["A @c, id-@n arena.","2.2.1"],"promising-future":["@v of Promise/Future pairs.","0.2.4"],"hadean-std":["Hadean stdlib. Requires Hadean @3.",C[0]],"packet":["Network packet ^g.","0.1.4"],"ansi-parser":["A @1 @u nom @0 @S ANSI Escape Codes","0.8.0"],"failure_ext":["Convenience ^d $2 @0 @4 failure ^u-^g @8",C[4]],"benzene":["Abstractions @0 a functional reactive $N architectureusing Carboxyl",C[0]],"ryb_game":["A game $a @0 rogue-$A @5 rogue-lites","0.2.24"],"tugger-rust-toolchain":["Discover, download, @5 $9 @3 toolchains",C[9]],"dropshot":["expose REST APIs @t a @3 &0","0.5.1"],"full_moon_@b":["Internally $3 @0 @4 full_moon ^t. Do not $9.","0.8.0"],"bst":[C[1031],"0.0.1"],"runtime-fmt":["Runtime-@n $d formatting","0.4.1"],"veml6030":["Platform-&6 @3 ^h @0 @4 VEML6030 @5 VEML7700 high-accuracy ambient light sensors.",C[4]],"reproto-compile":["Rethinking ^a GeneratorsProgrammatic compilation.","0.3.36"],"amcl":["$7 Apache Milagro Cryptographic @p ($4 3)",C[0]],"cortex-m-rtfm-macros":["$B @a of @4 cortex-m-rtfm @8","0.5.1"],"convertible":[N,"0.0.1"],"cstr":["Macro @0 ^0 &g CStr reference","0.2.8"],"overbot":["Telegram Bot Manager @k abstracts away @4 boring stuff @5 leave &R @4 fun","0.3.3"],"bitio":["Basic bitwise IO @0 @3.","0.0.4"],"&5_multiplexer":["Combines many streams ^c a few.","0.16.1"],"wasmtime-cranelift":["Integration $p Cranelift @5 Wasmtime",C[93]],"slog-stream":["`io::Write` streamer @0 slog-rs","1.2.1"],"ripemd320":["RIPEMD-320 ^v $0","0.9.0"],"submodules":["Keep $q git submodules up to date.",C[3]],"witchcraft-metrics":["A general-purpose &z @1",C[0]],"cfrp":["Concurrent Functional Reactive Programming @0 @3","0.0.4"],"android_glue":["Glue @0 @4 Android JNI","0.2.3"],"example_dylib":["Example dynamic link @1 @0 executing tests of &4 @k load @5 operate on dynamic link &4",C[3]],"smlang":["A no-&Y state machine @L DSL",C[2]],"text2checkstyle_^i":[C[777],"1.1.1"],"tiny-multihash":[C[110],"0.5.0"],"aws-region":["Tiny @3 @1 @0 ^j @7 Amazon ^p regions, supports `s3` @8","0.23.2"],"cargo-wasi-exe-x86_64-pc-windows-msvc":["Precompiled $J of `@P-wasi` @0 x86_64-pc-windows-msvc","0.1.22"],"qip":["A @1 @0 ^J quantum computing simulations.",C[71]],"dicom-parser":["A middle-@D @h @5 printer of DICOM @x sets",C[2]],"minitt-util":["CLI ^b extracted @t Mini-TT language's $k-checker","0.2.4"],"az":["Casts @5 checked casts","1.1.1"],"noise-rust-crypto":["Wrappers of dalek @5 RustCrypto $V @0 noise-@9","0.4.1"],"$O_elasticbeanstalk":["^p ^L @0 @3 - ^p Elastic Beanstalk @ 2010-12-01",C[18]],"datatest":["Data-driven tests in @3","0.6.3"],"procspawn":["&f::spawn just @7 processes",C[20]],"rwt":["Rebel Web Tokens, similar in form @5 $0 to ^n Web Tokens",C[2]],"chainbuf":["Fast chained buffers",C[3]],"prototty_monolithic_^x":["@H @2 of prototty_storage::Storage, $f uses an in-memomry key/&a store, storing persistently in a user-provided way",C[12]],"fcp_cryptoauth":["@v of @4 Futuristic Connectivity Protocol's CryptoAuth layer (^e authentication @5 encryption &c unreliable channels).",C[2]],"ecs-rs":[C[207],C[4]],"lite-json":["@H ^n @h. Wasm / no_std ready.","0.1.3"],"beats":["A @1 @0 dealing @7 Swatch Internet Time (.beats)","0.1.3"],"zenith":["A Medical, @5 Theoretical Science &D $R.","0.0.2"],"@c_excel_writer":["@H Excel Writer","0.1.7"],"multipart-nickel":["DEPRECATED: Nickel @m is returning to `multipart` itself in 0.14.Support @0 `multipart/form-@x` bodies in Nickel via @4 `multipart` @8.","0.3.1"],"murmur3":["A @e @2 of Murmur3 ^v","0.5.1"],"boolinator":["@U @4 Boolinator $y, $f lets &R $9 Option @5 Result-style combinators @7 bools.","2.4.0"],"cp211x_uart":["HID-to-UART ^h @0 CP2110/CP2114 chipset","0.2.2"],"google-dataflow1_b4":["A @q @1 to @o @7 dataflow (@9 v1b4)","0.1.5+20150401"],"prost-derive":[C[165],"0.8.0"],"fast-threadpool":["Thread-pool @2 optimized to minimize latency.",C[9]],"bincode2":[C[974],"2.0.1"],"libimagentrymarkdown":[C[60],C[22]],"uint-crate":["Tetsy &W Large Fixed-Size Integer Arithmetic","0.9.1"],"jemalloc":["binds to jemalloc",C[9]],"snarkvm-storage":["Storage @0 a decentralized virtual machine","0.2.2"],"cargo-version-sync":["Cargo &k @0 keeping @4 $4 ^Y in sync @7 Cargo.toml","0.0.5"],"morningstar":["A ^S @1 to control Morningstar solar charge controllers",C[9]],"pallet-staking":["FRAME &u staking","3.0.0"],"swc":["Speedy &h ^9","0.31.0"],"ferris":["Hierarchical timer wheel",C[0]],"rhizome":["A convenient hierarchical &m-extraction container. Supports lazy provision, shadowing @5 ^5/$I $9 cases.","0.0.1"],"pqcrypto-traits":["Shared $2 @0 post-quantum ^e $8","0.3.3"],"g-k-crates-io-client":["A fork of @4 $V-io package:Helpers @0 ^R @7 crates.io","0.27.1"],"type-equals":["Type equality $y @0 @e-lang/@e#20041",C[3]],"vec2":["vec2",C[6]],"matrixcompare-core":["Core $2 @0 matrixcompare",C[3]],"cargo-compete":["A Cargo &k @0 competitive $l.","0.9.0"],"c3_clang_&M":["Ugly hacks to get $e hidden/malformed by libclangSee C3 @0 usable @l.","0.3.7"],"cdrs-tokio-helpers-derive":[C[478],"3.1.0"],"nats":["A @3 NATS @d",C[22]],"pallet-membership":["FRAME membership ^w &u","3.0.0"],"sortedvec":["a sorted vector @k enables quick lookups","0.5.0"],"simple-vector2d":["@H 2D vector @2","0.1.4"],"vorbis":["High-@D @6 @0 @4 official libvorbis @1.",C[3]],"plex":["A syntax ^d @0 $M lexers @5 parsers.","0.2.5"],"finalfusion":[C[115],C[87]],"reqwest_resume":["Wrapper @k uses @4 `Range` ^A header to resume get requests.It's a thin @f $G `reqwest`. It's a work in progress – wrapping $5 is copied across on an as-needed basis. Feel free to open a PR/issue if &R need something.","0.3.2"],"cosmwasm-std":[C[176],C[111]],"rusterpassword":["An @2 of @4 Master Password @Z.","0.2.2"],"glium_@a":[N,"0.0.1"],"sdc":["Read @5 &b Riegl's .sdc $1 @F","0.1.1"],"spirit-dipstick":["Automatic $I of dipstick backends",C[9]],"dasp_interpolate":["An $C @0 audio PCM DSP rate interpolation, &H floor, linear @5 sinc.",C[13]],"pdu":["Small, $H, @5 correct L2/L3/L4 packet @h.","1.4.1"],"avm1-tree":["Abstract Syntax Tree (AST) @0 AVM1","0.8.0"],"heim-common":["&W stuff &J across heim ^t $V",C[26]],"rustfbp":["Rustfbp @s a @c, composable, clearly defined @y, @7 a C ABI @0 every agent within a Fractalide deployment.","0.3.34"],"format-bytes":["A @g to @F bytestrings","0.2.2"],"algorithm-problem-client":["^A Client @0 @Z problems","0.6.0"],"diverge":["Extension injection site specification through a @c @g","0.0.4"],"quackngo":["Duck Duck Go InstantAnswer @1 $t in @3","0.1.4"],"comdlg32-sys":["Contains $0 $g @0 @4 ^4 @y @1 comdlg32. See winapi @0 @i @5 constants.",C[0]],"type-uuid":["Safe, stable IDs @0 @3 @i",C[4]],"libgssapi":["A $P $X to gssapi","0.4.5"],"yubikey-piv":["Pure @3 host-side ^h @0 @4 YubiKey Personal Identity Verification (PIV)$N &d general-purpose public-key signing @5 encryptionwith hardware-backed private keys @0 RSA (2048/1024) @5 ECC (P-256/P-384)$U (e.g, PKCS#1v1.5, ECDSA)",C[9]],"deadwiki":["dead @c personal wiki","0.1.27"],"queen-io":[C[112],"0.6.1"],"buffered_offset_reader":["Buffered $1 read_at (pread)","0.6.0"],"biscuit":["A @1 to work @7 Javascript Object Signing @5 Encryption(JOSE),&H ^n Web Tokens (JWT), ^n Web Signature (JWS) @5 ^n Web Encryption (JWE).","0.6.0-beta1"],"bevy_property":["Dynamically @o @7 &P fields @u their names",C[9]],"oxidation_bencode":["A bencoding @1, made @0 Oxidation.",C[0]],"wasm-bindgen-webidl":["Support @0 @S WebIDL specific to &p-bindgen",C[5]],"$J_@a":["^H @0 ^V base64-$A encodings in $d literals to [u8] literals.","1.0.0"],"non-empty-vec":["`NonEmpty` vector @2, ensure non-emptiness by construction.",C[4]],"file-per-thread-logger":["A &v @2 @k writes logs in one $1 per &f","0.1.4"],"webicon":["Favicon @5 apple-touch-icon scraper @0 @3","0.3.4"],"kurobako_problems":["A $c of black-box optimization problems",C[52]],"read_exact":["read_exact","0.0.1"],"zoet":["Adds `#[zoet]` @g to reduce boilerplate when ^1 $w $2.",C[1]],"proj5":["Pure @3, $k-$P alternative to PROJ.4","0.1.7"],"simi":["A @j @0 ^0 &p front-end &h $N in @3",C[6]],"yeslogic-fontconfig":["RENAMED: $9 @4 fontconfig @8 instead.","0.1.1"],"rustli":["Rustli is a minimal @3 @1 to talk to Restli servers &N://github.com/linkedin/rest.liand to reason about PDSC schemas.This is personal ^t.",C[2]],"salvo_extra":[C[1089],"0.11.6"],"notcurses":["A higher @D @f @0 @4 notcurses C @1","2.0.0"],"beerxml":["beerxml/json/yaml/toml @h @C","0.1.8"],"distill-serde-importable-derive":["Proc @g @0 SerdeImportables in `distill`.","0.0.3"],"oxygengine":["Oxygen Engine",C[68]],"piston2d-graphics_^6":["A 2D ^O $Y @0 Piston-Graphics @k stores @5 optimizes commands","0.33.0"],"dprint-plugin-typescript":["TypeScript @5 JavaScript @X formatter.","0.49.0"],"unicode-vo":["&i vertical orientation detection",C[3]],"pgx":["pgx: A @3 @j @0 ^2 Postgres &M","0.1.21"],"persistent_array":["Persistent array is a @1 @0 ^j @7 $j mapped arrays","0.5.0"],"reep":["[deprecated] REsource EndPoint (REEP): &S Iron Endpoint @0 RESTlike Resource Access",C[0]],"sc-informant":["Substrate informant.","0.9.0"],"recless":["A @3 @2 of @4 recursive least squares @Z @7 exponential forgetting",C[9]],"rustlex_^K":["Syntax ^d @0 RustLex",C[2]],"mp4ameta":["A @1 @0 ^X @5 $M iTunes style MPEG-4 audio metadata.",C[13]],"bbox":["Managing axis aligned 3d Bounding Boxes.","0.11.2"],"wasmer-runtime-near":[C[710],C[19]],"judy-wrap":["Judy arrays $L mid-@D $X","0.0.7"],"remoteprocess":["cross @N ^Q @0 getting $e on a running processes","0.4.3"],"gimli-permutation":["Gimli: a cross-@N permutation","0.1.7"],"fuzzywuzzy":["A &9-@3 clone of @4 incredibly &Q fuzzy $d matching python @W, FuzzyWuzzy.","0.0.2"],"fox-and-hounds":["@v of Fox & Hounds in &9 @3","0.6.0"],"fourcc":["Syntax ^d to ^o FourCCs (four-character @X).","0.0.4"],"sentry-backtrace":[C[547],C[62]],"ferru":["A ^y, blazing $H &g site @C",C[2]],"evm-runtime":[C[471],C[93]],"refinery":["Powerful SQL migration toolkit @0 @3","0.6.0"],"syscallz":["@H seccomp @1 @0 @e",C[71]],"ormx":[C[113],"0.7.0"],"iovec":["Portable buffer $k @0 scatter/gather I/O $K",C[0]],"pseudo":["A ^S mocking @1 @0 @3",C[0]],"rtop":["A @M monitor &T in @3, Monitors both @M activity @5 GPU activity @0 NVIDIA GPUs","0.1.3"],"pleco_$a":["A blazingly-$H Chess AI.",C[1]],"jockey":["Custom @B-$s parsers @k practically &b themselves",C[9]],"ffi-toolkit":["A $c of @w &Q @0 ^j @7 @4 @3 $L.","0.5.0"],"webthing":["@v of an ^A Web Thing.",C[8]],"apint":["Arbitrary precision integers @1.",C[0]],"kyotocabinet":["Kyotocabinet $X","0.0.6"],"quickcfg":["Do basic $I of a @M, declaratively @5 quickly.","0.6.0"],"hexpm":["A @3 @d @0 @4 Hex @W &F","1.3.0"],"volatile_cell":["Cell @f $G volatile $j $K.","1.0.0"],"scaleless_music":["A @1 @0 ^0 music @7 precise harmonies, ^W @4 limitations of any musical scale.","0.0.8"],"ip_^7":["IPv4 @5 IPv6 ^7 &w.",C[2]],"libatasmart-sys":["@3 @6 @0 @4 libatasmart @1",C[4]],"indexed-line-reader":["Allows seeking a $1 to a specific $s",C[6]],"how-do-i-escape":["Prints escape sequences @0 unicode graphemes",C[9]],"err-derive":[C[114],C[9]],"p-macro":["p!() is a @g $3 @0 printing ^D while debugging",C[0]],"json_flex":["Flexibly Parse a ^n $d","0.3.3"],"if-watch":["crossplatform $r ^7 watcher","0.2.2"],"pbkdf2":["&S @2 of PBKDF2","0.8.0"],"telegram-client":["Telegram @d",C[234]],"allegro_ttf":["Allegro 5 ttf addon @3 @f",C[72]],"async-recursion":["Recursion @0 @R @w","0.3.2"],"&g_init":["Safe mutable &g @5 non const &g initialization, @5 @X execution at &0 startup/exit.","1.0.1"],"fscmp":["Utility @0 comparing @z/directories","0.2.16"],"geomorph":["@H conversion $p different coordinate systems","1.1.0"],"inquerest":["A complex url parameter @h @0 rest filter queries","0.3.1"],"commoncrypto-sys":["$L @6 to Mac OS X's CommonCrypto @1",C[0]],"tk-pool":["&S connection pool @0 $v","0.5.3"],"elrond-wasm-node":["Elrond $D VM @y @f","0.17.4"],"rill-protocol":[C[667],"0.35.0"],"wrapping_coords2d":["Translate $p 1D indices @5 2D coordinates @7 wrapping","0.1.9"],"memcached-rs":["A MemCached @p in @3","0.4.2"],"serde-bench":["Minimal @K @F @0 benchmarking Serde","0.0.7"],"bevy_asset":["@U asset $5 @0 Bevy Engine","0.5.1"],"eeprom24x":["Platform-&6 @3 ^h @0 @4 24x series serial EEPROMs.",C[9]],"operational":["Operational Monad","0.0.5"],"variant_count":["&O @g @0 &V $f adds to it @4 count of variants.","1.1.0"],"ndarray-rand":["Constructors @0 randomized arrays. `rand` $S @0 `ndarray`.",C[8]],"node-primitives":["Low-@D @i $3 throughout @4 Tetcore @X.","2.0.0"],"piston-float":["Traits @0 ^I floats in game &D","1.0.0"],"tokio-mock-task":["Mock a Tokio task","0.1.1"],"shutdown_hooks":["Shutdown hooks @0 @3. Currently a friendly @f $G atexit, will eventually allow &R to remove hooks",C[3]],"rls-blacklist":["Blacklist of $V @0 @4 RLS to skip","0.1.3"],"nametable_^K":["Code $Z @0 $E @5 managing lots of $d literals. Use this together @7 nametable.","0.1.3"],"qoqo_calculator_pyo3":["Python @l to qoqo calculator, @4 calculator $Y of @4 qoqo quantum computing toolkit by HQS Quantum Simulations",C[2]],"substrate-wasmtime-runtime":[C[69],C[332]],"bolero-engine":["fuzz @5 property ^5 @j","0.6.0"],"forest_json_^s":["^n @E $3 to interoperate @7 default golang ^n defaults","0.1.1"],"envy":["deserialize env vars ^c typesafe &w","0.4.2"],"rustc-semver":["Crate @0 @S versions of @3 releases","1.1.0"],"idem":["0 @5 1",C[2]],"stm32f3xx-hal":["Peripheral $W @y @0 STM32F3 series $n","0.7.0"],"chttp":[C[845],"0.5.5"],"billboard":["Display informational boxes in @4 $u.",C[3]],"xmpp-parsers":["Collection of parsers @5 serialisers @0 XMPP &M","0.18.1"],"rust2vec":[C[115],"0.5.2"],"nettle-src":["Source of Nettle @5 logic to $h it.","3.5.1-2"],"bracket-random":["Random &1 @C (xorshift @n), focused on dice rolling. Optionally includes @S of RPG-style dice $z (e.g. \"3d6+12\"). Part of @4 bracket-lib family.","0.8.2"],"raur":["A @c @f to query @4 AUR RPC.","5.0.1"],"inkwell":[C[627],"0.1.0-llvm8sample"],"http-client":["Types @5 $2 @0 &E clients.","6.4.1"],"diesel-derive-newtype":["^E connect newtypes to Diesel @u their wrapped $k",C[4]],"openvpn-parser":["&C @0 @4 OpenVPN @9","0.5.0"],"fiffy":["A @3 @1 intended @0 @c $1 &o","0.1.10"],"atomic-traits":["$7 $2 @0 ^I atomic $K",C[9]],"lucet-runtime":["Pure @3 @J @0 Lucet $D toolchain","0.6.1"],"solana-program-test":["Solana Program Test Framework","1.7.8"],"extra_pointers":["Box, Rc @5 Arc do not suffice? Take some extra","0.1.4"],"pose":["An XSLT $A templating @M @0 @3",C[6]],"sharded-slab":["A lock-free concurrent slab.","0.1.1"],"nixinfo":["A lib @8 @0 gathering @M info such as cpu, distro, ^M, kernel, etc in @3.","0.3.3"],"restructure":["Match regex expressions ^c &P fields",C[0]],"rember":["A WIP clone of Ember CLI in @3","0.1.8"],"kas-text":["Text layout @5 font ^w","0.3.3"],"sentry":[C[425],C[62]],"rliron":["a roguelike @Z @1","0.0.6"],"rurel":["Flexible, reusable reinforcement learning (Q learning) @2",C[0]],"sgx_rand_@b":[C[55],"1.1.1"],"wasm-bindgen-macro-support":["$7 part of @4 @2 of @4 `#[wasm_bindgen]` &Z @k is not in @4 &J $Y @8",C[5]],"java-locator":["Locates a Java installation in @4 host.",C[4]],"morphism":["A $Q @0 suspended closure composition in @3","0.4.1"],"tp-npos-elections-compact":[C[261],"2.0.2"],"stm32f407g-disc":["Board @m @8 @0 @4 STM32F407G DISCOVERY microcontroller board","0.4.1"],"^N_macro2_^r":["Various $o @X to extract @x @k can be $3 @7 ^N macro2","0.2.9"],"png_pong":["A &9 @3 PNG/APNG encoder & decoder","0.8.2"],"bitsparrow":["BitSparrow @2 in @3","2.0.0-rc4"],"precision":["Low overhead, high precision measurement @8","0.1.11"],"threed-ice-sys":["$7 @W @s @6 to 3D-ICE.",C[9]],"drumatech":["a @8 @k has a little $o.","0.1.9"],"collections-more":["&W @x $Q @5 $U @0 @e-lang to @q @4 already excellent &Y::&r","0.1.4"],"k8-metadata-client":["Trait @0 interfacing kubernetes metadata &e","3.1.3"],"vulkano-shader-derive":["Deprecated",C[13]],"slip-codec":["Serial Line Internet ^a (SLIP) encoder/decoder","0.2.4"],"yeslogic-unicode-script":["Fast lookup of @4 &i Script property","0.5.0"],"semver":["&C @5 evaluator @0 Cargo's flavor of Semantic Versioning","1.0.3"],"ddcutil":["DDC/CI monitor $W via libddcutil","0.0.3"],"tempan":["$7 @1 @s an exponential-integrator-@n solver @0 systems ofdifferential-algebraic equations modeling temperature of electronic systems.","0.0.7"],"daumdic":["Daum Dictionary @y @f","0.6.1"],"alloc_@M":["NO-STD,@0 Cortex-M @n systems,simply retarget alloc_system to malloc/realloc/free",C[4]],"@c_@Y":["@H @Y @0 $9 in @R $K.",C[4]],"font-loader":["A font loading $o $t in @5 @0 @3.",C[13]],"phf_mac":["Compiler $T @0 perfect ^v $0 @x $m","0.5.0"],"warp_github_webhook":["GitHub webhook @0 Warp &h @j","0.6.0"],"librespot-playback":["$7 audio playback logic @0 librespot",C[0]],"structopt-toml-derive":["A @b @8 of structopt-toml","0.5.0"],"redoxer":["Method @0 quickly running programs inside of Redox @t a KVM capable OS.","0.2.20"],"rand_derive2":["Generate customizable &x @i @7 @4 rand @8","0.1.16"],"id3":["A @1 @0 ^X @5 $M ID3 metadata","0.6.4"],"zdd":["A Zero-suppressed BDD @1.",C[9]],"google-sqladmin1_beta4":[C[116],C[117]],"smol-potat-derive":[C[772],C[3]],"tmdb_@d":["@3 @d @0 $7 Movie Database (TMDB) @y.","1.6.0"],"^I_game":["A ^I game $a @1","0.0.12"],"wasm-bindgen-wasm-interpreter":["Micro-interpreter optimized @0 &p-bindgen's $9 case",C[5]],"pcre":["@3 @f @0 libpcre.","0.2.3"],"irc-proto":["$7 IRC @9 distilled.",C[71]],"raw-syscall-base":["Low-@D raw @M call base.","0.8.2"],"aspect":[C[226],C[9]],"triggered":["Triggers @0 one $x events $p tasks @5 threads",C[4]],"ruplacer":["Find @5 replace ^G in source @z","0.6.2"],"navi":["An interactive cheatsheet $R @0 @4 @B-$s","2.16.0"],"mop-adapters":["Solver adapters @0 MOP",C[70]],"metro_m4":["Board Support @8 @0 @4 Adafruit Metro M4","0.8.0"],"router-rs":["A router @0 @d side &h @Q @7 @T side rendering @m",C[6]],"macro-utils":["Some @a to make @X $M more elegant @5 funny.","0.1.3"],"rweb":[C[118],"0.12.5"],"dict_@b":["&O @a @0 some PyO3 $2 to convert python dicts ^c @e &w","0.3.1"],"ra_ap_la-arena":[C[621],"0.0.66"],"tormov":["TORrent MOVer, a @c $R to move (or link) regexed folders @7 no incomplete @z","0.3.1"],"bls_amcl":["BLS signatures. 2 variations. Multi-signature, Threshold signature, batch verification @m","0.7.0"],"hexponent":["Hexadecimal float @S","0.3.1"],"metrohash":["@3 @2 of MetroHash, a high quality, high $F ^v @Z","1.0.6"],"mozversion":["Utility @0 accessing Firefox $4 metadata","0.4.1"],"mnt":["Parse mount points","0.3.1"],"ads1x1x":["Platform-&6 @3 ^h @0 @4 ADS1x1x ultra-^S, low-power analog-to-digital converters (ADC). Compatible @7 @4 &A: ADS1013, ADS1014, ADS1015, ADS1113, ADS1114 @5 ADS1115.",C[6]],"rocket_failure":["Failure $A ^u ^g @0 rocket",C[0]],"box_&5":["@v of @4 box-&5 encryption @9.","0.5.0"],"async-graphql-parser":["GraphQL query @h @0 @R-graphql","2.9.9"],"cargo-geiger":["Detects usage of unsafe @3 in a @3 @8 @5 its &8.","0.11.1"],"ucontext":["glibc's ucontext $X @0 @e","0.0.5"],"ring":["Safe, $H, ^S crypto @u @3.","0.17.0-alpha.10"],"objekt-clonable-impl":[C[140],"0.2.2"],"pmdk":["@3 @f @0 pmdk","0.9.4"],"argmin_@G":["Mathematical optimization in &9 @3 (@G $5)","0.2.5"],"genetic_planner":["A @c @1 @k $9 genetic @Z to resolve planning problems",C[2]],"unicode-general-category":["Fast lookup of @4 &i General Category property @0 char",C[2]],"ulid":["a Universally Unique Lexicographically Sortable Identifier @2","0.4.1"],"msgpack":["MessagePack @K @2 @0 @3",C[3]],"alphanumeric-sort":["@O @8 can help &R sort order @0 @z @5 folders whose names contain numerals.","1.4.3"],"ethereum-types-serialize":[C[677],"0.2.2"],"gluon_check":["$7 typechecker @0 @4 gluon $l @L","0.17.2"],"drone-stm32-map-pieces-8":[C[7],C[8]],"isolang":["Efficient, &g lookup table @0 ISO 639 @L codes","1.0.0"],"cli-proxy":["^i proxy @T","0.3.5"],"drone-core-macros":["$B @a @0 drone-@G.","0.14.3"],"carol-test":["A @8 I $9 to ^3 publishing","1.1.1"],"rkyv":["Zero-copy &3 @j @0 @3","0.7.4"],"os_socketaddr":["A $k @0 ^g @N-&7 socket addresses (&P sockaddr)",C[0]],"b64":["Base64 $6/^V @m. Originally @t &G-serialize.",C[2]],"jsonrpc-http-server":[C[375],"18.0.0"],"local_ipaddress":["Get $q local IP address ^W panic","0.1.3"],"organelle":["@j @0 ^2 emergent AI systems","0.7.4"],"forest_message":["Filecoin message @i","0.7.2"],"array-ops":["Automatic method @V @0 array @x @i",C[3]],"srv-shim":["Drop-in SRV record @m @0 legacy systems.",C[4]],"cargo-yaml":["Drop-in Cargo &k to ^o a Cargo.toml manifest @t an YAML template.","3.0.0"],"no":["no - &L @4 $d 'n' repeatedly until killed.Source: &N://github.com/ramn/no","0.3.1"],"riffol":["Riffol is a supervising ^F @k can run as a traditional daemon on Unix-$A systems or as an `init` @M @0 containers",C[9]],"auto_enums":["A @1 @0 to allow &j return @i by automatically ^Z &V.","0.7.12"],"async-sse":["Async Server Sent Event @h @5 encoder","5.0.0"],"deku":[C[1017],"0.12.3"],"if_@e_$4":["Macro to enable or disable @X depending on @4 @e $4","1.0.0"],"$O_s3":["^p ^L @0 @3 - Amazon @H Storage Service @ 2006-03-01",C[18]],"jq-sys":["Generated @6 @0 libjq.","0.2.2"],"wasmer-middleware-common":["Wasmer @J $w middlewares","0.17.1"],"c2rust-bitfields":["C-^m &P bitfield @2 $3 in @4 C2Rust ^t",C[9]],"dasp_frame":["An $C @0 audio PCM DSP frames, along @7 &Q conversions @5 $K.",C[13]],"futures-intrusive":["Futures @n on intrusive @x $m - @0 &Y @5 no-&Y environments.",C[2]],"doggo":["Command $s $R to evaluate @4 goodness of a doggo","0.1.16"],"osauth":["&2 OpenStack session @5 authentication","0.3.4"],"bittrex-api":["A @f @0 @4 bittrex ^Q","0.3.2"],"diesel_infer_schema":["@U $5 to infer @4 schema of a ^P. Deprecated.","1.4.0"],"rexcli":["Replix admin CLI $R","0.18.4"],"miasht":["Minimum $r ^A @T/@d @1","0.0.5"],"elliptic-curve":["General purpose Elliptic Curve Cryptography (ECC) @m, &H typesand $2 @0 representing various elliptic curve forms, scalars, points,@5 public/secret keys composed thereof.","0.10.5"],"itoap":["Even faster @w @0 printing integers @7 decimal @F","1.0.1"],"euc":["A software rendering @8 @k lets &R &b shaders @7 @3","0.5.3"],"smbclient-sys":["$L @6 to libsmbclient",C[3]],"bevy":["A refreshingly @c @x-driven game $a @5 app @j","0.5.0"],"shadowsocks-service":[C[119],"1.11.2"],"drs-0x01":["Easily communicate @7 Dongbu Robot servomotors Herkulex DRS 0101 @5 DRS 0201",C[9]],"$O_mq":["^p ^L @0 @3 - AmazonMQ @ 2017-11-27",C[18]],"myutil":["A @c @5 friendly `^u-chain`.","0.2.652"],"va_list-helper":["Test ^r @0 @4 `va_list` @8. Not @0 user consumption.","0.0.2"],"dejavu":["@U @4 DejaVu font family @0 embedding","2.37.0"],"hkdf":["HMAC-@n Extract-@5-Expand Key Derivation Function (HKDF)",C[13]],"line-wrap":["Efficiently insert $s separators","0.1.1"],"daemonize":["@p to enable $q @X run as a daemon ^F on Unix-$A systems.","0.4.1"],"derivative":["A set of alternative `@b` attributes @0 @3","2.2.0"],"tracing-test-macro":["A $i @g @k allow @0 easier ^5 of $V @k $9 `&q`.Internal @8, should only be $3 through @4 `&q-^3` @8.",C[3]],"fraction":["Lossless fractions @5 decimals; drop-in float replacement","0.8.0"],"wagyu-zcash-parameters-5":[C[120],C[0]],"sapp-wasm":["Part of miniquad rendering @1. Binding @5 JS @2 of GL @5 sokol-app @y.","0.1.26"],"glium_^G":["Text drawing @7 glium @5 freetype",C[8]],"openidconnect":["OpenID Connect @1","2.1.0"],"olio":["Miscellaneous I/O @E","1.4.0"],"tokio-utun":["Utun @6 @0 Tokio",C[6]],"frida-gum":["@3 @6 @0 Frida Gum","0.5.3"],"dwarf":["Read @5 &b DWARF debugging $e","0.0.3"],"libzmq-sys":["Raw CFFI @6 @0 libzmq","0.1.8+4.3.2"],"google-drive3-fork":["A fork of Sebastian Thiel's @q @1 to @o @7 drive (@9 v3)","1.0.10"],"munch":["Blazing $H, zero-copy @h combinator @1 @7 an elegant @y @0 both $z @5 bytes.","0.8.0"],"cmd_lib_@a":[C[496],"1.1.0"],"include_dir":["Embed @4 contents of a directory in $q $J","0.6.1"],"pwbox":["Modular password-@n encryption",C[2]],"solana-logger":["Solana Logger","1.7.8"],"quack":["Duck typing $2",C[3]],"la":["Linear algebra @1 @0 @4 @3 $l @L.",C[0]],"google-dialogflow2_beta1":[C[138],C[121]],"rumqtt":["Mqtt @d @0 $q IOT needs","0.31.0"],"bchannel":["A better channel @y",C[70]],"fastobo-derive-internal":["Internal @b @a @0 @4 `fastobo` @8.",C[39]],"rget":["A download accelerator partially inspired by &N://github.com/huydx/hget.","0.3.1"],"ceph-rbd":["Ceph Rados Block Device @I","0.3.2"],"unicode-joining-type":["Fast lookup of @4 &i Joining Type @5 Joining Group properties","0.5.0"],"wireguard-p2p":["A WireGuard peer-to-peer @d",C[9]],"quadrature":["@O @s several $H numerical $S &X. @O @1 is &9 $P @e, @5 cross-@N. $7 double exponential @Z is naturally adaptive, @5 does not allocate.",C[4]],"warmy":["Hot-reloading loadable @5 reloadable resources",C[36]],"xio_$w":["XIO commonly $3 $5",C[11]],"hmac-drbg":["Pure @3 @2 of Hmac DRBG.",C[9]],"elfkit":["an elf @h @5 manipulation @1 in &9 @e","0.0.7"],"drone-stm32-map-pieces-1":[C[7],C[8]],"mixer_&l":["Wrappers $G @4 Mixer APIs",C[22]],"flutter-engine-sys":["flutter $a @r @8","0.3.5"],"aqueue":["$H speed &f $P @R execute queue.","1.1.3"],"trash":["A @1 @0 moving @z @5 folders to @4 Recycle Bin","2.0.1"],"cynic-proc-macros":["$B @g @8 @0 cynic - a GraphQL query &K & @x mapper @0 @3",C[8]],"uptime_lib":["Multi-@N uptime @1",C[6]],"git-url":["A WIP @8 of @4 gitoxide ^t ^1 @S @5 @K of git-url","0.3.1"],"siphash":["A $H @2 of @4 SipHash hashing @Z @7 no &m on libstd.","0.0.5"],"twilight-embed-builder":["Create validated message embeds @0 @4 Twilight ecosystem.","0.5.2"],"transaction-diesel":["transaction $C of diesel","0.2.2"],"proc-macro-hack":[C[122],"0.5.19"],"amiwo":["Various $o @i & @w @0 @3. Named after a famous Beninese dish","0.2.3"],"json-job-dispatch":["Dispatch jobs described by ^n @z @5 sort them according to their status.","2.0.1"],"seax_util":["General-purpose ^U @0 compilers targeting @4 Seax @N.",C[4]],"raster":["Image &o lib @0 @3",C[0]],"limiting-factor":["@p to create a REST @y @7 Diesel @5 Rocket","0.7.1"],"decent-synquote-alternative":["An alternative to @4 syn @5 quote $V @0 when &R want to &b $q own @b ^N-@g. It was originally @n on @4 microserde @X, but has grown a lot since then. It is not as @q, documented, or well-tested as syn or quote, but it fits my needs, @5 it compiles quite quickly.",C[9]],"reopen":["File reopening $o","1.0.2"],"enr":["@3 @2 of Ethereum Node Record (ENR) EIP778","0.5.1"],"ursa":["@O is @4 &J crypto @1 @0 Hyperledger components.","0.3.6"],"fluent-bundle":[C[678],C[98]],"solana-vest-program":["Solana Vest &0","1.6.20"],"mime-sniffer":["Detecting mime @i base on content sniffer.",C[4]],"gstreamer-pbutils-sys":["$L @6 to libgstpbutils-1.0",C[38]],"sgx_ucrypto":[C[55],"1.1.1"],"impl-codec":["Parity Codec @K @m @0 uint @5 fixed ^v.","0.5.1"],"glass_pumpkin":["A cryptographically secure prime &1 @C @n on rust's own num-bigint @5 num-integer","1.0.0"],"duplicate":["$7 &Z @g `duplicate` can duplicate an item @7 variable substitution.",C[9]],"molecule-codegen":["Code @C @0 molecule.","0.7.1"],"fasttext":["fastText @3 $X","0.6.0"],"flarelog":["flarelog is an ergonomic &v @1 @0 @3 @7 a focus on simplicity @5 speed.","0.5.0"],"latex":["An ergonomic @1 @0 programatically $E LaTeX documents @5 reports.","0.3.1"],"base2":["Base-2 @w","0.3.1"],"fulgurobot_db":["A ^P ^B @0 @4 fulgurogo discord @T bot","0.4.5"],"rcmut":["An unchecked &J mutability primitive.","0.0.2"],"xcb-util":["@3 @6 @5 &l @0 XCB $o @w.",C[9]],"shrev":["Event channel, meant to be $3 @7 `specs`.","1.1.1"],"queue-file":["queue-$1 is a lightning-$H, transactional, $1-@n FIFO","1.1.0"],"witnet-bn":[C[123],"0.4.5"],"rel":["Relations",C[0]],"aster":["A libsyntax ast &K","0.41.0"],"snmalloc-sys":["@e raw @6 of snmalloc.","0.2.27"],"futures-zmq":["@U Futures abstractions @0 ZeroMQ on any @Y executor","0.5.0"],"drone-stm32":["Drone @0 STM32.","0.8.3"],"voracious_radix_sort":["State of @4 art radix sort $U. Single &f @5 multi &f versions.","1.1.0"],"google-clouddebugger2":[C[196],C[61]],"nss-sys":["Low-@D/unsafe @6 @0 @4 NSS cryptography @1","0.1.9"],"sdf":["Read Riegl's .sdf full-waveform LiDAR @x @F",C[4]],"wrecked":["A $u ^O @1","1.0.8"],"resource_proof":["A 'proof' of bandwidth, cpu @5 ^x @0 nodes in a decentralised ^7.","1.0.38"],"resize":["@H image resampling @1 in &9 @3.","0.7.2"],"simpleflake":["Distributed ID $Z in @3 @0 @4 lazy.","0.0.4"],"pallet-balances":["FRAME &u to manage balances","3.0.0"],"twitter-stream":["A @1 @0 listening on Twitter Streaming @y.",C[36]],"crockford":["@U Crockford Base32 $6 @0 identifiers (e.g. u64 ^D).","1.1.0"],"gc_@b":["Garbage collector @b $T @0 @e-gc","0.4.1"],"google-tagmanager2":[C[769],C[80]],"main_^u":["Print errors @7 Display instead of Debug when @u ? in main().","0.1.1"],"ckb-librocksdb-sys":[C[124],"6.20.3"],"ark-nonnative-field":["Constraints @0 nonnative field gadgets",C[9]],"avro":["A @3 @2 of Apache Avro",C[6]],"escape_$d":["Very efficiently parse backslash-escaped $z","0.1.1"],"@P_gn":["Cargo $S @7 @4 GN $h @M","0.0.15"],"spirv-utils":["SPIR-V ^b @1",C[6]],"envoy-sdk":["@3 ^L @0 $D-@n Envoy &M",C[35]],"thingvellir":["a concurrent, &J-nothing $C @k manages an assembly of things","0.0.4-alpha0"],"google-abusiveexperiencereport1":[C[726],C[121]],"gtk3-macros":["@3 @6 @0 @4 GTK 3 @1",C[8]],"mysql_$w":["MySql @9 $8","0.27.4"],"rsjni":["@3 @6 to @4 Java &I Interface",C[2]],"veriform":["Cryptographically verifiable @x @K @F inspired by ^a Buffers",C[0]],"$O_sqs":["^p ^L @0 @3 - Amazon @H Queue Service @ 2012-11-05",C[18]],"mlua_@b":["$B @a @0 @4 mlua @8.","0.6.0"],"asciii":["$7 advanced but @c commandline @l @0 invoice invocation.This is an ^T $R of @4 Studentencafe ascii in Dresden @5 therefore specialized @0 our $9 cases.","3.10.0"],"conch-runtime":["A @1 @0 evaluating/executing programs $t in @4 shell $l @L.",C[1]],"azure-functions":["Azure Functions @0 @3",C[13]],"fluence-fork-libp2p":[C[451],"0.36.2"],"smd_@g":["A @8 @0 @4 smd! @g","0.0.7"],"ffsend-api":["A fully featured Firefox Send @y @d.","0.7.2"],"nonzero_ext":["Extensions @5 additional $2 @0 non-zero integer @i",C[0]],"disque":["A @d @1 @0 Disque message broker","0.2.2"],"ocaml-derive":["OCaml $i @a",C[79]],"retry-after":["Retry-After header @0 Hyper's header ^B",C[0]],"$O_polly":["^p ^L @0 @3 - Amazon Polly @ 2016-06-10",C[18]],"apple-crash-report-parser":["Parses apple crash report ^G @z.","0.4.2"],"tracing-appender":["@U @E @0 $1 appenders @5 making non-blocking writers.",C[4]],"riff":["@O @8 @s @E @0 ^X @5 $M RIFF formatted @z","1.0.1"],"g2poly":["Primitive @2 of polynomials &c @4 field GF(2)",C[2]],"extendhash":["@3 Hash Extender","1.0.9"],"mongo_^h":["Mongo @3 ^h built on top of @4 Mongo C ^h","0.13.6"],"fragula":["View shaders in real-$x",C[20]],"clarity-repl":["Clarity REPL",C[8]],"@c_ml":["Functions required @0 @x analysis @5 machine learning tasks","0.3.2"],"libsoundio-sys":["&I @6 to @4 libsoundio @1.",C[9]],"knrs":["^b @0 ^j @7 @4 Kilts Nielsen retail scanner (KNRS) @x",C[6]],"runestick":["Runescript, a ^I stack-@n virtual machine @0 @3.","0.9.0"],"cargo-contract":["Setup @5 deployment $R @0 developing Wasm @n smart contracts via ink!",C[36]],"git-transport":["A WIP @8 of @4 gitoxide ^t dedicated to ^1 @4 git transport layer","0.8.0"],"libxid":["Package xid is a globally unique id @C @1. It's a @3 port of &N://github.com/rs/xid","0.1.5"],"v8-ng-sys":[C[125],C[9]],"itsdangerous":["@3 port of @4 popular itsdangerous python @1 @0 signing $z @5 sending them &c untrusted channels.",C[2]],"wlroots":["Wayland compositor @j",C[2]],"coins-core":["Abstract UTXO transactions to enable @X reuse across chains",C[9]],"efflux":["Easy MapReduce @5 Hadoop Streaming interfaces in @3","2.0.1"],"eudex":["A blazingly $H phonetic reduction/hashing @Z.","0.1.1"],"mongodm":["A thin ODM layer @0 mongodb","0.7.2"],"sitemap":["Sitemap @h (reader) @5 writer","0.4.1"],"msoffice_pptx":["pptx $1 @F deserializer",C[6]],"iso639_2":["iso639_2 &V",C[52]],"google-dfareporting2d6":[C[824],C[126]],"pinky-swear":["Futures @5 @R/await-ready Promises","5.1.0"],"nvml-sys":["A low-@D $L @f $G @4 Persistent Memory Development Kit, PMDK (formerly NVML) @5 its &4, &H libpmem, libpmemobj @5 others. Currently tracks master after $4 1.3.1.","0.0.6"],"leveldb-rs":["@I to @4 LevelDB key/&a ^x @1 (&N://github.com/@A/leveldb)","0.0.7"],"read_color":["A @c @1 @0 ^X hex colors","1.0.0"],"forecast_io":["An unofficial @3 @f @0 @4 forecast.io @y.",C[2]],"cg-sys":["$7 @W @s an @l to CG+ fortran routine",C[3]],"bdrck_params":["Command-$s argument @S.","0.3.2"],"reproto-trans":["Rethinking ^a GeneratorsTranspiler @E.","0.3.36"],"foreign-types-shared":[C[938],C[9]],"httpapi-sys":["$L @6 to httpapi. @O @8 is a placeholder @0 @4 future. If &R are interested in this @1 feel free to get in touch @7 me: &E://www.rustaceans.org/retep998","0.0.1"],"$j_map":["Memory mapped @z.","0.0.3"],"sp-api":["Substrate @J ^Q $8","3.0.0"],"protocoll":["clojure inspired protocols @0 @e &r.","0.3.1"],"libpasta":["All-inclusive password hashing @1",C[4]],"khronos-egl":[C[500],"4.1.0"],"command-macros":["^H @0 ^2 &Y::^F::Command @7 shell-$A syntax","0.2.9"],"rbatis":["@3 orM Framework High Performance(^n @n)","2.0.18"],"kerberos_asn1":["Parse/Build Kerberos ASN1 DER To/From @3 &w",C[6]],"roux":["@H @5 asyncronous Reddit @y @f","1.3.7"],"syn-ext":["Human friendly or editable ^d @0 syn","0.2.2"],"blit":["Blit sprites on a buffer @7 a mask","0.5.12"],"drogue-nom-utils":["Bits @5 bobs $w to many nom parsers",C[3]],"servo":["Parked non-servo thing","0.0.1"],"purple-sys":["libpurple @e $X",C[3]],"simplereboot":["@H @M reboot @2",C[3]],"nrf52833-pac":["Peripheral $W @y @0 nrf52833 $n","0.9.0"],"i2p_@d":["A SAMv3 I2P @d @0 @4 local I2P router instance.","0.2.9"],"userror":["User-facing ^u &y @0 @B-$s programs.",C[3]],"tokio-zmq-derive":["@U derivation @0 Tokio ZMQ Socket @f @i","0.5.2"],"$P_bindgen":["A @1 to automatically ^o C, Java, @5 C# @z @t @3 source @z.","0.13.3"],"ruma-state-res":["An $C @0 Matrix state resolution.",C[0]],"minions":["DISCONTINUED. @O @8 was renamed. $7 &D of this @X is under @4 acto-rs @8.","0.2.9"],"ref-map":["Helper $y @0 Option @5 Result to map references",C[4]],"crisp-status-reporter":["Crisp Status Reporter @0 @3.","1.3.0"],"heartbeats-simple":["@3 abstractions @0 heartbeats-@c-@r","0.4.1"],"nagiosplugin":["A ^S ^r @1 to make it &t to &b nagios/icinga checks.","0.4.1"],"codicon":["Traits @0 $6 @5 ^V","3.0.0"],"json-decode":["An elm inspired @J ^n decoder @0 @3","0.6.0"],"riscv-rt":["Minimal @J / startup @0 RISC-V CPU's","0.8.0"],"cubic_spline":["Function @k calculates curve points @0 cubic spline","1.0.0"],"racer":["Code completion @0 @3","2.1.48"],"lpc177x_8x":["Peripheral $W @y @0 LPC177x @5 LPC178x $n (svd2rust 0.13.1)","0.13.5"],"gnupg":["A @c @f @0 gpgme",C[0]],"wdg-base16":["$7 Base16 Data Encoding","0.4.7"],"codespan":["Data $m @0 tracking locations in source @X","0.11.1"],"solana-chacha":["Solana Chacha APIs","1.1.23"],"text-to-polly-ssml":["Converts ^G to polly SSML. Using a bad @F.","0.3.3"],"opentelemetry-otlp":["Exporter @0 @4 OpenTelemetry Collector","0.8.0"],"async-ringbuffer":["A nonblocking spsc ring buffer @7 fixed capacity.","0.5.5"],"dists":["2d ^k @C","0.4.1"],"at-cryptoauth":["Driver @0 ATECC608 Crypto Authentication secure elements",C[0]],"nested":["A $j ^J container @0 nested &r ($A `Vec` or `Vec>`)","0.1.1"],"ckb-sentry-core":[C[127],"0.21.0"],"base64-rs":["Encodes @5 decodes base64","0.1.1"],"sqlx-core":["Core of SQLx, @4 @e SQL toolkit. Not intended to be $3 directly.","0.5.5"],"signal-hook-tokio":["Tokio @m @0 signal-hook",C[9]],"holochain_json_^Q":["json ^Q @5 @E @0 holochain","0.0.50"],"csfml-audio-sys":["@I to csfml-audio","0.6.0"],"blake2b_simd":["a &9 @3 BLAKE2b @2 @7 dynamic SIMD","0.5.11"],"google-surveys2-cli":[C[530],C[531]],"arr_@g_impl":["Private impl @8 @0 arr_macro","0.1.3"],"ustr":["Fast, $L-friendly $d interning.","0.8.0"],"anchor-attribute-account":["Anchor &Z @g @0 defining an account","0.11.1"],"sn0int-common":["sn0int - $w @X",C[11]],"thruster-app":["$7 App portion of @4 thruster &h @j",C[150]],"matches2":[C[537],"1.2.1"],"dusk-jubjub":["Dusk's fork of @4 @2 of @4 Jubjub elliptic curve group",C[20]],"ccm":["&S @2 of @4 Counter @7 CBC-MAC (CCM) mode","0.4.4"],"escapade":["`escapade` @s String concatenation @5 $M, but automatically escapes any HTML in @4 @x in @4 ^F. @O prevents accidental unescaped writes to @4 &L.","0.0.3"],"linear-map":["A map &T by searching linearly in a vector.","1.2.0"],"glit":["A $o @0 pretty-printing git stats",C[9]],"primordial":["Low-@D CPU $8",C[3]],"handlebars-fluent":["Handlebars &s @0 @4 Fluent internationalization @j",C[9]],"$O_events":["^p ^L @0 @3 - Amazon EventBridge @ 2015-10-07",C[18]],"raft":["$7 @e @L @2 of Raft @Z.","0.6.0"],"gtk-rs-lgpl-docs":["LGPL-licensed docs @0 Gtk-rs $V","0.1.18"],"bitset":["A @c bitset @1 $A C++ (@l adapted).",C[4]],"mr_splashy_pants":["Very incomplete @3 @6 @0 @4 Reddit @y","0.1.38"],"shapir":["Unofficial ShareFile REST @y ^L","0.5.0"],"rust-install":["$w @X &J by multirust @5 rustup","0.0.4"],"divrem":["Division @5 modulus variants","1.0.0"],"expat-sys":["XML @h @1 $t in C","2.1.6"],"imgui-ext":["A @8 to $h debug UIs on &w @u a @b @g (@n on @4 imgui @8)",C[9]],"goji":["@3 @l @0 Jira","0.2.4"],"time-point":["Less opaque, thin, $k @i","0.1.1"],"winhandle":["A set of @i to make ^R @7 ^4 APIs safer @5 easier.",C[9]],"eva":["Calculator REPL similar to bc(1)","0.2.7"],"vrp-cli":["A @B $s @l @0 VRP solver","1.10.7"],"wireguard-uapi":["Control WireGuard interfaces.","2.0.1"],"curve25519-dalek-ng":[C[128],"4.0.1"],"pp-rs":["Shader preprocessor",C[6]],"sc2":["@3 @2 of @4 StarCraft II Client @y",C[338]],"filters":["Build filters/predicates @7 @4 &K pattern",C[2]],"google-cloudlatencytest2-cli":[C[235],C[236]],"slog-scope":["Logging scopes @0 slog-rs","4.4.0"],"crc16":["A CRC16 @2",C[2]],"kay_^K":["Code $Z @0 ^1 kay actors","0.3.10"],"hdf5":[C[129],"0.7.1"],"alternate-future":["@H promise/future @1 @7 continuations @k don't block.","0.1.4"],"dht11":["Platform-&6 @3 ^h @0 @4 DHT11 temperature @5 humidity sensor.","0.3.1"],"pipes":["Stream-@n $l @7 compositional pipelines in @3","0.0.1"],"diesel_derives_extra":["^E @b some @c CRUD &X @0 $q Diesel models",C[0]],"dynparser":["Dynamic @h. You can define rules at run $x. It's possible to $9 peg @F","0.4.2"],"superstruct":["Proc-@g @0 quasi-subtyping",C[0]],"modio":["@3 @l @0 integrating &N://mod.io - a modding @y @0 game developers","0.6.2"],"shrust":["A @1 @0 ^2 interactive @B $s shells in @3","0.0.7"],"skip_^u":["Utility helping skip @5 log Result::Error in iterations","2.0.0"],"xmpp-rs":[C[218],C[4]],"itertools":["Extra iterator adaptors, iterator &X, free @w, @5 @a.",C[22]],"dprint-core":["Core @e @1 @0 dprint.","0.43.0"],"anchor-attribute-error":["Anchor &Z @g @0 ^2 ^u @i","0.11.1"],"proj-sys":["@3 @6 @0 PROJ v7.2.x","0.19.1"],"libdwfl":[C[130],"0.0.6"],"objc_id":["@3 smart pointers @0 Objective-C reference counting.","0.1.1"],"orbtk-theme":["Default theme of OrbTk.",C[77]],"checked":["Implements a @f &c @4 primitive @3 @i @k better indicates overflow during arithmetic.","0.5.0"],"iso3166-1":["ISO 3166-1 @x.","1.0.1"],"zip-extract":["Archive extraction via zip-rs, automated.",C[3]],"scratchpad":["Stack-$A $j ^l @7 double-ended allocation @m","1.3.1"],"tokio-serde-json":["^b needed to easily implement a Tokio ^n transport @u Serde forJSON @K @5 &3 of frame ^D.",C[9]],"schemamama":["A ^y ^P schema migration @M",C[9]],"luminance-windowing":["&W windowing @X @0 luminance",C[20]],"cargo-profiler":["Cargo &k to profile $q @Q.",C[1]],"evm-stateful":["Stateful evm-rs wrapped @7 tries.","0.11.1"],"etagere":["Dynamic 2D texture atlas allocation @u @4 shelf packing @Z.","0.2.4"],"$O_mediastore":["^p ^L @0 @3 - ^p Elemental MediaStore @ 2017-09-01",C[18]],"smol-timeout":["A way to poll a future until it or a timer completes.","0.6.0"],"as_@b_^s":["private @b @E $3 by abi_stable @5 structural.","0.9.0"],"rumqttlog":[C[1007],"0.7.0"],"code-generation-example":["@H lib @7 @X $Z example",C[0]],"libimagnotification":[C[60],"0.9.3"],"tch":["@3 &l @0 @4 PyTorch C++ ^Q (libtorch).","0.5.0"],"sp-version":["Version ^B @0 @4 Substrate @J; @U a $0 @k returns @4 @J $4.","3.0.0"],"libp2p-secio":["Secio encryption @9 @0 ^q","0.26.0"],"reroute":["A router @k can $9 regular expressions @0 @4 hyper @W","0.4.1"],"zellij-utils":["A $o @1 @0 Zellij @d @5 @T",C[71]],"lipmaa-link":["A $0 to calculate [lipmaa](&N://github.com/AljoschaMeyer/bamboo/blob/master/README.md#links-@5-entry-verification) sequence ^Y.","0.1.1"],"encoding-index-simpchinese":["Index tables @0 simplified Chinese character encodings",C[339]],"lzw":["LZW ^z @5 decompression.",C[20]],"stderrlog":["Logger @k logs to stderr @n on verbosity specified","0.5.1"],"gflags":["Command $s flags @1 @k does not require a central list of all @4 flags.","0.3.8"],"pnet_transport":["Cross-@N, transport layer networking.",C[93]],"markdown":["&I @3 @1 @0 @S Markdown @5 (outputting HTML)",C[9]],"r2d2-mongodb":["A MongoDB adaptor @0 r2d2 connection pool","0.2.2"],"node-bindgen":["&t way to &b nodejs ^B @u @e","5.0.0"],"greetd_ipc":["An @2 of @4 greetd IPC @9","0.6.0"],"thirtyfour":["Thirtyfour is a Selenium / WebDriver @1 @0 @3, @0 automated website UI testing.It supports @4 full W3C WebDriver spec.","0.26.0"],"libfaster-sys":["@I @0 FASTER",C[13]],"netfuse":["FUSE $C @0 ^0 networked filesystems","0.1.1"],"proc-exit":["Exit codes @0 ^F termination","1.0.2"],"ever-macro":["Helper @g @0 `ever`, $f prints @4 $h $e @7 minimal boilerplate.",C[0]],"px8":["Open source fantasy console in @3","0.0.4"],"moka":["A $H @5 concurrent cache @1 inspired by Caffeine (Java) @5 Ristretto (Go)","0.5.0"],"$O_athena":["^p ^L @0 @3 - Amazon Athena @ 2017-05-18",C[18]],"async-fs":["Async filesystem $8","1.5.0"],"wf":["A Unix-style @B-$s $o @0 counting word frequencies","0.2.2"],"pallet-transaction-payment-rpc-runtime-api":["RPC @J @y @0 transaction payment FRAME &u","3.0.0"],"xirr":["XIRR @0 @3","0.2.2"],"zr":["quick, @c zsh @W &F","1.0.0"],"ncursesw-win":["An ^d @f $G @4 ncursesw TUI @1 (ncurses)",C[2]],"prost-simple-rpc":["A @c RPC @2 on top of prost",C[9]],"tokio-udp":["UDP @6 @0 $v.",C[35]],"calculator":["Mathematical expressions @1, @0 calculator $M, perhaps","0.0.1"],"aspen":["A behavior ^6 @2 in @3",C[9]],"rust-lcm-codec":["@3 @m @0 ^X @5 $M @4 LCM @x @F",C[6]],"vesema":["Map/Set &r optimized @0 very ^S problem sizes","0.0.2"],"skein-hash":["Skein ^v @w","0.3.1"],"tokio-pg-mapper":[C[755],C[0]],"rsvg":["@3 @6 @0 @4 Rsvg @1",C[2]],"nu-pretty-hex":[C[161],C[23]],"timed_cache":["An @2 of a cache @k will regenerate a &a if accessed after a certain amount of $x.","0.1.1"],"rcat":["Concatenate @5 print @z in a @3 byte slice ^m @F.","2.0.4"],"sexpy":["^E derivable s-expression parsers @0 @c $l languages","0.5.6"],"loop9":["Tiny ^r $0 to visit every pixel in @4 image together @7 its neighboring pixels. Duplicates pixels on @4 edges.","0.1.3"],"unicode-bidi":["@v of @4 &i Bidirectional Algorithm","0.3.5"],"common-path":["Finds @4 $w prefix $p a set of paths","1.0.0"],"oxcable":["A signal &o @j @0 making music @7 @3.","0.5.1"],"elastic_responses":["Parses search results @t Elasticsearch @5 presents results @u convenient iterators.",C[106]],"drm-ffi":[C[876],C[0]],"ncurses":["A very thin @f $G @4 ncurses TUI @1","5.101.0"],"paw-raw":["Traits to implement custom Paw @V","1.0.0"],"cognitive-outputs":["Output related $5 @0 `cognitive`",C[3]],"mailmodel":["A proof-of-concept mail viewer writting @7 Qt @u QML","0.1.5"],"shawshank":["An ^J, ^I internment $Q.","0.2.3"],"smaz":["Smaz is a @c ^z @1 suitable @0 compressing very short $z.",C[3]],"mosquitto-client":["@3 @l to @4 Mosquitto MQTT broker @d","0.1.5"],"elf-utilities":["^b @0 @S,$E,analyzing ELF","0.2.19"],"fmi":["A @3 @l to FMUs (Functional Mockup Units) @k follow @4 FMI Standard. See &E://www.fmi-standard.org/",C[6]],"petrovich":["Petrovich is @1 $f inflects Russian names to given grammatical case. It supports first names, last names @5 middle names inflections.",C[0]],"nature_integrate_^3_executor":["Local Executors $3 by Nature Test","1.0.0"],"libflo_event":["A @1 @0 declaring events, @5 $X @w to them in libflo.",C[4]],"sheesy-vault":["Vault $5 $3 by 'share-secrets-safely' CLI. Use it to @o @7 GPG @n vaults.","4.0.11"],"approx":["Approximate floating point equality comparisons @5 assertions.","0.5.0"],"io-uring":["$7 low-@D `io_uring` userspace @l @0 @3","0.5.1"],"substrate-subxt-proc-macro":["&O calls, events, ^x @5 tests @0 ^R Substrate modules @7 substrate-subxt",C[71]],"zeropool-bn":[C[123],"0.5.9"],"envconfig_@b":[C[578],C[20]],"tp-timestamp":["Tetcore @G @i @5 inherents @0 timestamps.","2.1.2"],"wfbuf":["Naive wait free buffer @0 $H interprocess @x streaming on linux.","0.1.1"],"dbmigrate":["CLI $R to create @5 run ^P migrations. Postgres, MySQL supported.","0.3.5"],"image-interlacer":["It helps &R interlace an image or &j images @0 &h-page usage.","0.1.15"],"selene":["A blazing-$H modern Lua linter $t in @3",C[36]],"fluence-fork-libp2p-tcp":[C[211],"0.27.3"],"wepoll-binding":["Safe @6 to @4 wepoll @1","3.0.0"],"rustlearn":["A machine learning @W @0 @3.","0.5.0"],"rocks":["RocksDB @6 @0 @3.","0.1.10"],"preserves":["@v of @4 Preserves @K @F via $b.",C[87]],"tetsy-trie-db":["tetsy merkle-patricia trie ^I &c key hasher @5 node $6","0.22.3"],"flywheel":["A Game Engine @0 Piston","0.1.1"],"quicksort":["A quicksort @2 @0 in-place sorting.","1.1.0"],"binomial_^6":["A ^I binomial pricing ^6 @0 options",C[2]],"ssvm-evmc-client":["@I to EVMC (Client/Host specific)","7.4.1"],"bstringify":["stringify! @k yields byte $d literals instead",C[4]],"editorconfig":["A @8 @k implements editorconfig","1.0.0"],"mockall":["A powerful mock object @1 @0 @3.","0.10.2"],"pallet-proxy":["FRAME proxying &u","3.0.0"],"git-workarea":["@H routines to work @7 git repositories @5 set up minimal workareas withthem.","4.1.0"],"ocl":[C[340],"0.19.3"],"r2d2_mysql":["MySQL @m @0 @4 r2d2 connection pool","18.0.0"],"chords":["@1 @0 getting chords @t scale","0.2.7"],"catty":["Send @5 await a &a asynchronously","0.1.4"],"parallel":["Command-$s CPU load balancer @0 executing jobs in parallel","0.11.3"],"edcert-restrevoke":["A @8 @0 a REST-@n revoke infrastructure @0 Edcert Certificates.","1.0.6"],"grep-regex":["Use Rust's regex @1 @7 @4 'grep' @8.","0.1.9"],"$O_opsworkscm":["^p ^L @0 @3 - ^p OpsWorks CM @ 2016-11-01",C[18]],"fountain":["&C @5 formatter @0 @4 Fountain screenplay markup @L",C[88]],"bitpattern":["bitwise pattern matching @5 extracting",C[3]],"persistentcache":["^H @0 persistently caching $0 calls @u @z or Redis",C[1]],"arc-reactor":["Minimal, &2, Web Framework","0.2.4"],"tract-onnx-opl":[C[141],"0.15.2"],"path-table":["Path-@n routing table.","1.0.0"],"ultraviolet":["A @8 to do linear algebra, $H.","0.8.1"],"greeks":["@v of @1 to calculate options greeks","0.5.0"],"tokio-irc-client":["IRCv3 ^m @d @1 @u $v @5 @Y.",C[6]],"tiny-keccak":["An @2 of Keccak derived @w.","2.0.2"],"svgbob_^i":[C[1105],"0.5.3"],"rog":["A @3 logger","0.1.8"],"mss_saliency":["Detection of visually salient image regions @u Maximum Symmetric Surround @Z","1.0.6"],"gluon_c-api":["C-^Q @0 gluon, a &g, $k inferred $l @L @0 $N embedding","0.17.2"],"audit":["linux audit via netlink",C[2]],"endianrw":["Reading @5 $M ^Y @7 specific endianness","0.2.2"],"ruma-api-macros":["A $i @g @0 $E ruma-^Q Endpoints.","0.17.1"],"sdl2_mixer":["SDL2_mixer @6 @0 @3","0.25.0"],"libvpx-native-sys":[C[300],"5.0.3"],"typed-generational-arena":["A $P arena ^l @k supports deletion ^W suffering @t @4 ABA problem by @u generational indices. Now @7 typed indices @5 custom integer @i @0 generations!","0.2.5"],"flag-algebra":["An @2 of Razborov's flag algebras",C[88]],"cargo-c":["Helper &0 to $h @5 install c-$A &4","0.9.1+cargo-0.54"],"directories":["A tiny mid-@D @1 @k @s @N-specific ^C locations of directories @0 config, cache @5 other @x on &n, ^4 @5 macOS by leveraging @4 mechanisms defined by @4 XDG base/user directory specifications on &n, @4 Known Folder @y on ^4, @5 @4 Standard Directory guidelines on macOS.","3.0.2"],"boow":["`Borrow Or oWned` smart pointer. Alternative to Cow.","0.1.3"],"barrel":["A powerful schema migration ^0 @y @0 @3","0.6.5"],"lldb":["@3-$A @6 to @4 public LLDB @y. LLDB is @4 debugger @t @4 LLVM ^t @5 is @4 @M debugger on Mac OS X.","0.0.8"],"snarkos-errors":["Errors @0 a decentralized operating @M","1.1.4"],"exonum-merkledb":["Persistent ^x @2 @n on RocksDB $f @s APIs to work @7 Merkelized @x $m.","1.0.0"],"rsdocs2docset":["@O is a ^S $R to ^o a docsets @0 Dash / Velocity / Zeal / LovelyDocs out of @3 docs.","0.4.1"],"flif":["FLIF decoder $t in &9 @3","0.4.1"],"feedly_^Q":["@e @2 of @4 feedly REST @y","0.4.7"],"yosys-netlist-json":["A @1 @0 ^j @7 Yosys netlists in ^n @F","0.0.3"],"brotli-decompressor":["A brotli decompressor @k @7 an @l avoiding @4 @e stdlib. @O makes it suitable @0 ^8 &A @5 kernels. It is designed @7 a pluggable ^l so @k @4 ^C lib's ^l may be employed. $7 default $h also includes a stdlib ^l @5 &5 @l. Disable this @7 --features=no-stdlib. Alternatively, --features=unsafe turns off array bounds checks @5 $j initialization but @s a $P @l @0 @4 caller. Without adding @4 --features=unsafe argument, all included @X is $P. For ^z in addition to this @1, download &N://github.com/dropbox/@e-brotli","2.3.1"],"lpc845-pac":["Low-@D register mappings @0 @4 NXP LPC845 series of ARM Cortex-M0+ $n",C[2]],"piston2d-graphics":["A @1 @0 2D ^O @k works @7 &j back-ends","0.40.0"],"&G_$4":["A @1 @0 querying @4 $4 of a installed &G ^9",C[2]],"dargo":["Some &Q third-party ^U @0 Cargo","0.0.6"],"maud_@a":[C[328],"0.22.2"],"blake2":["BLAKE2 ^v @w","0.9.1"],"mayda_@a":["^H to ^o basic $6 @5 ^V @w $3 by mayda","0.1.4"],"bao":["an @2 of BLAKE3 verified streaming",C[13]],"clacks_tl_^K":["^K @0 clacks","0.0.5"],"plumber":["plumber is a shim @k adds pluggable &e discovery to legacy systems ^W modifying their @X.","0.0.7"],"devicon-lookup":["Prepend @4 correct devicon to @4 beginning of each filename","0.8.0"],"html-index":["Generate an HTML index.","0.3.4"],"rm":["randomness","0.3.2"],"lz_fnv":["Fowler-Noll-Vo ^v @w @0 various integer @i",C[4]],"@e_icu_uenum":["&I @6 to @4 ICU4C @1 @t Unicode.Implements `uenum.h` @t @4 ICU4C @y.","1.0.0"],"joinlines":["CLI util @0 joining lines of a ^G $1","0.3.1"],"k12":["Experimental &9 @3 @2 of @4 KangarooTwelve ^v $0",C[3]],"lmdb-rs":["LMDB @6","0.7.6"],"rs_osrm":["@e @f @0 osrm","1.0.11"],"pipecolor":["A $u filter to colorize &L","0.4.2"],"aquamarine":["A mermaid.js $S @0 rustdoc","0.1.10"],"interledger-btp":["Bilateral Transfer ^a (BTP) @d @5 @T services @0 Interledger.rs",C[2]],"pagan":["Data analysis @1.",C[6]],"crc24":["CRC-24 @2 (IETF RFC2440-^m)",C[1]],"zincati":["Update agent @0 Fedora CoreOS","0.0.22"],"flatbuffers":["Official FlatBuffers @3 @J @1.","2.0.0"],"near-primitives-core":["@O @8 @s @4 @G set of $8 $3 by other nearcore $V &H near-$8",C[2]],"ikon":["A robust, flexible @3 @j @0 ^2 encoders @5 decoders @0 various icon formats.","0.1.0-beta.16"],"remote-trait-object-macro":["Macro @k expands a @3 $y to a remote-$y-object &e","0.4.1"],"caps":["A &9-@3 @1 to work @7 &n capabilities","0.5.2"],"repng":["$7 PNG encoder @k no one asked @0.","0.2.2"],"stretch":["High $F & cross-@N Flexbox @2","0.3.2"],"piston3d-gfx_voxel":["A voxel rendering @1 on top of Gfx",C[12]],"$O_kinesis":["^p ^L @0 @3 - Amazon Kinesis @ 2013-12-02",C[18]],"vcpkg_^i":["A @B $s $o to investigate $f &4 will befound by @4 vcpkg Cargo $h ^r.","0.2.4"],"extindex":["Persisted immutable index","0.4.1"],"eth_checksum":["Ethereum address checksum",C[4]],"darknet-sys":["-@r @8 @0 @3 darknet @f",C[9]],"arrayfire":["ArrayFire is a high $F software @1 @0 parallel computing @7 an &t-to-$9 @y. Its array @n $0 set makes parallel $l @c. ArrayFire's &j backends (CUDA, OpenCL @5 &7 CPU) make it @N independent @5 highly portable. A few lines of @X in ArrayFire can replace dozens of lines of parallel computing @X, saving &R valuable $x @5 lowering &D costs. @O @8 @s @3 @6 @0 ArrayFire @1.","3.8.0"],"yyid":["Yyid @C (&x tokens $A UUIDv4, but @u all @4 bits)","0.6.0"],"google-appsactivity1-cli":[C[503],C[504]],"resources_@W_@W":["Utility @0 @4 resources_package @1","0.0.6"],"once-cell-regex":["@O @8 just gives &R @4 `regex` @g @t @4 `once_cell` docs!",C[6]],"vecrem":["Cursor-$A $Q @0 $H iterative removing of elements @t a vec",C[3]],"file-size":["a $0 formatting $1 sizes in 4 chars","1.0.3"],"rdedup-lib":["Data deduplication @7 ^z @5 public key encryption. - @1","3.1.0"],"exonum-proto":["Helper $2 @5 @a @0 @K &w in protobuf.","1.0.0"],"blowfish":["Blowfish block cipher","0.8.0"],"bee-protocol":["All @i @5 workers enabling @4 IOTA @9",C[3]],"fluid":["An human readable ^3 @1.","0.4.1"],"smithy_@G":["$7 @G Smithy $5","0.0.7"],"tesseract-sys":["@3 @I @0 Tesseract OCR","0.5.7"],"kaguya_rs":["Functional Programming ^U @5 ADTs","0.1.5"],"ctr":["CTR block mode of operation","0.8.0"],"^f_libra_@L_e2e_tests":["Libra @L e2e tests",C[47]],"array-macro":["Array &j elements constructor syntax","2.1.0"],"ab_glyph":["@y @0 loading, scaling, positioning @5 rasterizing OpenType font glyphs.","0.2.11"],"inner":["$7 inner! @g descends ^c an &V variant. It's more flexible than try!() @5 unwrap(), @5 it works @7 $q &V, too!","0.1.1"],"hashmap_@b":["A proc_macro to @b @4 FromMap $y",C[3]],"wagyu-zcash-parameters":[C[120],C[0]],"rust-base58":["@H @1 @0 converting to @5 @t base-58 $z.","0.0.4"],"sc-block-builder":["Substrate block &K","0.9.0"],"google-manager1_beta2-cli":[C[670],C[671]],"soundchange-english":["Reimplementation of Mark Rosenfelder's pronunciation @Z @0 English","0.0.8"],"gfx_window_glfw":["GLFW window @0 gfx-rs","0.17.1"],"impls":["Determine if a $k implements a logical $y expression.","1.0.3"],"kmon":["&n kernel &F @5 activity monitor","1.5.4"],"livesplit-hotkey":["livesplit-hotkey @s cross-@N global hotkey hooks.","0.5.0"],"docx-rs":["A .docx $1 writer @7 @3/$D.","0.2.12"],"jsonrpsee":["^n-RPC @8",C[9]],"glossy":["A compile-$x GLSL shader loader @7 `#include` @m.",C[0]],"cli-log":["a @c &v @5 timing facility configured @7 an env variable","2.0.0"],"proptest":["Hypothesis-$A property-@n ^5 @5 shrinking.","1.0.0"],"cargo-wasi-exe-x86_64-unknown-linux-musl":["Precompiled $J of `@P-wasi` @0 x86_64-unknown-linux-musl","0.1.22"],"atomicring":["AtomicRingBuffer is a constant-size almost lock-free concurrent ring buffer","1.2.8"],"codemap-diagnostic":["@p @0 displaying ^9 ^u &y, extracted @t &G.","0.1.1"],"g2gen":["A @g to create @i @k implement $H finite field arithmetic.",C[2]],"gameboy_@G":["@G @1 to be $3 @0 Gameboy emulation","0.3.3"],"machinebox":["A @d ^L @0 communicating @7 machinebox boxes","0.5.0"],"cargo-contribute":["Cargo &k @0 contributing to &D of $q &8","0.2.2"],"blobby":["Iterator &c @c $J blob ^x",C[9]],"takuzu":["Takuzu (a.k.a. Binairo) &1 puzzle solver","1.1.1"],"functor":["Covariant, contravariant, invariant @5 bivariant functors.",C[4]],"nrf52":["DEPRECATED: Use `nrf52832-pac` instead","0.4.1"],"tox":["@v of toxcore in &9 @3 -P2P, distributed, encrypted, easyto $9 DHT-@n ^7.","0.1.1"],"crabsformer":["Crabsformer is an &t-to-$9 fundamental @1 @0 scientific computing @7 @3, highly inspired by NumPy.","2019.3.17"],"yadict":["@p to work @7 Yandex.Dictionary","0.1.1"],"flep_@9":[C[523],C[0]],"semantic-rs":["Automatic @8 publishing","1.0.0"],"riker-macros":["Macro @8 @0 Riker actor @j",C[0]],"avro-rs":["@p @0 ^j @7 Apache Avro in @3",C[36]],"ockam_vault_@G":["$7 Ockam Vault $y.",C[71]],"protoc-bin-vendored":["protoc binaries compiled by Google @5 bundled in this @8.","2.24.1"],"ordinalizer":["&O an ordinal $0 @0 enums $f returns @4 index of a variant in @4 &V definition.",C[3]],"anyhow":["Flexible concrete Error $k built on &Y::^u::Error","1.0.42"],"rand":["Random &1 generators @5 other randomness $5.","0.8.4"],"glop":["Glue &U @0 OPerations","0.2.5"],"copypasta":["copypasta is a cross-@N @1 @0 getting @5 setting @4 contents of @4 OS-@D clipboard.","0.7.1"],"pallet-nicks":["FRAME &u @0 nick ^w","3.0.0"],"ck3save":["Ergonomically work @7 all CK3 saves (regular @5 ironman)","0.2.11"],"kqueue-sys":["Low-@D kqueue @l @0 BSDs","1.0.2"],"wagyu-zcash-parameters-2":[C[120],C[0]],"ratelimit_meter":["A leaky-bucket-as-a-meter rate-limiting @2 in @3","5.0.0"],"platter":["Load @z on &h @5 desktop asynchronously","0.1.4"],"ncbitaxonomy":["Read NCBI Taxonomy Database @t @z @5 work @7 NCBI Taxonomy DB","1.0.7"],"checksec":["Fast multi-@N (ELF/PE/MachO) $J checksec @B $s $o @5 @1.","0.0.8"],"stm32l151-hal":["HAL @0 STM32L151 $n","0.5.0"],"redis-ac":["Asynchronuos commands ^r @0 redis-rs",C[6]],"vips-sys":["libvips @6 @0 @3","0.1.3-beta.0"],"prune":["prune &P",C[1]],"owo-colors":["Zero-allocation $u colors that'll make people go owo","2.0.0"],"gmp-mpfr":[C[258],"0.5.2"],"libflo":["@U all of @4 components of libflo.",C[4]],"dlmalloc":["A @3 port of @4 dlmalloc ^l",C[6]],"google-dfareporting3":[C[370],C[133]],"stm32l1":["Device @m $V @0 STM32L1 &A",C[36]],"systemd-rs":["A high @D systemd @f",C[1]],"timi":["A visual template instantiation machine interpreter to understand how lazy functional $l languages evaluate",C[6]],"dotenv_^K_impl":[C[131],C[3]],"bear-lib-terminal":["BearLibTerminal $L @0 @3","2.0.0"],"tss-esapi":["@3-&7 @f $G TSS 2.0 Enhanced System @y","5.1.0"],"luhn2":["Luhn @Z check.",C[4]],"$h_epoch":["Macro @0 calculating @4 epoch at compile $x",C[3]],"assert2":["assert!(...) @5 check!(...) @a inspired by Catch2","0.3.6"],"rustc-std-workspace-core":["Explicitly empty @8 @0 @e-lang/@e $S","1.0.0"],"ruma-federation-api":["Types @0 @4 endpoints in @4 Matrix @T-@T @y.",C[0]],"fixed_width":["A fixed width @x @h.",C[2]],"gitx":["git subcommands","0.0.4"],"noble-assets":["FABRIC asset ^w noble","2.0.1"],"batched-fn":["Middleware @0 serving deep learning models @7 batched prediction","0.2.2"],"treebitmap":["Fast IPv4/IPv6 lookup trie.",C[2]],"physx":["High-@D @3 @l @0 Nvidia PhysX",C[11]],"rmpv":["Value variant @0 RMP","0.4.7"],"ei":["erl_interface @0 @e",C[4]],"i2cdev-lsm9ds0":["I2C ^h @0 @4 LSM9DS0 gyroscope, accelerometer, magnetometer.","0.1.3"],"netsim":["Network simulator","0.2.5"],"metrics-observer-json":["A &z-@G ^m observer @k outputs ^n.","0.1.1"],"cargo-binutils":["Proxy @0 LLVM ^U $A llvm-nm, llvm-objdump @5 llvm-size","0.3.3"],"shellwords":["Manipulate $z according to @4 word @S rules of @4 UNIX Bourne shell.","1.1.0"],"uniffi_@a":["a multi-@L @6 @C @0 @e (convenience @a)",C[11]],"sounding-validate":["Validation of soundings @t @4 sounding-base @8.",C[22]],"rust-webvr-api":[C[132],C[38]],"conrod_@b":["A @8 &d $i @a @0 @4 conrod @1","0.74.0"],"fantoccini":["High-@D @y @0 programmatically ^R @7 &h pages through WebDriver.","0.17.4"],"link-cplusplus":["Link libstdc++ or libc++ automatically or manually","1.0.5"],"texture-synthesis":["Multiresolution Stochastic Texture Synthesis, a non-parametric example-@n @Z @0 image $Z","0.8.1"],"inplace_it":["Place ^S arrays on @4 stack @7 a low-cost!","0.3.3"],"handy_io":["A handy pattern @5 @Y @n $r I/O @1",C[4]],"rusty-data":["A @x ^g @1 (designed @0 machine learning).","0.0.3"],"doc_$1":["Move $q @3 crate's documentation ^c external @z.",C[0]],"di":["Dependency injection container.",C[4]],"&x_nice_emoji":["@O is a little bin $f prints a &x nice emoji, $f I $9 in my shell prompt",C[2]],"iron-send-file":["Serve @z @7 Range header @m @0 Iron @1.","0.1.1"],"ocaml-boxroot-sys":["@I @0 ocaml-boxroot",C[0]],"dvk":["Dynamically loaded Vulkan",C[1]],"google-doubleclicksearch2":[C[153],C[43]],"nu_$T_chart":["A $T to display charts",C[23]],"laz":["@3 port of Laszip ^z. of @4 LAS @F","0.5.2"],"mt19937":["A translation of @4 MT19937 Mersenne Twister rng @Z to @3","2.0.1"],"fft":["Use @4 DFT @W instead.",C[2]],"tetsy-libp2p-identify":["Nodes identifcation @9 @0 tetsy-^q",C[93]],"google-dfareporting2d8-cli":[C[901],C[133]],"url-scraper":["@H HTML URL scraper",C[4]],"httpdate":["^A date @S @5 formatting","1.0.1"],"lelet-utils":["lelet ^s",C[2]],"malice":["A ^S framwork &d sensible defaults to analyse ALICE's open @x",C[9]],"codeowners":["@3 @6 @0 Github CODEOWNERS @z","0.1.3"],"matrixmultiply":["General matrix multiplication @0 f32 @5 f64 matrices. Operates on matrices @7 general layout (they can $9 arbitrary row @5 column stride). Detects @5 uses AVX or SSE2 on x86 platforms transparently @0 higher $F. Uses a microkernel strategy, so @k @4 @2 is &t to parallelize @5 optimize.Supports multithreading.","0.3.1"],"mac":["A $c of great @5 ubiqutitous @a.","0.1.1"],"google-analyticsreporting4":["A @q @1 to @o @7 AnalyticsReporting (@9 v4)","2.0.4+20210310"],"clickhouse":["a typed @d @0 ClickHouse","0.7.2"],"vgrs":["Valgrind @d requests",C[3]],"@Y":[C[345],"0.3.16"],"unic-langid-impl":[C[200],"0.9.0"],"unic-ucd-name":["UNIC — &i Character Database — Name","0.9.0"],"hex-slice":["Extends @4 &Y::fmt::*Hex $2 to slices","0.1.4"],"pathfinder_ui":["A minimal immediate mode UI @1 @0 debugging overlays","0.5.0"],"scratch":["Compile-$x temporary directory &J by &j $V @5 erased by `@P clean`","1.0.0"],"noble-randomness-collective-flip":["FABRIC randomness collective flip noble","2.0.0"],"npy-derive":["^H 1.1 @2 of #[@b(Serializable)] @0 @8 npy",C[2]],"rustasm6502":["A 6502 assembler in macro_rules!",C[4]],"windows":["@3 @0 ^4",C[19]],"vk_@C":["Generate @3 @6 to @4 Vulkan @y","0.3.2"],"lcat":["Another lolcat in @e! Full unicode @m, escapes @0 ANSI escape sequences, hue shift in Cubehelix.","0.7.2"],"darling_@G":["Helper @8 @0 ^N-@g @1 @0 ^X attributes ^c &w whenimplementing custom derives. Use &N://crates.io/$V/darling in $q @X.",C[36]],"sv-parser-error":[C[501],"0.11.1"],"no_@X_download_counter":["Does nothing. Contains no @X whatsoever. Exists only to give a background measurement @0 download statistics so @k one can remove downloads @t crater runs @5 @4 sort.","1.0.0"],"riscv-rt-macros":["Attributes re-exported in `riscv-rt`",C[1]],"framestream":["Frame Streams @2 in @3","0.2.5"],"ckb-util":["CKB @E @1.",C[31]],"itc":["Interval Tree Clocks as described in @4 itc2008 paper.",C[4]],"string-builder":["A @c $d &K $k",C[0]],"nrfind":["A set of &Q mathematical @w @0 floating point ^Y @n on @4 Newton-Raphson method @0 finding roots.","1.0.3"],"syslog-ng-sys":["Low @D @6 @0 syslog-ng",C[9]],"pyo3-asyncio":["PyO3 @E @0 Python's Asyncio @1","0.13.4"],"dingtalk":["DingTalk Robot Util, Send ^G/markdown/link &y @u DingTalk robot, 钉钉机器人","2.0.2"],"iomrascalai":["An AI @0 @4 game of Go","0.1.7"],"lsm303dlhc":["A @N &6 ^h to @l @7 @4 LSM303DLHC (accelerometer + compass)",C[0]],"spl-memo":["Solana Program @p Memo","3.0.1"],"colour":["^H @0 ^2 coloured console &L.","0.6.0"],"bitsy-parser":["A @h @5 @E @0 ^j @7 Bitsy game @x","0.75.0"],"rados_hi":["Opinionated high-@D @f @0 librados (Ceph).","0.2.4"],"reword":["@U @w @0 human readable formatting of words @5 sentences.","6.2.0"],"simplog":["An extremely ^S @5 @c logger to stdout/stderr, @7 controllable levels of verbosity","1.3.0"],"http-file-headers":["A @j-&6 ^r @1 @0 serving &g @z. It makes very &t to &b full-featured &g $1 @T (incl. conditional headers, encodings, range requests, etc)","0.1.8"],"rust-apex":["@3 @m @0 apex","0.3.3"],"rtlsdr_mt":["High-@D, multithreading @l to RTL-SDR","2.1.0"],"rst_app":["rst: @4 requirements tracking $R made @0 developers","0.3.7"],"soup-sys":["Soup $L @8 @0 @3",C[20]],"associative-cache":["A ^I N-way associative cache @7 fixed-size capacity @5 &x or least recently $3 (LRU) replacement.","1.0.1"],"routing":[C[366],"0.37.1"],"wasmer-interface-types-fl":["$D Interface Types @1 @0 Wasmer","0.20.1"],"jmx":["JMX @d @1 @0 @3",C[6]],"d3d12-sys":["Contains $0 $g @0 @4 ^4 @y @1 d3d12. See winapi @0 @i @5 constants.",C[0]],"tetsy-jsonrpc-client-transports":[C[229],"15.1.0"],"nu-value-ext":["Extension $2 @0 ^D in Nushell",C[23]],"sc-consensus":["Collection of $w &B specific imlementations @0 Substrate (@d)","0.9.0"],"netcdf-src":["Build scripts @0 ^0 `netCDF` @t source","0.1.3"],"appendlist":["An append-only list @k preserves references to its elements","1.4.0"],"authorize":["@p @7 ^I authorization routines.","0.1.4"],"milter-callback":["Attribute @a @0 milter callback $Z","0.2.3"],"^f_rbpf":["Virtual machine @5 JIT ^9 @0 eBPF programs","0.2.14"],"float_eq":["Compare IEEE floating point $8, &w @5 &r @0 equality.","0.6.0"],"amplify_syn":["Amplifying syn capabilities: ^r @w @0 ^2 ^N @g &4","1.1.4"],"esp32":["Peripheral $W @8 @0 @4 ESP32",C[20]],"spongedown":["Converts markdown to html @7 svgbob @m",C[134]],"libdbus-sys":["$L @6 to libdbus.",C[6]],"backup_rat":["A highly configurable backup $R","0.6.0"],"epoxy":["@3 @6 @0 libepoxy, an OpenGL $0 pointer &F.",C[3]],"mdo":["Monadic do notation @0 @e @u @g @5 duck typing",C[9]],"conjecture":["Core $a @0 Hypothesis @V","0.7.0"],"kademlia_routing_table":["Kademlia Routing Table @2","0.6.0"],"parcel":["Crate renamed to pax.","1.0.0"],"wasm-bindgen-backend":["Backend @X $Z of @4 &p-bindgen $R",C[5]],"oleaut32-sys":["Contains $0 $g @0 @4 ^4 @y @1 oleaut32. See winapi @0 @i @5 constants.",C[0]],"array_$R":["Helper &X @0 &o &r","1.0.3"],"cargo-pkgbuild":["ArchLinux's PKGBULD @C @t Cargo.toml manifest $1","0.1.1"],"corruption":["Undocumented @e &h @j",C[4]],"moore-svlog-syntax":["$7 SystemVerilog @h @2 of @4 moore ^9 @j.",C[11]],"libunicorn-sys":[C[521],"0.9.1"],"rubefunge-93":["A @c toy Befunge interpreter.","0.0.3"],"azure-functions-codegen":["Azure Functions @0 @3 @X $Z @m",C[13]],"blake2b":["BLAKE2b ^v $0","0.7.0"],"qwk":["Duck Duck Go @d $t in @3","0.1.3"],"enum-map-derive":["^H 1.1 @2 of #[@b(Enum)]","0.6.0"],"rml_amf0":["Modules @0 ^g @4 $6 @5 ^V of @x @7 Adobe's Action Message Format 0 (AMF0 @x @F).",C[4]],"deltoid":["A @1 to calculate @5 apply deltas to &w @5 enums","0.11.3"],"vga-framebuffer":["A ^G console &L &c a VGA ^m signal","0.9.0"],"numext-fixed-uint-core":[C[1012],C[1]],"cppn":["Compositional Pattern Producing Networks",C[9]],"tokio-sync":["Synchronization @E.",C[271]],"ethabi-contract":[C[417],"11.0.0"],"magenta-sys":["Low-@D @3 @6 @0 @4 Magenta kernel",C[0]],"icns":["A @1 @0 $6/^V Apple Icon Image (.icns) @z.","0.3.1"],"multi_log":["Logger $f passes &y on to any &1 of other loggers.",C[4]],"rusty_$x":["A @c timer","0.11.3"],"thiserror-impl":["@v detail of @4 `thiserror` @8","1.0.26"],"emu":["A set of &4 @0 $M emulators in @3.","0.1.3"],"foreign-types":["A @j @0 @3 &l &c C APIs","0.5.0"],"diceware-rs":["Diceware passphrase @C","0.1.1"],"allocator-suite":["Allocator Suite @0 various allocation @i","0.1.7"],"histogram-sampler":["Sampling @t a ^k given by a histogram","0.5.0"],"bgzip":["@3 @2 of bgzip",C[6]],"address-formatter":["Universal international address formatter",C[6]],"palaver":["Cross-@N polyfills.This @1 attempts to provide reliable polyfills @0 $5 @k isn't &T on all platforms.","0.3.0-alpha.3"],"md":["A &9-@3 Markdown @h @2, CommonMark-^m","0.0.1"],"twitter-api":["Unofficial @3 @1 @0 @4 Twitter @y.","0.5.0"],"async-imap":["Async IMAP @d @0 @3","0.5.0"],"proc-macro-rules":[C[135],C[6]],"whatlang":["Natural @L detection @1. Identifies @L of a given ^G.",C[11]],"srp":["Secure Remote Password (SRP) @9 @2","0.5.0"],"signatory-yubihsm":["DISCONTINUED: merged ^c @4 'yubihsm' @8: &N://crates.io/$V/yubihsm","0.99.0"],"magic":["libmagic @6","0.12.2"],"google-androidpublisher2":[C[888],C[889]],"jsc-sys":["WebKit JavaScriptCore bundle","0.1.2+r201969"],"google-tpu1_alpha1":[C[136],C[137]],"dataview":["Safe transmute $p @i @5 bit patterns of @4 same length.",C[4]],"conduit-log-requests":["Middleware $f logs all incoming requests to a conduit-@n @T","0.8.0"],"tinysearch-cuckoofilter":[C[184],"0.4.1"],"freude":["An ODE @1 @0 ndarray &d some @c, fixed-step integrators","0.7.0"],"theban_db_@l":["a $w @l @0 @4 db-@T @5 @4 datastructure",C[0]],"zram-generator":["Systemd unit @C @0 zram swap &A.","0.3.2"],"lrpc-macros":["lrpc's ^N @a","1.0.0"],"simple-cgi":["A really @c SCGI @T @1 @2","0.0.5"],"hbs-acc-sys":["$L @6 to libhbs-acc",C[6]],"cargo-count":["Cargo &k @0 displaying statistics about projects, such as @X, comments, @5 unsafe counters","0.2.4"],"font":["$7 @W @s a font toolbox.",C[2]],"cumath":["Cuda-@n matrix/vector computations","0.2.7"],"moore-svlog":["$7 SystemVerilog @2 of @4 moore ^9 @j.",C[11]],"asi_vulkan":["@3 $P @6 @0 Vulkan.","0.9.0"],"blkid-sys":["libblkid raw @r @6","0.1.5"],"tree-sitter-cpp":["Cpp grammar @0 @4 ^6-sitter @S @1","0.19.0"],"google-slides1-cli":[C[414],C[415]],"actix-web-macros":["Actix &h ^N @a",C[3]],"symphonia-metadata":["Project Symphonia multimedia tag @5 metadata readers.",C[9]],"punkt":["An @2 of a Punkt sentence tokenizer","1.0.5"],"rtforth":["Forth &T in @3 @0 realtime $N","0.9.0"],"google-dialogflow2_beta1-cli":[C[138],C[121]],"nakadi-types":["A connector @0 @4 Nakadi Event Broker","0.29.2"],"mammut":[C[139],C[36]],"target":["Get $e on compilation target","1.1.0"],"psp2-sys":["Unsafe @3 $L @6 to @4 psp2 headers","0.2.2"],"ta":["Technical analysis @1. Implements &1 of indicators: EMA, SMA, RSI, MACD, Stochastic, etc.","0.5.0"],"unique-type-id":["A unique id ^N-@g @C @0 @i.","1.0.0"],"timely_sort":["Sorting infrastructure @0 timely dataflow",C[1]],"cluFlock":["Installation @5 subsequent $P removal of `flock` locks @0 @x streams.","1.2.5"],"sublock":["Variants of RwLock/RefCell @k @m sublocks, opened @0 ^X if @4 main `RwLock` is opened @0 ^X, opened @0 $M if @4 main `RwLock` is opened @0 $M.",C[0]],"r":["a set of ^s @0 machine learning","0.0.9"],"ice_@G":["High $F Web $a","0.5.1"],"pallet-offences-benchmarking":["FRAME offences &u benchmarking","3.0.0"],"siren-types":["Types @0 @4 siren mediatype.","0.2.2"],"gstreamer-sdp-sys":["$L @6 to libgstsdp-1.0",C[38]],"shorthand":["A proc_macro to @b getter @5 setter @0 &w","0.1.1"],"decent-toml-rs-alternative":["A fork of @4 toml-rs @8 (by Alex Crichton) @k does not depend on $b. It is much less powerful, less documented, @5 not well-tested yet, but it is $H to compile @5 does what I want @0 my own $9 case. It might grow ^c a very capable @8 at some point. Pair it @7 @4 decent-$b-toml-@b-alternative @8 to @b @4 (de)@K @2 @0 $q own @i, @5 thus avoid syn, quote, @5 $b entirely.",C[9]],"dutree":["Command $s $R to analyze disk usage","0.2.18"],"refinery-core":[C[705],"0.6.0"],"tofu":["Trust On First Use ^r @X","0.1.11"],"whiteread":["Crate @0 easily ^X whitespace-separated ^D @t $z or input.","0.5.0"],"pathmatch":["A better $4 of `fnmatch()`, supporting `**` $A `.gitignore`",C[4]],"userenv-sys":["Contains $0 $g @0 @4 ^4 @y @1 userenv. See winapi @0 @i @5 constants.",C[0]],"criterion-cpu-time":[C[680],C[3]],"croaring-mw":[C[457],"0.4.5"],"libui-sys":["Low-@D @e @6 @0 libui","0.1.9"],"emojicode-sys":["Emojicode @y @6","0.1.4"],"wasmer-clif-fork-wasm":[C[1008],"0.59.0"],"revord":["Reversed ordering @8 @0 @e","0.0.2"],"dencode":["^b @0 ^V @5 $6 frames @t readers @5 writers.",C[9]],"math_$2":["$2 to simplify vectorized mathematics",C[6]],"interledger-stream":["Client @5 @T @V of @4 STREAM transport @9",C[2]],"&h_logger":["A logger @0 &v in &h-browsers",C[0]],"compacts-bits":["succinct bit vector",C[6]],"rlink":["High $F Stream Processing Framework","0.5.4"],"stm32f1":["Device @m $V @0 STM32F1 &A",C[36]],"roman":["Convert $p integers @5 roman numerals",C[1]],"netcdf-sys":["$L @6 to NetCDF","0.3.5"],"wasm-snip":["Replace a &p $0 @7 an `unreachable`.",C[2]],"gift":["A @1 @0 ^X @5 $M GIF images",C[20]],"cargo-pgx":["@P &k @0 'pgx' to make Postgres ^d &D &t","0.1.21"],"tauri_includedir_^K":[C[633],"0.6.3"],"sgx_demangle":[C[55],"1.1.1"],"energy-monitor":["EnergyMonitor $y",C[6]],"polylabel":["A @3 @2 of @4 Polylabel @Z @0 finding optimum polygon label positions.","2.4.0"],"rust-releases-core":["Base $2 @5 $g @0 @e-releases",C[98]],"liblmdb-sys":[C[311],"0.2.2"],"isl29125":["Platform-&6 @3 ^h @0 @4 ISL29125 low-power digital RGB color light sensor @7 IR blocking filter.",C[3]],"ropey":["A $H @5 robust ^G rope @0 @3","1.3.1"],"matrix":["$7 @W @s a matrix laboratory.",C[79]],"gfx-memory":[C[182],"0.2.2"],"unhtml_@b":["^N @g @b @0 unhtml","0.8.0"],"tql":["Compile-$x ORM (@J @1)",C[3]],"ispell":["Easily run ispell, hunspell or aspell @t @3","0.3.1"],"io-kit-sys":["@I to IOKit @0 macOS",C[3]],"Boa":["Boa is a Javascript lexer, @h @5 Just-in-Time ^9 $t in @3. Currently, it has @m @0 some of @4 @L.",C[13]],"thread-scoped":["Unsafe @5 deprecated &Y::&f::scoped","1.0.2"],"solana-validator":[C[89],"1.7.8"],"avr-config":["An AVR foundational @8 @0 retrieving details, such as @4 CPU clock frequency, at @J","2.0.1"],"xxd-rs":["A @e clone of xxd","0.2.5"],"serde-protobuf":["Support @0 Google ^a Buffers in combination @7 $b","0.8.2"],"async-datagram":["Async datagram $2.","3.0.0"],"bam":["Crate @k allows to read @5 &b BAM, SAM @5 BGZIP @z, $t completely in @3.","0.1.4"],"ucx-sys":["Low-@D $L @6 to @4 RDMA C-@1 libucx","0.1.3"],"objekt-clonable":[C[140],"0.2.2"],"lino":["A @B $s ^G editor @7 notepad $A key @6.","0.9.2"],"lapin":["AMQP @d @1","2.0.0-alpha.4"],"bufkit-data":["A @8 to manage an archive of bufkit @z.","0.21.0"],"wgpu":[C[513],"0.9.0"],"random-number-macro-impl":[C[787],"0.1.5"],"teleborg":["A Telegram bot @y.","0.1.32"],"serde-humanize-rs":["A Serde deserializer @0 duration @5 byte-size.","0.1.1"],"file-rotate":["Log rotation @0 @z",C[2]],"cpufreq":["@3 @l to @4 linux cpufreq @1",C[1]],"ryu":["Fast floating point to $d conversion","1.0.5"],"compress-tools":["Utility @w @0 compressed @5 archive @z ^g","0.11.2"],"cbor-data":["A @1 @0 @u CBOR as in-$j representation @0 ^j @7 dynamically shaped @x","0.5.0"],"tower-http-util":["^b @0 ^j @7 ^A services.",C[3]],"$O_organizations":["^p ^L @0 @3 - ^p Organizations @ 2016-11-28",C[18]],"argv":["Command $s arguments by reference: `Iterator`","0.1.3"],"tox-node":["A @T $N to run tox node","0.1.1"],"auditable":["Audit @3 binaries @0 known bugs or vulnerabilities in production @7 zero bookkeeping.",C[3]],"zju-jw-parser":["浙江大学教务网网页解析库","0.1.5"],"itconfig-macro":[C[1056],"1.1.1"],"kurobako_@G":["Core @8 @0 `kurobako`","0.1.11"],"b64-ct":["Fast @5 secure Base64 $6/decoding.This @8 @s an @2 of Base64 $6/^V @k isdesigned to be resistant against software side-channel attacks (such as timing& cache attacks), see @4 documentation @0 details. On certain platforms italso uses SIMD making it very $H. @O makes it suitable @0 e.g. decodingcryptographic private keys in PEM format.The @y is very similar to @4 base64 @2 in @4 old &G-serializecrate, making it &t to $9 in existing projects.","0.1.1"],"fjord":["A @1 @k parses @5 evaluates Fjord @X.","0.4.12"],"libknox":["secret vault encrypted @7 GPG",C[2]],"font-atlas-image":["An image @n loader @0 font-atlas.",C[4]],"commands":["A @B @M @0 @3. @O @s a general @B @M $f can be $3 in a variety of environments, &H GUI @Q @5 @B $s @E. @O is inspired by elements of @4 Lisp Machine, @4 &W Lisp Interface Manager (CLIM), router @B $s interfaces, @5 @4 TOPS-20 @B $s among other things.","0.0.5"],"nfqueue":["Netfilter NFQUEUE high-@D @6","0.9.1"],"lib":["...","0.0.2"],"attohttpc":["Small @5 ^y ^A @d",C[38]],"tract-kaldi":[C[141],"0.15.2"],"$b_qs":["Querystrings @0 Serde","0.8.4"],"ufmt-write":["`μfmt`'s `uWrite` $y",C[3]],"wchar-impl":["Internal @2 of wchar.",C[20]],"life":["Conway's Game of Life on 2-D toroidal grid in @e.","0.1.5"],"hyper_cgi":["Run CGI scripts @7 hyper",C[0]],"amethyst-editor-sync":["Allows an Amethyst game to connect to an editor.",C[2]],"vpncloud":["Peer-to-peer VPN","2.2.0"],"$J_vec_io":[C[34],"0.1.9"],"tauri":["Make tiny, secure apps @0 all desktop platforms @7 Tauri",C[142]],"kpathsea":["@3 @l to @4 kpathsea TeX $1 ^w @1.","0.2.2"],"tls-api-native-tls":["TLS @y @2 &c &7-tls @8","0.5.0"],"cognitive-graphics":["@H ^U related to hardware ^O",C[3]],"retag":["`A commandline $R @5 shell $T @k watches @0 $1 changes in a directory @5 incrementally rebuilds $q ctags $1 @0 @4 @z $f have changed.","0.0.3"],"zero85":["@3 @2 of ZeroMQ's base85 @Z.",C[0]],"rustils":["^b @0 @e","0.1.23"],"radio":["&S $2 @0 ^8 packet radio &A","0.9.0"],"rio_^Q":["&W @x $m @0 RDF formats parsers @5 serializers","0.6.0"],"pumpkin":["A cryptographically secure prime &1 @C","2.0.1"],"iobuf":["A contiguous region of bytes, &Q @0 I/O $K.","5.8.1"],"tentacle-identify":["p2p identify @9","0.2.10"],"holochain_net":["holochain net",C[30]],"cargo-asm":["A @P &k @k displays @4 ^Z assembly of @3 source @X.","0.1.16"],"mavlink":["Implements @4 MAVLink @x interchange @F @0 UAVs.","0.9.0"],"criterion":["Statistics-driven micro-benchmarking @1","0.3.5"],"artano":["Adds ^G to pictures.","0.3.3"],"ruma":["Types @5 $2 @0 ^j @7 @4 Matrix @9.",C[0]],"prototty_render":["Traits @0 defining a renderer @5 a view","0.29.0"],"mmime":["Mime @S @0 email",C[4]],"twilio":["@3 @6 @0 @4 Twilio @y","1.0.0"],"rwlock2":["A temporary fork of &Y::sync::RwLock @7 new APIs.","0.2.5"],"resast":["Rusty-ECMAScript Abstract Syntax Tree","0.4.1"],"toml_edit":["Yet another @F-preserving TOML @h.",C[6]],"hllvm":["Idiomatic @6 to @4 LLVM ^9 suite","0.1.3"],"dbcrossbarlib":["@p @0 copying @x $p databases (pre-release)",C[650]],"gut":["Geometry @E: storing, manipulating @5 &o geometries","0.7.2"],"simd-json-derive":["derives @0 simd-json","0.2.2"],"spork":["A Rusty key-object store @0 ^8 @Q","0.0.5"],"sc-tracing-proc-macro":["Helper @a @0 Substrate's @d CLI","3.0.0"],"anitomy":["Wrapper @0 Anitomy, @4 @1 @0 @S anime video filenames",C[4]],"ra_ap_hir_def":["TBD","0.0.66"],"sgx_tcrypto":[C[55],"1.1.1"],"av-format":["Multimedia @F demuxing @5 muxing","0.3.1"],"ord_subset":["Tools @0 ^j @7 @4 Ord subset of certain PartialOrd @i, $A floats.","3.1.1"],"metrics-macros":["^H @0 @4 &z @8.",C[2]],"holochain_@G_@i":["@G @i needed @0 all holochain &D",C[30]],"dbi-macros":["Database @l @a",C[9]],"fred":["A Redis @d @0 @3 built on Futures @5 Tokio.","2.1.1"],"lab":["Tools @0 converting RGB colors to @4 CIE-L*a*b* color space, andcomparing differences in color.",C[20]],"unordered-pair":["A tuple &P representing an unordered pair","0.2.3"],"commoncrypto":["Idiomatic @3 &l @0 Mac OS X's CommonCrypto @1",C[0]],"xid":["Globally unique sortable id @C. A @3 port of &N://github.com/rs/xid.","1.0.0"],"ostn02_phf":["A PHF map of @4 OSTN02 grid shifts @0 $9 in transforming ETRS89 grid coordinates to OSGB36",C[52]],"hourglass":["Timezone-aware datetime @1 @5 $x-related subtleties","0.8.0"],"scryer-prolog":["A modern Prolog @2 $t mostly in @3.","0.8.127"],"google-bigquery2":[C[143],C[67]],"avr-device":["Register $W @8 @0 AVR $n","0.3.1"],"benchmarking":["@O @8 can be $3 to execute something @5 measure @4 execution $x. It does not &L anything to screens @5 filesystems.","0.4.10"],"reverse_io":["A @f $k allowing @4 reversing of &Y::io::{Read, Write, Seek}","0.0.5"],"hybrid-clocks":["Hybrid Logical Clocks","0.5.3"],"prosafe_exporter":["Prometheus exporter @0 NETGEAR switches supported by ProSAFE Plus $o","0.2.8"],"termios":["Safe @6 @0 @4 termios @1.","0.3.3"],"jsonnet-rs":["@I to libjsonnet (&N://jsonnet.org/), a domain specificconfiguration @L @k helps &R define ^n @x.",C[38]],"ungrammar":["A DSL @0 describing concrete syntax trees","1.14.2"],"ordered-float":["Wrappers @0 total ordering on floats","2.7.0"],"estree":["A deserializer @0 @4 ESTree @F.","0.0.5"],"hello-cli":["Prints a nice 'Hello World!' message","0.2.2"],"dgraph-tonic":["A @e @R/sync @d @0 Dgraph ^P $h @7 Tonic @8","0.9.0"],"ram":["A @1 @k helps to parse source @X @7 finite state machines","7.0.3"],"slot":["$k-shaped chunk of $j","0.2.5"],"sprs-ldl":["Sparse cholesky factorization","0.9.0"],"arctk":["Physics simulation @1 @5 binaries","1.1.4"],"atsamd21-hal":["HAL @5 Peripheral $W @y @0 ATSAMD21 $n","0.3.1"],"async-h1":["&2 ^A 1.1 @h.","2.3.2"],"tensorflow-internal-macros":["$7 @W @s @a @0 ^T usage in TensorFlow. No backwards compatibility guarantees are made.","0.0.1"],"google-bigquerydatatransfer1":[C[144],C[91]],"anchor-attribute-access-control":["Anchor &Z @g @0 instruction $W control","0.11.1"],"fastlog":["A high $F $r logger",C[6]],"tree-buf-macros":["Proc @a @0 @4 ^6-buf @8",C[20]],"@e_icu_utext":["&I @6 to @4 ICU4C @1 @t Unicode.utext.h","1.0.0"],"mathru":["Mathematics @1 $t in @3","0.9.1"],"actyxos_sdk":[C[233],"0.5.0"],"skia-bindings":["Skia @I @0 @3","0.40.2"],"^I_^u":["A @W containing a ^I ^u $k @k can be dropped in to simplify ^u ^g",C[0]],"protobuf_iter":["Iterate &c Protobuf &y while ^V on @4 fly",C[4]],"criterion_bencher_compat":["Drop-in replacement @0 commonly-$3 parts of Bencher","0.3.4"],"varisat-internal-macros":["Internal @a @0 @4 Varisat SAT solver","0.2.2"],"jl-sys":["jl-@r contains @4 ^Z @6 @0 @4 Julia C @y $3 by jlrs.",C[11]],"onedrive-api":["OneDrive ^A REST @y","0.8.1"],"rsmtp":["An SMTP @1.",C[4]],"wiggle-macro":["Wiggle @X @C",C[93]],"azure_sdk_^x_account":["@3 &l $G Microsoft Azure REST APIs - Blob ^x account @8","0.41.3"],"pgetopts":["getopts-$A option @S, a fork of @4 @3 team's getopts.",C[4]],"redbpf":["eBPF $h @5 @J @1","1.3.0"],"dlv-list":["Semi-doubly linked list &T @u a vector","0.2.3"],"partition":["partition slices in-place by a predicate",C[4]],"sentry-slog":["Sentry $S @0 @4 slog @8.",C[62]],"ed25519":["Edwards Digital Signature Algorithm (EdDSA) &c Curve25519 (as specified in RFC 8032)","1.2.0"],"cardano_ouroboros_^7":["@O @8 implements @4 networking layer @0 @4 Ouroboros @9 $3 by Cardano blockchain.","0.2.6"],"lindera-core":["A morphological analysis @G @1.","0.7.1"],"try_or_wrap":["Macro @0 simplified ^g of &j ^u conditions in a single function.Like try!, but can aggregate more than one &V ^c a @f.","0.0.5"],"$O_iot1click_&A":["^p ^L @0 @3 - ^p IoT 1-Click Devices Service @ 2018-05-14",C[18]],"aio-limited":["Rate-limited @R I/O.","0.1.1"],"wasm-pack":["📦✨ $q favorite @e -> &p workflow $R!",C[20]],"ryu-js":["Fast floating point to $d conversion, ECMAScript compliant.",C[6]],"mines":["Unchecked assertions of unreachability $f panics on debug builds.",C[6]],"i2c":["&S I2C $2",C[3]],"tower-grpc-build":["Code $Z @0 tower-grpc",C[3]],"touchpage":["control panel @T @7 &J-state &h controls","0.2.2"],"octavo-digest":["Octavo - Cryptographic Hash Functions. WARNING!!! Not suitable @0 production",C[4]],"psl-types":["&W @i @0 @4 public suffix @2 $V","2.0.7"],"lyon_tesselation":["Do not $9 this @8, $9 lyon_tessellation instead! (wrong spelling).","0.1.1"],"pyoxidizer":["Package self-contained Python @Q",C[87]],"cretonne-codegen":[C[1070],C[99]],"tokkit":["A @c(simplistic) OAUTH toolkit.",C[38]],"deno_@G":[C[214],"0.95.0"],"eu4save":["Ergonomically work @7 all EU4 saves (ironman @5 multiplayer)","0.5.3"],"screenruster":["X11 screen saver @5 locker.",C[6]],"cart-tmp-gdesc":[C[922],C[3]],"kes":["Korean Era Script",C[87]],"proxy-protocol":["PROXY @9 serializer @5 deserializer","0.5.0"],"lok":["Count @4 &1 of codes","0.1.4"],"matchers":["Regex matching on character @5 byte streams.",C[3]],"tls-api-rustls":["TLS @y @2 &c rustls @8","0.5.0"],"rouler":["A container-$A @M @0 $E dice rolls",C[6]],"herald_@b":["Attribute to auto implement `Herald` @0 &P.",C[3]],"dominator":["Zero-cost ultra-high-$F declarative DOM @1 @u FRP signals","0.5.19"],"rustacuda_@G":["Minimal kernel-@m @8 @0 Rustacuda",C[4]],"c-types":["Re-exports of cross-@N @i, gathered @t libc @5 winapi","2.0.2"],"dcv-color-primitives":["a @1 to perform image color model conversion",C[0]],"packer_@b":["Derives @0 @4 packer @8","0.5.3"],"@b_is_&V_variant":["^E derives `is_dog` @5 `is_cat` &X @0 `&V Pet { Dog, Cat }`.","0.1.1"],"queue":["@H @f $G Vec to provide a FIFO queue.","0.3.2-final"],"rustkell":["Rustkell is haskell $A @w in @e.","0.2.2"],"near-runtime-utils":["@O @8 contains $o @w @0 NEAR @J.",C[239]],"opus_^U":["Miscellaneous ^U @0 ^j @7 @4 OPUS parallel ^G corpus","0.1.3"],"qt_qml":["@I @0 QtQml C++ @1","0.5.0"],"milter-sys":["Low-@D $L @6 to libmilter","0.2.2"],"trim":["trim whitespaces @t @z","2.0.2"],"keyvi":["Keyvi - @4 key &a index. It is an in-$j FST-@n @x $Q highly optimized @0 size @5 lookup $F.","0.5.3"],"simple-logging":["A @c logger @0 @4 log facade","2.0.2"],"readkey":["A very ^S @1 @0 finding out if a key is currently pressed on macOS.",C[6]],"ckb-jsonrpc-types":["CKB $w @i @0 ^n @K.",C[31]],"bitmatch":["A @g to allow matching, $X, @5 packing @4 individual bits of integers.","0.1.1"],"&5_throttle":["@U a Stream combinator, to limit @4 rate at $f items are produced.",C[2]],"ndarray-image":["Zero-copy conversion $p ndarray @5 image $V",C[9]],"rustie":["Cross Platform Shell","0.1.18"],"logind-dbus":["Communicate @7 @4 LoginManager DBus @y","0.1.1"],"xxhash-sys":["Raw @6 to libxxhash $f contains an @2 of xxHash",C[3]],"iso_country":["ISO3166-1 countries","0.1.4"],"wirefilter-engine":["An execution $a @0 Wireshark-$A filters","0.6.1"],"skip32":["Fast 32-bit block cipher","1.0.5"],"dxf":["A @e @8 @0 ^X @5 $M DXF @5 DXB CAD @z.",C[2]],"cargo-vendor":["A Cargo &k to vendor all crates.io &8 onto @4 localfilesystem.","0.1.23"],"slip10":["SLIP-0010 : Universal private key derivation @t master private key","0.4.3"],"nonblock":["Read available @x @t $1 descriptors ^W blocking (e.g. sockets, streams, child stdout, named pipes)",C[3]],"prctl":["@O @W @s $P $C to @4 linux prctl() @l. Somefunctions may be architecture-specific.","1.0.0"],"bspc":["Alternative bspc @B","0.4.3"],"iata-types":["a set of @i @0 representing aviation terms","0.1.4"],"numpress":["A &9 @e @2 of ms-numpress, a $H, minimally lossy ^z @Z @0 mass spectrometry @x.","1.1.0"],"reference-trie":["@H reference trie @F","0.23.1"],"usbd-hid-descriptors":["Low-@D, wire-@F enums/bitfields $3 in HID descriptors","0.1.1"],"avsser":["A $o @0 $E AviSynth scripts","0.8.0"],"sentencepiece":[C[492],"0.8.0"],"async-reactor-trait":["reactor-$y @2 @0 @R-io",C[0]],"speedtest-rs":["Speedtest.net ^5 $o @5 @8",C[4]],"binjs_meta":["Part of binjs-ref. Tools @0 manipulating grammars. You probably do not want to $9 this @8 directly unless you're $M an encoder, decoder or @h @C @0 binjs.","0.5.4"],"sized-object-pool":["Object size aware object pool.","0.2.2"],"mpmc":["copy-pasted @t old @e stdlib",C[1]],"oxygengine-physics-2d":["2D physics ^B @0 Oxygen Engine",C[68]],"odbc32-sys":["$L @6 to odbc32. @O @8 is a placeholder @0 @4 future. If &R are interested in this @1 feel free to get in touch @7 me: &E://www.rustaceans.org/retep998","0.0.1"],"xdr-rs-serialize":[C[466],"0.2.5"],"pocket-resources":["Include resources in $q @Q.","0.3.2"],"thread-control":["@3 @1 to control threads' execution/status.",C[4]],"acme-client":["Easy to $9 ACME @d @1 to issue, renew @5 revoke TLS certificates","0.5.3"],"tink-signature":["Signature $5 @0 @3 port of Google's Tink cryptography @1",C[0]],"capstone-sys":["System @6 to @4 capstone disassembly @1",C[36]],"sawtooth-zmq":[C[637],"0.8.2-dev5"],"physx-sys":["Unsafe @6 @0 NVIDIA PhysX C++ ^L","0.4.14"],"canapi":["Define REST APIs @5 share them $p @d @5 @T",C[0]],"@c_json":["A @c @J ^n @h.","0.2.3"],"plugger-core":["$7 Plugger @m @1",C[9]],"ternary":["Kleene Logic within Rust's $k @M","0.1.3"],"zathura-plugin":["Idiomatic @f $G Zathura's Plugin @l",C[2]],"bitvector":["BitVector @2 in @3","0.1.5"],"zlib-sys":["$L $X to zlib.","0.0.2"],"geohashrust":["A @3 GeoHash @p","0.0.2"],"tc-consensus-epochs":[C[145],"0.8.0"],"input-event-codes":["&n input event codes form `linux/input_event_codes.h`.",C[6]],"egui_wgpu_$Y":["Backend @X to $9 egui @7 wgpu.",C[20]],"tint":["Color creation @5 manipulation","1.0.1"],"mkl_link":["@p @0 linking @7 MKL.",C[4]],"tabled":["An &t to $9 @1 @0 pretty print tables of @3 `&P`s @5 `&V`s.","0.2.2"],"&g_map_@a":["$B @g $3 @0 static_map.",C[303]],"cargo-modify":["allows changes to @4 @P toml via cmd $s","0.3.1"],"lexer":["$T @n lexical reader","0.1.16"],"heapsize":["Infrastructure @0 measuring @4 total @J size of an object on @4 heap","0.4.2"],"uinput-sys":["&n uinput $g.","0.1.7"],"typedb":[C[450],"0.9.0"],"azure_sdk_@0_@e":["@3 &l $G Microsoft Azure REST APIs",C[11]],"radiate":["Parallel genetic $l $a capable of evolving solutions @0 supervised, unsupervised, @5 general reinforcement learning problems","1.1.59"],"rust-pm":["A poor @5 @c imitation of supervisord","0.0.2"],"pdf":["PDF reader","0.7.2"],"localnative_^i":["localnative app @B $s $o","0.3.7"],"chinese-numbers":["Convert i64 to a readable Chinese @F. e.g. 12345 is converted to 一万二千三百四十五","1.0.4"],"diwata_^i":["Command $s @0 diwata",C[1]],"specs-hierarchy":["Scene graph $k hierarchy $C @0 $9 @7 specs","0.6.0"],"gir-format-check":["File @F checker",C[4]],"libccp":["@3 @6 @0 libccp, a @1 @0 ^1 CCP-^m datapaths","1.1.1"],"&g_assertions":["Compile-$x assertions to ensure @k invariants are met.","1.1.0"],"clipboard-master":["@H $o @8 to monitor clipboard changes","3.1.1"],"vmw_backdoor":["A &9-@3 @1 @0 VMware host-guest @9 (\"VMXh backdoor\")",C[6]],"open-vcdiff-sys":["Low-@D @6 to open-vcdiff, a codec @0 @4 VCDIFF $J delta @F.","0.1.1"],"zcash_script":["ffi @6 to zcashd's zcash_script @1","0.1.6-alpha.0"],"psyche-host":["Host ^B @0 Psyche AI Toolset","0.2.19"],"uenc":["Command $s url encoder/decoder",C[4]],"gtmpl":["$7 Golang Templating &U @0 @3","0.7.0"],"datafusion-arrow":[C[1025],"0.12.4"],"uuid-rs":["A @H Universally Unique IDentifier (UUID)","0.6.2"],"lever":["Pillars @0 Transactional Systems @5 Data Grids","0.1.1"],"pangocairo-sys":[C[874],C[8]],"cargo-util":["Miscellaneous @m @X $3 by Cargo.",C[3]],"gnir":["Automated mirror of ring - Safe, $H, ^S crypto @u @3.","0.16.5"],"barfly":["WIP. Donut $9. Implement osx dock/windows taskbar apps in @e.","0.1.3"],"rustc-ap-rustc_graphviz":["^E published $4 of @4 @W `rustc_graphviz` in @4 @e-lang/@e repository @t commit 9a27044f42ace9eb652781b53f598e25d4e7e918 $7 publishing script @0 this @8 lives at: &N://github.com/alexcrichton/&G-auto-publish",C[329]],"windows-win":["Some windows hacking @1 @7 @E to find windows @5 $W them","2.4.1"],"ecma402_$2":["@3 @2 of $k $2 to @m ECMA 402 specification in Rust.Implementors are welcome to provide their own.","1.0.0"],"nue":["I/O, POD, @5 misc. $J @x $6",C[9]],"pandoc":["a @1 @y @k wraps calls to @4 pandoc 2.x executable","0.8.4"],"quit":["Exit cleanly @7 an exit @X","1.1.4"],"^N_@g_roids":["Traits @5 @w to make $M ^N @a more ergonomic.","0.7.0"],"color_quant":["Color quantization @1 to reduce n colors to 256 colors.","1.1.0"],"treediff":["Find @4 difference $p arbitrary @x $m","4.0.0"],"iced":["A cross-@N GUI @1 inspired by Elm",C[9]],"cpio":["An @y @0 ^2 CPIO archives",C[0]],"restson":["Easy-to-$9 REST @d @7 automatic @K @5 &3.","0.7.0"],"advent-of-code":["Solutions to Advent of Code","2019.12.352"],"lm3s6965":["Interrupt @6 @0 @4 LM3S6965 microcontroller","0.1.3"],"lib3h_p2p_@9":["Lib3h ^a definition @0 inter-node p2p communication.","0.0.42"],"debugless-unwrap":["Unwrap Result @5 Option","0.0.4"],"fd":["File descriptor @E","0.2.3"],"tokenizations":["Tokenizations alignments @1","0.4.2"],"physx-macros":["Utility @a $3 internally by @4 physx @8","0.1.1"],"artillery-core":["Fire-forged cluster ^w & Distributed @x @9",C[4]],"octavo":["Highly modular crypto & ^v @1 $t in &9 @3. WARNING!!! Not suitable @0 production.","0.1.1"],"pocket_prover":["A $H, brute force, automatic theorem prover @0 first order logic",C[11]],"rcalc_lib":["Mathematical expression calculation @1","1.0.0"],"rorschach":["Binary @x definition @5 formatter.","0.1.3"],"dubp-block":["Handle DUBP block (DUBP: DUniter Blockhain ^a).","0.58.0"],"queen-log":["log",C[2]],"scrawl":["Opens a user's preferred ^G editor so they can edit @x inline @5 saves @4 result to a String. Useful @0 interactive CLI @Q.","1.1.0"],"typescript-definitions":[C[146],"0.1.10"],"base58":["Tiny @5 $H base58 $6",C[3]],"zerocopy-derive":["Custom @b @0 $2 @t @4 zerocopy @8",C[9]],"supercow":["A ^I way to accept general reference-$A ^D ^W proliferatinggenerics.",C[3]],"hyphenation_commons":["Proemial @X @0 @4 `hyphenation` @1","0.8.3"],"paseto":["An alternative token @F to JWT","2.0.2+1.0.3"],"@e_^i":[C[147],C[3]],"google-texttospeech1":["A @q @1 to @o @7 Texttospeech (@9 v1)",C[61]],"$O_ds":["^p ^L @0 @3 - ^p Directory Service @ 2015-04-16",C[18]],"rchunks":["Iterator @0 slices similar to .chunks() but starting @t @4 backof @4 slice @5 moving towards @4 front. Differs @t .chunks().rev() inhandling cases where @4 slice is not a &j of chunk size.","0.1.4"],"steamworks-sys":["@U raw @6 to @4 steamworks sdk","0.7.0"],"intertrait":["Allow @0 inter-$y casting",C[6]],"tetsy-libp2p-wasm-ext":[C[563],"0.27.1"],"ensync":["A flexible ENcrypted $1 SYNChroniser suitable @0 uses where @4 centrallocation is not fully trusted.","1.0.0"],"oci-distribution":["An OCI @2 in @3","0.7.0"],"rustc-llvm-proxy":["Dynamically proxy LLVM calls ^c @3 own &J @1",C[0]],"web-view":[C[265],"0.7.3"],"crowbook":["Render a Markdown book in HTML, PDF or Epub","0.15.2"],"github_auth":["Authenticate @7 GitHub @t @4 @B $s.","0.8.0"],"libretro-backend":["Idiomatic @3 @y @6 to @4 libretro @y",C[6]],"lexpr":["A representation @0 Lisp @x","0.2.6"],"accelerate-provider":["$7 @W @s BLAS @5 LAPACK @u Apple’s Accelerate @j.",C[6]],"cargo-release":["Cargo &k @0 &R to smooth $q release ^F.","0.16.2"],"rubble":["An ^8 BLE stack","0.0.4"],"plotters-bitmap":["Plotters Bitmap Backend","0.3.1"],"holochain_&q":[C[292],"0.0.24"],"ids_&e":["@p @k allows to ^o unique Ids.","1.3.2"],"git-who":["List remote branches by author @5 date of last commit","0.1.3"],"str":["$d ^d","0.1.4"],"google-adexperiencereport1-cli":[C[703],C[121]],"ledger":["@p to exchange APDU @7 Ledger Nano S &A","0.2.5"],"unsegen":["Another tui @1",C[9]],"join_impl":["@v of @4 `join!` @g.",C[9]],"mio-more":[C[148],C[3]],"kiwi-schema":["@O is a @3 @1 @7 some ^r routines @0 @S @z in @4 Kiwi @K @F.",C[4]],"cairo-sys":["Cairo @6 @0 @3.","0.0.2"],"&f_tryjoin":["Try joining a &f",C[6]],"tetra":["A @c 2D game @j $t in @3","0.6.5"],"$h_id":["Obtain a UUID uniquely representing @4 $h of @4 current $J.",C[6]],"rg3d-core":["Shared @G @0 rg3d $a @5 its external $V.",C[87]],"virtual-dom-rs":["A standalone Virtual DOM creation, diffing @5 patching @2","0.6.14"],"ckb-build-info":["CKB @P $h $e.",C[31]],"posish":["Safe @3 @6 to POSIX-ish libc APIs @5 syscalls","0.16.4"],"mockers":["Mocking @1","0.21.0"],"imag-grep":["Part of @4 imag @G ^k: imag-grep @B",C[22]],"redox_uefi":["UEFI @m @1","0.1.1"],"qapi-qga":["QEMU Guest Agent @9 @i","0.7.0"],"chiter":["Memory editing @1 aimed at game hacking.","0.4.3"],"math":["A math @1",C[20]],"paper-terminal":["Writes a $1 to a paper in $q $u. Especially if @k $1 is Markdown.","2.1.2"],"jack-sys":["Low-@D $X to @4 JACK audio @y.","0.2.2"],"libsweep":["@3 @1 @0 @4 Scanse Sweep LIDAR ^B","1.0.1"],"pnet_@a_@m":["Support @1 @0 libpnet_macros",C[93]],"mqtt4bytes":["MQTT 4 @G @K @5 &3",C[2]],"diesel_full_^G_search":["Adds @m @0 PostgreSQL full ^G search to Diesel","1.0.1"],"tokio-serde-cbor":["Integration of serde_cbor ^c $v-io, to allow sending CBOR encoded frames across ^7 (@5 possibly through other transports).","0.6.0"],"hmac-sha256":["A ^S, self-contained SHA256 @5 HMAC-SHA256 @2","0.1.7"],"cpp_@a":["$B @g @2 @0 @4 `cpp` @8","0.5.6"],"crossterm_style":["A cross-@N @1 styling @4 $u &L.","0.5.2"],"jh-x86_64":["Portable JH @7 optimizations @0 x86-64 cpus","0.2.2"],"telegram-bot-fork":[C[222],"0.7.8"],"riker-mapvec":["@H in-$j datastore @0 Riker persistent actors","0.2.4"],"benv":["Load env @z @0 an $N ^W @4 &m","0.1.3"],"qt_3d_logic":["@I @0 Qt3DLogic C++ @1","0.5.0"],"cargo-toml2":["`Cargo.toml` @5 `.@P/config` @S stuff","1.3.2"],"cortex-m-rtic-macros":["$B @a of @4 cortex-m-rtic @8",C[199]],"jnix":["High-@D &M to help @7 @4 usage of JNI in @3 @X",C[2]],"kravl-parser":["@4 kravl @L - @h ^B","0.3.3"],"coll":["Some basic (persistent) &r","0.1.3"],"iui":["@H, ^S, &t to distribute GUI @6.",C[9]],"ui-sys":["&I @6 to @4 minimalist, cross-@N, widget set `libui`","0.1.3"],"tokio-udev":["Non-blocking/&2 Tokio @m @0 udev device events.","0.7.0"],"contract-address":["A $o @8 to create an ethereum contract address","0.6.0"],"morton":["Morton space filling curve @w",C[9]],"ctrlc":["Easy Ctrl-C handler @0 @3 projects","3.1.9"],"body-image":["Adaptive RAM/$1-backed ^A bodies.","2.2.2"],"byte-strings":["@3 byte $z manipulation, @0 a better @5 safer C $L","0.1.3"],"ckb-merkle-mountain-range":["A generalized merkle mountain range @2","0.17.0-pre"],"sc-chain-spec":["Substrate chain configurations.","3.0.0"],"rustml":["A @1 @0 doing maching learning in @3.","0.0.7"],"oxidize":["Awesome matchers/asserts",C[6]],"google-customsearch1":[C[926],C[80]],"macos-profiler":["A macOS profiler @0 @3 programs",C[6]],"s3lsio":["S3lsio is a @B $s $o @0 ^p S3 $K. It @m V2 @5 V4 signatures. It also does benchmarking @0 S3.It can be $3 in scripts, called @t other apps, cron etc. It's driven by ^n @5 can return @x in ^n. It can alsobe $3 to keep buckets in sync. It also performs Ceph RGW Admin features @0 those familiar @7 Ceph.Install: [Cargo install s3lsio] OR download at &E://www.lambdastack.io/s3lsioFor help just run @4 ^i: [s3lsio -h]","0.1.21"],"kailua_syntax":["AST @5 @h @0 Kailua","1.1.0"],"ieql":["An open ^C @5 @2 @0 monitoring Internet content",C[9]],"sqlib":["A ^S TS3 Server Query @1 @5 channellist @T","0.2.6"],"hdwallet":["Hierarchical deterministic wallet (BIP-32)",C[9]],"xplm":["High-@D interfaces to @4 X-Plane $T ^L","0.3.1"],"cursive_calendar_view":["A basic calendar view @2 @0 cursive.","0.7.2"],"depgraph":["A @1 to manange @z @k depend on each other, andrebuild them as necessary, $A a makefile",C[9]],"tugger-licensing":["Functionality related to software licensing",C[9]],"acpica-sys":["@I to @4 ACPI Component Architecture","0.0.4"],"sound_&5":["@U a @c @l to @4 default audio input @5 &L device streams on a user's @M.","0.6.0"],"curve25519-dalek-fiat":[C[128],C[3]],"argh_&J":[C[653],"0.1.5"],"sc-finality-grandpa-rpc":[C[156],"0.9.0"],"bevy_hecs":["Bevy fork of hecs: a $H, minimal, @5 ergonomic entity-component-@M",C[9]],"github-templates":["Generate GitHub issue templates",C[0]],"cita-logger":["Logger @0 CITA.","0.1.1"],"color":[N,"0.0.1"],"l337":["yet another connection pooler","0.8.0"],"reef":["a @W to execute @5 log @M commands","0.0.79"],"renderdoc-sys":["Raw $L @6 to @4 RenderDoc @y","0.7.1"],"static-compress":["Create a compressed copy of @z matching a glob to serve statically compressed @z @7 a &h @T","0.3.2"],"hasher":["Package hasher @s a Hasher $y.","0.1.3"],"ledger-apdu":[C[487],"0.8.0"],"dbap":["An @2 of Distance Based Amplitude Panning by Lossius et al in @3.",C[3]],"piston2d-drag_controller":["A drag controller","0.30.0"],"openapi_$k":["OpenAPI $k $e @0 @3 &w @5 enums",C[6]],"sta":["A set of additions I think go well @7 @4 ^C @1.","0.2.5"],"spirv-types":["SPIR-V @i &J $p spirv-&Y @5 spirv-&Y-@a",C[149]],"thruster-middleware":["$7 middleware @0 @4 thruster &h @j",C[150]],"quickcheck_@b":["Derives quickcheck $2",C[9]],"snarkvm-posw":["Proof of Succinct Work circuit @2 @n on [KB20]","0.7.5"],"gist":["A @c Github Gist @d","0.7.0"],"google-ml1_beta1":[C[151],C[152]],"lines":["Utililities @0 iterating readers efficiently $s-by-$s.","0.0.6"],"lv2rs-core":["@3 adaptation prototype of @4 LV2 @G @1","0.3.3"],"cloudflare-zlib-sys":["Cloudflare fork of zlib @7 massive $F improvements",C[9]],"css-modules":[C[1102],"0.5.2"],"tide-server-timing":["Server-Timing @m @0 Tide + Tracing",C[87]],"array-init":["Safe @f @0 initializing fixed-size arrays","2.0.0"],"tc-consensus":["Collection of $w &B specific imlementations @0 Tetcore (@d)","0.8.0"],"vlog":["^H to do stdout / stderr logs @n on verbosity @D.","0.1.4"],"auto-args-derive":[C[559],"0.1.5"],"discotech_zookeeper":["A minimal ZooKeeper @d, work in progress",C[3]],"yata":["Yet another Technical Analysis @1. For @e now.","0.4.7"],"imag-mail":["Part of @4 imag @G ^k: imag-mail @B",C[22]],"$y_tests":["A ^9 $T to allow tests to be defined agaist $2.","0.3.3"],"pen-ffi":["$L @1 @0 Pen $l @L",C[3]],"cargo-download":["Cargo &k @0 downloading @8 sources",C[4]],"components-arena":["@H @1 @0 ^2 complex domain-specific self-referential @x $m.","1.3.1"],"krpc-rs":["$7 basic @i @0 communicating @7 @4 Kerbal Space Program Remote Procedure Calls mod, &T in @e","0.3.1"],"globset":["Cross @N single glob @5 glob set matching. Glob set matching is theprocess of matching one or more glob patterns against a single candidate pathsimultaneously, @5 returning all of @4 globs @k matched.","0.4.8"],"backblaze-b2":["Can send ^Q requests to @4 backblaze b2 ^Q.","0.1.9-2"],"sdp":["A &9 @3 @2 of SDP",C[6]],"^F_control":["Methods @0 ergonomically running processes @7 timeouts","3.1.0"],"shell-words":["Process @B $s according to @S rules of UNIX shell","1.0.0"],"wasmer-vm":["Runtime @1 @m @0 Wasmer","2.0.0"],"juniper_warp":["Juniper GraphQL $S @7 Warp","0.7.0"],"bloom-filters":["@3 port of &N://github.com/tylertreat/BoomFilters",C[4]],"evcxr_input":["Support @0 ^X input @t @4 user in Evcxr","1.0.0"],"pem-iterator":["Iterate &c PEM-encoded @x",C[0]],"kvdb":["&S key-&a $y",C[20]],"qt_widgets":["@I @0 QtWidgets C++ @1","0.5.0"],"libblockchain":["A Blockchain @2",C[4]],"passgen":["An incrdibly @c @B $s password @C.","0.3.2"],"htwdresden":["@p @0 accessing organisational @x @t @4 University of Applied Sciences Dresden (HTW Dresden).","0.3.4"],"coremidi-sys":["Low-@D $L @6 @0 @4 CoreMIDI @j","3.0.1"],"deno_broadcast_channel":["@v of BroadcastChannel @y @0 Deno","0.7.0"],"memcmp":["Optimized $j comparisons @0 integer slices. Temporary solution until @e issue 16913 is resolved.","0.0.6"],"dnscache":["@H DNS proxy @7 forced caching","0.3.2"],"genelf":["A @c @1 @0 $E elf-$J","0.2.4"],"sentry-rs":["A Sentry Client @0 @3 Lang.","2.2.0"],"mutils":["Mathematical-$A @E. Points, Sizes, Colours, maths operating on them. Things $A @k.","4.1.0"],"google-doubleclicksearch2-cli":[C[153],C[43]],"url-match":["URL match patterns @1","0.1.7"],"sysfs-pwm":["@U $W to @4 &n sysfs interfaces to PWMs.Via this @8 &R can export, unexport, @5 control PWM pins forwhich there is an appropriate ^h loaded in @4 kernel.See &N://www.kernel.org/doc/Documentation/pwm.txt",C[3]],"wascc-codec":["(Deprecated) &J $8 $3 by @4 wasmCloud host @J @5 capability providers","0.9.1"],"google-sourcerepo1":[C[545],C[546]],"libbpf-rs":["libbpf-rs is a $P, idiomatic, @5 opinionated @f $G libbpf-@r","0.11.2"],"concurrent-hash-map":["@O is a @c concurrent ^v map $t in @3. It uses a design where read $K never lock against reads or writes, but writes can sometimes lock against other writes. In order to maintain concurrency on insert/removal $K, @4 map is segmented ^c several sub-maps, each of $f has its own &b lock.This @X is currently extremely pre-alpha. Most particularly, it leaks $j on table growth @5 drop, as well as when @u keys or ^D @k (even transitively) $9 custom Drop @V. It should be possible to fix this, but a clean solution will require @m @0 running destructors in crossbeam (see crossbeam issue #13).For now it may be &Q @0 long lived hashmaps @7 a relatively steady size, but I don't recommend @u it @0 anything important :-).","0.0.6"],"buf-read-ext":["Trait extending anything @k implements BufRead @7 stream_until_token()",C[2]],"cargo-graph":["Cargo &k @0 ^0 GraphViz DOT @z of &m graphs","0.3.1"],"external-memory":["&S external $j $m $3 by gfx-rs backends","0.0.1"],"test-cert-gen":["Utility to ^o certificates @0 tests (e. g. @0 TLS)","0.5.0"],"shaderc":["@3 @6 @0 shaderc","0.7.2"],"iobuffer":["A @c $j-@n buffer @0 IO ^X @5 $M",C[0]],"exonum_librocksdb-sys":[C[124],"0.5.5"],"tonic-build":["Codegen ^B of `tonic` gRPC @2.","0.5.1"],"eclectica":["Cool @5 eclectic $4 &F @0 any @L","0.7.1"],"nautilus-extension":["Safe @3 @f @0 libnautilus-^d, to extend GNOME Nautilus $1 browser (aka Files in Ubuntu)","0.6.1"],"&t_complex":["Complex ^Y @8","0.4.1"],"muncher":["Easy to $9 char muncher @0 $M a @h.","0.6.1"],"tagref":["Tagref helps &R refer to other locations in $q codebase.","1.5.0"],"cairo-rs":["@3 @6 @0 @4 Cairo @1","0.14.1"],"djangohashers":["A @3 port of @4 password $8 $3 in Django ^t.","1.4.3"],"rsntp":["An RFC 4330 compliant @H Network Time ^a (SNTP) @d @1 @0 @3","2.0.0"],"sentry-anyhow":["Sentry $S @0 anyhow.",C[62]],"appscraps_event":["A @1 @0 $X @w to events in appscraps.",C[3]],"sophia_iri":["A @3 toolkit @0 RDF @5 Linked Data - IRI ^w","0.7.0"],"grid_search_cardinal_distance_map":["Grid where each cell stores @4 distance @t a set of interesting points to each cell in a uniform-cost cardinal grid",C[9]],"futures-promises":["Promises @5 Watched Variables @0 Futures","0.1.11"],"jep106":["A pollable $c of all JEP106 manufacturer codes.","0.2.5"],"fabric-system":["FABRIC @M ^B","2.0.0"],"introspection":[C[284],C[3]],"rovr":["A VR headset @1 @0 @3 programs targeting @4 Oculus Rift.","0.0.2"],"url_path":["canonicalize, normalize urls","0.1.3"],"sudo_pair":["sudo IO-$T to require a live human pair","1.0.0"],"gene-seq-intersections":["Count intersections $p genes @5 sequences","0.3.1"],"urbit":["Urbit @E",C[3]],"delegate":["Method delegation @7 less boilerplate","0.6.1"],"ethcontract-derive":["Proc @g @0 $E $k-$P @6 to Ethereum smart contracts.",C[39]],"runtime-raw":["Traits to implement custom Runtimes.",C[781]],"const-random":["@U compile $x &x &1 $Z.",C[52]],"firestorm":["A low overhead intrusive flamegraph profiler.","0.4.6"],"rustc-ap-rustc_feature":["^E published $4 of @4 @W `rustc_feature` in @4 @e-lang/@e repository @t commit 9a27044f42ace9eb652781b53f598e25d4e7e918 $7 publishing script @0 this @8 lives at: &N://github.com/alexcrichton/&G-auto-publish",C[329]],"rs-release":["os-release @h","0.1.7"],"libp2p-swarm":[C[1009],"0.30.0"],"azure_sdk_@G":["@3 &l $G Microsoft Azure REST APIs - Core @8","0.43.7"],"appscraps_^B":["$7 base appscraps ^B loader.",C[3]],"cooks":["Squad of cooks ready to cook $q @x.","0.0.3"],"comctl32-sys":["Contains $0 $g @0 @4 ^4 @y @1 comctl32. See winapi @0 @i @5 constants.",C[0]],"e2r":["experimental rendering $a in @e",C[20]],"unix_socket":["Unix domain socket @6","0.5.0"],"embedded-graphics-simulator":["Embedded ^O simulator",C[9]],"defaults":["A better `Default` @b @g",C[0]],"codespan-lsp":["Conversions $p codespan @i @5 &U Server ^a @i","0.11.1"],"d3d12":["Low @D D3D12 @y @f",C[2]],"algorithmica":["@3 Algorithms","0.1.9"],"openat":["A @f $G openat, symlinkat, @5 similar @M calls","0.1.21"],"rustc-ap-serialize":["^E published $4 of @4 @W `serialize` in @4 @e-lang/@e repository @t commit 10c2316a6bf7cf9255f991e06e82ce692e6f84d5 $7 publishing script @0 this @8 lives at: &N://github.com/alexcrichton/&G-auto-publish","662.0.0"],"substrate-bip39":["Converting BIP39 entropy to valid Substrate (sr25519) SecretKeys","0.4.2"],"ioctl-rs":["@3 @6 @0 @M ioctls.",C[0]],"ckb-standalone-types":["A standalone $4 of ckb-@i","0.0.1-pre.1"],"rusty_v8":["@3 @6 to V8","0.25.3"],"tokio-tower":["Bridging @4 @9 gap $p Tokio @5 Tower","0.5.1"],"rpf":["A @j @0 ^2 @3 programs",C[1]],"dgraph":["A @e @d @0 Dgraph ^P",C[2]],"wfc":["Generate images @u Wave Function Collapse","0.10.3"],"sgp4-rs":["@3 @f $G @4 Vallado SGP-4 orbital propagator.","0.3.1"],"epsilonz":["Functional $l in @3","0.0.2"],"madato":["A @1 @5 @B $s $R @0 ^j tabular @x (XLS, ODS, CSV, YAML), @5 Markdown","0.5.3"],"stop-handle":["Convinient $Q to terminate future execution",C[3]],"umberwm":["minimalist X11 window &F","0.0.27"],"git_ignore":["@O @8 is now known as gitignore, please $9 @k instead!",C[4]],"actix-mqtt-client":["A MQTT @d @n on @4 actix @j","0.5.0"],"parsimonious":["Parsimonious @h combinators","0.0.8"],"bip_peer":["Communication @7 bittorrent peers via peer wire @9","0.5.0"],"css-color-parser2":[C[548],"1.0.1"],"vec-utils":["vector @E",C[9]],"google-spectrum1_explorer":[C[744],C[745]],"geojson_d3":["Process GeoJSON (Multi)Polygons @0 $9 @7 D3","0.2.3"],"npchk":["$7 services of @4 Federal tax &e @0 @3","0.1.4"],"oxygengine-integration-vn-cr":["Integration ^B of visual novel @5 composite rendering @0 Oxygen Engine","0.19.2"],"block-cipher-trait":["DEPRECATED: $9 block-cipher instead","0.7.0"],"tugger-apple-codesign":["Pure @3 @l to @X signing on Apple platforms",C[2]],"noble-proxy":["FABRIC proxying noble","2.0.0"],"alga":[C[172],"0.9.3"],"tauri-api":["@O @8 was moved to @4 `tauri` @8","0.7.6"],"tungstenite":["Lightweight &5-@n WebSocket @2",C[8]],"emoji-commit":["Make $q git logs beautiful @5 readable @7 @4 help of emojis","0.1.7"],"yadf":["yet another dupes finder","0.15.2"],"@c":["$7 simplest ^O @1, inspired by LOVE2D",C[9]],"tail-reader":["super $H @5 ^y $j mapped tailer reader","3.0.0"],"memofs":["Virtual filesystem @7 configurable backends.","0.1.3"],"&x_color":["@3 @8 @0 $E &x attractive colors","0.5.1"],"freertos-rust":["Create to $9 FreeRTOS in @e projects.The freertos-@P-$h @8 can be $3 to $h @5 link FreeRTOS @t source inside build.rs.",C[4]],"linregress":["ordinary least squared linear regression @7 some basic statistics","0.4.3"],"glium-typed-buffer-any":["Type-erased, dynamically checked vertex buffers @0 glium","0.6.0"],"oxipng":["A lossless PNG ^z optimizer","5.0.0"],"maidsafe_sodiumoxide":[C[154],"0.0.13"],"gbm":["libgbm @6 @0 @e","0.7.0"],"portus":["A Congestion Control Plane","0.6.1"],"fungus":["@3 @E to reduce @X verbosity","0.1.27"],"google-logging2_beta1-cli":[C[646],C[647]],"stfu8":["Sorta Text Format in UTF-8","0.2.4"],"libmacchina":["A @1 @k can fetch all sorts of @M $e, super-duper $H!","0.5.8"],"mux":["mux codecs @0 @e","0.1.1"],"broadcast":["A rustlang adapter @0 $M to &j sources",C[3]],"emacs_^B":["Raw $L @0 emacs-^B","0.16.2"],"range_check":["@3 @1 @7 bounds-checking @5 range &s.",C[0]],"mitrid_@G":["Core @1 of @4 Mitrid @j","0.9.4"],"inert":["Inert lets &R $9 non-Sync ^D in a Sync way",C[9]],"hilbert-c2rust":["A quick-@5-dirty port of Hilbert Curve @X @t Wikipedia, transpiled by c2rust.","0.1.5"],"etcommon-hexutil":[C[249],"0.2.4"],"unqlite-sys":["@3 `unqlite` @6.","1.1.0"],"tokio-reactor":[C[270],C[35]],"json-codec":["^n Codec @2","0.5.0"],"lru":["A LRU cache @2","0.6.5"],"stakker_mio":["Mio I/O polling $S @0 @4 Stakker @8","0.2.2"],"tokio-stream":["^b to work @7 `Stream` @5 `$v`.","0.1.7"],"emailaddress":["@H email address $k @5 @h",C[2]],"glean":["Glean ^L @3 @L @6","39.1.0"],"opc":["A @e @2 of @4 open pixel control @9",C[9]],"wayland-server":["@I to @4 ^C C @2 of @4 wayland @9, @T side.","0.29.0"],"tyname":["Retrieve $k names during &0 execution on stable @3.",C[3]],"fasttext-serving":["fastText model serving @y @T","0.6.2"],"gfx_pipeline":["Standard materials @5 rendering pipelines @0 gfx_scene",C[9]],"tremor-kv":["A logstash inspured key &a extractor",C[0]],"ibc-proto":["ibc-proto is a @3 @2 of @4 Cosmos ^L & IBC proto &w.","0.9.0"],"abox":["A $P @f $G AtomicPtr","0.4.1"],"ruspiro-lock":["Providing Spinlock, Semaphore @5 mutual exclusive @x $W @0 cross coreusage on Raspberry Pi.","0.4.2"],"dazeus":["Dazeus IRC bot @6 @0 @e",C[2]],"cplex-sys":["Low @D @6 to @4 Cplex C-@y","0.7.0"],"ift":["A @1 to read template $z @0 local ^7 interfaces","0.3.2"],"backslash":["@1 @0 @S escape characters",C[0]],"mrusty":["mruby $P @6 @0 @3. Define @5 run Ruby ^W &8.","1.0.0"],"measurements":["Handle metric, imperial, @5 other measurements @7 ease! Types: Length, Temperature, Weight, Volume, Pressure","0.10.3"],"multiset":["Multisets/bags","0.0.5"],"emacs-rs-module":["An Emacs dynamic ^B @k helps developing other dynamic modules, in @3",C[38]],"sort_str_to_sql":["Convert Sort Expression to SQL @k can be $3 in 'ORDER BY' statement, e.g. '-aired,id' -> 'aird DESC NULLS LAST, id ASC NULLS LAST'.","1.0.0"],"unicase":["A case-insensitive @f $G $z.","2.6.0"],"woke":["A minimalistic waker @2 @0 executors","0.0.2"],"wither":[C[169],"0.9.0"],"gitui":["blazing $H $u-ui @0 git","0.16.2"],"android_sensor-sys":["@I to Android Sensor @p.","0.1.4"],"console_^u_panic_hook":["A panic hook @0 `wasm32-unknown-unknown` @k logs panics to `console.error`",C[1]],"wireguard-vanity-address":["Find Wireguard VPN keypairs @7 a specific readable $d",C[2]],"arctk-proc":["$B @g @m @1 @0 @4 ARCTK @8.","0.4.3"],"ffcnt":["Fast $1 counting on HDDs","0.3.2"],"anymap":["A $P @5 convenient store @0 one &a of each $k","0.12.1"],"amethyst_input":["Input rebinding",C[74]],"azure_sdk_&e_bus":["@3 &l $G Microsoft Azure REST APIs - Service Bus @8","0.44.2"],"gensym":["Creates unique identifiers @0 @a @u $i @a",C[3]],"pin-api":["Experiment @7 Pin @y.",C[6]],"azure":["@I to Mozilla's Moz2D @1","0.37.0"],"blob":["Blob @K/&3 @E",C[9]],"grin_p2p":[C[325],"5.1.0"],"many2many":["Many-to-many channels &T on top of regular boring channels.","0.0.2"],"$b_rustler":["Serde Serializer @5 Deserializer @0 Rustler NIFs",C[3]],"bls12_381":["@v of @4 BLS12-381 pairing-friendly elliptic curve construction","0.5.0"],"lockfree":["@O @8 @s concurrent @x $m @5 a solution to @4 ABA problem as an alternative of hazard pointers","0.5.1"],"file-utils":["Convenience &l @0 $1 I/O, mostly $G $J $K.","0.1.5"],"$O_dax":["^p ^L @0 @3 - Amazon DynamoDB Accelerator (DAX) @ 2017-04-19",C[18]],"lin-bus":["LIN bus ^h $2 @5 @9 @2","0.3.1"],"chess_pgn_@h":["Chess Portable Game Notation @h",C[4]],"quicklz":["QuickLZ is a $H ^z algorithm.This @1 is an @2 of @4 QuickLZ @F in @e.",C[9]],"unsegen_signals":["Use unsegen's input ^B to raise signals on @4 usual key combinations",C[9]],"os-str-generic":["Add missing ^I $5 to OsStr",C[0]],"tarpaulin":["A @c key &a store built on Raft",C[3]],"&V_$2":["Traits @0 builtin &V items @k are primarily $3 by `enum_traits_macros` when automatically deriving @i",C[9]],"rsrl":["A $H, extensible reinforcement learning @j in @3","0.8.1"],"rusttype":["A &9 @3 alternative to &4 $A FreeType.RustType @s an @y @0 loading, querying @5 rasterising TrueType fonts.It also @s an @2 of a dynamic GPU glyph cache @0 hardware font rendering.","0.9.2"],"parity-wordlist":["Word list $3 to ^o brain wallets @0 Parity.","1.3.1"],"lci":["A LOLCODE interpreter $t in @3","0.1.8"],"fasteval":["Fast evaluation of algebraic expressions","0.2.4"],"html-escape":["@O @1 is @0 $6/escaping special characters in HTML @5 ^V/unescaping HTML entities as well.","0.2.9"],"seckey":["Use `memsec` protected secret $j.","0.11.2"],"better_any":["Type id @5 Any @0 non &g @i","0.1.1"],"imag-store":["Part of @4 imag @G ^k: imag-store @B",C[22]],"str-buf":["Static $d buffer","2.0.1"],"mini_paste":["Fast-to-compile equivalent to `::paste`","0.1.11"],"seshat":["A matrix message logger @7 full ^G search @m","2.3.0"],"os_info":["Detect @4 operating @M $k @5 $4.","3.0.6"],"sodiumoxide":[C[154],"0.2.7"],"svg":["$7 @W @s an SVG composer @5 @h.",C[20]],"openssl":["OpenSSL @6","0.10.35"],"ili9341":["A @N &6 ^h to @l @7 @4 ILI9341 (ald ILI9340C) TFT LCD display","0.5.0"],"^G_table":["A @1 to create formatted plain-^G tables @t arbitrary @x.","0.0.4"],"pjlink":["A PJLink @1 @k can be $3 to commmicate &c @4 ^7 @7 PJLink enabled &A such as a projector or display",C[0]],"rs_ws281x":["Wrapper @0 ws281x @1 @u bindgen to track upstream","0.4.2"],"ipaddress":["an @1 to handle ipv4 @5 ipv6 ^Y",C[4]],"cairo":["Cairo @6","0.0.4"],"xxhash2":["@I to libxxhash to provide @4 xxHash @Z in @3. Also contains animplementation of @4 &Y::^v $2 so this can be $3 @7 @4 standardHashMap.",C[3]],"corona":["Coroutine @5 Async/Await @m @0 $v-@n @Y","0.4.3"],"lpc43xx":["Register $g @0 @4 NXP LPC43xx microcontroller @N, ^Z through svd2rust",C[3]],"fixed-hash":["^H to define custom fixed-size ^v @i","0.7.0"],"vpsearch":["Vantage Point Tree search @Z @0 $H nearest neighbour search in multi-dimensional metric spaces.","2.0.1"],"abackus":["&C &K @u EBNF","0.2.2"],"async-graphql-warp":["@R-graphql @0 warp","2.9.9"],"$O_signature":["^p ^L @0 @3 - Request Signing",C[18]],"scte35dump":["Dump SCTE-35 @x @t a Transport Stream contained within a $1 or RTP ^7 &5",C[1]],"cargo-call-stack":["Whole &0 &g stack analysis","0.1.5"],"geo-types":["Geospatial primitive @x @i","0.7.2"],"rogue":["$U @0 fov, los, etc @0 ^0 a roguelike","0.0.2"],"dissimilar":["Diff @1 @7 semantic cleanup, @n on Google's diff-match-patch","1.0.2"],"jomini_@b":["Serde @a @2 of `#[@b(JominiDeserialize)]`",C[6]],"kernel32-sys":["Contains $0 $g @0 @4 ^4 @y @1 kernel32. See winapi @0 @i @5 constants.","0.2.2"],"dtoa-short":["Serialize float &1 @5 truncate to certain precision","0.3.3"],"libimagentryutil":[C[60],C[22]],"hyper-timeout-connector":["A Hyper `NetworkConnector` $f offers a connection timeout",C[3]],"$b_ini":["^4 INI $1 {de,}@K",C[0]],"torchbear":["Lua $l ^M in @3","0.11.5"],"dpdk-ethernet":["A @f $G DPDK's ethernet device ^h $5.","0.1.10"],"rls-span":["Types @0 identifying @X spans/ranges","0.5.4"],"zeno":["High $F, low @D 2D path rasterization.","0.2.2"],"pulls_since":["Micro $R to print Markdown formatted list of pull requestsclosed on a given github repository since given date","0.4.1"],"async-scoped":["Spawn scoped (non '&g) $r @Y @0 async_std @5 $v runtimes","0.7.0"],"rusty-tcl-sys":["@3 $L declarations @0 Tcl","1.1.3"],"xpring":["@3 @d-side @1 @0 @4 XRP Ledger",C[70]],"typid":["(Typ)ed Unique (Id)entifiers","1.1.0"],"cfg-if":["A @g to ergonomically define an item depending on a large &1 of #[cfg]parameters. Structured $A an if-else chain, @4 first matching branch is theitem @k gets emitted.","1.0.0"],"minterpolate":["Data set interpolation @0 mint $8 @5 raw arrays",C[2]],"rust-graph":["A graph @1 @0 @3","0.0.3"],"haybale":["Symbolic execution of LLVM IR, $t in @3","0.6.4"],"node-runtime":["$7 Tetcore @J","2.0.1"],"colored":["$7 most @c way to add colors in $q $u","2.0.0"],"mmap-fixed":["A @1 @0 dealing @7 $j-mapped I/OThis is a fork of @4 original @e-mmap @7 updated &8 @5 afix @0 @4 ^4 $4. @O exists only because there are no otheralternative $V @0 `MAP_FIXED` allocations.","0.1.5"],"shotgun":["Minimal X screenshot $o","2.2.1"],"wasmtime-fiber":["Fiber @m @0 Wasmtime",C[93]],"data-encoding-macro-internal":["Internal @1 @0 @x-$6-@g","0.1.10"],"redis-lua":["Redis Lua scripting ^r",C[2]],"twapi-ureq":["Twitter OAuth @1 $3 by ureq.",C[6]],"rusty_pipe":["A slightly better router @0 @4 Iron @j","0.1.5"],"lucet-runtime-tests":["Pure @3 @J @0 Lucet $D toolchain (tests)","0.6.1"],"cmd-pandoc":["Wrapper $G `pandoc` @B, @0 $9 @7 tango.",C[0]],"newtonmath":["Wrapper @0 @4 Newton @y (&N://newton.now.sh)",C[9]],"ringbuffer":["A fixed-size circular buffer","1.0.0"],"zord":[C[32],C[53]],"flutter-engine":["Flutter $a embedder in @e","0.3.5"],"bevy_gltf":["Bevy Engine GLTF loading","0.5.0"],"crc-any":["To compute CRC ^D by &d @4 length of bits, expression, reflection, an initial &a @5 a final xor &a. It has many built-in CRC @w.","2.3.12"],"light_arena":["A ^y, placement @n $j arena @0 @i $f are Sized + Copy. @O @8 requires nightly.","1.0.1"],"backtrace":["A @1 to acquire a stack trace (backtrace) at @J in a @3 &0.","0.3.61"],"json5format":["Customizable JSON5 document formatter @k preserves comments",C[0]],"exonum_leveldb":[C[333],"0.9.1"],"diffr-lib":["An @2 of Myers diff @Z.","0.1.3"],"cursive-async-view":["A loading-screen @f @0 gyscos/cursive views","0.5.0"],"leonardo-heap":["Heap $Q supporting $H in-place partial sorting",C[9]],"notedown_@h":["Notedown Text @h",C[11]],"dlopen":["@p @0 opening @5 operating on dynamic link &4 (also known as &J objects or &J &4). @O is a modern @5 more flexible alternative to @4 already existing &4 $A libloading or sharedlib","0.1.8"],"string-error":["A minimal @e @1 to create errors out of $z.",C[3]],"merkle_light":[C[809],"0.3.1"],"crowbook-intl-runtime":["Runtime @w @0 crowbook-intl",C[3]],"hunspell-sys":["@I to @4 hunspell C @y.","0.2.2"],"byte_sha":["Performs SHA256 on a Vec @5 returns a Vec as @4 result. Useful @0 cryto curencies @5 purhapse other things.","1.0.1"],"halfbrown":["Multi $Y HashMap @0 higher $F on different key space sizes","0.1.11"],"sp-offchain":["Substrate offchain workers $8","3.0.0"],"queryst":["@3 query $d @h @7 nesting @m, forked to update Serde","2.1.0"],"commitlog":["Sequential, disk-backed commit log @1.","0.1.3"],"$b_xml":["xml @m @0 @e-$b","0.9.1"],"tetsy-multiaddr":[C[159],"0.11.2"],"igd":["Internet Gateway ^a @d",C[11]],"spawner":["Tiny @f @0 `&f::spawn` $f optionally auto-joins threads on drop","0.3.2"],"$s_2d":["Bresenham's $s @Z as a @e iterator","0.5.0"],"mpv":["$P mpv @6 @0 @3","0.2.3"],"gleam_finder":["A very ^S @8 &R can $9 to get gleam.io links.","0.5.3"],"zmq-sys":[C[155],C[13]],"impl-serde":["Serde @K @m @0 uint @5 fixed ^v.","0.3.1"],"dxgi-win":["$L @6 to DXGI",C[6]],"wit-text":["&C @0 @4 ^G @F of $D Interface Types","0.8.0"],"typed-html-macros":["Type checked JSX @0 @3 (proc_macro @8)","0.2.2"],"epitech_^Q":["A @1 @0 ^R @7 @4 EPITECH intranet @y",C[0]],"tree-sitter":["@3 @6 to @4 Tree-sitter @S @1","0.19.5"],"tet-io":[C[201],"2.1.2"],"walrus-macro":["Internal @a $3 by @4 `walrus` @8, not @0 public consumption.","0.19.0"],"deep_space":["A highly portable, batteries included, transaction $Z @5 key ^w @1 @0 Cosmos blockchains","2.4.3"],"ssri":["Various @E @0 ^g Subresource Integrity.","6.0.0"],"grcov":["@3 $R to collect @5 aggregate @X coverage @x @0 &j source @z","0.8.1"],"wasmer-singlepass-backend":[C[732],"0.17.1"],"acteur":["A $P actor-$A @j @k just works. @H, robust, $H, documented.","0.12.2"],"prototty_elements":["Collection of ui elements @0 $9 @7 prototty","0.7.0"],"read-process-memory":[C[384],C[4]],"battle-net-oauth":["@3 @8 to request a Battle.net OAuth token",C[9]],"$0_name-proc-macro":[C[389],C[0]],"fluent-syntax":["&C/Serializer ^U @0 Fluent Syntax.",C[13]],"ecvrf":["A curve25519+SHA3 verifiable &x $0","0.4.3"],"i2cdev-l3gd20":["I2C ^h @0 @4 L3GD20 gyroscope.","0.1.3"],"rsa_public_encrypt_pkcs1":["RSA PKCS#1 encryption @t ASN.1 DER encoded public key in &9 @3",C[2]],"tc-finality-grandpa-rpc":[C[156],"0.8.0"],"libp2p-core-derive":[C[254],"0.21.0"],"sass-rs":["Higher @D $X @0 @4 Sass @1","0.2.2"],"weblog-proc-macro":[C[378],C[157]],"membuf":["A $P-ish @f @0 allocating @5 reallocating heap buffers.","0.0.5"],"packed_&P":["Binary-@D $Q packing @5 unpacking @C","0.6.0"],"xlsx":["writes xlsx @z",C[3]],"chardet":["@e $4 of chardet","0.2.4"],"pixset":["Generates a tileset @t a RustType ^m font","0.0.6"],"ask":["A toolset @0 nicely displayed Questions @5 Answers through @4 $u.","0.0.11"],"algos":["A $c of $U in @3",C[2]],"nalgebra-lapack":["Matrix decompositions @u nalgebra matrices @5 Lapack @6.","0.19.0"],"osstrtools":["Additional ^r &X @0 OsStr","0.2.2"],"mod_exp":["Crate @0 doing modular exponentiation efficiently","1.0.1"],"pallet-mandate":["A Substrate &u to help &c modules dispatch root calls","2.0.8"],"lsp-text":["&W $5 @0 ^G ^g @0 LSP servers.","0.0.11"],"cage":["Develop multi-pod docker-compose apps","0.3.6"],"tokio-either":["Either @0 Tokio","0.1.4"],"^P":["Database.","0.5.0"],"$O_dynamodbstreams":["^p ^L @0 @3 - Amazon DynamoDB Streams @ 2012-08-10",C[18]],"unicode-case-mapping":["Fast lowercase, uppercase, @5 titlecase mapping @0 characters",C[0]],"rsign2":["A @B-$s $R to sign @z @5 verify signatures.","0.5.7"],"sigil":["@H @5 bad @1 @0 fetching unicode character names @5 some other stuff.",C[0]],"embedded-graphics":["Embedded ^O @1 @0 ^S hardware displays","0.7.1"],"linked-list":["An alternative @2 of &Y::&r::LinkedList","0.0.3"],"nu-completion":["Completions @0 nushell",C[23]],"hermit-sys":["$L @6 to HermitCore","0.1.22"],"hegemon":["A modular @M monitor",C[3]],"@e_fluent":["fluentd @d @0 @e",C[9]],"fastly":["Fastly Compute@Edge @y","0.7.3"],"sha1-hasher":["Minimal @2 of SHA1 @0 @3 (@7 fixes @5 Hasher $y @2)",C[3]],"unicode-normalization":[C[158],"0.1.19"],"maskerad_stack_^l":["Stack-@n allocators, @0 contiguous allocation @5 $j fragmentation prevention.","1.1.2"],"kitchensink":["Puppet @E @0 @3.","0.4.2"],"tokio-cron-scheduler":["Schedule tasks on $v @u cron-$A annotation",C[6]],"eth2_ssz_@b":["$B @b @a to accompany @4 eth2_ssz @8.",C[3]],"parity-multiaddr":[C[159],"0.11.2"],"log4rs-syslog":["Syslog appender @0 log4rs @n on libc's syslog() $0 (*nix only)","3.0.3"],"wayland-cursor":["@I to libwayland-cursor.","0.29.0"],"gfx_app":["GFX example $N @j","0.9.0"],"dft":["$7 @W @s an @Z to compute @4 discrete Fourier transform.","0.5.5"],"nu_$T_to_bson":[C[288],C[23]],"nyx-space":["A high-fidelity space mission toolkit, @7 orbit propagation, estimation @5 some systems engineering","1.0.0-beta.1"],"wasmer_enumset":["A @1 @0 ^2 compact sets of enums. Wasmer fork to work $G `syn` issue. @O will not be updated once @4 issue is fixed upstream.","1.0.1"],"c3p0_pg":[C[160],"0.53.0"],"roulette":["An ^J @2 of roulette wheel selection",C[9]],"cranelift-simplejit":["A @c JIT @1 backed by Cranelift","0.68.0"],"twre_ecs":["Soon to be highly flexible Entity-Component-System @j.","0.0.2"],"com_@a":["COM @8 @a",C[2]],"pretty-hex":[C[161],C[6]],"git-anger-management":["Count $q naughty words in git commit &y","0.7.0"],"tinycdb-sys":["$L @6 to @4 TinyCDB C @1 (&E://www.corpit.ru/mjt/tinycdb.html)","0.0.2"],"rodio":["Audio playback @1",C[8]],"async-ready":["Async readiness $2.","3.0.0"],"sourcegen-cli":["In-place @3 source @C CLI $o.",C[2]],"bitcoinconsensus":["Bitcoin's libbitcoinconsensus @7 @3 $X.","0.19.0-3"],"game":["eccentric skinner box point-collecting game","1.0.8"],"variable_size_byte_writer":["A @1 @0 $M variable-size bytes ^c io::Write traited targets.","0.1.5"],"bandwhich":[C[280],C[68]],"mucow":["Equivalent to Cow @0 mootable @x. $7 semantics are copy-on-consume, so a copy is only needed if &R want to take ownership. Unlike Cow, @4 contents can be mutated ^W making a copy.",C[3]],"elfy":["A @3 @8 @0 ^X ELF @z","0.2.2"],"faktory":["@y @6 @0 @4 @L-&6 Faktory work @T","0.11.1"],"alt_$b_@b":[C[194],"1.0.119"],"const-oid":["Const-friendly @2 of @4 ISO/IEC Object Identifier (OID) standardas defined in ITU X.660, @7 @m @0 BER/DER $6/^V as well asheapless no_std (i.e. ^8) @m","0.6.0"],"entity_store_^r":["@p to simplify @u @X ^Z by entity_store_code_gen",C[38]],"libc-stdhandle":["Helper @w @0 retrieving stdin, stdout, stderr.",C[3]],"nintendo-lz":["A ^S @1 @0 compressing/decompressing Nintendo's LZ10/LZ11 ^z formats","0.1.3"],"poule":[C[162],"0.3.2"],"hokaido":["Terminal sharing $R.",C[70]],"k8055":["@3 @m @0 @4 Vellemann K8055 USB IO Card",C[6]],"xorshift":["@v of @4 high $F xoroshiro128+, xorshift128+, xorshift1024*, @5 splitmix64 pseudo &x &1 generators.","0.1.3"],"wasi-worker-cli":["Tool to create @5 deploy WASM WASI-@n browser &e workers","0.6.0"],"c3":["Complete C AST. Enables analysis @5 $Z of @X derived @t C.Built @u LLVM 4/Clang @u some fragile C++ APIs to work $G missing @x @5 ambiguities in libclang.",C[13]],"syn_str":["@O @1 is what syn is to proc_macro::TokenStream @0 proc_macro::TokenStream::to_string,quote! being @F! @7 String::parse::.","0.1.58"],"oxygengine-navigation":["Navigation ^B @0 Oxygen Engine",C[68]],"rustysignal":["A signaling @T @0 WebRTC","2.0.2"],"basic-http-server":["A @c &g ^A $1 @T, @0 learning @5 local &D","0.8.1"],"panic-control":["^b to ^3 @X @7 intentional panics","0.1.4"],"crossbeam-sync":["Reserved @8 name @0 synchronization @E","0.0.0"],"thin-vec":["a vec @k takes up less space on @4 stack","0.2.3"],"inline-python":["Inline Python @X directly in $q @3 @X","0.7.0"],"rls":["@3 &U Server - @s $e about @3 programs to IDEs @5 other ^U","0.122.2"],"sgxs":["@p @0 ^j @7 @4 SGX &5 @F.","0.7.2"],"lazy-bytes-cast":["Lazy casts @t & to byte arrays","6.0.1"],"ipp":["&2 IPP print @9 @2","3.0.0"],"fingertrees":["Immutable persisten finger trees","0.2.4"],"$r":["Promises Q style , @R @5 event loops","0.4.5"],"projector":["Project ^w CLI","0.5.0"],"exonum_jsonrpc":[C[246],"0.5.1"],"swayipc":["A @1 @0 controlling sway through its IPC @l","3.0.0-alpha.3"],"wlroots-sys":["Bindgen ^Z low-@D wlroots @f",C[2]],"arnalisa":["Pipeline @M @0 calculating ^D","0.6.8"],"getset":["Getset, we're ready to go!A $i @g @0 $E @4 most basic getters @5 setters on fields.","0.1.1"],"lmdb-sys":[C[801],"0.8.0"],"ruma-serde":["De-/@K &s @0 other ruma $V","0.4.1"],"download-lp":["a @1 @0 &t downloading of @z.",C[0]],"syscall-alt":["syscall-alt","0.0.14"],"cursive_buffered_$Y":["$7 buffering $Y @0 any Cursive $Y","0.5.0"],"libp2p-tokio-socks5":["TCP/IP (via a SOCKS5 proxy) transport @9 @0 ^q","0.8.0"],"trim-in-place":["In-place trimming $z.",C[1]],"wasm-rpc-macros":["Expose @e @w as WASM RPC interfaces","0.2.18"],"sheesy-cli":["$7 'share-secrets-safely' CLI to @o @7 GPG/pass-$A vaults.","4.0.11"],"ringbuf":["Lock-free SPSC FIFO ring buffer @7 direct $W to inner @x","0.2.6"],"multihash-derive":[C[742],"0.7.2"],"pest_grammars":["pest popular grammar @V","2.1.0"],"fishers_exact":["Fisher's exact statistical ^3.","1.0.1"],"spotrust":["A @f @0 @4 spotify &h ^Q.","0.0.5"],"bele":["Big-Endian Little-Endian","0.8.0"],"cult":["cubeb @6 @0 @e","0.0.3"],"silk":["A silky smooth @2 of @4 Loom architecture","0.3.3"],"build-deps":["@3 $h-script &8 @C @0 @x/IDL @z","0.1.4"],"medea-macro":["Internal @a @5 ^K @0 Medea media @T ^t",C[6]],"oniguruma":["@3 @6 @0 @4 Oniguruma regular expressions @1.","0.3.1"],"hrtf":["HRTF (Head-Related Transfer Function) audio signal processor","0.6.0"],"count_sort":["O(n) sorting @1 @0 large datasets @7 ^S range of possible ^D",C[9]],"alphavantage":["Alpha Vantage @y @d","0.7.0"],"sds011":["SDS011 ^h",C[6]],"ethereum-forkid":["Ethereum fork identifier @0 chain compatibility checks","0.5.0"],"varlink_@h":["A @8 @0 @S varlink @l definition @z.","4.1.0"],"pax":["$7 fastest JavaScript bundler in @4 galaxy.",C[2]],"gstreamer-gl-sys":["$L @6 to libgstgl-1.0",C[38]],"skribo":["A @3 @1 @0 low-@D ^G layout.",C[3]],"lyon_path_iterator":[C[522],"0.9.0"],"termbook":["$7 @1 behind @4 `termbook-^i`.","1.4.2"],"dominant_color":["@H image color extractor $t in @3 @7 no external &8",C[9]],"vex":["3D math @1","2.1.1"],"pratt":["A Pratt @h @0 @3",C[9]],"scabbard":["Scabbard is a Splinter &e @k runs @4 Sawtooth Sabre smart contract $a @u Hyperledger Transact @0 state ^w. Scabbard uses two-phase &B to reach agreement on transactions.","0.5.13"],"slog":["Structured, extensible, composable &v @0 @3","2.7.0"],"yellowsun":["CryptoNight ^v @2 @0 Monero @5 related cryptocurrency","0.2.3"],"gl_@C_profiling_&P":["ProfilingStructGenerator @0 gl_generator",C[4]],"sandbox-ipc":["An IPC @2 @7 an eye toward enabling privilege separation.",C[2]],"rollsum":["Rolling checksum @2",C[9]],"moltenvk_deps":["Downloads @5 installs MoltenVK / VulkanSDK @0 macOS","0.1.8"],"tendermint-testgen":["tendermint-testgen is a @1 @5 a ^S $J $o @0 $E tendermint datastructures @t minimal input (@0 ^5 purposes only). $7 @1 also contains some $5 to simplify running ^3 batches.","0.21.0"],"lasy":["A ^S @1 dedicated to LASER path optimisation.","0.4.1"],"riker-testkit":["Tools to make ^5 Riker @Q easier",C[3]],"fastwrite":["Fast @2 of io::Write",C[4]],"difference":[C[163],"2.0.0"],"walkdir":["Recursively walk a directory.","2.3.2"],"libimagtimeui":[C[60],C[22]],"$O_@m":["^p ^L @0 @3 - ^p Support @ 2013-04-15",C[18]],"concat-string":["@U @a @0 concatenating $d slices ^c owned $z.","1.0.1"],"rustyknife":["Fast, robust @5 $P email @S @1","0.2.11"],"&t_^F":["Easy to $9 ^F runner",C[0]],"mailchecker":["Cross-@L temporary (disposable/throwaway) email detection @1. Covers 2740 fake email providers.","4.0.11"],"ocaml-sys":["Low-@D OCaml @6 @0 @3",C[79]],"displaydoc":["A @b @g @0 ^1 @4 display Trait via a doc comment @5 $d interpolation","0.2.3"],"ffi-convert":["A $c of @E to ease conversion $p @3 @5 C-^m @x $m.","0.5.0"],"$O_kms":["^p ^L @0 @3 - ^p Key Management Service @ 2014-11-01",C[18]],"polish":["Test-Driven Development done right","0.9.9"],"flow_impl_@b":["Definition of a @b @g @0 FlowImpl","0.34.7"],"rust-gist":["Yet another Gist @d","0.1.4"],"ripjson":["A $H @5 lean way to grep in ^n @z.","0.9.7"],"base64":["encodes @5 decodes base64 as bytes or utf8",C[36]],"@o_prompt":[C[495],"0.3.6"],"tzdata":["see hourglass","0.4.1"],"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","0.6.1"],"iron-error-router":["Map ^A status codes to handlers @5 middlewares.",C[9]],"rust-clacc":["@3 implementanion of a CL universal accumulator","0.5.0"],"libappindicator-sys":["@3 raw @6 @0 libappindicator","0.5.0"],"simulacrum_@a":["^H to simplify ^2 mock objects @7 Simulacrum.","0.3.1"],"fluvio-service":["Provide TCP &e @f &c fluvio @9","0.5.0"],"mp4":["MP4 reader @5 writer @1 in @3.","0.8.3"],"rcon":["An rcon @9 @2","0.5.0"],"tentacle-multiaddr":["mini multiaddr impl",C[9]],"czt":["$7 @W @s an @Z to compute @4 chirp Z-transform.","0.3.7"],"instant-distance":["Fast minimal @2 of HNSW maps @0 approximate nearest neighbors searches","0.5.0"],"bassert":["A Better Assert macroThis @g will print out @4 ^D of each side of an expression @5 also thevalues of $0 arguments.","0.0.4"],"bip39":["@p @0 BIP-39 Bitcoin mnemonic codes","1.0.1"],"rtic-syntax":["$7 Real-Time Interrupt-driven Concurrency (RTIC) meta @L","0.5.0-alpha.4"],"gherkin_@e":["A &9 @3 @2 of @4 Gherkin (`.feature` $1) @L @0 @4 Cucumber ^5 @j",C[22]],"tendermint-p2p":["$7 Tendermint P2P stack in @3.","0.21.0"],"crowbar":["Securily generates temporary ^p credentials through Identity Providers @u SAML","0.3.7"],"fitsio-sys":["$L @f $G cfitsio",C[2]],"bit_^s":["Bit @E (@5 eventually Nibble @m) @0 @3","0.1.1"],"vtkio":["&C @5 writer @0 @4 legacy VTK $1 @F","0.6.3"],"rust-xmlrpc":["Minimal @3 XML-RPC @1","0.0.6"],"tokio-os-timer":["Timer facilities @0 Tokio @n on OS-@D $8.","0.1.8"],"google-plusdomains1":[C[1037],C[535]],"unqlite":["@3 `unqlite` @1 @f.","1.5.0"],"test-case-derive":[C[407],"0.2.3"],"rope":["Ropes in @3","0.0.1"],"louis":["Rusty @I to liblouis","0.6.2"],"emu-core-audio-driver":["Core Audio ^h @0 @4 emu ^t.","0.1.3"],"modtype_@b":[C[516],"0.7.0"],"cidr-utils":["@O @8 @s @x $m @5 @w to deal @7 IPv4 CIDRs @5 IPv6 CIDRs.","0.5.4"],"uml_@h":["PlantUML @h @0 @e","0.1.1"],"easy-cast":["Type conversions $f are expected to succeed","0.4.4"],"vobsub2png":["Tool to convert DVD VobSub-@F subtitles (*.sub/*.idx @z) to PNGs","0.1.4"],"abscissa_@b":["Custom @b @m @0 @4 abscissa $N microframework","0.5.0"],"chamkho":["Khmer, Lao, Myanmar, @5 Thai word segmentation/breaking @1 @5 @B $s","1.0.2"],"lsp-codec":["@H Tokio-^m codec @2 @0 &U Server ^a.",C[9]],"$Q":["Use @F $z to create strongly-typed @x pack/unpack interfaces.",C[4]],"governor":["A rate-limiting @2 in @3","0.3.2"],"wasm-bindgen-test-crate-a":[C[858],C[3]],"glium-glyph":["Glium frontend @0 @4 glyph-brush ^G renderer. gfx-glyph @7 gfx swapped out @0 glium.",C[20]],"secp256k1-zkp":["@3 @6 @0 @4 `libsecp256k1-zkp` @1.",C[2]],"panic-halt":["Set panicking behavior to halt",C[0]],"phf_@a":["^H to ^o @i in @4 phf @8","0.9.0"],"target_info":["Get ^G $z of attributes concernign @4 $h target.",C[3]],"instant":["A partial replacement @0 &Y::$x::Instant @k works on WASM too.","0.1.10"],"ranagrams":["anagram discovery $R","1.0.0"],"cranelift-module":["Support @0 linking @w @5 @x @7 Cranelift","0.75.0"],"wedpr_l_libsm":[C[164],"0.3.5"],"moho":["Barebones @3 Game @p","0.0.9"],"ocaml":["OCaml @6 @0 @3",C[79]],"mach":["A @3 @l to @4 user-space @y of @4 Mach 3.0 kernel @k underlies OSX.","0.3.2"],"imag-contact":["Part of @4 imag @G ^k: imag-contact @B",C[22]],"unicycle":["A scheduler @0 driving a large &1 of @Y.","0.7.1"],"veclist":["@O @1 contains single @c $c. It can be $3 to push, $W @5 pop @7 `O(1)` complexity",C[4]],"sum":["General-purpose sum @i.","0.1.7"],"pc-keyboard":["PS/2 keyboard @l @1.","0.5.1"],"skia":["@3 idiomatic @6 to Google's Skia. WIP.",C[3]],"ur20-modbus":["Modbus TCP fieldbus coupler (`UR20-FBC-MOD-TCP`) @2",C[2]],"mpfr-sys":["libmpfr low-@D @6","0.0.8"],"tally":["A prettier $4 of @4 $x @B","0.4.3"],"tokio-rustls":["&2 TLS/SSL streams @0 Tokio @u Rustls.",C[79]],"ipmpsc":["Inter-^F Multiple Producer, Single Consumer Channels","0.5.1"],"termios-sys":["@3 $L layer @0 libc's termios @w","0.0.6"],"swc_ecma_^s":["^b @0 swc ecmascript ast nodes","0.40.1"],"dbui-database":["Database $W @5 schema introspection @0 dbui","0.0.64"],"trust-dns-native-tls":["Trust-DNS is a $P @5 secure DNS @1. @O is an ^d @0 @4 Trust-DNS @d to $9 &7-tls @0 TLS.","0.20.3"],"allegro_font-sys":["Allegro 5 font addon @3 $X",C[72]],"embedded-can":["An ^8 Controller Area Network (CAN) $C layer",C[9]],"heliometer":["A basic Brainfuck interpreter","0.5.10"],"libsbc":["@I to @4 &n Bluetooth low-complexity, subband codec (SBC) @1.","0.1.5"],"evm-core":[C[170],C[93]],"prost-build":[C[165],"0.8.0"],"reed-solomon-erasure":["@3 @2 of Reed-Solomon erasure coding","4.0.2"],"unix-daemonize":["Easy unix daemons @m @0 @3 projects",C[4]],"lindera-ipadic":["A Japanese morphological dictionary loader @0 IPADIC.","0.7.1"],"shelf":["@H key-&a ^x","0.2.2"],"shiny":["A @c rspec $A ^3 @j to make ^3 @X look more nice","0.1.3"],"solana-netutil":[C[223],"0.20.5"],"num-rational":["Rational ^Y @2 @0 @3",C[2]],"hlvm":["$7 HLVM @1 / ^U",C[20]],"ssl-expiration":["Checks SSL certificate expiration",C[4]],"oxygengine-network-backend-native":["Network &I $Y ^B @0 Oxygen Engine",C[68]],"onigiri":["@O @8 is a $R of ^g chars.",C[0]],"holochain_dpki":["holochain dpki",C[30]],"autocxx-build":[C[317],C[13]],"spsc-bip-buffer":["A concurrent, spsc ring-buffer @7 sized reservations",C[6]],"dinzai-datni":["Cryptocurrency ticker @1 @0 @3.","0.1.1"],"hummingbird":["An unofficial @3 @f @0 @4 Hummingbird.me @y.","0.1.3"],"datatest-stable":["Data-driven tests @k work on stable @3","0.1.1"],"try_or_wrap_s":["`?` or `try!` @g, @7 an additional wrapping of @4 ^u in something else",C[0]],"scoop":["Dumb scheduler daemon","0.1.5"],"gqlog":["👾 filter $q json logs @7 graphql 👾","1.0.3"],"bklyn":["@3 @l @0 Kubernetes Heapster metric $c","0.1.1"],"symlink":["Create symlinks in a cross-@N manner",C[3]],"dupe-krill":[C[166],"1.4.6"],"tentacle":["Minimal @2 @0 a multiplexed p2p ^7 @j.",C[50]],"serial-windows":["Serial port @2 @0 ^4.",C[2]],"holochain_persistence_mem":["persistence @0 content addressable ^x @5 entity &Z &a indexes. A @c, &f-$P in $j store.","0.0.18"],"lw-webdriver":["A ^y webdriver @d.","0.4.1"],"sketches-ddsketch":["A direct port of @4 Golang DDSketch @2.",C[4]],"cargo-clone":["A @P &k to fetch @4 source @X of a @3 @8","0.1.4"],"rphtml":["A html @h $t in @e.","0.5.3"],"^v":["Use @4 md5 @W instead.",C[9]],"weather_util_@e":["CLI $R to pull weather @x @t openweathermap.org, intended to replace @4 debian @W weather-util","0.8.0"],"$O_efs":["^p ^L @0 @3 - Amazon Elastic File System @ 2015-02-01",C[18]],"typed_index_@b":["Custom @b to easily create newtype index @i.","0.1.4"],"^f":[C[89],C[950]],"cpython-json":["Converts &7 Python objects ^c serde_json Values @5 back again",C[9]],"twoway":["(Deprecated - $9 @8 memchr instead.) Fast substring search @0 $z @5 byte $z. Optional SSE4.2 acceleration (if detected at @J) @u pcmpestri. Memchr is @4 only mandatory &m. $7 two way @Z is also $3 by rust's libstd itself, but here it is exposed both @0 byte $z, @u memchr, @5 optionally @u a SSE4.2 accelerated $4.","0.2.2"],"openldap":["Straightforward @3 @6 to @4 C openldap @1. @O is a fork of cldap @k has been methodically fixed, extended, @5 made to be more compliant @7 openldap. It should be relatively robust @5 production ready at this point. Not heavily maintained, but feel free to send PRs if &R see something missing.","1.2.2"],"slog-extra":["Standard slog-rs &M",C[4]],"mozjs":["@3 @6 to @4 Mozilla SpiderMonkey JavaScript $a.",C[22]],"kira":["Dynamic audio @1 @0 games","0.5.3"],"firestore_grpc":["A gRPC @d @1 @0 Firestore, ^Z automatically @t @4 @y definition @z in Google APIs.","0.31.0"],"rumq-core":["Serializes @5 deserializes mqtt byte &5",C[536]],"ring_buffer":["RingBuffer is a queue @7 added &x $W.","2.0.2"],"ggbasm":["Generating Gameboy Assembler",C[9]],"tolk-sys":["Raw ffi @6 to Tolk.dll","0.2.2"],"intrusive-containers":["A @1 of intrusive @x $m","0.2.4"],"rift":["@3 Thrift @1","0.5.1"],"aquamarine-vm":["Fluence Aquamarine VM","0.7.0"],"ether-converter":["Ether unit converter","0.1.3"],"strong-xml-derive":["&O marco of strong-xml.","0.6.3"],"deterministic":["deterministic ^0 blocks @0 testable systems",C[4]],"rain_task":["Distributed computational @j @0 large-scale task-@n pipelines. A custom task @1 in @3.",C[2]],"nom-derive":[C[167],"0.9.0"],"frugalos_mds":["Metadata Store @0 Frugalos","1.2.0"],"iso8601":["Parsing ISO8601 dates @u nom",C[2]],"rna-ss-params":["\"rna-ss-params\", @p of RNA secondary $Q parameters","0.1.20"],"leptess":["Productive @3 $X @0 Tesseract @5 Leptonica.",C[36]],"juniper_graphql_ws":["GraphQL &c WebSocket @9 @2 @0 Juniper",C[9]],"salsa20":["Salsa20 Stream Cipher","0.8.1"],"futures-select-macro-preview":["$7 `select!` @g @0 waiting on &j different `Future`s at once @5 ^g @4 first one to @q.",C[168]],"libfrugalos":["@O @8 defines @4 public @l of `frugalos` @0 related ^U","0.7.0"],"noble-session":["FABRIC sessions noble","2.0.0"],"@P_rub":[C[171],"0.0.4"],"google-cloudtrace2":["A @q @1 to @o @7 Cloud Trace (@9 v2)",C[49]],"rpick":["Helps &R pick items @t a list by various $U. Example uses: pick a restaurant &R haven't been to in a while, or an album to listen to.","0.8.5"],"msvc-demangler":["A @e @1 @k demangles / undecorates C++ symbols mangled by MSVC","0.9.0"],"exprtk_@r":["Low @D @e @6 to @4 ExprTk C++ @1 (&E://www.partow.net/$l/exprtk)",C[3]],"debug-cell":["A clone of @4 ^C library's `RefCell` $k @7 extra debugging @m innon-release builds. Whenever a borrow ^u happens @4 current locations ofwhere known borrows were created will be printed out as well.","0.1.1"],"lib3h_crypto_^Q":["lib3h abstract cryptography $2 @5 @x @i","0.0.42"],"stable-pattern":["Stable port of &Y::str::Pattern @5 friends.",C[3]],"env-next-door":["For running commands @7 custom ^M variables","0.8.1"],"web3-async-native-tls":["Temporary @W released to crates.io. Fork of @R-&7-tls. Please don't $9.",C[2]],"asuran-core":["Core @x $m $3 by @4 asuran archive @F",C[1]],"observer_&Z":["Observer Attributes","0.1.8"],"buf":["Read buffer","0.2.3"],"cryptoxide":["&9 @2 of various $w modern ^e $U, WASM ^m","0.3.3"],"xtensa-lx-rt":["Low @D $W @0 xtensa lx processors","0.5.0"],"ruspiro-interrupt":["Providing a @c @5 convinient way to implement interrupt handler @0 Raspberry Pi interrupts.","0.4.3"],"piet-web":["Web canvas $Y @0 piet 2D ^O $C.",C[2]],"heim-runtime":["Runtime shims @0 heim @8",C[26]],"rust-hsluv":["Color converstions. Convert to/@t various color representations: hex, rgb, hsluv, hpluv, lch @5 xyz.","0.1.4"],"may_queue":["May's ^T queue @1","0.1.8"],"system-configuration":["@I to SystemConfiguration @j @0 macOS",C[2]],"cassandra-cpp":[C[574],C[38]],"advapi32-sys":["Contains $0 $g @0 @4 ^4 @y @1 advapi32. See winapi @0 @i @5 constants.",C[0]],"libmaj":["A @1 to create installers @5 updaters.",C[1]],"silverknife-fontconfig-sys":["fontconfig @6 @0 silverknife",C[3]],"crates-index-diff":["Learn what's changed in @4 crates.io index","7.1.2"],"kompact":["Kompact is a @3 @2 of @4 Kompics component model combined @7 @4 Actor model.",C[22]],"ucd-util":["A ^S $o @1 @0 ^j @7 @4 &i character ^P.","0.1.8"],"ifstructs":["A @3 @1 @7 &7 @6 to unix if* $m","0.1.1"],"domo_pitchfork":["Domo @y Sdk","1.5.0-alpha.1"],"cassandra-cpp-sys":["A bindgen-^Z @3 @f $G @4 DataStax Cassandra C++ ^h plus ^j examples. You probably want to $9 @4 \"cassandra-cpp\" @8 $f @s a $P @f.","0.12.3"],"ncollide_$i":[C[231],"0.9.1"],"gspell-sys":["Raw C-$L @6 @0 @4 gspell @1","0.5.0"],"cargo-pkg":["A @c &k @0 @4 Cargo @W &F @0 ^0 GTK packages @t @3 projects.","0.2.84"],"serde-transcode":["Transcode @t one Serde @F to another","1.1.1"],"html5ever_@a":["High-$F browser-grade HTML5 @h − ^9 plugins","0.2.7"],"prefixtree":["Hash-table-@n prefix ^6 @1","0.1.3"],"capgun":["fire when ready $1 watcher","0.1.1"],"clipboard":["@e-clipboard is a cross-@N @1 @0 getting @5 setting @4 contents of @4 OS-@D clipboard.","0.5.0"],"finalfusion-utils":["finalfusion @E",C[36]],"snarkvm-gadgets":["Gadgets @0 a decentralized virtual machine","0.7.5"],"actix-files":["Static $1 serving @0 Actix Web","0.6.0-beta.6"],"hyper-system-resolver":["An advanced @M resolver @0 $9 @7 hyper.","0.5.0"],"heim-memory":["Cross-@N $j $e",C[26]],"rsudo_@m":["rsudo-rs @m stuff. not really usable anywhere else.","0.1.5"],"entity_@e":["Event driven CES @j @0 @3 @7 a @g DSL","0.0.8"],"wither_@b":[C[169],"0.9.0"],"pagetable":["@c wait-free two-@D pagetable @7 2mb pages","0.1.5"],"google-androidmanagement1":[C[960],C[45]],"stdio_logger":["Display log &y to @4 ^C &L","0.1.1"],"slippy-map-tiles":["Work @7 Slippy map tile names, found in OpenStreetMap",C[87]],"signalo":["A DSP toolbox @7 focus on ^8 environments.","0.6.0"],"beagle":["A basic linear algebra @1 @0 computer ^O.","0.1.4"],"alpm":["@3 @6 @0 libalpm","2.1.0"],"nu_$T_textview":["Text viewer $T @0 Nushell",C[23]],"relay":["A ^y oneshot Future channel.","0.1.1"],"stdext":["Extensions @0 @4 @3 ^C @1 $m.","0.3.1"],"emu-audio":["Standalone audio @W @0 @4 emu ^t.",C[4]],"efibootnext":["A @1 @0 manipulating @4 BootNext UEFI variable @5 listing possible boot options",C[6]],"json-api-rocket":["Rocket @m @0 @4 json-^Q @8","0.4.1"],"fastly-macros":["Fastly Compute@Edge $i @g @2","0.5.0"],"elfloader32":["A @e @1 to load ELF @z, modified to handle 32-bit ELF.","0.0.3"],"solana-archiver-utils":["Solana Archiver Utils","1.1.23"],"kai":["My personal prelude @5 @E","0.7.0"],"pico-sys":["@I to @4 PicoHTTPParser.","0.0.1"],"timeout_io":["@O @1 @s a @c timeout-@n @y @0 IO-$K","0.6.0"],"goat":["better sleep",C[20]],"nuclei":["Proactive IO & @J @M","0.1.3"],"ayzim":["A @3 rewrite of @4 Emscripten asm.js optimizer",C[4]],"scarlet":["Colors @5 color spaces made @c","1.1.0"],"nasbench":["A @3 port of NASBench: &N://github.com/@A-research/nasbench",C[4]],"foundationdb-gen":["Binding $Z ^r @0 FoundationDB.","0.5.0"],"chirpstack_^Q":["ChirpStack Protobuf / gRPC @y $g.","3.10.1"],"protobuf-parser":["A nom-@n @h @0 .proto @z","0.1.3"],"tlv_@h":["BER-TLV @S & emitting @1","0.7.0"],"varint-simd":["SIMD-accelerated varint encoder @5 decoder",C[9]],"xdr-codec":["XDR encode/decode @J @m. Pairs @7 xdrgen $f generates @X @t specs.","0.4.4"],"pkix":["TLS Certificate $6 @5 ^V &s.","0.1.1"],"stringreader":["@U a @f @0 $z so @k they can be consumed via @4 &Y::io::Read $y.","0.1.1"],"defmt-test":["A ^3 harness @0 ^8 &A","0.2.3"],"markdown2html-converter":["A $R @0 converting a Markdown $1 to a single HTML $1 @7 built-in CSS @5 JS.","1.1.5"],"@e_keylock_shell":["Shell $W to @4 @e-keylock. @e-keylock is a password &F @7 goals to be Secure, @H to $9, Portable @5 Extensible.",C[36]],"rubbl_casatables":["Interfacing to @4 CASA table @F within @4 Rubbl @j.","0.3.1"],"namedarg_hack":[C[180],C[181]],"msp430":["Low @D $W to MSP430 $n","0.2.2"],"@b_dumb":["&O `Dumb` generates a $Q in $f all fields are public. Original $Q can be converted @u $0 call `dumb`.","0.1.4"],"gdnative_@6_@C":["Generates @6 @0 @4 Godot engine's gdnative classes @t a json ^Q description $1.","0.9.3"],"sc-executor":[C[544],"0.9.0"],"evm-gasometer":[C[170],C[93]],"node_rub":[C[171],"0.0.3"],"fractal-dto":["DTO objects to transfer $e in @4 Fractal Global Credits @y.","0.8.3"],"nu-table":["Nushell table printing",C[23]],"node-resolve":["$7 Node.js ^B resolution @Z","2.2.0"],"byte-slice":["Byte slice manipulation @a",C[88]],"grafen":["Create graphene @5 other substrates @0 $9 in molecular dynamics simulations.","0.9.1"],"hid":["Safe hidapi @f","0.4.1"],"multistream-select":[C[1016],"0.10.2"],"signedsource":["Utility @0 signing @5 verifying ^Z @z.",C[0]],"progress_$d":["Generate a progress bar $d",C[0]],"testbench":["Testing @5 benchmarking ^U @0 concurrent @3 @X","0.8.0"],"simple-xml-builder":["@H XML &K/writer","1.0.0"],"cordic":["Special @w @0 fixed-point ^Y @u @4 CORDIC method.","0.1.5"],"scalpel-bin":["$J modification $R, cut, stitch, replace, sign","2.0.0"],"liner":[C[238],"0.4.4"],"wasmcloud-actor-core":["wasmCloud Core Actor Interface","0.2.3"],"bevy_dylib":["Force @4 Bevy Engine to be dynamically linked @0 faster linking","0.5.0"],"cuticula":["Data Preprocessing @1 @0 Machine Learning",C[0]],"postgres-derive-internals":["Unstable internals @1 $3 by postgres-@b @5 postgres-@b-^K","0.2.2"],"netopt":["@U options to work @7 tcp or ssl streams @5 has a choice in $p.","0.1.3"],"repackage":["An infernal $R to repackage a .@8 $1 under another name","0.1.1"],"compile-time-run":["run a @B at compile $x @5 capture @4 &L","0.2.12"],"vtparse":["Low @D escape sequence @h","0.5.0"],"copy_arena":["Arena ^l @0 @i ^1 Copy","0.1.1"],"algebra":[C[172],C[0]],"stackvec":["A @8 to $9 stack-allocated Vectors ($F @5/or no-&Y)",C[6]],"gpt":["A &9-@3 @1 to work @7 GPT partition tables.","2.0.0"],"array-const-fn-init":["Initializes an array @7 constant ^D calculated by a `const fn`","0.1.1"],"generate-nix-pkg":[C[498],C[9]],"firestorm-enabled":["A &m of firestorm. Do not $9 directly.","0.4.3"],"nanorand":["A tiny, $H, zero-dep @1 @0 &x &1 $Z.","0.6.1"],"libtest":["Rust's built in unit-^3 @5 micro-benchmarking @j","0.0.1"],"libevent":["@3 @6 to @4 libevent @R I/O @j",C[3]],"whois-rust":["@O is a WHOIS @d @1 @0 @3, inspired by &N://github.com/hjr265/node-whois","1.3.2"],"sql-builder":["@H SQL @X @C.","3.1.1"],"binn-ir":["An @2 of Binn - &N://github.com/liteserver/binn",C[71]],"gphoto":["@3 @f @0 libgphoto2",C[4]],"platform-info":["A @c cross-@N @l to get info about a @M",C[3]],"tremor-influx":["Tremor Influx &C",C[9]],"juniper-from-schema":["Generate Juniper @X @t &R GraphQL schema","0.5.2"],"&h_timer":["Web @w @0 timers","0.2.5"],"stayalive":["A $c of resilience patterns","0.5.1"],"tracing-chrome":["A Layer @0 &q-subscriber @k outputs Chrome-style traces.","0.3.1"],"latex_snippet":["Convert even erroneous LaTeX snippets ^c HTML","0.3.3"],"sophia":["A @3 toolkit @0 RDF @5 Linked Data","0.7.0"],"trybuild":["Test harness @0 ui tests of ^9 diagnostics","1.0.43"],"svgcleaner":["svgcleaner could help &R to clean up $q SVG @z @t @4 unnecessary @x.","0.9.5"],"parity-snappy-sys":["&I @6 to libsnappy",C[4]],"rust-cgui":["A low-@D cross-@N GUI @1","0.1.22"],"alog":["Anonymize 'Combined Log Format' @x","0.6.2"],"flatbuffers-verifier":["Support @1 @0 @4 flatbuffers verifier ^Z by cfbc.",C[6]],"heatseeker":["A $H, robust, @5 portable fuzzy finder.","1.7.1"],"stemjail":["Evolving jails @0 user activities","0.4.1"],"streamlink":["@3 @y (kinda) @0 @4 streamlink $o.","0.3.1"],"htmlentity":["Encode a unicode character to html entity, decode html entity to a unicode character.","1.2.0"],"sc-authority-discovery":["Substrate authority discovery.","0.9.0"],"rls-data":["Data $m $3 by @4 RLS @5 @3 ^9","0.19.1"],"allegro_examples":["Allegro 5 @f examples",C[72]],"ttcore_def":[C[173],"0.2.35"],"tarrasque-macro":[C[1077],C[20]],"&x_$W_$1":["A @f $G @4 Read @5 Write $2 @k allow @0 @c or raw @K",C[2]],"pixset_@b":["^H 1.1 @2 of #[@b(PixLike)]","0.0.5"],"$O_budgets":["^p ^L @0 @3 - ^p Budgets @ 2016-10-20",C[18]],"again":["&p-^m retry util @0 &Y @1 @Y",C[4]],"bitness":["@3 @1 @0 detecting OS bitness independently of @4 executable's bitness. ^4, GNU/&n @5 FreeBSD currently supported.",C[2]],"now_lambda":["@3 @6 @0 Now.sh Lambdas","0.1.3"],"tcod":["$7 @3 @6 @0 @4 Doryen @1 (a.k.a. libtcod).",C[71]],"har":["A ^A Archive @F (HAR) @K & &3 @1.","0.7.0"],"memorydb":["in-$j @2 of hashdb",C[9]],"sel4":["High-@D @3 @l to @4 seL4 kernel","0.0.12"],"ntex-macros":["ntex ^N @a","0.1.3"],"positioned-io":[C[582],"0.2.2"],"shkeleton":["Skeleton @e ^t","0.11.3"],"soundchange":["Tool @0 ^1 sound change $U in @3","0.0.8"],"electron-hardener":["Utility to remove features @t Electron @k modify @J behavior",C[6]],"tauri-bundler":["Wrap @e executables in OS-specific app bundles @0 Tauri",C[174]],"smart-leds":["A @8 to $9 smart-leds device drivers",C[9]],"exonum_profiler":["A profiling / flamegraph @1.",C[4]],"kvm-ioctls":["Safe &l &c KVM ioctls","0.9.0"],"google-identitytoolkit3-cli":[C[572],C[573]],"bch_addr":["cash_addr @F @2 inspired by bchaddrjs.",C[3]],"gudev-sys":["@3 ffi @l @0 gudev, @4 glib @m @1 @0 libudev.","0.8.0"],"command-macros-plugin":["@v @8 @0 @B-@a","0.2.7"],"objc":["Objective-C Runtime @6 @5 @f @0 @3.","0.2.7"],"oxigen":["Fast, parallel, extensible @5 adaptable genetic @Z @1.","2.2.2"],"cqc":["An @2 of @4 CQC @l.","0.6.1"],"bearssl-sys":["bearssl-@r","0.0.4"],"fomat-macros":["Alternative syntax @0 print/&b/@F-$A @a @7 a ^S templating @L","0.3.1"],"allan":["allan variance @5 deviation","0.2.4"],"physics":["2d collision resolution.",C[4]],"sqlx":["🧰 $7 @3 SQL Toolkit. An @R, &9 @3 SQL @8 featuring compile-$x checked queries ^W a DSL. Supports PostgreSQL, MySQL, @5 SQLite.","0.5.5"],"sml":["@H markup @L optimized @0 loading config @z @5 schemas.","0.1.46"],"next-gen":[C[316],C[70]],"xi-core-lib":["@p ^B @0 xi-@G",C[9]],"self_encryption":["Self encrypting @z (convergent encryption plus obfuscation)","0.25.0"],"noughts_@5_crosses_lib":["Game of tic tac toe","0.0.3"],"sc-chain-spec-derive":[C[611],"3.0.0"],"executors":["A $c of high-$F task executors.","0.9.0"],"smol_str":["^S-$d optimized $d $k @7 O(1) clone","0.1.18"],"tower-lsp":["&U Server ^a @2 @n on Tower","0.14.1"],"whatsys":["Determine @4 kernel $4",C[0]],"lithos":["A containerization @j @0 linux","0.18.4"],"pathfinder_gl":["A @c cross-@N GPU $C @1: OpenGL $Y","0.5.0"],"rocket-simple-authorization":["@O @8 @s a request guard &K $3 @0 authorization.","0.9.8"],"svg2polylines":["Convert SVG @x to a list of polylines (aka polygonal chains or polygonal paths).","0.5.2"],"nomi":["😴 Summarize repetitive input","0.0.2"],"synom":["Stripped-down Nom @h $3 by Syn","0.11.3"],"google-firestore1":["A @q @1 to @o @7 Firestore (@9 v1)",C[10]],"bus":["A lock-free, bounded, single-producer, multi-consumer, broadcast channel.","2.2.3"],"fluent-templates":["Templating @0 @4 Fluent localization @j","0.6.1"],"fluence-fork-libp2p-floodsub":[C[774],"0.28.1"],"scm":["&W SCM $K @0 $9 @7 @3 Builders","0.0.3"],"tracing-fmt":["A `&q` subscriber @k formats @5 logs trace @x. Moved to @4 `&q-subscriber` @8.","0.1.1"],"shaku_@b":["Code $Z @0 @4 shaku &m injection @j","0.6.1"],"extend":["Create &M @0 @i &R don't own @7 ^d $2 but ^W @4 boilerplate.","1.1.1"],"$b_traitobject":["Serializable @5 deserializable $y objects.This @1 enables @4 @K @5 &3 of $y objects such @k they can be sent $p other processes running @4 same $J.","0.2.7"],"rawloader":["A @1 to extract @4 @x @t camera raw formats","0.37.0"],"yarte_&p_app":["A @c single &f reactor pattern @0 &p",C[6]],"rusty-yaml":["A @e @1 to parse yaml @z","0.4.3"],"bulls-and-cows":["A @j @0 ^0 bulls-@5-cows games (1A2B) @0 any @x $k.","1.0.17"],"meio":["A compact actors @j @0 @4 @R epoch in @3 & Tokio","0.92.0"],"openapi_$k_@b":["@v detail of @4 openapi_type @8","0.2.3"],"exonum_libsodium-sys":[C[635],"0.0.23"],"ssb-keyfile":["Keyfile $K @0 ssb.","0.5.3"],"combination":["A lib to do math jobs $A permutate @5 combinate @x @t vec.","0.1.5"],"abrute":["AESCrypt Brute force attempter.","0.1.8"],"&V_@b":["@O @8 @s @a @0 deriving additional $5 @0 enums.","0.1.7"],"mirror_sparse_matrix":[C[34],"0.1.14"],"transit_model_relations":["Modeling @4 relations $p objects",C[4]],"coord":["A @c, ergonomic vector mathematics @8","0.11.1"],"bevy_tasks":["A task executor @0 Bevy Engine","0.5.0"],"topo-macro":["$i @a @0 @4 topo @8",C[20]],"orgize":["A @3 @1 @0 @S orgmode @z.","0.8.4"],"bee-message":["@v of @4 IOTA @9 message layouts","0.1.5"],"byte_conv":["@H conversion $2 to bytes","0.1.1"],"gcc":["**Deprecated** @8, renamed to `cc`A $h-$x &m @0 Cargo $h scripts to assist in invoking @4 nativeC ^9 to compile &7 C @X ^c a &g archive to be linked ^c Rustcode.","0.3.55"],"slack-chat-api":["An @y @d @0 Slack","0.1.16"],"vcpkg":["A @1 to find &7 &8 in a vcpkg ^6 at buildtime in order to be $3 in Cargo $h scripts.","0.2.15"],"rotor-stream":["$7 &5 abstration on top of rotor. @O is @4 easiest way to $h a @9 on top of TCP (Unix sockets) @7 rotor","0.6.2"],"chain-p2p":["A Tcp @j.","0.1.7"],"webrtc-unreliable":["UDP-$A (unreliable, unordered) communication $p Javascript/$D @5 &7 @3 via WebRTC","0.5.1"],"command-group":["Extension to Command to spawn in a ^F group","1.0.4"],"sp-std":["Lowest-$C @D @0 @4 Substrate @J: just exports &Q $8 @t &Y or @d/alloc to be $3 @7 any @X @k depends on @4 @J.","3.0.0"],"rood":["General & configurable ^U @1 @0 Purposed projects",C[2]],"$f":["A @3 equivalent of Unix @B \"$f\". Locate installed executable in cross platforms.","4.1.0"],"nsi":["Nodal Scene Interface @0 (offline) 3D renderers – ɴsɪ.","0.6.0"],"exempi":["Safe @3 @6 to Exempi 2.4.","2.5.0"],"crypto-ws-client":["A versatile websocket @d @k supports many cryptocurrency exchanges.","2.5.14"],"containerof":["^H @5 $2 facilitating @4 $9 of intrusive $m in @3.","0.2.2"],"strason":["Json @h @k preserves field ordering @5 stores ^Y as $z, preserving their full @x",C[2]],"solana-cli-output":[C[89],"1.7.8"],"sp-tracing":["Instrumentation $8 @5 @a @0 Substrate.","3.0.0"],"cose-c":["C @y @0 @4 cose @8","0.1.5"],"sfml-build":["&W routines @0 finding @5 linking &7 (C)SFML &4",C[2]],"tokio-tungstenite":["Tokio $X @0 Tungstenite, @4 Lightweight &5-@n WebSocket @2",C[71]],"readfilez":["Quite $H $1 to slice ^X","0.2.4"],"openni2-sys":["@3 @6 @0 OpenNI2","1.1.1"],"mli":["Machine Learning Interface @0 @3",C[13]],"merkle-generator":["^o a merkle ^6 @n on incoming @x",C[0]],"rspirv":["@3 @1 APIs @0 SPIR-V ^B manipulation","0.8.0"],"ra_ap_cfg":["TBD","0.0.66"],"specs_guided_join":["specs guided join @0 ordered join iter",C[6]],"detour":["A cross-@N detour @1 $t in @3","0.8.1"],"embedded-hal-compat":["Compatibility layer @0 interoperability $p different ^8-hal versions",C[9]],"noughts-and-crosses":["My attempt at making a well designed game @u GTK.","0.0.9"],"$1_^6":["Creates a directory $Q suitable @0 storing large ^Y of @z, @5 optionally deletes @4 created directory @5 @z when dropped.","0.1.1"],"whisper":["Whisper $x series $1 @m","0.1.11"],"hamcrest2":["A port of @4 Hamcrest ^5 @1. Fork of originalhamcrest-@e ($f is unmaintained) @7 extra matchers, better docs etc.",C[9]],"tetsy-jsonrpc-core":["Tetsy Transport &6 @e @2 of ^n-RPC 2.0 Specification.","15.1.0"],"truetype":["$7 @W @s a @h @0 TrueType fonts.","0.30.1"],"stager":["Stage @z @0 packaging.","0.3.4"],"sparkpost":["@3 @6 @0 sparkpost email ^Q v1","0.5.4"],"texture-synthesis-cli":["A CLI @0 texture-synthesis","0.8.2"],"fux_kdtree":["K-dimensional ^6 &T in @3 @0 $H NN querying.",C[0]],"zipkin-types":["Type $g @0 Zipkin distributed trace $e",C[3]],"qt_@C_$w":[C[566],"0.2.3"],"sbd":["Read @5 &b Iridium Short Burst Data (SBD) &y",C[0]],"ckb-occupied-capacity-macros":[C[78],C[31]],"stomp":["A full STOMP 1.2 @d @2. Allows programs to @o @7 message queueing services $A ActiveMQ @5 RabbitMQ.",C[13]],"fstab":["An fstab @h @5 modifier",C[2]],"redox_dmi":["DMI table @h","0.1.5"],"rsa":["Pure @3 RSA @2","0.5.0"],"metal":[C[175],C[62]],"cosmwasm":[C[176],"0.7.2"],"tokio-linux-aio":["Tokio @6 @0 &n kernel AIO","0.1.11"],"phase21":[C[878],C[13]],"plist-sys":["Raw @6 to @4 libplist @1.","0.1.5"],"tokio-test":["Testing @E @0 Tokio- @5 @Y-@n @X","0.4.2"],"typebool":["Type-@D booleans meant @0 compile-$x hackery.",C[3]],"z3":[C[514],"0.11.1"],"rustbox":["A @e @2 of @4 termbox @1",C[13]],"capnp-futures":["@R @K @0 Cap'n Proto &y","0.14.1"],"vorbis-sys":["$L @0 @4 libvorbis @1","0.1.1"],"tonic":["A gRPC &c ^A/2 @2 focused on high $F, interoperability, @5 flexibility.","0.5.0"],"qttypes":["Manually maintained buildings @0 Qt &a @i","0.2.2"],"convenience":["Useful @E @k are not part of @4 ^C @1.",C[3]],"wasmtime-debug":["Debug ^s @0 WebAsssembly @X in Cranelift",C[93]],"ffmpeg-next":["Safe FFmpeg @f (FFmpeg 4 ^m fork of @4 ffmpeg @8)","4.4.0"],"wasm-builder":["Tetcore $o @0 ^0 WASM binaries","3.0.1"],"barnacl":[C[154],"0.1.1"],"intern":["@p @0 interning $z @5 other kinds of @x. (WIP)",C[0]],"cron":[C[864],"0.9.0"],"&9_decimal":["A decimal $k @7 no NaN @5 Infinity","0.0.7"],"rtt-target":["Target side @2 of @4 RTT (Real-Time Transfer) I/O @9","0.3.1"],"ordsearch":["A @x $Q @0 ^J lower-bound lookups","0.2.3"],"sourmash":["MinHash sketches @0 genomic @x",C[13]],"nettest":["A @c ^7 speed ^3 @7 a self hosted @T","0.1.1"],"obkv":["Optimized-bytes key @5 a &a store",C[0]],"rocket-lenient-json":["A `rocket_contrib::Json` copy $f removes @4 `Content-Type` check","0.3.1"],"newton":["A Newtonian physics simulator $t in @3.","0.5.1"],"cryptohash":["Trait abstracting &c ^e ^v-@w","0.7.0"],"sanitize-filename-reader-friendly":["A filename sanitizer aiming to produce reader friendly filenames.","2.1.0"],"flowstdlib":["$7 ^C @1 of @w @0 'flow' programs","0.36.0"],"ffi_^s":["$L @E",C[38]],"hyper-tls":["Default TLS @2 @0 $9 @7 hyper","0.5.0"],"google-oauth2_v2":["A @q @1 to @o @7 oauth2 (@9 v2)","0.1.14+20160330"],"libfonthelper":["Reads fonts in passed directories @5 return objects of fonts @0 Figma Font Helper","0.2.9-beta.0"],"ipp-sys-build-help":["^r @0 linking IPP &4 (part of ipp-@r Intel IPP @6)",C[4]],"binance":["@3 @p @0 @4 Binance @y","0.16.2"],"rst":["a reStructuredText @h @5 renderer @0 @4 @B $s",C[2]],"fluence-fork-libp2p-request-response":[C[256],C[22]],"noble-contracts-primitives":["A @8 @k hosts a $w $g @k are relevant @0 @4 noble-contracts.","2.0.0"],"hassle-rs":["HLSL ^9 @1, this @8 @s an $L layer @5 idiomatic @e &l @0 @4 new DXC hlsl ^9 @5 validator.","0.5.2"],"bdk":["A modern, ^y, descriptor-@n wallet @1","0.9.0"],"oak":["A typed @h @C syntax ^d @0 Parsing Expression Grammar (PEG).","0.8.0"],"riff-wave":["@H &X @0 ^X @5 $M PCM wave @z.",C[4]],"@g_rules_&Z":[C[740],"0.0.2"],"env":["Environment variables","0.0.0"],"happiness_^i":["Tool to easily track $q perceived happiness","0.1.31"],"lambda_@J_@G":["@3 @J @0 ^p Lambda",C[4]],"accelerometer":["&S, ^8-friendly accelerometer @m, includingtraits @5 @i @0 taking readings @t 2 or 3-axisaccelerometers @5 tracking device orientations.",C[11]],"ink_env":["[ink!] Low-@D @l @0 ^R @7 @4 smart contract Wasm executor.",C[63]],"prune_@b":["prune &P",C[1]],"ark-poly":["A @1 @0 ^J polynomial arithmetic via FFTs &c finite fields",C[9]],"$b_scan":["easily deserialize ^D @t ^C input","0.4.1"],"abci":["Tendermint ABCI @T @0 @3","0.7.1"],"git2_credentials":["Provide credential $0 to $3 @7 git2::RemoteCallbacks.credentials","0.7.3"],"solana-drone":["Solana Drone","0.21.0"],"$1":["For @3 1.25 @5 older. 1-liner convenience @w @0 ^X @5 $M @z","1.1.2"],"solana-budget-program":["Solana Budget &0","1.7.0"],"imag-annotate":["Part of @4 imag @G ^k: imag-annotate @B",C[22]],"i2csensors":["Traits @0 I2C sensors.","0.1.3"],"gimei":["Generate fake name @0 Japanese",C[0]],"amethyst-imgui":["imgui @1 @0 amethyst","0.7.1"],"typenum":["Typenum is a @3 @1 @0 $k-@D ^Y evaluated at compile $x. It currently supports bits, unsigned integers, @5 signed integers. It also @s a $k-@D array of $k-@D ^Y, but its @2 is incomplete.","1.13.0"],"trie-standardmap":["Standard ^3 map @0 profiling tries","0.15.2"],"termwiz":["Terminal Wizardry @0 Unix @5 ^4",C[36]],"tracy-client":["High @D @6 to @4 @d &4 @0 @4 Tracy profiler","0.12.3"],"ed448-goldilocks":["A &9-@3 @2 of Ed448 @5 Curve448 @5 Decaf","0.8.2"],"loge":["A analysis friendly logger @7 formatted &L.","0.4.2"],"identity":["A stable @3 @2 of an identity (a.k.a., “equality witness”) $k.","0.0.6"],"defrag":["$P @5 low overhead defragmenting $j &F @0 $n","0.1.4"],"liquid":[C[177],C[79]],"electrsd":["Utility to run a regtest electrs ^F, &Q in $S ^5 ^M","0.8.0"],"has":["Introducing 'has a' relationship @0 Rust's $2.",C[3]],"libblas-sys":["$7 @W @s @6 to @4 Basic Linear Algebra Subprograms.",C[3]],"google-autoscaler1_beta2":[C[343],C[344]],"t4rust-derive":["t4rust is a compile-$x templating-$a $f allows &R to &b plain rustcode in $q template.",C[9]],"fluence-sdk-macro":["Definition of @4 `#[fce]` @g","0.6.1"],"data-buffer":["A @c low-@D @x buffer $k &Q @0 IO @5 in homogeneous &r","0.8.0"],"parking_lot_@G":["An advanced @y @0 ^2 custom synchronization $8.","0.8.3"],"bit_crusher":["Rusty Jen Down Sampling DSP",C[0]],"zeit-rs":["A CLI $x tracking $R in @3",C[4]],"psk-client":["@H @f to facilitate TLS connections $f $9 pre-&J keys.","0.1.8"],"unrar_@r":["$L @6 to unrar (@7 minimal abstractions)",C[6]],"jit":[C[850],"0.9.1"],"pacmanconf":["A pacman-conf @f @1 @0 @S pacman config @z","1.0.0"],"envfile":["Buffer an ^M $1 ^c an in-$j map, update @4 map, @5 &b back to @4 $1",C[6]],"cang-jie":["A Chinese tokenizer @0 tantivy","0.12.1"],"telegram-bot-types":["Useful @i @0 ^R @7 @4 Telegram Bot @y",C[6]],"io-at":["Traits @0 Read @5 Write @7 offsets, @f @i & @G impls","0.4.1"],"kd-tree":["k-dimensional ^6",C[9]],"coffee":["An opinionated 2D game $a focused on simplicity, explicitness, @5 $k-safety","0.4.1"],"combine":["Fast @h combinators on arbitrary streams @7 zero-copy @m.","4.6.0"],"evalexpr":["A powerful arithmetic @5 boolean expression evaluator","6.4.0"],"vorbis-encoder":["Interface @0 @4 libvorbis-encoder @1","0.1.4"],"schedule_recv":["Create delayed @5 periodic Receivers",C[3]],"int-enum":[C[795],C[2]],"imag":["Part of @4 imag @G ^k: imag @B",C[22]],"maskerad_object_pool":["A $c of object pools, @0 more ^J dynamic $j allocation",C[9]],"every_variant":["To be $3 @7 all variant, contains @4 @b @g",C[6]],"bevy_^G":["@U ^G $5 @0 Bevy Engine","0.5.0"],"tynm":["Returns $k names in shorter form.",C[1]],"easyfibers":["easyfibers is a closure-less couroutine @1 @0 executing $r tasks as painlessly as possible.","0.7.0"],"ydcv-rs":["A @e $4 of YouDao Console Version","0.4.7"],"gltf-viewer":["@H glTF 2.0 viewer","0.4.1"],"rust-bert":["Ready-to-$9 NLP pipelines @5 transformer-@n models (BERT, DistilBERT, GPT2,...)",C[98]],"ledger-cosmos-rs":[C[973],"0.0.6"],"secrets":["Protected-$W $j @0 ^e secrets","1.1.0"],"cargo-tree":["A Cargo &k @k visualizes a crate's &m graph in a ^6-$A @F","0.29.0"],"$O_clouddirectory":["^p ^L @0 @3 - Amazon CloudDirectory @ 2017-01-11",C[18]],"overlord":["Overlord &B procotol.",C[6]],"afl-sys":["Wrapper $G AFL source","0.1.5"],"$b_millis":["A $b @f @k stores integer millisecond &a @0 timestamps @5 durations ($3 similarly to serde_bytes)","0.1.1"],"logger":["Logging middleware @0 @4 Iron @j.",C[2]],"linfa":["A Machine Learning @j @0 @3",C[2]],"backtrace-parser":["A zero-copy @h @0 @3 backtraces.",C[3]],"pact_verifier_^i":["Standalone pact verifier @0 provider pact verification","0.8.6"],"v-common-v8":[C[178],"0.1.62"],"btrfs-dedupe":["BTRFS whole-$1 deduplication $R","1.0.2"],"serde-feature-hack":["A hack to allow having a feature named $b while having $b as a &m",C[0]],"rusty-cheddar":[C[757],"0.3.3"],"tensorflow":["@3 @L @6 @0 TensorFlow.",C[38]],"ommui_frontend_gtk":["OMMUI frontend $t in GTK","0.3.19"],"snarkvm-profiler":["Profiler @0 a decentralized virtual machine","0.7.5"],"nrf52840-pac":[C[893],"0.9.0"],"nrf52832-pac":["Peripheral $W @y @0 nrf52832 $n","0.9.0"],"enumn":["Convert &1 to &V","0.1.3"],"botan":["@3 @f @0 Botan cryptography @1","0.8.1"],"paw-attributes":["Proc Macro attributes @0 @4 Paw @8.","1.0.2"],"gcj-helper":["A ^r @1 @0 Google Code Jam solutions.","0.5.0"],"coder543-openldap":["Not openldap",C[6]],"neon-runtime":["@I to @4 Node.js &7 addon @y, $3 by @4 Neon @2.","0.9.0"],"pleco":["A blazingly-$H chess @1.","0.5.0"],"cuda-driver-sys":["@3 $X to CUDA Driver APIs",C[9]],"skulpin":["@O @8 @s an &t option @0 drawing hardware-accelerated 2D by combining Vulkan @5 Skia.",C[8]],"ff_@b_ce":[C[179],C[20]],"graphql_@d":["Typed GraphQL requests @5 responses",C[20]],"tiny_ecs":["A tiny ECS @k tries to avoid unnecessary copy/clones","0.19.6"],"pallet-session-benchmarking":["FRAME sessions &u benchmarking","3.0.0"],"neural_^7":["Modular neural ^7 @7 an @2 of back propagation learning @Z.","0.1.3"],"linkme-impl":["@v detail of @4 linkme @8","0.2.6"],"tauri-webview-sys":[C[240],"0.5.0"],"sysfs_gpio":["@U $W to GPIOs @u @4 &n sysfs @l.","0.5.4"],"hls_m3u8":["HLS m3u8 @h/@C",C[2]],"range-split":["^b @0 splitting sequences @7 range parameters",C[2]],"textwrap-macros":[C[871],"0.2.5"],"log-mdc":["A mapped diagnostic context (MDC) @0 $9 @7 @4 `log` @8",C[3]],"vec3":["vec3",C[6]],"bastion-executor":["Cache affine NUMA-aware executor @0 @3","0.4.1"],"fwupd-dbus":["fwupd dbus @d @6",C[0]],"ilc-format-weechat":[C[593],C[0]],"isomorphism":["2 directional hashmaps","0.1.3"],"python3-sys":["$L Declarations @0 Python 3","0.6.0"],"sp-api-proc-macro":["^H @0 declaring @5 ^1 @J apis.","3.0.0"],"beanstalkd-cli":["Command $s Beanstalkd $R",C[2]],"namedarg":[C[180],C[181]],"schemafy_lib":[C[603],"0.5.2"],"solana-genesis":[C[89],"1.7.8"],"google-admin2_email_migration":["A @q @1 to @o @7 admin (@9 email_migration_v2)","0.1.11+20150303"],"libsecp256k1-gen-genmult":["Generator $0 of const @0 libsecp256k1.",C[6]],"spirv-reflect":["Reflection @y in @e @0 SPIR-V shader byte @X, intended @0 Vulkan @Q.","0.2.3"],"^f_libra_crypto-derive":["Libra custom derives @0 `crypto`",C[47]],"azure_sdk_cosmos":["@3 &l $G Microsoft Azure REST APIs - Azure Cosmos DB @8","0.100.3"],"wechatpay":["Wechat payment @T ^L","0.1.4"],"drone-stm32-map-periph-tim":[C[7],C[8]],"pebble_syscall_$w":["&W stuff $p @4 Pebble kernel @5 things @k want to make @M calls","0.1.4"],"thrussh":["A @d @5 @T SSH @1.","0.33.5"],"ideal":["When &R need some ids.","0.7.4"],"cart-tmp-gmem":[C[182],C[3]],"wedpr_ffi_@a":["@p of WeDPR ffi &J @a.","1.1.0"],"feroxide":["A basic chemistry simulator","1.3.2"],"@b_arbitrary":["Derives arbitrary $2","1.0.1"],"drone-stm32-map-periph-exti":[C[7],C[8]],"leb128plus":["LEB128+","0.6.0"],"codegame":["CodeGame @j","0.8.0-alpha"],"gridiron":["@3 finite field @1 @7 fixed size multi-word ^D.","0.9.0"],"tc_@G":["Core @8 of testcontainers, a @1 @0 $S-^5 against docker containers @t within @3.","0.3.1"],"target-cpu-fetch":["Exposes a method @0 querying @4 CPU name @t @4 current target specification ^n $1","0.1.3"],"corepack":["A no_std @m @0 messagepack in $b","0.4.1"],"psyche":["Psyche AI Toolset","0.2.19"],"pnet_packet":["Cross-@N, $J packet @S @5 manipulation",C[93]],"table":["A specialized map @0 storing ^D of varying @i.",C[2]],"treeline":["a @1 @0 visualizing ^6 structured @x",C[3]],"appro-eq":["Approximately equal $2 @5 assertion","0.3.1"],"enso-generics":["A @1 @0 supporting ^I $l.",C[0]],"max170xx":["Platform-&6 @3 ^h @0 @4 MAX170xx 1-cell/2-cell fuel-gauge systems @7 ModelGauge @0 lithium-ion (Li+) batteries.Compatible @7 MAX17043, MAX17044, MAX17048 MAX17049, MAX17058 @5 MAX17059.",C[3]],"parry3d":["3 dimensional collision detection @1 in @3.","0.6.0"],"sensehat-screen":["A @1 @0 @u @4 8x8-LED matrix, @7 RGB565 coloring, on @4 Raspberry Pi Sense HAT device.","0.2.6"],"cipher":["Traits @0 describing block ciphers @5 &5 ciphers",C[9]],"min-max-heap":["An ^J, double-ended priority queue","1.3.0"],"blurdroid":["Bluetooth lib @0 @3 @u Android's bluedroid",C[1]],"pure-rust-locales":["Pure @3 locales imported directly @t @4 GNU C @p. `LC_COLLATE` @5 `LC_CTYPE` are not yet supported.","0.5.6"],"bevy_ui":["A custom ECS-driven UI @j built specifically @0 Bevy Engine","0.5.0"],"newtype":["Custom &O to give tuple &w newtype semantics",C[6]],"sysexit":["Exit codes @0 programs",C[0]],"tract-hir":[C[141],"0.15.2"],"rline":["Input $s retrieval @u libreadline's \"Alternate Interface\".",C[9]],"autotools":["A $h &m to $h &7 &4 @k $9 configure&make-style $h systems","0.2.3"],"stripe-rust":["@y @6 @0 @4 Stripe ^A @y","0.12.3"],"hllvm-sys":["$L @f $G @4 LLVM C++ @1","0.1.3"],"basiccountminsketch":["A basic count min sketch @2",C[4]],"find-binary-version":["Identify $J versions easily","0.3.8"],"noble-utility":["FABRIC @E noble","2.0.0"],"gsbrs":["@U a @d @0 @4 Google Safe Browsing Lookup @y","0.7.1"],"rudy":["Judy array @2 in &9 @3",C[3]],"wasmer-wasi":["WASI @2 @1 @0 Wasmer $D @J","2.0.0"],"mqtt-protocol":["MQTT ^a @p",C[13]],"recap-derive":["Derives FromStr impl @0 @i $f are then deserialized @u recap","0.1.1"],"index-pool":["A pool $f manages allocation of unique indices. Acts $A a psuedo-$j ^l.","1.0.11"],"qapi-parser":["QEMU QAPI ^n specification @h","0.5.0"],"preferences":["Read @5 &b user-specific $N @x (in stable @3)","1.1.0"],"json_@a":["Convenience @a @0 constructing ^n objects @t literals.","0.3.2"],"sparse-bitfield":["Bitfield @k allocates a series of ^S buffers",C[13]],"ntex-router":["Path router","0.5.0"],"wharf":["&2 docker ^Q @1","0.1.10"],"recloser":["A concurrent circuit breaker &T @7 ring buffers",C[9]],"$J_@a_impl":["$B @g @V @0 ^V base64-$A encodings in $d literals to [u8] literals.","1.0.0"],"hyper-socks2-mw":[C[183],"0.4.4"],"h2n5":["^A 2 N5: Serve N5 datasets &c ^A as tiled image stacks","0.1.7"],"gl":["OpenGL @6",C[8]],"raw-window-handle":["Interoperability @1 @0 @3 Windowing @Q.","0.3.3"],"realm":["@3 / Elm base full stack &h @j.","0.1.23"],"poolcache":["A hybrid object pool @5 LFU cache @k permits cached object reuse. Useful @0 avoiding allocations","0.1.1"],"cargo-erlangapp":["Build @3 $V ^8 in an Erlang $N","0.1.4"],"hdd":["hdd: instruments @0 querying ATA @5 SCSI disks","0.10.3"],"devicemapper":["A @1 @0 @u &n device mapper","0.29.3"],"newrelic":["Idiomatic @3 @6 to @4 New Relic C SDK.Note: versions 0.1.0 onwards of this @8 are completely incompatiblewith previous versions as they move away @t @4 deprecated New Relic SDKto @4 newer New Relic C ^L. @O has additional requirements: seehttps://docs.newrelic.com/docs/agents/c-sdk/get-started/introduction-c-sdkfor details.","0.2.2"],"cargo-bump":["Increments @4 $4 &1 of @4 current ^t.","1.1.0"],"ucd-generate":["A &0 @0 $E packed representations of @4 &i characterdatabase @k can be efficiently searched.","0.2.10"],"sha3":["SHA-3 (Keccak) ^v $0","0.9.1"],"egui-macroquad":["@I $p egui @5 macroquad","0.5.0"],"cargo-info":["Extends @P to query crates.io registry @0 $V details","0.5.14"],"bool_ext":["A @8 $f defines @5 implements a @q set of `Option`/`Result`-style Boolean functional combinators on Rust's `bool` primitive $k.","0.5.1"],"aljabar":["A super ^I, super experimental linear algebra @1.","1.0.2"],"rfc1751":["@v of @4 human-readable $J-to-^G @M RFC 1751",C[3]],"simple-bind":["One-$s non-exhaustive binds",C[1]],"dmenv":["@H @5 practical virtualenv &F @0 Python",C[68]],"wundergraph_@b":["Internal ^N @g @2 @0 wundergraph",C[3]],"broccoli":["broadphase collision detection $U","2.0.5"],"gdk-pixbuf-sys":["$L @6 to libgdk_pixbuf-2.0",C[8]],"screen-framing":["Screen capture.",C[9]],"knx_ets_rs":["KNX ETS @p","0.0.6"],"nu-protocol":["Core ^D @5 protocols @0 Nushell",C[23]],"netstat2":[C[293],"0.9.1"],"cuckoofilter":[C[184],"0.5.0"],"cpp_syn":["Internal @e-cpp nom @h @0 @3 source @X",C[11]],"urdf-rs":["URDF @h @u $b-xml-rs","0.6.1"],"stm32l4xx-hal":["Hardware $C layer @0 @4 stm32l4xx chips","0.6.0"],"adi_gpu_vulkan":["Vulkan @2 @0 adi_gpu",C[13]],"zx-bip44":["BIP44 HD derivation",C[3]],"libeither":["Either &P @0 @3",C[2]],"intspan":["Command $s ^U @0 IntSpan related bioinformatics $K","0.4.14"],"streamunordered":["An ^J @R &5 multiplexer","0.5.2"],"tm4c129x":["Peripheral $W @y @0 TI TM4C129x $n","0.9.0"],"borrow-bag":["A $k-$P, heterogeneous $c @7 zero-cost add @5 borrow","1.1.0"],"r2fa":["@3 Two-Factor Authentication (R2FA) is a $c of ^U @0 two-factor authentication.","0.5.0"],"vk-bot":["Build chat bots @0 VK (VKontakte) communities easily.","3.0.0"],"boiler-generated":["Generated @z @0 @4 boiler steam connection @1.",C[3]],"ecpool":["Thread pool @0 managing executions of erasure coding","1.0.2"],"cargo-local-pkgs":["Run @P commands on all local packages","0.3.2"],"indoc":[C[978],"1.0.3"],"wasm-bindgen-cli":["Command $s @l of @4 `#[wasm_bindgen]` &Z @5 ^t. For moreinformation see &N://github.com/rustwasm/&p-bindgen.",C[5]],"noble-transaction-payment":["FABRIC noble to manage transaction payments","2.0.0"],"smithy_@i":["@i related to Smithy","0.0.7"],"wikipedia":["Access wikipedia articles @t @3","0.3.4"],"debugid":[C[400],"0.7.2"],"glslopt":["Optimizes GLSL shader @X","0.1.9"],"scp":["A @3 @1 @k parses $z of ^G as commands, subcommands, parameters @5 options.","0.6.1"],"ic-identity-hsm":["Identity @2 @0 HSM @0 @4 ic-agent @W.","0.3.3"],"print-flat-tree":["Convert a flat-^6 to a $d.","1.1.3"],"rustsec":["Client @1 @0 @4 RustSec security advisory ^P","0.24.2"],"rustdt_util":["^b @5 $w @X @0 RustDT @3 projects","0.2.3"],"sabre-sdk":["Sawtooth Sabre is a transaction family $f implements on-chain smart contracts executed in a $D virtual machine.","0.7.2"],"cdivsufsort":["@3 @6 @0 Yuta Mori's divsufsort","2.0.0"],"prost-amino-derive":["A ^a Buffers @2 @0 @4 @3 &U modified to enable amino (de)@K.","0.6.1"],"sea-query-derive":["&O @g @0 sea-query's Iden $y",C[4]],"ratsio":["Ratsio is a @3 @d @1 @0 NATS messaging @M @5 NATS Event Streaming.",C[50]],"hmac":["&S @2 of Hash-@n Message Authentication Code (HMAC)",C[13]],"pegasus":["GFX + Specs @j",C[9]],"msg-transmitter":["A tcp-@n, single-@T-&j-clients model @7 @4 @3 $l @L.","0.3.2"],"casperlabs-contract":[C[203],"0.6.1"],"json":["^n @2 in @3","0.12.4"],"serialport":["A cross-@N low-@D serial port @1","4.0.1"],"fst-regex":["DEPRECATED. Use 'regex-automata' @8 @7 'transducer' feature instead.",C[9]],"fixt":["minimum viable fixtures","0.0.3"],"molecule":["@3 @6 @0 molecule.","0.7.1"],"acick":["Command $s ^U @0 $l contests","0.1.1"],"cargo-todox":["Ensure source @z in a @P ^t do not contain TODOX issues.","0.2.2"],"exempi-sys":["Unsafe @3 @6 to Exempi 2.4. Part of exempi-rs.","2.5.0"],"timely_bytes":["Disjoint mutable byte slices @t a $w allocation",C[11]],"spandoc-attribute":[C[1003],"0.1.1"],"jwilm-xdo":["@3 @6 @0 a few libxdo &X",C[4]],"pentest-toolbox-improved":["Cheers","0.1.37"],"pikkr":["^n &C $f picks up ^D directly ^W performing tokenization in @3",C[87]],"rustfmt-nightly":[C[813],"1.4.21"],"j4rs":["j4rs stands @0 'Java @0 @3' @5 allows effortless calls to Java @X, @t @3",C[36]],"junction":["@1 @0 ^j @7 NTFS junctions",C[0]],"lopdf":["A @3 @1 @0 PDF document manipulation.","0.26.0"],"lamport_sigs":["@v of @4 Lamport one-$x signature scheme.","0.7.0"],"onnxruntime-sys":["Unsafe @f $G Microsoft's ONNX Runtime","0.0.12"],"tinylogger":["env_logger semi-^m logger but much much smaller","0.1.1"],"color-thief":["Grabs @4 dominant color or a representative color palette @t an image.",C[6]],"tight":["A @c @B-$s expense tracker","1.0.1"],"ash-tray":["A Tray to host Ash @7 Winit",C[38]],"analytic":["$7 analytic @8 has been renamed to be @4 math @8 &N://crates.io/$V/math","0.7.1"],"solana-banks-interface":["Solana banks RPC @l","1.7.8"],"json-rpc-types":["Type $g @0 ^n-RPC","1.0.1"],"jsonfeed":["&C @0 @4 JSONFeed (&E://jsonfeed.org) specification",C[0]],"autolink":["HTML auto-linking",C[9]],"llvm-sys-wrapper":["Shallow @f @0 llvm-@r.","0.6.1"],"echoloc":["Generated by template 'rustyhorde-lib-template' by @P-^o","0.1.10"],"stdsimd":["SIMD @m in Rust's ^C @1.",C[4]],"sccache":["Sccache is a ccache-$A $R. It is $3 as a ^9 @f @5 avoids compilation when possible, storing a cache in a remote ^x @u @4 S3 @y.","0.2.15"],"stellar_vanity":["A @c CLI @0 $E Stellar vanity addresses","0.8.0"],"sg3":["A @1 @0 getting $e @t &n SCSI &S (sg3)","0.1.5"],"captrs":["Cross-@N screen capture @1","0.3.1"],"oftlisp":["A ^9 @5 interpreter @0 OftLisp, in @3.","0.1.3"],"winit":[C[185],"0.25.0"],"varisat":["A CDCL @n SAT solver (@1)","0.2.2"],"rendy-factory":["Rendy's factory $R","0.5.1"],"sqlite3":[C[186],"0.24.0"],"$k_of":["Exports a set of @a $f can be &Q @0 inspecting @4 $k of various expressions in $q @X at @J.","0.1.1"],"index-fixed":["convert slices ^c arrays @u indexes ([T] -> [T;N])","0.3.1"],"nannou_laser":["A cross-@N laser DAC detection @5 streaming @y.",C[38]],"websocket-stream":["Non-blocking Websocket (RFC-6455) @f @0 TcpStream","0.0.5"],"py_sql":["@3 SQL @f lang","1.0.1"],"conduit-json-parser":["Middleware to parse incoming ^n requests @0 conduit","0.8.0"],"chiisai":["A micro @j @0 micro services!",C[1]],"mownstr":["Maybe Owned String","0.1.1"],"beginner_^U":["Useful @1 designed @0 new Rustacens, @s good examples @k are &Q in @c projects","1.1.1"],"dynomite":["@U set of high-@D productive DynamoDB interfaces",C[20]],"google-youtubeanalytics1":[C[735],C[736]],"lzf":["A ^S @f $G LibLZF, a very ^S @x ^z @1","0.3.1"],"oxilangtag":["@H @5 $H @2 of @L tag normalization @5 validation",C[4]],"cpuid-bool":["DEPRECATED: replaced by @4 `cpufeatures` @8",C[959]],"derive-com-impl":["$B @a to help implement COM interfaces @t @3.","0.1.1"],"amigo":["a scheme inspired @L","0.3.1"],"hex_grid":["A @1 to easily work @7 2d hex grids of arbitrary shapes",C[6]],"woz":["Woz is a $D progressive &h app (PWA) toolchain @0 deploying performant mobile apps distributed @0 free @7 a hyperlink.","1.4.0"],"wrc":["A &f-$P weighted reference counting smart-pointer @0 @3.","2.0.0"],"lignin":["A virtual DOM $Q, primarily @0 &h $9.",C[3]],"async-nats":["An @R @3 NATS @d",C[22]],"configure_@b":["Derives @0 @4 configure @8.","0.1.1"],"frame-executive":["FRAME executives $a","3.0.0"],"lib3h_mdns":["lib3h mdns LAN discovery ^B","0.0.42"],"derive-ocaml":["Custom @b @5 $i @a @0 &t $L @7 ocaml on top of @4 ocaml @8","0.1.3"],"gitignored":["A @3 @2 of @4 gitignore @Z",C[2]],"hangeul":["Korean alphabet manipulation @1",C[0]],"twilight-mention":["^b @0 ^j @7 mentions in @4 Twilight ecosystem.","0.5.1"],"reffers":["Smart pointers: ARef, @k allows even further owner erasure than OwningRef. Strong is a $j ^J Rc + RefCell in one. And more!","0.6.0"],"wasmcloud-nats-kvcache":["A key-&a capability provider @0 wasmCloud @k replicates @x changes &c NATS","0.5.1"],"bytecheck":[C[788],"0.6.3"],"zellij-client":["$7 @d-side @1 @0 Zellij",C[71]],"float_extras":["Extra floating-point math @w @t C math @1.",C[1]],"win-crypto-ng":["Safe @6 to ^4 Cryptography @y: Next Generation",C[2]],"cap-fs-ext":["Extension $2 @0 `Dir`, `File`, etc.","0.16.3"],"tc-consensus-babe":["BABE &B @Z @0 tetcore","0.8.0"],"cntr-nix":["@3 friendly @6 to *nix APIs (fork @7 features $3 in cntr)","0.11.3-pre1"],"@e_inbox":[C[187],"0.0.5"],"helianto":["A minimalist &g website @C","0.1.0-beta1"],"jlink_rtt":["Implements @4 JLINK RTT @9",C[0]],"oracle":["Oracle $X","0.5.2"],"bevy-glsl-to-spirv":["Deprecated. @O @8 is a temporary measure until &7 @e shader compilation $A &N://github.com/gfx-rs/naga lands.",C[6]],"google-drive3":[C[892],"2.0.6+20210322"],"executor-trait":["A $c of $2 to define a $w @l across executors","2.0.1"],"pokemon_go_@x":["A convenient @l @0 Pokemon Go @x","0.6.0"],"crev-lib":["@p @l @0 programmatic $W to @8 reviews of @P-crev","0.21.0"],"debugit":["Debug-print any &a ^W $y bounds @u specialization (@3 nightly channel)",C[4]],"@R_logger":["Asyncronous logger allows $M arbitrary slices to a $j buffer, $f then processed by a writer in it's own &f.","0.3.3"],"cxx-gen":["C++ @X @C @0 integrating `cxx` @8 ^c higher @D ^U.","0.7.50"],"stm32f4xx-hal":["Peripheral $W @y @0 STM32F4 series $n","0.9.0"],"tokio-tar":[C[1055],C[9]],"uchardet":["Detect character encodings @u uchardet @1","2.0.4"],"lscolors":["Colorize paths @u @4 LS_COLORS ^M variable","0.7.1"],"rog_fan_curve":["A @1 @5 ^i @0 setting fan curves on some asus laptops.","0.1.8"],"ioctl-sys":["IO Control @0 POSIX-@5-beyond systems (@G fn & @a, see `ioctls` @0 many ioctl $g)","0.7.1"],"game-of-life-parsers":["Collection of parsers @0 Conway's game of life.","2.0.1"],"wgpu-types":[C[815],"0.9.0"],"warn":["A @1 @0 a warning callback $y","0.2.2"],"conrod_example_&J":["A ^S @8 @0 sharing $w @X $p conrod examples.","0.74.0"],"redox_uefi_&Y":["UEFI ^C @1","0.1.4"],"tugger-file-manifest":["Interact @7 lists of @z through a ^x-&6 @l",C[2]],"foundationdb":["High @D @d @6 @0 FoundationDB.","0.5.0"],"rabbot":["Abstract $X ^6 @C",C[0]],"everust":["Evaluates @e @X.",C[9]],"pretable":["show pretty table","0.3.3"],"roa-core":["@G components of roa &h @j","0.5.1"],"blossom":["@v of @4 Blossom @Z to get a maximum matching in an undirected graph",C[2]],"tetcore-database":["Tetcore ^P $y.","2.1.2"],"wasmtime-environ":["Standalone ^M @m @0 WebAsssembly @X in Cranelift",C[93]],"stl":["Stereo Lithography $1 input @5 &L.",C[0]],"swc_ecma_loader":["General ecmascript loader $3 @0 transforms","0.11.1"],"sputnikvm-precompiled-bn128":["bn128 precompiled contracts @0 SputnikVM.",C[188]],"msp430-atomic":["Atomic $K @0 MSP430 $n","0.1.3"],"pastebin_@e_^Q":["@p @0 posting content to pastebin.com","0.5.13"],"hex_d_hex":["HexDHex is a @3 Crate @k encodes @5 decodes byte @x to @5 @t its hexidecimal representation. For instance, one may wish, on ocasion @k is, to translate a utf8 or ASCII $d of hex byte @x such as \"0F12FF00A7\" to a vector of u8s [15,18,255,0,167] or vise versa.","1.0.1"],"kync_^3_$T":["A ^3 $T @0 KyNc",C[6]],"vulkano-win":["Link $p vulkano @5 winit","0.24.0"],"gfx_glyph":["Fast GPU cached ^G rendering @u gfx-rs & ab_glyph",C[38]],"cargo-cacher":["@P-cacher is a crates.io proxy @k will proxy requests made when ^0 a @W @7 Cargo","1.2.5"],"gfx":["A high-$F, bindless ^O @y","0.18.2"],"ipopt":["@3 @L @6 @0 @4 Ipopt non-linear constrained optimization @1.","0.5.4"],"base65536":["A $J $6 optimized @0 UTF-32/UCS-4 encoded ^G @5 Twitter","1.0.1"],"wait-timeout":["A @8 to wait on a child ^F @7 a timeout specified across Unix andWindows platforms.",C[0]],"euclid_@a":["Euclid @2 detail",C[3]],"gelatin":["A basic UI @j","0.7.0"],"symphonia-codec-aac":["Pure @3 AAC decoder (a part of ^t Symphonia).",C[9]],"ssd1331":["I2C/SPI ^h @0 @4 SSD1331 OLED display controller",C[9]],"libaster":[C[856],"1.2.1"],"ruzstd":["A decoder @0 @4 zstd ^z @F","0.2.4"],"alcoholic_jwt":["@p @0 validation of RS256 JWTs","1.0.0"],"linked_^v_set":["HashSet @7 insertion ordering","0.1.4"],"remain":["Compile-$x checks @k an &V, &P, or match is $t in sorted order.","0.2.2"],"shio":["Shio is a $H, @c, @5 $r micro &h-@j @0 @3.",C[9]],"glm":["GLSL mathematics @0 @3.","0.2.3"],"rip":["a userspace TCP/IP stack","0.0.1"],"solv":["Microsoft Visual Studio solution validator","0.3.3"],"xi-rpc":["^b @0 ^0 peers (both @d @5 @T side) @0 xi's ^n RPC variant.",C[9]],"opencorpora":["Reading @5 @S opencorpora.org XML-dictionary.",C[0]],"sanakirja":[C[283],"1.2.8"],"cli-setup":["Helper @w @0 installing manpages alongside a @B-$s $R.","0.2.7"],"cip_@e":["@O is a Cubic Interpolation Pseudo-Particle (CIP) @2 in @3. For more $e, contact mgubolin at protonmail dot com or @4 original article in TAKEWAKI, Hrn; NISHIGUCHI, A.; YABE, T. Cubic interpolated pseudo-particle method (CIP) @0 solving hyperbolic-$k equations. Journal of computational physics, 1985, 61.2: 261-268. or TAKEWAKI, Hideaki; YABE, Takashi. $7 cubic-interpolated pseudo particle (CIP) method: $N to nonlinear @5 multi-dimensional hyperbolic equations. Journal of Computational Physics, 1987, 70.2: 355-372.","0.9.8"],"bolero":["fuzz @5 property ^5 front-end","0.6.0"],"can-utils":["Handy modules @5 @E @0 manipulating CAN @x @5 interfaces.","0.1.4"],"$O_elasticache":["^p ^L @0 @3 - Amazon ElastiCache @ 2015-02-02",C[18]],"symspell":["Spelling correction & Fuzzy search","0.4.1"],"winepath":["Convert $p Wine @5 &7 $1 paths ^W spawning a `winepath` ^F.","0.1.1"],"@P_metadata":["structured $W to @4 &L of `@P metadata`",C[8]],"yaz0":["A @1 @0 de/compressing Nintendo Yaz0 @z",C[9]],"piston-shaders":["Shaders @0 game &D in @3",C[2]],"twelf":["Twelf is a $I solution @0 @3 &H 12-Factor @m. It is designed @7 layers in order to configure different sources @5 formats to $h $q $I. $7 main goal is to be very @c @u a ^N @g.","0.1.7"],"objc-foundation":["@3 @f @0 Objective-C's Foundation @j.","0.1.1"],"mapr":[C[382],"0.8.0"],"tui-react":["TUI widgets @u a react-$A paradigm, allowing mutable component state @5 render properties.",C[71]],"tcs3472":["Platform-&6 @3 ^h @0 @4 TCS3472 RGB color light to digital converter @7 IR filter.",C[0]],"google-serviceregistryalpha-cli":[C[309],C[310]],"wee_alloc":["wee_alloc: $7 Wasm-Enabled, Elfin Allocator","0.4.5"],"macro-attr":["@O @8 @s @4 `macro_attr!` @g @k enables @4 $9 of custom, @g-@n attributes @5 derivations. Supercedes @4 `custom_derive` @8.",C[0]],"rst_@h":["a reStructuredText @h",C[2]],"pairing":[C[352],C[68]],"lru-cache":[C[210],C[4]],"postal":["$L @6 @5 $P @l to libpostal","0.2.4"],"libwebp":["A $X to libwebp",C[4]],"release-manager":["A $o to manage releasing @e programs","0.1.4"],"rumqttc":[C[848],"0.8.0"],"servo-fontconfig":["@3 @6 @0 fontconfig","0.5.1"],"ndk-glue":["Startup @X @0 android binaries",C[9]],"grep":[C[743],"0.2.8"],"bite":["read @5 &b $8 in little endian, @5 in big endian.","0.0.5"],"bigml":["Unofficial BigML @d @6","0.7.0"],"opener":["Open a $1 or link @u @4 @M default &0.","0.5.0"],"fixed-vec-deque":["A fixed-size, zero-allocation circular buffer @0 @3","0.1.9"],"threema-gateway":["A @d @1 @0 @4 Threema Gateway.",C[71]],"mysqlclient-sys":["Auto-^Z @e @6 @0 libmysqlclient","0.2.4"],"tetsy-libp2p-core-derive":["$B @a of tetsy-^q-@G","0.21.1"],"stund_@9":["$7 @d/@T @9 $3 by @4 \"stund\" &0.","0.1.4"],"openvpn-plugin":["A @8 allowing &t creation of OpenVPN plugins in @3","0.4.1"],"machine-vision-formats":["Type $g @0 ^j @7 machine vision cameras",C[3]],"realsense-rust":["High-@D RealSense @1 in @3","1.1.0"],"jmap":["JMAP @h/@C","0.0.5"],"reproto-backend-java":[C[189],"0.3.36"],"c3p0":[C[877],"0.62.2"],"density":["Find @4 average size of @z in a directory","0.5.1"],"$I":["$7 @W @s a malleable ^6 $Q.","0.7.2"],"unsafe_unwrap":["Unsafely unwrap Result @5 Option @i ^W checking.",C[3]],"kts-etl":["Extract, transform @5 load @x @t $q local ^M.",C[88]],"civet":["civetweb-@n @T @2 @0 conduit","0.12.0-alpha.5"],"dyn-clonable":[C[873],"0.9.0"],"srt-tokio":[C[190],C[0]],"tenjin":["A $H @5 @c template $a.","0.5.1"],"async-dnssd":["&2 @f @0 DNS-SD C &4",C[420]],"servo-glutin":[C[216],C[71]],"sentry-error-chain":["Sentry $S @k allows capturing ^u-chain errors.","0.21.0"],"shellfn":["Attribute-$A ^N @g $f reduces @4 amount of @X required to call shell commands @5 parse @4 results","0.1.1"],"aes-stream":["Read/Write Wrapper @0 AES Encryption @5 Decryption during I/O Operations",C[6]],"memory-module-sys":["@I to @4 MemoryModule @1 @0 loading &4 @t $j on ^4",C[9]],"mongors":[C[215],C[191]],"alga_@b":["&O &Z @0 ^1 algebraic $2 @t @4 alga @8.","0.9.2"],"mob":[C[601],"0.4.3"],"egg-mode-text":["Text @S @0 Twitter: character counting, hashtag/mention extraction","1.14.7"],"bm-le":["Little endian 256-bit layer @0 $J merkle trie @7 ssz compatibility @5 &M",C[13]],"lfs":[C[192],"0.7.6"],"cargo-license":["Cargo &k to see license of &8","0.4.1"],"liquid-error":[C[177],C[193]],"amplify_@b_&s":["Amplifying @3 @L capabilities: ^r @w @0 ^2 ^N @g &4","0.0.4"],"nature":["It's a high-@D &e governance @N, a ^F orchestration $R, @5 a low-@X @N.","1.0.0"],"wy":["@3 @2 of wyhash $U","1.1.2"],"$6_rs_io":["Streaming transcoding @0 encoding_rs","0.1.7"],"immutable-seq":["Immutable sequence @x $Q",C[4]],"ophelia-hasher":["ophelia hasher $y",C[0]],"etcd":["A @d @1 @0 CoreOS's etcd.","0.9.0"],"lpc82x":["DEPRECATED. Use lpc82x-hal or lpc82x-pac instead.","0.6.0"],"concurrent_lru":["A concurrent LRU cache",C[0]],"interpolate":["A @c form of $d interpolation","0.2.3"],"scroll":["A suite of powerful, extensible, ^I, endian-aware Read/Write $2 @0 byte buffers","0.10.2"],"solana-transaction-status":["Solana transaction status @i","1.7.8"],"relegram":["@f @0 telegram bot ^Q",C[52]],"schroedinger_box":["A @3 container $k modeled after Erwin Schrödinger’s famous thoughtexperiment.","0.0.2"],"pallet-vesting":["FRAME &u @0 manage vesting","3.0.0"],"readelf":["A &9-@e @2 of @4 binutils $o readelf","0.0.2"],"warp":["serve @4 &h at warp speeds","0.3.1"],"x86_64":["Support @0 x86_64 specific instructions, registers, @5 $m.","0.14.4"],"pwm-pca9685":["Platform-&6 @3 ^h @0 @4 PCA9685 I2C 16-channel, 12-bit PWM/Servo/LED controller.","0.3.1"],"$b_@b_state":[C[194],"0.4.10"],"css":["A @8 @k uses @4 cssparser @5 selectors $V to provide a domain model @0 CSS Stylesheets. Intended to allow effective minification of CSS @5 CSS transformations such as autoprefixing @5 removal by other $V","0.0.22"],"htmlstream":["Lightweight HTML @h @0 @e","0.1.3"],"empty":["$7 empty list @5 iterator","0.0.4"],"divbuf":["Buffer object @k can be recursively divided ^c smaller buffers","0.3.1"],"frugalos_raft":["An @2 of @4 `raftlog::Io` $y @0 `frugalos`","1.2.0"],"binaryen-sys":[C[925],C[11]],"uil_&J":["Support @X &J by uil &4.","0.0.3"],"&V_@t_str":[C[554],C[3]],"skulpin-plugin-imgui":["A $T @0 skulpin @k implements imgui rendering","0.7.1"],"glyph_brush":["Fast cached ^G render @1 @u ab_glyph","0.7.2"],"ark-crypto-primitives":["A @1 of &Q ^e $8",C[9]],"net":["...",C[3]],"mysql-proxy":["Extensible MySQL Proxy",C[6]],"unwind-sys":["$L @6 to libunwind",C[4]],"rawsql":["A @e @1 @0 reusing SQL",C[3]],"metrics-exporter-http":["A &z-@G ^m exporter @0 serving &z &c ^A.",C[9]],"sql":["$7 @W @s a constructor of SQL statements.","0.4.3"],"solana-jsonrpc-server-utils":[C[195],C[2]],"galil-seiferas":["General $d search in constant space, linear $x, @0 nonorderable alphabets.","0.1.5"],"gjio":["&2 input @5 &L.","0.1.3"],"ucl":["@3 @6 to libucl","0.1.4"],"tower-load":["Strategies @0 measuring @4 load of a &e",C[9]],"yocto":["A minimal, $j-only @x store",C[9]],"helix":["Embed @3 in $q Ruby","0.7.5"],"cargo-generate":["@P, make me a ^t","0.7.2"],"huelib":["@3 @6 @0 @4 Philips Hue @y",C[36]],"simple-slab":["Fast @5 ^y Slab Allocator.","0.3.3"],"dpdk-core":["A @f $G DPDK's @G @j","0.1.5"],"bobbin-bits":["Small bit fields @5 ranged integers","0.1.1"],"$O_datapipeline":["^p ^L @0 @3 - ^p Data Pipeline @ 2012-10-29",C[18]],"os-detect":["Detect an OS installed on a partition","0.2.2"],"opusfile-sys":["@I to libopusfile",C[0]],"unit_^3_^s":["@3 unilities @0 unit tests","0.1.3"],"holochain_serialized_bytes_@b":["@U @b @a @0 holochain serialized bytes.","0.0.51"],"google-clouddebugger2-cli":[C[196],C[61]],"kaos":["Chaotic ^5 harness","0.1.1-alpha.2"],"hex-view":["Easily @F a &[u8] as hex.","0.1.3"],"slugid":["SlugId $Z @0 @3","1.0.0"],"serial_^3":["Allows @0 @4 creation of serialised @3 tests","0.5.1"],"frame-support-procedural-tools":[C[534],"3.0.0"],"google-partners2-cli":[C[197],C[198]],"twapi":["A @c Twitter @1. @O is &t @0 customize.","0.7.0"],"$b_repr":["&O Serialize @5 Deserialize @k delegates to @4 underlying repr of a C-$A &V.","0.1.7"],"modulo":["@H modulo operation.",C[4]],"i2c-linux":["&n I2C device @l",C[4]],"ovr-mobile-sys":["@3 @6 @0 Oculus VR Mobile ^L",C[2]],"arduino_mkrzero":["Board Support @8 @0 @4 Arduino MKRZERO",C[20]],"amethyst_^3":["Amethyst ^3 @E @8",C[74]],"^8_@i":["Types &Q in ^8, no_std amd hw &D","0.3.2"],"psyche-serde":["Serialize/Deserialize ^B @0 Psyche AI Toolset","0.2.19"],"dbc":["@H design by contract assertions","0.3.3"],"tao":["Cross-@N window &F @1.",C[2]],"crossterm_screen":["A cross-@N @1 @0 raw @5 alternate screen.","0.3.2"],"trk-io":["TrackVis (*.trk) reader @5 writer",C[68]],"smart_open":["opens @z @0 ^X.","0.1.3"],"structmeta":["Parse Rust's &Z arguments by defining a &P.","0.1.3"],"manber-fingerprinting":["Find similarities in @x. An @2 of Udi Manber's 1994 Usenix paper.","0.6.0"],"primal-check":["Fast standalone primality ^5.","0.3.1"],"roa-pg":["$v-postgres $S @7 roa @j","0.5.1"],"triable":["Extends @4 `try!` @g to @i other than `&Y::result::Result` by introducing a `Triable` $y.",C[4]],"recipe-reader":["A reader @0 recipe @z of @4 C2 @L. See c2lang.org @0 $e about C2 lang @5 specification of @4 @F.","0.9.11"],"drone-stm32-map-pieces-2":[C[7],C[8]],"what-bump":["Detect required $4 bump @n on conventional commit &y","1.2.0"],"spng":["@3 @6 to libspng",C[35]],"dprint-swc-ecma-ast-view":["View of @4 swc AST that's easier to navigate.","0.24.0"],"alloc_buddy_simple2":[C[213],C[4]],"heapless":["`&g` friendly @x $m @k don't require dynamic $j allocation","0.7.3"],"reql":["A &7 ReQL ^h",C[20]],"amadeus-parquet":["An Apache Parquet @2 in @3.","0.4.3"],"http-signatures":["An @2 of @4 ^A Signatures RFC","0.8.0"],"unic-emoji":["UNIC — &i Emoji","0.9.0"],"never-type":["@O @1 is an alternative @2 of never $k @0 stable @e.","0.1.1"],"jsonrpc-client-core":["A @8 @0 $E transport &6, auto serializing, strongly typed ^n-RPC 2.0 clients","0.5.0"],"hueclient":[C[399],"0.4.1"],"timeseries":["$x Series @1",C[6]],"cortex-m-rtic":["Real-Time Interrupt-driven Concurrency (RTIC): a concurrency @j @0 ^0 real-$x systems",C[199]],"dbus-crossroads":["Framework @0 $M D-Bus method handlers",C[2]],"scalar":["A $y @0 scalars (integers @5 floats)","0.1.8"],"utm":["Convert latitudes @5 longitudes to UTM coordinates","0.1.4"],"specs-physics":["nphysics $S @0 @4 Specs entity component @M",C[9]],"$H_fmt":["@O @8 @s faster, more flexible @5 more correct alternative to @G::fmt","0.1.3"],"glium_^G_rusttype":["glium_text fork, ^G drawing @7 glium @5 rusttype","0.3.3"],"num-digitize":["Converts integer of $k N ^c Vec containing its digits.","0.4.2"],"reql-derive":["DEPRECATED: $9 reql-@a",C[70]],"headers-derive":["@b(Header)","0.1.1"],"riker-log":["A Log ^B @0 Riker.","0.2.4"],"wkt":["@3 read/&b @m @0 well-known ^G (WKT)","0.9.2"],"contrie":["Concurrent map @5 set","0.1.4"],"zeros":["Keccak @2","11.1.0"],"timely_&v":["&W timely &v infrastructure",C[11]],"jit_@a":["JIT ^H","0.0.9"],"futures-spawn":["An $C @0 spawning @Y","0.1.1"],"bestbuy":["Bestbuy Marketplace @y @d.","0.1.1"],"ssdp-client":["An $r @1 @0 discovering, notifying @5 subscribing to &A @5 services on a ^7.","1.0.0"],"yaxpeax-arm":["arm decoders @0 @4 yaxpeax ^t","0.1.1"],"bevy_window":["@U windowing $5 @0 Bevy Engine","0.5.0"],"free":[C[539],"0.0.1"],"oauthcli":["@v of OAuth 1.0 (@5 Twitter's f*ckin' OAuth) Client","2.0.0-beta-2"],"unic-langid-macros-impl":[C[200],"0.9.0"],"&g_assert":["&g assertions","0.3.1"],"bls-signatures-rs":["Open source @2 of Bonneh-Lynn-Shacham (BLS) signatures $t in @3",C[3]],"dprint":["Binary @0 dprint @X formatter—a pluggable @5 configurable @X formatting @N.",C[71]],"tetcore-utils":[C[201],"2.1.2"],"webmanifest":["Create a manifest.webmanifest $1","1.1.1"],"mozrunner":["Reliable Firefox ^F ^w.","0.12.1"],"ink_metadata":["[ink!] Metadata $g @0 ink! smart contracts.",C[63]],"&z_printer":["A recorder @0 @4 &z @1 @k prints metric ^D to an &L in regular intervals.",C[3]],"zero_sum":["An analysis $a @0 zero-sum games @7 game @V.","1.2.0"],"lipsi":["Pitch Class Sets @0 @3","2.0.1"],"jec":["My $c of general-purpose $V",C[6]],"maplit":["Collection “literal” @a @0 HashMap, HashSet, BTreeMap, @5 BTreeSet.","1.0.2"],"cranelift-native":["Support @0 targeting @4 host @7 Cranelift","0.75.0"],"html2pango":["@p to convert html to pango.","0.4.1"],"dominator_&s":["&s @0 Dominator","0.7.2"],"^6_magic_mini":[C[202],"3.0.0"],"tess2-sys":["$L $g @5 $h script @0 libtess2","0.0.1"],"@e_runnables":["@3 $2 @k mimic @4 Runnable @5 Callable interfaces in Java.",C[0]],"hashring":["A minimal @2 of consistent hashing",C[0]],"surfman":["A cross-@N, low-@D toolkit @0 GPU surface ^w","0.4.3"],"rrule":["A &9 @3 @2 of recurrence rules as defined in @4 iCalendar RFC.","0.5.9"],"cargo-clone-crate":["Cargo &k to clone a repo @t @4 registry.",C[1]],"netfilter_queue":["@I @0 @4 libnetfilter_queue @1",C[6]],"blosc-sys":["@3 $L @6 to @4 C-BLOSC ^z @1","1.14.4"],"iced_audio":["An ^d to @4 Iced GUI @1 @7 &Q widgets @0 audio @Q","0.7.0"],"snarkvm-objects":["Objects @0 a decentralized virtual machine",C[2]],"tessel":["Runtime @1 @0 @4 Tessel microcontroller.","0.3.1"],"contract-metadata":["@p defining metadata @0 smart contracts on substrate",C[9]],"opentelemetry-datadog":["Datadog exporters @5 propagators @0 OpenTelemetry","0.3.1"],"adler":["A @c clean-room @2 of @4 Adler-32 checksum","1.0.2"],"bevy_gilrs":["Gamepad @M made @u Gilrs @0 Bevy Engine","0.5.0"],"aws-nitro-enclaves-cose":["@O @1 aims to provide a $P @3 @2 of COSE, @7 COSE Sign1 currently &T.",C[0]],"unroll":["An &Z-$A $i @g @0 unrolling @0 loops","0.1.5"],"tetsy-wasm":[C[225],"0.42.1"],"glium":["Elegant @5 $P OpenGL wrapper.Glium is an intermediate layer $p OpenGL @5 $q $N. You still need to manually handlethe ^O pipeline, but ^W having to $9 OpenGL's old @5 ^u-prone API.Its objectives: - Be $P to $9. Many aspects of OpenGL @k can trigger a crash if misused are automatically handled by glium. - Provide an @y @k enforces good pratices such as RAII or stateless $0 calls. - Be ^m @7 all OpenGL versions @k @m shaders, &d unified @y when things diverge. - Avoid all OpenGL errors beforehand. - Produce optimized OpenGL $0 calls, @5 allow @4 user to easily $9 modern OpenGL techniques.","0.30.1"],"drain":["A @8 @k supports graceful shutdown",C[3]],"monilog":["Displays $q logs nicely","0.1.1"],"extra":["Extra stuff @4 ^C @1 lacks of.",C[3]],"winreg":["@3 @6 to MS ^4 Registry @y","0.9.0"],"sherpa":["A @B $s $R @0 ^R @7 Sherpa",C[2]],"bevy_diagnostic":["@U diagnostic $5 @0 Bevy Engine","0.5.0"],"ddh":["Compare @5 contrast directories","0.11.3"],"type-layout-derive":["&O @g @2 @0 $k-layout @8",C[0]],"$O_ecr":["^p ^L @0 @3 - Amazon EC2 Container Registry @ 2015-09-21",C[18]],"matrix_bot_^Q":["@y @0 $M a bot @0 @4 Matrix messaging @9","0.5.2"],"crypt":["...",C[3]],"compt":["A @q $J ^6 visitor @1","1.10.1"],"external-ip":["&2 @1 to retrieve @4 @M external IP","4.1.0"],"simulacrum_mock":["Core $5 @0 ^2 mock objects @7 Simulacrum.",C[3]],"aesm-client":["RPC @d @0 Intel SGX AESM (Architectural Enclave Service Manager).With this @d, @Q can obtain launch tokens @0 enclaves @5 turnattestation reports ^c quotes.","0.5.3"],"noise-protocol":["Noise ^a Framework @2.","0.1.3"],"ospf-parser":["&C @0 @4 OSPF $4 2 @9",C[2]],"@e_hamming_distance":["Hamming distances @5 bitwise hamming distances","0.1.1"],"auto-check-rs":["automatically $h, check @5 ^3 @X when it changes","0.3.2"],"streaming-iterator":["Streaming iterators","0.1.5"],"schannel":["Schannel @6 @0 @e, allowing SSL/TLS (e.g. &N) ^W openssl","0.1.19"],"changecase":["A $y @5 @2 @0 changing @4 case of Strings @5 &str.It currently supports uppercase, lowercase, alternating case, @5 invertingcase. Title case is in @4 works.","0.0.7"],"polyline":["Encoder @5 decoder @0 @4 Google Encoded Polyline @F","0.9.0"],"tc-client-api":["Tetcore @d interfaces.","2.0.0"],"razberry":["An ^A @d @1 @0 @4 Razberry Z-Wave Hub",C[9]],"actix-utils":["Various @E $3 in @4 Actix ecosystem","3.0.0"],"pretty-exec-lib":[C[838],"0.0.37"],"&M":[C[308],C[0]],"tokio-socketcan":["&2 &n SocketCAN sockets @7 $v",C[9]],"openblas-build":["OpenBLAS $h ^r","0.1.1"],"spawn-ptrace":["Spawn a ^F @7 ptrace enabled.",C[4]],"merk":["Merkle key/&a store","2.0.1"],"consist":["Dead-@c consistent hashing @1","0.3.2"],"hematite-nbt":["A full-featured @1 @0 ^j @7 Minecraft's Named Binary Tag (NBT) $1 @F, &H Serde @m.","0.5.2"],"RustyXML":["A SAX-$A streaming XML @h, @5 a DOM-$A @l @n on @k",C[9]],"gcemeta":["@O @1 @s $W to Google Compute Engine metadata &e.",C[6]],"dicom-object":["A high-@D @y @0 ^X @5 manipulating DICOM objects",C[2]],"x11-input-supercharger":["Adds @M-wide ^4-$A scrolling mode @5 conditional clicking @u keyboard",C[350]],"kv":["An ^8 key/&a store @0 @3",C[79]],"lnpbp_services":["LNP/BP @m @8 @0 devloping microservices",C[191]],"cranelift-frontend":[C[439],"0.75.0"],"rimd":["@p @0 ^g Midi @5 ^X @5 $M Standard Midi Files in @3","0.0.1"],"interledger-settlement":["Settlement-related components @0 Interledger.rs",C[9]],"magnet_@G":["@O @8 contains @4 @G @i @5 @w @0 @4 `magnet` @j.","0.0.1"],"assimp":["@3 @6 @0 @4 Assimp @1","0.3.1"],"slabmalloc":["@H slab @n malloc @2 in @e. Can be $3 stand-alone or in order to provide @4 necessary @l to rusts liballoc @1. slabmalloc only relies on libcore.",C[20]],"libp2p-websocket":[C[351],"0.30.0"],"pipers":["Pipe shell commands easily","1.0.1"],"cmudict_@G":["Core @S logic @0 @4 cmudict @8","0.2.2"],"amf":["A @3 @v of AMF (Action Media Format)","0.3.1"],"default-boxed":["Helper $y to help create large &P on heap directly","0.1.9"],"wasm-gc":["A CLI $R to garbage collect webassembly modules",C[1]],"flamer":["a $i @g to insert `flame::start_guard(_)` calls",C[2]],"metamorphose":["^H $c @0 converting Structure to Model, @0 a mango-orm ^t.","0.2.59"],"plain":["A ^S @3 @1 @k allows users to reinterpret @x of certain @i safely.","0.2.3"],"rust-bmfont":["Bitmap font @h (.fnt)","0.1.4"],"nom-packrat":["Extension of nom to apply Packrat Parsing","0.5.0"],"jojo":["JoJo's Bizarre Programming Adventure.","0.1.14"],"google-groupsmigration1":[C[852],C[277]],"deno-x86_64-unknown-linux-gnu":[C[346],"0.24.0"],"slag":["@3 ^W braces or semicolons","0.1.1"],"deflate":["A DEFLATE, zlib @5 gzip encoder $t in @e.","0.9.1"],"casperlabs-contract-ffi":[C[203],C[79]],"signrel":["Trait expressing relationship $p integers of different signedness","2.0.0"],"interpolation":["A @1 @0 interpolation",C[0]],"rusterizer":["A 3D ^O @1 $t in @3.",C[1]],"fakeit":["Fake @x @C @1 @7 130+ @w","1.1.1"],"word2vec":["@3 @l to word2vec.","0.3.3"],"heim-sensors":["Cross-@N sensors $e",C[26]],"moniker-derive":["Derives @0 @4 moniker @8","0.5.0"],"$O_health":["^p ^L @0 @3 - ^p Health APIs @5 Notifications @ 2016-08-04",C[18]],"&v_timer_^N_@a":["Proc-@g @2 @0 @4 logging_timer @8","1.0.0"],"batbox":["Batteries &Q @0 projects","0.7.0-alpha.3"],"libvips":["Safe @6 @0 libvips","8.3.0"],"humthreads":["Threads @0 humans",C[0]],"json_&a_description":["Json Value Description is a @W @0 outputting a description of unstructured @x parsed by Serde Json ^c a Value.",C[0]],"shred":["Dispatches systems in parallel $f need read $W to some resources,@5 &b $W to others.",C[11]],"sdr":["@3 SDR DSP $5","0.7.0"],"flattree":["A series of @w to map a $J ^6 to a list","2.0.0"],"rmesg":["@O is a fully @3-@n @2 of @4 popular dmesg &n $o, giving programmatic $W to @4 kernel log buffer.","1.0.16"],"tf_rosrust":["@O is a @e port of @4 [ROS tf @1](&E://wiki.ros.org/tf). It is intended @0 being $3 in robots to help keep track of &j coordinate frames @5 is part of a larger suite of @e &4 @k provide @m @0 various robotics related $5.","0.0.2"],"simd_&s":["Helpers to &b more compact simd @X",C[3]],"priority-queue":["A Priority Queue &T as a heap @7 a $0 to efficiently change @4 priority of an item.","1.1.1"],"comonoid":["A comonoid in a monoidal category is a monoid in @4 dual category, what is @4 problem?",C[9]],"itsybitsy_m0":["Board Support @8 @0 @4 Adafruit ItsyBitsy M0",C[20]],"assert_infrequent":["Assert @k a $s of @X isn't executed too many times",C[3]],"p12":["&9 @e pkcs12 $R",C[0]],"kanshi":["Dynamic display $I",C[6]],"farmhash":["Farmhash is a successor to Cityhash (also @t Google). Farmhash, $A Cityhash before it, $9 ideas @t Austin Appleby's MurmurHash.","1.1.5"],"easy-jsonrpc-proc-macro":[C[204],"0.5.0"],"jack":["Real $x audio @5 midi @7 JACK.","0.7.1"],"cookie":["^A cookie @S @5 cookie jar ^w. Supports signed @5 private(encrypted, authenticated) jars.",C[98]],"flate2-crc":["SIMD acceleration @0 CRC-32 checksums $3 in @4 gzip @F**Deprecated in favor of @4 `crc32fast` @8**",C[4]],"linked_list_^l":["@H ^l usable @0 no_std systems. It builds a linked list @t @4 freed blocks @5 thus needs no additional @x $m.","0.9.0"],"rustfm":["A @3 @l @0 Last.fm APIs",C[4]],"glfw":["GLFW3 @6 @5 idiomatic @f @0 @3.","0.41.0"],"flaken":["Configurable bitwidth snowflake id @C, encoder, decoder","0.2.2"],"recaptcha":["recaptcha response verification","0.5.0"],"proper":["Derives @0 converting $8 to @5 @t @c enums @5 newtype &w","0.1.5"],"lc3dbg":["Command-$s LC-3 debugger","1.2.2"],"$O_kinesis_video_media":["^p ^L @0 @3 - Amazon Kinesis Video Streams Media @ 2017-09-30",C[18]],"smpl":["Core @1 to compile @4 SMPL @L",C[19]],"unsegen_jsonviewer":["An unsegen widget @0 viewing structured @x (json)",C[9]],"config_&P":["Create &P $g @t config @z at $h $x.","0.5.0"],"ruspiro-interrupt-macros":["^H $3 to implement interrupt handler.!!@O @8 is only &Q in conjunction @7 @4 `ruspiro-interrupt` @8 @5 shall never be $3 standalone!!","0.3.2"],"openh264-sys":["@I to OpenH264","1.0.3"],"libtelnet-rs":["libtelnet-inspired telnet @h @0 @e.","1.1.2"],"late-static":["Initialize &g variables at @J",C[2]],"immeta":["An image metadata @S @1",C[2]],"statrs":["Statistical computing @1 @0 @3",C[71]],"linux-api":["Types @5 constants @0 &n @y @6. Actual @6 can be found in additional $V found in dev-&8","0.0.5"],"gearley":["An Earley @h $a.","0.0.4"],"nickel_cookies":["Cookies @m @0 nickel.rs",C[0]],"heapsize_@b":[C[709],"0.1.4"],"rexif":["RExif is a &7 @3 @8, $t to extract EXIF @x @t JPEG @5 TIFF images.","0.7.3"],"die":[C[205],C[0]],"rust-libindy-wrapper":[C[206],"0.2.13"],"report-test":["A @c @l to get a local SGX attestation (“report”).@O is &Q @0 ^5 remote attestation.","0.3.1"],"twilight-cache-inmemory":["In-^F-$j @n cache @0 @4 Twilight ecosystem.","0.5.3"],"separator":["Formats ^Y ^c $z @7 thousands separators @0 readability.","0.4.1"],"noise":["$B noise $Z @1.","0.7.0"],"brain":["Compiler @0 @4 brain $l @L. Compiles brain ^c optimized brainfuck @X. Also includes a brainfuck interpreter.",C[4]],"marc":["Reader @5 &K @0 MARC 21 Bibliographic @F","2.0.0"],"uciengine":["Use chess $a @f supporting uci @B necessary @0 playing a game. Analysis is not supported.","0.1.33"],"rsb_@b":["An opinionated @a @2 @0 @3 &P &K pattern","0.4.2"],"sawp-flags-derive":["SAWP BitFlags Handling @5 Storage &O Macro","0.6.0"],"@c_ecs":[C[207],"0.3.2"],"filecoin-proofs-api":["@y to @o @7 @4 proofs @M in Filecoin","8.0.1"],"cl-sys":["OpenCL $L @6.","0.4.2"],"grin_servers":[C[262],"5.1.0"],"graphannis":["@O is a new $Y @2 of @4 ANNIS linguistic search @5 visualization @M.","0.31.2"],"path-dsl":["A $o DSL @5 @g to help deal @7 Paths @5 PathBufs.","0.6.1"],"rustc-ap-rustc_target":["^E published $4 of @4 @W `rustc_target` in @4 @e-lang/@e repository @t commit 9a27044f42ace9eb652781b53f598e25d4e7e918 $7 publishing script @0 this @8 lives at: &N://github.com/alexcrichton/&G-auto-publish",C[329]],"libheif-rs":["Safe @f $G @4 libheif-@r @8 @0 @S heif/heic @z",C[71]],"indextree":["Arena @n ^6 $Q by @u indices instead of reference counted pointers","4.3.1"],"svgmacro":["Write any SVG easily @t @3!","0.2.2"],"hipchat-client":["An @y @d @1 @0 HipChat","0.5.0"],"custom_debug":[C[823],"0.5.0"],"prefixopt":["See Read Me. ^E @b options @t &w @5 enums to $9 @7 clap.",C[2]],"cranelift-preopt":["Support @0 optimizations in Cranelift","0.75.0"],"debug_stub_@b":["A drop-in replacement @0 `#[@b(Debug)]` @k supports replacement ^D @0 members $f do not implement `fmt::Debug.`",C[9]],"pnet_@a_$T":[C[902],C[3]],"hipack":["Serialization/&3 @0 @4 HiPack @F","0.1.1"],"opentracingrust":["opentracing.io @1 @0 @e",C[2]],"windows-acl":["@3 @8 to simplify ^4 ACL $K",C[9]],"dl":["A @W @0 D @5 L.","0.0.2"],"dump":["A @c @g @k takes one or more variables @5 prints @4 name, $k, andvalue of each variable. $7 &L is also prefixed @7 [source_file:line_no].","0.1.1"],"mode":["A behavioral state machine @1 $t in @3",C[2]],"pager":["Helps pipe $q &L through an external pager",C[87]],"unquote":["A reverse quote @g... @k is: A @g to parse input @t a ParseStream according to a given pattern.","0.0.6"],"$O_shield":["^p ^L @0 @3 - ^p Shield @ 2016-06-02",C[18]],"panic_search":["^E search @0 panics when they happen","0.1.4"],"libusb-sys":[C[251],"0.2.3"],"sg":["@p @0 Linux's SCSI &S (SG) @l",C[9]],"protoc-grpcio":["@y @0 programatically invoking @4 grpcio (grpc-rs) gRPC ^9","3.0.0"],"guess_host_triple":["Guess $f @3-supported @N is running @4 current @X",C[4]],"autollvm":["bindgens $q @M LLVM, plus some basic &s","0.0.1414213562"],"rdxl_&g":["Static Site Generation ^b @0 RDXL","0.0.38"],"sysadmin-bindings":["@3 @6 @0 StarryInternet/sysadmin. Sysadmin is an ^8 ^P @5 @M $I $R","2.1.0"],"hdrhist":["Small footprint hdr histogram","0.5.0"],"hubcaps":["@3 @l @0 Github","0.6.2"],"ethereum-rlp":[C[349],"0.2.3"],"transit_model_$c":[C[780],C[0]],"diesel_ltree":["Adds @m @0 @4 PostgreSQL ltree ^d to Diesel","0.2.4"],"matrixcompare":["Tools @0 convenient comparison of matrices",C[9]],"hexyl":["A @B-$s hex viewer","0.9.0"],"reproto-backend":[C[189],"0.3.36"],"osmgpsmap-sys":["ffi @6 @0 osmgpsmap","0.2.16"],"topgrade":["Upgrade all @4 things","7.1.0"],"bluenoisers":["@v of blue noise in @3 @u Fast Poisson Disk Sampling.","1.1.1"],"fid":["FID (Fully Indexable Dictionary) @2 @0 @3","0.1.7"],"lipsum":["Lipsum is a lorem ipsum ^G $Z @1. Use this if &R needsome filler ^G @0 $q application.The ^G is ^Z @u a @c Markov chain, $f &R can alsoinstantiate to ^o $q own pieces of pseudo-&x ^G.","0.8.0"],"linya":["@H concurrent progress bars.",C[6]],"rpa_@a":["^H Module @0 RPA.","0.5.1"],"metrics-recorder-prometheus":["metric recorder @0 Prometheus exposition &L","0.2.3"],"ansi-to-tui":["A @1 to convert ansi color coded ^G ^c tui::^G::Text $k @t tui-rs @1",C[9]],"vtd_xml":["VTD-XML, $H XML @h","0.3.4"],"stratum-types":["$7 @i @0 @4 @3 Stratum (v1) @2.","0.9.25"],"temperature":["$7 @W @s a temperature simulator.","0.10.2"],"rand_distr":["Sampling @t &x &1 distributions","0.4.1"],"posixmq":["An idiomatic @1 @0 @u posix message queues, @7 optional mio $S","1.0.0"],"graph-neighbor-matching":["Graph similarity score @u neighbor matching","0.9.0"],"urlocator":["Locate URLs in character streams","0.1.4"],"rust-analyzer":["TBD","0.0.1"],"detect-lang":["&U detection given paths @5 &M","0.1.5"],"ignore-result":["Adds a `Result<_, _>.ignore()` method to ignore @4 return &a of a $0 call ^W panicking in case of ^u.",C[0]],"sorted-list":["@H SortedList @x $Q $f allows mapping an Ord key to &j distinct PartialEq ^D",C[0]],"@x_$Q_$2":["@x $Q $c $2",C[88]],"investments":["Helps &R @7 managing $q investments","3.0.0"],"jurisdiction":["A ^y @y-friendly $C @0 @4 jurisdiction in @4 world,@5 their accompanying &g $e pertaining to @k jurisdiction.Information available includes:* ISO 3166 country codes* UN M49 Region classifications","0.1.1"],"varisat-formula":["Basic formula @x @i $3 by @4 Varisat SAT solver","0.2.2"],"anchor-attribute-state":["Attribute @0 defining a &0 state &P","0.11.1"],"rerast":["An AST (abstract syntax ^6) @n search replace $R @0 @X $t in @3","0.1.95"],"session":["iron session @2 @n on redis","0.1.8"],"etcd-client":["An etcd v3 @y @d","0.7.1"],"rootfind":["Root-finding $U","0.7.0"],"baudot":["Baudot @5 related five bit codes in @3","0.1.1"],"tp-consensus-vrf":[C[208],"2.1.2"],"cargo-mod":["A @P sub @B @0 $E modules in $q ^t. Reducing $x spent $M boilerplate.","0.1.5"],"lzma":["LZMA @F ^g.","0.2.2"],"&E_@h":["Http request/response @h @0 @e","0.0.2"],"modexp":["A modular exponentiation @8 @0 BigInts","0.2.2"],"@e_tcp_ipc":["@H to $9 @8 @0 Interprocess Communication via TCP.","0.3.1"],"debt64":["An @2 of Base64 - &N://en.wikipedia.org/wiki/Base64","6.0.0"],"sgx_tprotected_fs":[C[55],"1.1.1"],"graphene-sgx":["@3 @y @0 Graphene/SGX","0.3.3"],"git-version-macro":["Internal @g @8 @0 git-$4.","0.3.5"],"json_schema_^3_suite_^3_case":[C[467],C[9]],"bitar":["bita archive @E","0.8.0"],"ami":["Useful @x $m @k are not in @4 ^C @1.",C[36]],"out":["@U $H min @5 max $5 @0 &r.","6.0.0"],"result-inspect":["Adds @4 missing Result::inspect() $0",C[0]],"borsh-derive":[C[209],"0.9.1"],"kurobako":["A black-box optimization benchmarking @j","0.2.9"],"two-sided-vec":["Double ended vectors @0 @e, $f can grow in both @4 front @5 back","0.1.11"],"netlink":["@I @0 libnetlink","0.1.1"],"libavif-sys":["Unsafe @f $G libavif, @4 image codec",C[20]],"wasm-encoder":["A low-@D $D encoder.","0.5.0"],"ripfind":["A $H @5 lean replacement @0 @4 find @B.","0.3.2"],"oaidl":["Crate to manage conversions to/@t SAFEARRAY, VARIANT, @5 BSTR @x $m in COM interop",C[6]],"tokio-pool":["TokioPool is a @1 designed to help &R multithread yourtokio @Q by &d a pool of threads $f youcan distribute $q load across.",C[3]],"clickhouse-rs-cityhash-sys":["@3 CityHash @r @W @0 clickhouse-rs.",C[4]],"dynstack":["A stack @0 $y objects @k minimizes allocations",C[2]],"scale-core":["low @D datastructures @5 $5 @0 compiling @0 SCALE via &p",C[4]],"chainerror":["Make chaining errors &t.","0.7.0"],"rmp-futures":["Async @3 MessagePack @5 MessagePack-RPC",C[0]],"crfsuite":["Safe @f of crfsuite","0.3.1"],"device-types":["&J device @i $3 throughout device-scanner @5 IML",C[9]],"chargrid_event_routine":["Pseudo-synchronous composable event-@n state machines @0 chargrid apps",C[9]],"prometheus-hyper":["^S Tokio/Hyper @T to run Prometheus &z",C[4]],"get_local_ip":["Get $q computer ip address.",C[6]],"inspector":["General purpose inspection @0 popular @x $m",C[3]],"wfc_image":["Create patterns @0 wfc @u image @z","0.11.1"],"sampi":["Sampi is a @K @F, @0 0 - 900 bytes of @x, @7 a digital signature, timestamp @5 optional Proof of Work",C[2]],"cargo-quickinstall":["Precompiled $J installs @0 `@P install`","0.2.2"],"ev3dev-lang-rust":["@3 @L @6 @0 ev3dev","0.10.2"],"fifo":["First-in-first-out lock-free ring-buffer $A kfifo in &n",C[0]],"ldap3":["Pure-@3 LDAP Client","0.9.3"],"xlru-cache":[C[210],C[4]],"audit-filter":["Filters npm audit &L @0 $9 in CI","0.5.0"],"half_edge_mesh":["A basic @2 of @4 half-edge mesh @x $Q. It has a bunch of @4 @w &R probably want in a half-edge mesh, but probably not all of them. I'm intending to add more &X @5 mutation techniques, as I need them @0 other projects or as I think of them. Pull requests welcome!","1.1.8"],"better_range":["An alternative to @4 &Y::iter::range* iterators supporting floats @5 chars, @5 a fluent @l to construct ranges.","0.0.1"],"age-core":["[BETA] &W @w $3 across @4 age $V","0.6.0"],"winrt_@a":["^H @0 @4 winrt @8","0.7.2"],"nom_pem":["PEM @h (rfc1421) @n of nom","4.0.0"],"join-lazy-fmt":["Lazy `separator.join(iterable)` method @5 `lazy_format!` @0 @3","0.9.2"],"abi_stable_@b_lib":[C[237],"0.6.2"],"&G_lexer":["@3 lexer $3 by &G. No stability guarantees are provided.",C[3]],"svg_fmt":["Very @c debugging @E to dump shapes in SVG @F.","0.4.1"],"protoc-rust-grpc":["protoc --@e-grpc_out=... available as @y. protoc needs to be in $PATH, protoc-gen-@e-grpc does not.","0.8.3"],"polonius-parser":["&C @0 @4 Polonius ^t",C[0]],"kinder":["Kinder is a ^S @8 $f adds an algebraic $Q to $w @3 &w @5 emulates higher order @i","0.1.3"],"gnunet":["@I @0 GNUnet: GNU's @j @0 secure peer-to-peer networking","0.0.15"],"conllx":["Readers/writers @0 @4 CoNLL-X &m @F","0.12.1"],"socket_addr":["Serialisable SocketAddr",C[3]],"path-matchers":["A $c of path matchers.","1.0.2"],"mediasoup":["Cutting Edge WebRTC Video Conferencing in @3","0.8.2"],"lasso":["A multithreaded @5 single threaded $d interner @k allows $z to be cached @7 aminimal $j footprint, associating them @7 a unique key @k can be $3 to retrieve them at any $x.","0.5.1"],"root-io":["Reading of `.root` $J @z $f are commonly $3 in particle physics",C[9]],"blas-src":["$7 @W @s a BLAS source of choice.","0.8.0"],"form-data":["AsyncRead/AsyncWrite/Stream `multipart/form-@x`","0.2.4"],"interfacer-http-attribute":["^N @g @0 interfacer-&E",C[6]],"ffxiv_@i":["Useful @i @0 FFXIV-related projects","1.4.0"],"diffus-derive":["Finds @4 difference $p two instances of any @x $Q. Supports @b on &w @5 enums.",C[20]],"mcp3425":["Platform &6 @3 ^h @0 @4 Microchip MCP3425 ADC.",C[9]],"fr32":["Filecoin proofs Fr/32-byte conversion tooling","1.0.3"],"git-journal":["$7 Git Commit Message @5 Changelog Generation Framework","1.8.1"],"libp2p-tcp":[C[211],"0.29.0"],"cexpr":["A C expression @h @5 evaluator","0.5.0"],"input-sys":["Bindgen ^Z unsafe libinput @f","1.15.1"],"maturin":["Build @5 publish $V @7 pyo3, @e-cpython @5 cffi @6 as well as @e binaries as python packages","0.11.2"],"credentials_to_env":["Fetch secrets @t Hashicorp's Vault @5 &b to ^M or @z, then exec another &0","0.4.7"],"fixedstep":["@H @g to create a fixed timestep loop @0 a game",C[9]],"$O_pricing":["^p ^L @0 @3 - ^p Price List Service @ 2017-10-15",C[18]],"clams-derive":[C[1021],"0.0.6"],"raw-window-metal":["Interop @1 $p Metal @5 raw-window-handle",C[4]],"centerdevice":["@3 @y Client @0 CenterDevice","0.5.1"],"mongodb-helper":["A mongodb ^r","0.1.7"],"^t_init":["Quickly initialize projects @t a template.","3.1.23"],"tp-blockchain":["Tetcore blockchain $2 @5 $8.","2.0.2"],"$v":["An event-driven, non-blocking I/O @N @0 $M $r I/Obacked @Q.","1.9.0"],"dasp_rms":["RMS detection @7 configurable window @0 audio PCM DSP.",C[13]],"lucet-module-data":["DEPRECATED: @O @W is now available as `lucet-^B`.",C[4]],"abomonation_@b":["A custom @b $T @0 abomonation","0.5.0"],"cute":["A @g @0 Python-esque comprehensions",C[9]],"half":["Half-precision floating point f16 @5 bf16 @i @0 @3 ^1 @4 IEEE 754-2008 ^C binary16 @5 bfloat16 @i.","1.7.1"],"lapin-futures-tls-internal":["Integration of tls engines @7 lapin-@Y","0.7.1"],"gmime":["@I @0 gmime-3.0",C[3]],"nonmax":["Numeric @i @k cannot hold maximum ^D","0.5.0"],"netlify_lambda_&E":[C[212],C[0]],"gauss":["Sono bello.","0.5.0"],"finally-block":["Final block is a block @k is executed when it dropped.It helps a user to &b @4 deferred statements @k should be executed even some statements return early.",C[0]],"avm1-parser":["AVM1 @h",C[36]],"version-consts-git":["Code $Z @0 compiling in $e about a crate's git status",C[0]],"libimagtimetrack":[C[60],C[22]],"$b_regex":["A $b @f @k (de)serializes regex as $z","1.1.0"],"file-fetcher":["A @1 to fetch @z either locally or &c @4 net (&E).","0.1.4"],"buf-min":["Minimal utf-8 $P buffer $2","0.6.1"],"bytepack":["bytepack offers a Read @5 Write $y ^d generalized @0 any packed @x $k.","0.4.1"],"jconfig":["Configuration / settings backed by ^n @z",C[3]],"alloc_buddy_@c":[C[213],C[4]],"async-compat":["Compatibility adapter $p $v @5 @Y",C[6]],"fetch":["Fetch &h pages easily (supports ^z @5 non UTF-8 encodings)","0.7.2"],"psl-codegen":["Generate &7 @3 @X @t Mozilla's Public Suffix List","0.9.4"],"cretonne-simplejit":["A @c JIT @1 backed by Cretonne",C[99]],"inkwell_internals":["Internal @g @8 @0 inkwell",C[9]],"lapack-sys":["$7 @W @s @6 to LAPACK (Fortran).",C[8]],"uuid_to_pokemon":["Translates a UUID to a qualified pokemon name.","0.3.1"],"unic-ucd":["UNIC — &i Character Database","0.9.0"],"pyembed":["Embed a Python interpreter",C[87]],"parsec-client":["Parsec Client @1 @0 @4 @3 ecosystem",C[11]],"midly":["Fast MIDI @h @5 writer both @0 @z @5 standalone MIDI events","0.5.2"],"bevy_property_@b":["&O @V @0 bevy_property",C[9]],"git-repository":["Abstractions @0 git repositories","0.6.0"],"gitpub":["A CLI app to create remote git repositories.","0.4.3"],"fbenv":["Environment ^w $R","0.1.5"],"cargo-deny":["Cargo $T to help &R manage large &m graphs","0.9.1"],"vec_2d":["@H 2d vector @0 @3",C[4]],"tuirealm":["A tui-rs @j to $h interfaces, inspired by React @5 Elm.","0.4.3"],"ckb-dao-utils":["@O @8 @s several util @w to operate @4 dao field @5 NervosDAO related errors",C[31]],"bytes-utils":["Additional @E @0 ^j @7 @4 bytes @8","0.1.1"],"spdx":["Helper @8 @0 SDPX expressions","0.5.0"],"squote":["A clone of @4 quote @8 @k uses a String as its backing store",C[4]],"latin":["A ^C @1 @7 a focus on $w $K.","0.1.7"],"filebuffer":["Fast @5 @c $1 ^X",C[2]],"duplex":["$7 Duplex $y: interactive streams","0.5.0"],"leftpad":["Pad a $d to @4 left",C[0]],"calamine":["An Excel/OpenDocument Spreadsheets reader @5 deserializer in &9 @e",C[19]],"wordnet_stemmer":["Wordnet stemmer","0.1.1"],"cfile":["@3 @6 to C *FILE &5","0.5.1"],"clear_on_drop":["Helpers @0 clearing sensitive @x on @4 stack @5 heap","0.2.4"],"redis":["Redis ^h @0 @3.","0.21.0"],"argonaut":["A @c argument @h",C[11]],"vm-superio":["Emulation @0 legacy &A",C[9]],"bacon_rajan_cc":["A reference counted $k @7 cycle $c.","0.3.2"],"erlang_nif-sys":[C[242],"0.6.5"],"spectacles-model":["Discord @i @5 $m @0 Spectacles.rs.",C[0]],"backlight":["@3 @1 @0 controlling backlight on linux systems via @4 `/@r/class/backlight` @l.","0.1.1"],"ctchi":["Home made &h @j.","0.19.1"],"ipsec-parser":["&C @0 @4 IKEv2 @9","0.6.0"],"burst":["A disassembler, currently supporting x86.","0.0.2"],"ordinal":["Formatting of ordinals (1st, 2nd, 3rd etc)","0.2.3"],"named-binary-tag":["Format is $3 by minecraft @0 @4 various @z in $f it saves @x","0.6.0"],"video":["WIP","0.1.1"],"peekable_reader":["Exposes a $o @f $G Readers, allowing @4 clients to peek at @4 coming byte, ^W consuming it","0.0.2"],"websocket-lite":["A $H, low-overhead WebSocket @d","0.5.0"],"ron":["Rusty Object Notation","0.6.4"],"filenamegen":["Shell-style filename $Z aka globbing","0.2.4"],"hocon":["Reads HOCON $I @z","0.5.2"],"deno_lint":["lint @0 deno",C[13]],"noria":["Client @6 @0 Noria","0.6.1"],"roblox_install":["Get @4 install directory of Roblox in @X","1.0.0"],"easy-jsonrpc-mw":[C[890],"0.5.4"],"mundane":["Cryptography $f is &t to $9 @5 hard to misuse","0.4.4"],"aci_ppm":["Encode @5 decode PNM image @z (TODO: so far only PPM).","0.7.0"],"legion-core":[C[510],"0.2.4"],"predicates-core":["An @y @0 boolean-valued predicate @w.","1.0.2"],"smt2parser":["&S @h @1 @0 @4 SMT-LIB-2 @F","0.6.0"],"extended-rational":["@U @V of high-accuracy projectively-extended rational ^Y @5 @a @0 ^2 them.","1.3.3"],"vcgencmd":["@I @0 Raspberry Pi's vcgencmd $o","0.3.1"],"vmap":["Cross-@N @1 @0 $H @5 $P $j-mapped IO","0.4.4"],"rust-lapper":["A $H @5 &t interval overlap @1","0.5.1"],"it-to-bytes":["Defines $y ToBytes $3 @0 IT @K",C[3]],"coin_cbc_@r":[C[460],"0.1.1"],"llvm-alt":[C[1049],"0.5.0"],"badtouch":["Scriptable ^7 authentication cracker","0.7.3"],"vec_map":["A @c map @n on a vector @0 ^S integer keys","0.8.2"],"impose":["Minimalist audio lib",C[9]],"tugger-windows":["Collection of packaging $8 specific to ^4","0.5.0"],"hypervisor":[C[1022],"0.0.8"],"deno_^i":[C[214],"0.23.3"],"unic-ucd-core":["UNIC - &i Character Database - Version","0.6.0"],"yarte_@F":["Proc-@g, compiled Handlebars","0.12.1"],"viaspf":["@v of @4 Sender Policy Framework (SPF) @9",C[50]],"nine":["$7 9p @9 as a $b @F @5 message @i.","0.5.0"],"validator_@i":["Basic $k @0 validator @5 validator_derive",C[8]],"pane":["Align ^G inside of resizable rectangular panes",C[2]],"openstack":["OpenStack ^L @0 @3",C[2]],"leetcode_@0_@e":["leetcode @0 @e","0.1.37"],"yacli":["@p @0 ^2 CLI ^U @7 a look @5 feel similiar to Cargo","0.6.1"],"livy":["Apache Livy REST @y Client","0.5.0"],"libsbc-sys":["Raw @6 to libsbc",C[4]],"cat-rs":["cat @d @7 @e",C[1026]],"init-daemon":["Helper @8 to discover $f init @M is in $9",C[3]],"@b":["A @1 &d a minimal example of a derivable $y (via companion @8 @b-@b) @0 ^5 @5 illustration","1.0.0"],"unicode-linebreak":["@v of @4 &i Line Breaking Algorithm",C[4]],"rocksdb-sys":["&I @6 to @4 rocksdb @1","0.2.2"],"pfctl":["@p @0 interfacing @7 @4 Packet Filter (PF) firewall on macOS","0.4.1"],"join_export":["Exports of @4 `join!`, `join_async!`, `join_spawn!`, `join_async_spawn!`, `async_spawn!` @a $f are reexported by `join` @8.","0.1.1"],"yup-hyper-mock":["A $o @1 @0 ^5 clients @u hyper","5.14.0"],"conjure-http":["^A interfaces @0 ^Z Conjure services","0.7.4"],"pallet-tips":["FRAME &u to manage tips","3.0.0"],"gfa":["@p @0 ^j @7 graphs in @4 GFA (Graphical Fragment Assembly) @F",C[20]],"solana-jsonrpc-core":[C[306],C[2]],"inspirer":["For ^j @7 LaTeX, inspirehep.net, @5 BibTeX/BibLaTeX","0.1.1"],"raw_$b_@b":["^E derives @4 RawSerialize @5 RawDeserialize $2 @0 raw_serde",C[4]],"mongo":[C[215],"0.0.1"],"$b_mtproto":["MTProto [de]@K @0 @3","0.3.1"],"$O_rds_@x":["^p ^L @0 @3 - ^p RDS DataService @ 2018-08-01",C[18]],"event":["A mulit-threaded event loop @0 @3",C[6]],"tinyjson":["Tiny @c ^n @h/@C","2.3.0"],"unic-ucd-segment":["UNIC — &i Character Database — Segmentation Properties","0.9.0"],"serde-xml-rs":["xml-rs @n deserializer @0 Serde (^m @7 0.9+)","0.4.1"],"puts":["Typing `println!('{:?} {:?} {:?}', o1, o2, o3)` is too hard. `puts!(o1, o2, o3)`",C[4]],"structopt":["Parse @B $s argument by defining a &P.","0.3.22"],"ndarray":["An n-dimensional array @0 general elements @5 @0 numerics. Lightweight array views @5 slicing; views @m chunking @5 splitting.",C[74]],"rustsym":["Tool to query symbols @t @e @X @0 $9 in IDEs","0.3.2"],"static-server":["@p @0 serve &g @z by ^A","0.0.11"],"rng":["Random &1 generators.",C[3]],"gitconfig2json":["Parse `git config --list --null` @u gitconfig::Value @0 ^Q",C[2]],"google-discovery1":[C[1062],C[1063]],"bluetooth-hci":["@v of @4 Bluetooth HCI",C[3]],"inotify-sys":["inotify @6 @0 @4 @3 $l @L","0.1.5"],"glsl-layout-derive":["Custom @b @0 `glsl-layout` @8.",C[2]],"secur32-sys":["Contains $0 $g @0 @4 ^4 @y @1 secur32. See winapi @0 @i @5 constants.",C[0]],"swsurface":["Software-rendered surface @0 winit","0.1.4"],"lyon_tess2":["An additional path tessellator @0 lyon @u libtess2.","0.17.1"],"async-injector-derive":["A @b to help construct dependent ^D in @R-injector.",C[38]],"synchronoise":["Synchronization $8 @k $h upon @4 ^C @1","1.0.0"],"libh3":["Safe @3 @I to Uber's Hexagonal Hierarchical Spatial Index - H3","0.1.8"],"sawp-modbus":["SAWP ^a &C @0 Modbus","0.6.0"],"derive-getters":["@H boilerplate getters @C.",C[0]],"rust-fsm":["A @j @0 ^0 finite state machines in @3","0.5.0"],"glutin":[C[216],C[12]],"rustless":["Rustless is a REST-$A @y micro-@j @0 @3.",C[20]],"genomicsqlite":["Genomics Extension @0 SQLite","0.9.1"],"handle":["A Handle Trait @0 $r context pipeline.","1.0.0"],"spotify":["Easy to $9 Spotify Local @y abstractions.","0.7.1"],"spa":["$7 Solar Position Algorithm ^B (SPA) @0 @3 calculates @4 sunrise-sunset @5 azimuth @5 zenith-angle @0 specific geo-position @5 $x (UTC); @0 example @0 solar-panel-alignment or automotive.",C[0]],"&5":[N,"0.1.1"],"packed_simd":[C[217],"0.3.3"],"keyed_priority_queue":["Priority queue @k @m changing priority or early remove by key","0.3.2"],"semalock":["A @1 @0 concurrently $M to @z in a $P @5 ^J manner.","0.3.1"],"lossyq":["@O is a concurrent single publisher, single consumer queue @7 fixed length, @k never blocks @4 writer.","0.1.19"],"wasmer-engine-native":["Wasmer &I Engine","1.0.2"],"rbatis-core":["Core of rbatis, @4 @e SQL toolkit. Not intended to be $3 directly.","2.0.10"],"validators-options":["@O is a @1 @0 validating @5 modeling user input @5 this @8 @s options $3 @7 @4 `alidators-@b` @8 @5 @4 `validators` @8.","0.22.1"],"mayda":["Compression of integer arrays, favoring decompression speed.","0.2.5"],"$O_cloudhsmv2":["^p ^L @0 @3 - ^p CloudHSM V2 @ 2017-04-28",C[18]],"indented":["Format @x @7 indentation",C[3]],"swc_visit_@a":[C[1068],"0.2.3"],"future-utils":["Extensions to Rust's Future @5 Stream $2","0.12.1"],"ecdh_@f":["ECDH @f @1","0.0.9"],"sthash":["A very $H ^e ^v $0 @0 large @x.","0.2.11"],"juniper_iron":["Iron $S @0 juniper","0.7.4"],"cryptographic-message-syntax":["A &9 @3 @2 of Crypographic Message Syntax (RFC 5652)",C[9]],"card_catalog":["Assists in collecting $1 metadata @0 later organization.","1.1.1"],"ascii_^6":["generates ascii trees","0.1.1"],"snarkvm-derives":["Canonical @K @0 a decentralized virtual machine","0.7.5"],"postgres-derive":["An ^T @8 $3 by postgres-@i",C[2]],"iptables":["@3 @6 @0 iptables","0.4.3"],"fbjira":["Command $s @l @0 jira",C[1]],"toa-ping":["Utility to perform pings.","0.1.1"],"luminal-handler":["Slightly more convenient @y on top of hyper::@T::Service","0.0.5"],"@e_sodium_holochain_fork-sys":[C[682],"0.10.4"],"tiberius":["A TDS (MSSQL) ^h","0.5.16"],"insult":["insult is @4 @B $s \"$o\" to insult &R @7 a \"Oh... Sir! $7 Insult Simulator\"-$A fashion!","2.0.3"],"libimagtodo":[C[60],C[22]],"abi_stable":["For doing @3-to-@3 ffi,$M &4 loaded at &0 startup.","0.9.3"],"efm32gg11b820":["Peripheral $W @y @0 EFM32GG11B820 $n","0.9.0"],"uhttp_json_^Q":["^b @0 ^n requests","0.6.1"],"neon-build":["Build logic required @0 Neon projects.","0.9.0"],"sel4-sys":["@3 @l to @4 seL4 kernel","0.0.28"],"lambda_@J":[C[561],C[9]],"xmpp-server":[C[218],C[4]],"unicode_names2":[C[1059],C[2]],"ytop":["A TUI @M monitor $t in @3","0.6.2"],"trackable_@b":["Custom @b @0 `trackable` @8","1.0.0"],"sovrin-client":["Sovrin @d @7 c-callable @l","0.1.1-15"],"parse_duration":["Parses a duration @t a $d.","2.1.1"],"proc-macro2-diagnostics":["Diagnostics @0 ^N-macro2.","0.9.1"],"okta":["An @y @d @0 Okta","0.0.6"],"tetsy-libp2p-ping":[C[219],C[93]],"lindera-ipadic-builder":["A Japanese morphological dictionary &K @0 IPADIC.","0.7.1"],"tower-hyper":["A hyper @n tower transport layer.","0.1.1"],"odbc-sys":["ODBC ffi @6","0.18.4"],"boringauth":["Straightforward password, passphrase, TOTP, @5 HOTP user authentication","0.9.0"],"mould":["@3 &h-@j @0 websocket @n &h-apps.","0.0.22"],"jsonrpsee-proc-macros":["Procedueral @a @0 jsonrpsee",C[9]],"fluvio-helm":["Helm @f","0.4.3"],"heim-cpu":["Cross-@N CPU $e",C[26]],"c-ares":["A @3 @f @0 @4 c-ares @1, @0 $r DNS requests.","7.3.0"],"cash_addr":["cash_addr @F @2 inspired by cashaddrjs.",C[3]],"dua-cli":["A $R to conveniently learn about @4 disk usage of directories, $H!","2.14.3"],"sp-rpc":["Substrate RPC $8 @5 @E.","3.0.0"],"parameterized-macro":["Attribute @g @8 @0 parameterized tests.","0.3.1"],"directories-next":["A tiny mid-@D @1 @k @s @N-specific ^C locations ofdirectories @0 config, cache @5 other @x on &n, ^4 @5 macOS byleveraging @4 mechanisms defined by @4 XDG base/user directory specificationson &n, @4 Known Folder @y on ^4, @5 @4 Standard Directory guidelineson macOS.","2.0.0"],"guid-create":["@3 ^r @0 ^2 GUIDs","0.1.1"],"experimental-reactive":["Experimental overheadless reactive $l @j","0.0.3"],"relm-test":["Testing @1 @0 relm",C[79]],"crypto-rest-client":["An restful @d @0 all cryptocurrency exchanges.","0.6.3"],"libimagstore":[C[60],C[22]],"proc-maps":["Helper @8 @0 getting virtual $j maps @t processes","0.1.8"],"dono":["@3 @8 @0 Dono Key Derivation Function","2.0.0"],"blindsign":["A @W @0 ^2 blind signatures cryptography ECC","0.0.6"],"autodiff":["An automatic differentiation @1","0.3.2"],"bytelines":["Read input lines as byte slices @0 high efficiency","2.2.2"],"contrail":["@H state restoration @0 backtracking search $U @u a trail.",C[9]],"hm11":["HM-11 Bluetooth AT ^h @8",C[6]],"http-serve":["&s @0 conditional GET, HEAD, byte range serving, @5 gzip content $6 @0 &g @z @5 more @7 hyper @5 $v","0.3.2"],"discrete":["Combinatorial phantom @i @0 discrete mathematics",C[2]],"gc-arena":["$P garbage collected arenas","0.2.2"],"$R":["A grab-bag of ^U @0 functional $l.",C[6]],"rlua":["High @D @6 to Lua 5.3",C[38]],"linal":["tiny linear algebra @1 ^W &8","0.2.5"],"desync":["A hassle-free @x $k @0 $r $l","0.7.0"],"environ":[C[255],"1.1.3"],"reikna":["A work in progress math @1","0.12.3"],"ra_ap_arena":["TBD","0.0.33"],"yy-boss":[C[436],"0.5.8"],"google-oslogin1_beta-cli":[C[1081],C[44]],"seek_bufread":["A drop-in replacement @0 &Y::io::BufReader @7 seeking @m.","1.2.2"],"indradb-lib":["A graph ^P @1","2.1.0"],"numbat":["An emitter @0 npm's numbat-&z @0 @3 projects.","1.0.0"],"fff":[C[322],"0.3.1"],"offscreen_gl_context":["Creation @5 manipulation of HW accelerated offscreen rendering contexts in &j platforms. Originally intended @0 @4 Servo project's WebGL @2.","0.25.1"],"casperlabs-types":["Types $3 to allow creation of Wasm contracts @5 tests @0 $9 on @4 CasperLabs ^7.","0.6.1"],"ssb-client":["A @d @1 @0 interfacing @7 ssb.","0.3.1"],"rnr":["RnR is a @B-$s $R to rename &j @z @5 directories thatsupports regular expressions",C[9]],"lorawan":["Crate lorawan @s $m @5 ^U @0 ^X @5 $M LoRaWAN &y @t @5 to a slice of bytes.","0.6.1"],"$O_glacier":["^p ^L @0 @3 - Amazon Glacier @ 2012-06-01",C[18]],"build-info-common":["Part of @4 $h-info @5 $h-info-$h $V: @O @8 @s @4 @i @k are serialized by $h-info-$h @5 $3 by $h-info.","0.0.24"],"add6_64":["Toy @8 @k depends on recent $4 of add3 @8.",C[0]],"schemafy_snapshot":["Snapshot @0 bootstrapping @4 schemafy @8","0.4.2"],"ckb-script":["CKB component to run @4 $k/lock scripts.",C[31]],"wasm-rpc":["WASM rpc is a ^C @l to programs @k compile to $D","0.2.18"],"modbus":["Pure @3 modbus @2","1.0.3"],"aws_lambda_events":["^p Lambda event $g",C[2]],"sv-parser":["SystemVerilog @h @1 fully complient @7 IEEE 1800-2017","0.11.1"],"codeviz_$w":[C[15],"0.2.2"],"cluuname":["@p @0 displaying $e about @4 @M","0.1.9"],"serde-hjson":[C[220],"0.9.1"],"gdk":["@3 @6 @0 @4 GDK 3 @1",C[8]],"ferris-says":["A @3 flavored replacement @0 @4 classic cowsay",C[6]],"fixedbitset":["FixedBitSet is a @c bitset $c",C[2]],"tokio-postgres-rustls":["Rustls $S @0 $v-postgres","0.8.0"],"libp2p-deflate":[C[891],"0.29.0"],"hbs-acc-pow-sys":["$L @6 to libhbs-acc-pow",C[6]],"harfbuzz_rs":["A high-@D @l to HarfBuzz, exposing its most important $5 in a $P manner @u @3.","1.2.0"],"megaui-macroquad":["Macroquad renderer @0 megaui","0.1.4"],"aspotify":["&2 @d @0 @4 Spotify @y","0.7.0"],"wavefront_obj":["A @h @0 @4 Wavefront .obj $1 @F.","10.0.0"],"k8-config":["Read Kubernetes config","1.4.0"],"polar-core":["Polar @G @1 @0 oso, an open source policy $a @0 authorization that’s ^8 in $q $N",C[8]],"divisors":["A blazing $H @1 to find all divisors of a natural &1.",C[6]],"yeslogic-fontconfig-sys":["Raw @6 to Fontconfig ^W a vendored C @1","2.11.2"],"audio":["A @1 @0 ^j @7 audio buffers",C[432]],"rust-releases-io":["I/O ^r @8 @0 @e-releases",C[98]],"chacha20-poly1305-aead":["A &9 @3 @2 of @4 ChaCha20-Poly1305 AEAD @t RFC 7539.",C[4]],"^6_magic_fork":[C[202],"0.2.2"],"lep":["Mini @L @0 interactive consoles, featuring ^S @X footprint.","0.4.5"],"rustnao":["A @3 @2 of a @f @0 @4 SauceNAO @y.",C[191]],"url-crawler":["Configurable parallel &h crawler, designed to crawl @0 content",C[9]],"cargo-bpf":["Cargo $T to manage eBPF probes @u redbpf","1.3.0"],"nnsplit":["A $R to split ^G @u a neural ^7. For sentence boundary detection, compound splitting @5 more.","0.5.8"],"cdb":["Pure @3 @1 to read @5 &b CDB @z","0.6.0"],"plugger-macros":["Plugger @a",C[0]],"manuf":["Ethernet vendor codes, @5 well-known MAC addresses",C[0]],"wallpaper":["Gets @5 sets @4 desktop wallpaper/background.","3.2.0"],"requests":["@3 ^A @d @y styled after awesome Python requests - [WORK IN PROGRESS]","0.0.30"],"$b_jcs":["^n Canonicalization Scheme (JCS) @0 Serde",C[3]],"namaste":["@H locks $p processes",C[38]],"vergen":["Generate 'cargo:rustc-env' instructions via 'build.rs' @0 $9 in $q @X via @4 env! @g","5.1.13"],"libzfs-types":["Shared @i @0 libzfs",C[4]],"noble-sudo":["FABRIC noble @0 sudo","2.0.0"],"radixal":["Digits iteration @0 unsigned integer @i.",C[9]],"handlers":["A @g @0 $E systems of event handlers",C[20]],"garando_errors":[C[337],C[3]],"push-trait":["Push $y @0 collectons.","0.6.0"],"stat":["GSL Statistics $t in @3",C[0]],"wesers":["a @c ^A/HTTPS @T in @3","0.4.1"],"max7219":["A @N &6 ^h to @l @4 MAX7219 (LED ^h)","0.3.1"],"crowbook-text-processing":["@U some @E @w @0 escaping ^G (HTML/LaTeX) @5 formatting it according to typographic rules (smart quotes, ellipsis, french typograhic rules)","1.0.0"],"oauth-client":[C[221],"0.5.2"],"yaksay":["Cowsay enhanced","1.5.8"],"cryptonote-base58":[C[427],C[4]],"@e_tokenizers":["High $F tokenizers @0 @3","6.2.4"],"lazy":["Lazily evaluated @i @5 @a.","0.5.3"],"stm32ral":["Register $W layer @0 all STM32 $n","0.5.0"],"$y_&V":["Easy &V @f @k implements all $2 @k @4 wrapped objects implement","0.5.0"],"harmonizer":["Apollo Federation $o to compose a supergraph @t subgraphs",C[12]],"rss-rs":["Deprecated. @O ^t has been merged @7 @4 `rss` @8.","0.3.2"],"udp_sas":["Source address selection @0 UDP sockets","0.1.3"],"pallet-benchmark":["Patterns to benchmark in a FRAME @J.",C[699]],"rs-auto-sync":["auto rsync when @z change","0.1.7"],"$O_ssm":["^p ^L @0 @3 - Amazon @H Systems Manager (SSM) @ 2014-11-06",C[18]],"crev-common":["Scalable, social, Code REView @M @k we desperately need - $w @X","0.21.0"],"gerrit-rust":[C[529],"0.1.24"],"time-macros-impl":[C[811],C[4]],"metriqs":["Metrics infrastructure @j",C[1]],"binfarce":["Extremely minimal @h @0 ELF, Mach-O, PE @5 ar.",C[6]],"x11-dl":[C[587],"2.18.5"],"pem-parser":["A @c $R to convert RSA keys @t PEM to DER.","0.1.1"],"minisign":["A @8 to sign @z @5 verify signatures.","0.6.3"],"str_overlap":["Methods @0 finding @4 overlap $p two $d slices.","0.4.3"],"cargo-swagger":["A @P &k to make it &t to ^o @3 cratyes @t swagger specs",C[3]],"dbui-templates":["HTML templates $3 by @4 dbui @T","0.0.64"],"crc8":["A CRC8 @2","0.1.1"],"angle":["Angle @f to avoid ambiguous parameters + $w operation &c angles $A wrapping, comparisons, arithmetic $K, trigonometric $K @5 conversions $p rad @5 deg.",C[2]],"pathfinder_simd":["A @c SIMD @1","0.5.1"],"wav":["@O is a @8 @0 ^X in @5 $M out wave @z. It supports bit depths of 8, 16, 24 bits, @5 32-bit IEEE Float, @5 any &1 of channels.","1.0.0"],"staticsort":["Implements a @g &d a compile-$x quicksort $0 @0 arrays of any length, containing any primitive Copy $k @7 a PartialOrd @2.","0.4.1"],"sgx_tse":[C[55],"1.1.1"],"al-sys":["Raw @6 @0 OpenAL 1.1","0.6.1"],"norad":["Read @5 &b Unifed Font Object @z.",C[2]],"arg_&V_^N_@g":["A $i @g ^m @7 clap arg_enum","0.3.1"],"ruma-events-macros":["A $i @g $3 by @4 ruma-events @8.","0.23.3"],"telegram-bot":[C[222],"0.8.0"],"ssh2":["@I to libssh2 @0 ^R @7 SSH servers @5 executing remotecommands, forwarding local ports, etc.","0.9.1"],"bvh":["A $H BVH @u SAH","0.5.0"],"linux-stats":["typesafe procfs info","0.3.1"],"axon":["run a @B $A a $T @7 rpc",C[9]],"rpcperf_request":["rpc-perf request &K","1.1.0"],"testdrop":["A $o to help ^3 drop @V",C[4]],"tokio-current-thread":["Single threaded executor $f manage many tasks concurrently on @4 current &f.",C[35]],"hub-sdk":["Geeny &n Hub ^L","0.5.0"],"rifling":["A @1 @0 ^2 Github/Gitlab webhook listener",C[2]],"civil":["a @1 to @m civil engineering @Q (WIP)","0.1.7"],"ctest2":[C[411],"0.4.1"],"velcro_@a":["$B @a $3 by @4 `velcro` @8. See `velcro` @0 documentation.It is not advised to depend on this @8 directly; it is an ^T &m of `velcro` @5 may be subject to breaking changes.","0.5.2"],"google-deploymentmanager2_beta2":[C[976],C[977]],"libpulse-glib-binding":["A @3 @L $X @0 @4 PulseAudio libpulse-mainloop-glib @1.","2.23.0"],"db":["MatchDB Driver.","0.0.1"],"tectonic_$a_xdvipdfmx":["$7 `xdvipdfmx` &0 as a reusable @8.","0.1.3"],"^u_def":["A @3 syntax ^d @0 $E ^u-^g boilerplate @X.","0.3.16"],"elmesque":["An attempt at porting Elm's incredibly &Q, purely functional &Y ^O modules.",C[11]],"ddc":["DDC/CI monitor control","0.2.2"],"marker":["Tool @0 finding issues in CommonMark documents","0.8.0"],"prefixopt_@b":["See ReadMe. ^E @b options @t &w @5 enums to $9 @7 clap.",C[2]],"witchcraft-log":["A structured &v facade @0 Witchcraft servers","0.3.1"],"parity-hash":["A $c of fixed-size byte array representations","1.2.2"],"easyjack":["Easy, rusty, @6 @0 @4 jack ^Q",C[4]],"remove_dir_all":["A $P, reliable @2 of remove_dir_all @0 ^4","0.7.0"],"slice":["slices @0 streams ^1 `&Y::io::read` @5 `&Y::io::&b`.","0.0.4"],"forest_bigint":["BigInt @E @0 $9 in Forest","0.1.4"],"nss":["@I @0 @4 NSS cryptography @1","0.7.1"],"olpc-cjson":["serde_json Formatter to serialize as OLPC-style canonical ^n",C[3]],"solana-program":["Solana Program","1.7.8"],"leetcode_prelude":[C[829],"0.2.3"],"solana-net-utils":[C[223],"1.7.8"],"trello":["A Trello @d @0 @3. @O is a work in progress!","0.1.7"],"tokio-proto":["A ^7 $N @j @0 rapid &D @5 highly scalableproduction deployments of clients @5 servers.","0.1.1"],"swc_ecma_@h":["Feature-@q es2019 @h.","0.64.0"],"substrate-wasm-builder-runner":["Runner @0 substrate-&p-&K","3.0.0"],"sudoku":["A sudoku solver @1","0.7.0"],"fwdlist":["A simply linked (forward) list",C[9]],"aliasable":["Basic aliasable (non unique pointer) @i","0.1.3"],"actix-postgres":["PostgreSQL $S @0 Actix @j.",C[9]],"persia-rpc":["high $F rpc @j on http2","0.6.1"],"lspower-macros":["Internal $i @a @0 lspower",C[6]],"flaky-finder":["CLI $R meant to find flaky ^3 by running &j times a ^3 harness until it fails.","0.2.22"],"engine-io":["An engine.io @1 @0 Iron.","0.1.4"],"smithy":["Smithy, a @j @0 &h &D","0.0.7"],"cargo-pack":["an infrastructure @1 @0 '@P-pack'ers","0.6.0"],"error-chain":["Yet another ^u boilerplate @1.","0.12.4"],"escposify":["A ESC/POS ^h @0 @3## Minimum @3 $4 policy (MSRV)@O crate's minimum supported &G $4 is 1.46.0.","0.4.1"],"$O_apigatewaymanagementapi":["^p ^L @0 @3 - AmazonApiGatewayManagementApi @ 2018-11-29",C[18]],"embedded-ccs811":["Platform-&6 @3 ^h @0 @4 CCS811 ultra-low power digital gas sensor @0 monitoring indoor air quality.",C[0]],"avocado_@b":[C[224],"0.6.0"],"parity-wasm":[C[225],"0.42.2"],"rendy-mesh":["Rendy's mesh","0.5.1"],"aspect-weave":[C[226],C[6]],"digest_auth":["@v of @4 Digest Auth @Z as defined in IETF RFC 2069, 2617, @5 7616, intended @0 ^A clients",C[9]],"pusoy_dos2":["pusoy dos lib",C[71]],"crc":["@3 @2 of CRC(16, 32, 64) @7 @m of various standards","2.0.0"],"listpack":["@3 @f @0 @4 \"listpack\" @x $Q created @5 maintained @0 Redis",C[1]],"gelf_logger":["Minimal @e logger to send log entries in GELF.","0.1.4"],"stlog":["Ultra ^y &v @j @0 resource constrained &A","0.3.3"],"xmc4100":["XMC4100 Cortex-M peripheral $W @1",C[2]],"frostflake":["Customizable @5 &f-$P distributed id @C",C[6]],"curses-sys":["$L @6 @0 curses","6.0.0-2"],"wrapped-vec":["Macro @0 $E wrapped Vec @i @5 associated boilerplate",C[9]],"tiny_ram_db":["A Tiny RAM Database @0 $H $W","0.1.14"],"miniz_oxide_c_^Q":["DEFLATE ^z @5 decompression @y designed to be @3 drop-in replacement @0 miniz","0.2.5"],"minidom":["A ^S, @c DOM @2 on top of quick-xml",C[36]],"wasm-bindgen-wasm-conventions":["^b @0 ^j @7 Wasm ^K conventions (usually established by LLVM/lld)",C[5]],"io-surface":["@I to IO Surface @0 macOS",C[98]],"register":["&W @l @0 MMIO @5 CPU registers","1.0.2"],"libiio-sys":["&I, unsafe, @6 to @4 &n libiio @1. Used by industrial-io.",C[9]],"ffmpeg-dev":["Self contained (no net/@r deps) &g @e @6 to ffmpeg.","0.3.8"],"ruma-client":["A Matrix @d @1.","0.6.0"],"google-iam1-cli":[C[295],C[37]],"recap":["Deserialize typed $m @t regex captures","0.1.1"],"libftdi1-sys":["$L @6 @0 libftdi1","1.0.0"],"lcd":["Hitachi HD44780-^m LCD screen @m @0 ^8 &D",C[56]],"cognitive-renderer-gl":["GL rendering @0 `cognitive`",C[3]],"http-serde":["Serde @m @0 @4 &E @8. (De)serialize HeaderMap, Uri, Method, StatusCode","1.0.3"],"tmst":["@H timesheet software.",C[6]],"@t_variant":["^E @b From impls @0 enums","0.1.3"],"apriltag-sys":["@3 @6 @0 AprilTag @1","0.1.5"],"error-context":["Methods @5 @i @k help @7 adding additional context $e to ^u @i",C[4]],"rustpython-compiler":["Compiler @0 python @X ^c bytecode @0 @4 rustpython VM.",C[4]],"struct2swagger_@b":[C[528],C[1]],"bytestool":["Compiler plugins: compile $x byte_size_of!(..) @5 concat_bytes!(..)",C[9]],"bidule":["Ultra @c Functional Reactive Programming, made @7 stuff, things, device, thingumajig, etc.",C[0]],"instant-segment":["Fast English word segmentation","0.8.2"],"ockam_node":["Ockam Node @2 @8","0.19.0"],"serial-embedded-hal":["An @2 of ^8-hal @0 non-^8 platforms",C[4]],"multisplice":["easily splice a $d &j times, @u offsets ^c @4 original $d",C[9]],"tokio-native-tls":["An @2 of TLS/SSL streams @0 Tokio @u &7-tls giving an @2 of TLSfor nonblocking I/O streams.",C[9]],"ostree-sys":["$L @6 to libostree-1","0.8.0"],"serde-hashkey":["Space ^J, in-$j $b @K $f supports hashing.",C[2]],"libcmark-sys":["&I @6 to @4 libcmark @1",C[3]],"cryptography":["Facade @8 @0 @4 RustCrypto project's $2","0.5.0"],"fcgi":["@3 @6 @0 $H-cgi","0.0.2"],"bloomchain":["Standalone blockchain bloom filter",C[0]],"memcached-protocal":["Memcached Text Protocal","0.1.11"],"nftnl-sys":["Low @D $L @6 to libnftnl. @U low-@D userspace $W to @4 in-kernel nf_tables subsystem","0.6.0"],"cmac":["&S @2 of Cipher-@n Message Authentication Code","0.6.0"],"brainfuck_rs":["Brainfuck @h @5 interpreter @u nom","2.0.0"],"reql-macros":["^H @0 @4 reql @8",C[9]],"parse_^6":["A non-abstract syntax ^6 $k","0.0.7"],"epd-waveshare":["An ^8-hal @n ^h @0 ePaper displays @t Waveshare formerly published as eink-waveshare-rs",C[2]],"cupi":["Cuprum Pi is a GPIO $W @1 $t on @3 @0 @4 Raspberry Pi board.",C[3]],"distill-core":["Core @i @5 ^s @0 `distill`","0.0.3"],"bcc":["Idiomatic @3 @6 @0 BPF Compiler Collection (BCC)","0.0.31"],"interfaces":[C[376],"0.0.7"],"nu_$T_match":["A regex match $T @0 Nushell",C[23]],"dubp":["Set of &4 ^1 @4 DUBP @9.","0.58.0"],"oha":["Ohayou(おはよう), ^A load @C, inspired by rakyll/hey @7 tui animation.","0.4.6"],"google-playmoviespartner1":[C[227],C[228]],"libnv-sys":["$L @6 to libnv.","0.1.5"],"bellman":[C[294],C[20]],"userfaultfd-sys":["Low-@D @6 @0 userfaultfd $5 on &n.",C[9]],"new-ordered-float":["Wrappers @0 total ordering on floats (fork of ordered-float)","1.0.2"],"tetsy-jsonrpc-core-client":[C[229],"15.1.0"],"arrayref":["^H to take array references of slices","0.3.6"],"unic-ucd-block":["UNIC — &i Character Database — &i Blocks","0.9.0"],"tendril":["Compact buffer/$d $k @0 zero-copy @S","0.4.2"],"dynamodb_@x":["Serde @n @K @m @5 misc @E @0 ^j @7 Dynamodb via @4 rusoto_dynamodb @8","0.1.8"],"unicode-xid":["Determine whether characters have @4 XID_Startor XID_Continue properties according toUnicode Standard Annex #31.","0.2.2"],"scaproust":["Nanomsg scalability protocols @2 in @e. Various messaging patterns &c pluggable transports","0.3.2"],"tw_pack_lib":["A Total War series pack $1 @1","0.1.21"],"pipitor":["A Twitter bot @k gathers, filters @5 Retweets Tweets automatically.","0.3.0-alpha.13"],"resource":["^H @0 statically &H assets in release mode, but dynamically loading them in debug mode.This is primarily intended @0 games, allowing &R to both avoid $1 IO in release builds @5 dynamically reload assets in debug mode.","0.5.0"],"wmfocus":["Visually focus windows by label","1.2.0"],"google-dfareporting2d4-cli":[C[250],C[230]],"wlc-sys":["Bindgen ^Z low-@D wlc @f","0.0.8"],"basehangul":["An @2 of BaseHangul $J-to-^G @F in @3","0.1.10"],"pipeline":["A @g $c to pipe |> $q @w calls, $A in F# or Elixir.","0.5.0"],"holochain_persistence_lmdb":[C[631],"0.0.18"],"tts":["High-@D Text-To-Speech (TTS) @l","0.17.3"],"mrt-rs":["A @1 @0 @S Multi-Threaded Routing Toolkit (MRT) formatted streams.","2.0.1"],"$H_inv_sqrt":["Fast inverse square root @Z @2.","1.0.1"],"block-modes":["Block cipher modes of operation","0.8.1"],"plist":["A rusty plist @h. Supports Serde @K.","1.2.0"],"ammonia":["HTML Sanitization","3.1.2"],"add3":["Toy @8 @k will go through major $4 changes to demo semver.","4.0.0"],"ncollide_transformation":[C[231],"0.9.1"],"rustfft":["High-$F FFT @1 $t in &9 @3.","6.0.1"],"polars-lazy":["Lazy query $a @0 @4 Polars DataFrame @1","0.14.8"],"indextree-ng":["Arena @n ^6 $Q by @u indices instead of reference counted pointers. Fork of indextree by Sascha Grunert $f allows to remove nodes","1.0.5"],"fortanix-sgx-abi":["An @l @0 Intel SGX enclaves. @O is @4 @l @0 @4`x86_64-fortanix-unknown-sgx` target.This is a ^S yet functional @l suitable @0 $M larger enclaves. In contrast to other enclave interfaces, this @l is primarly designed @0 running entire @Q in an enclave.This @8 fully describes @4 $k-@D @l @q @7 documentation. For implementors, this @8 contains all @4 $k definitionsand a @g @7 @4 $0 $g.","0.3.3"],"imgui-inspect-derive":[C[232],"0.8.0"],"ntex-amqp":["AMQP 1.0 Client/Server @j","0.5.0-b.1"],"libpapi_@r":["a @c @e $X @0 libpapi","0.1.7"],"libp2p-identify":[C[499],"0.30.0"],"eventsourcing-derive":["Custom @b @a @0 Eventsourcing components","0.1.3"],"stb_truetype":["A straight translation of @4 font loading @X in stb_truetype.h @t C to @3.","0.3.1"],"fractran_@a":["A ^9 $T @k converts Fractran @X ^c @3 at compiletime, letting $q Fractran programs be optimised by LLVM to super-fastnative @X.","0.1.5"],"linux_^N":["A @1 to help ^X @4 contents of `/^N` on linux","0.1.1"],"cretonne":["Umbrella @0 commonly-$3 cretonne $V",C[99]],"str-utils":["@O @8 @s some $2 to extend @i $f implement `AsRef<[u8]>` or `AsRef`.","0.1.5"],"cart-tmp-nga":[C[643],C[3]],"git_flow":["A CLI @0 an opiniated git flow @0 monorepos on GitHub","0.0.6"],"dfw":["Docker firewall @j, in @3","1.2.1"],"google-admin1_directory":[C[455],C[456]],"drone-cortex-m-macros":["$B @a @0 drone-cortex-m.","0.11.1"],"noble-im-online":["FABRIC's I'm online noble","2.0.0"],"checkpoint":["Unmaintained",C[1]],"imag-gps":["Part of @4 imag @G ^k: imag-gps @B",C[22]],"bluetooth-serial-port-async":[C[933],"0.6.3"],"ff-cl-gen":["OpenCL @X @C @0 prime-fields",C[9]],"noble-transaction-payment-rpc-runtime-api":["RPC @J @y @0 transaction payment FABRIC noble","2.0.0"],"keystream":["Cryptographic keystream $2","1.0.0"],"libucl-sys":["Low-@D @6 to libucl.","0.1.5"],"vgmdb-rust":["Package moved to vgmdb",C[6]],"aof":["Redis appendonly $1 filter","0.3.1"],"fann":["Wrapper @0 @4 Fast Artificial Neural Networks @1","0.1.7"],"xdrgen":["XDR codec @C @t specification. Designed @0 $9 @7 xdr-codec.","0.4.4"],"noble-indices":["FABRIC indices ^w noble","2.0.0"],"near-rpc-error-core":[C[483],C[3]],"scte35-reader":["Reader @0 @x formatted according to SCTE-35",C[8]],"metadeps":["Run pkg-config @t declarative &8 in Cargo.toml","1.1.2"],"hash256-std-hasher":["Standard @1 hasher @0 256-bit prehashed keys.","0.15.2"],"bmp":["Small @1 @0 ^X @5 $M BMP images in @3.","0.5.0"],"hkd32":["HMAC-@n Hierarchical Key Derivation: deterministically derivea hierarchy of symmetric keys @t initial keying material throughrepeated @Q of @4 Hash-@n Message Authentication Code(HMAC) construction. Optionally supports storing root derivationpasswords as a 24-word mnemonic phrase (i.e. BIP39).","0.6.0"],"xdg-rs":["[@O @8 is no longer maintained. Please $9 xdg-basedir instead] @p to help @7 @4 XDG basedir spec","0.1.4"],"sodoken":["libsodium @f &d $v $P $j secure ^Q $W.","0.0.1-alpha.7"],"bitops":["Miscellaneous bit $K @0 any Integer.",C[3]],"rga":["Old $4! Please see [ripgrep_all](&N://crates.io/$V/ripgrep_all)","0.5.9"],"cbor-smol":["Streamlined $b serializer/deserializer @0 CBOR",C[2]],"tetsy-impl-codec":["Tetsy Codec @K @m @0 uint @5 fixed ^v.","0.5.1"],"display-interface":["Traits @0 interfaces $3 to drive displays","0.4.1"],"zbx_sender":["@v of Zabbix Sender Client.","0.2.2"],"pretty-lint":["A very @c @1 @0 showing lint errors","0.1.1"],"oozz":["A CLI &0 @k takes input @5 renders it in an ANSI art font, @5 adds some colored oozz.","0.4.1"],"docktape":["Wrapping @4 Docker @y","0.3.7"],"wait-for-me":["Async CountDownLatch",C[0]],"conquer-once":["Synchronization $8 @0 lazy @5 one-$x initialization","0.3.2"],"du-dust":["A more intuitive $4 of du","0.6.1"],"color_space":["@1 @0 converting $p color spaces @5 comparing colors","0.5.3"],"blake2b-ref":["A `no_std` BLAKE2B @2.",C[9]],"rlp-derive":["&O @g @0 #[@b(RlpEncodable, RlpDecodable)]",C[3]],"smallbox":["`Small Box` optimization: store ^S item on stack @5 fallback to heap @0 large item.","0.8.0"],"expectorate":["@p @0 comparing &L to $1 contents @7 @c updating","2.0.1"],"tweetust":["$7 Twitter @y @f",C[20]],"rust-lcm-codegen":["Generates @3 de/@K @X @t LCM $k specification",C[6]],"nyx":["Small no-&Y @2 of @4 TOTP @Z.","2.1.1"],"constellation-rs":["Constellation is a @j @0 @3 (nightly) @k aides in @4 $M, debugging @5 deployment of distributed programs.",C[257]],"actyxos_sdk_@a":[C[233],"0.2.2"],"tree-sitter-cli":["CLI $R @0 developing, ^5, @5 @u Tree-sitter parsers","0.14.5"],"fel-cli":["CLI ^U @0 dealing @7 Allwinner &A in FEL mode, in &9 @3.","0.5.2"],"webauthn-rs":["Webauthn Framework @0 @3 Web Servers",C[476]],"rtdlib":["TDLib @0 @e",C[234]],"value-trait":["Traits to deal @7 JSONesque ^D","0.2.8"],"rawkey":["Raw $u key input","0.1.3"],"postgres_array":["Array @m @0 @e-postgres",C[13]],"website-icon-extract":["extract favicon link paths @t a html page @t different standards","0.4.2"],"opentelemetry-contrib":["@3 contrib repo @0 OpenTelemetry","0.7.0"],"google-cloudlatencytest2":[C[235],C[236]],"abi_stable_@b":[C[237],"0.9.2"],"wasmer-compiler-llvm":["LLVM ^9 @0 Wasmer $D @J","2.0.0"],"gdk4":["@3 @6 of @4 GDK 4 @1",C[0]],"cssselect":["CSS Selectors?","0.0.1"],"parse_qapi":["A @1 to @h qemu's json $A QAPI. @O uses a nom @h to parse @4 json @5 @4 descriptions. @O @1 is $3 by @4 qemu-@e-@C ^t to $h @4 @1",C[4]],"redox_liner":[C[238],"0.5.1"],"maidsafe_@i":["Types @0 maidsafe clients @5 vaults.","0.2.3"],"executor":["A minimalistic @R/await executor","0.8.0"],"evcxr":["An Evaluation Context @0 @3",C[13]],"nom-recursive":["Extension of nom to handle left recursion",C[9]],"s32k144":["Peripheral $W @y @0 NXP S32K144 $n (^Z @u svd2rust)",C[20]],"near-sdk":[C[810],C[239]],"esparse":["A $H JavaScript @h. Currently only a lexical analyzer.",C[3]],"big_s":["Rust's missing `String` literal","1.0.2"],"openai":["OpenAI @d @0 @3","0.4.1"],"mozangle":["Mozilla’s fork of Google ANGLE, repackaged as a @3 @8","0.3.3"],"coverm":["Read coverage calculator @0 metagenomics","0.6.1"],"usbd-hid-macros":["Internal @8: contains $i @a @0 HID descriptors. Use @4 `usbd-hid` @8 instead, these @a are re-exported there.","0.5.0"],"counted-array":["Macro @0 declaring fixed-size arrays ^W counting elements by hand. Supports lazy_static.",C[4]],"adhesion":["A set of @a @0 design by contact in @3. $7 design of this @1 was inspired by D's contract $l facilities.","0.5.0"],"gag":["Gag, redirect, or hold stdout/stderr &L. Currently only *nix operating systems are supported.","1.0.0"],"nereon_@b":["Automatic Nereon FromValue $y @V.","0.6.0"],"numeric-algs":["Crate ^1 some numerical $U","0.4.1"],"wayland-protocols":["Generated @y @0 @4 officials wayland @9 &M","0.29.0"],"c2rust-asm-casts":["Type cast &s @0 $9 @7 C2Rust's inline assembly @2",C[0]],"offwall":["A @c, CSV-^X OpenFlow controller dedicated to firewall bypassing","1.1.0"],"vonuvoli-scheme":["vonuvoli-scheme -- a Scheme interpreter focused on systems $l @5 scripting, almost R7RS compliant, featuring a large set of builtin $5, while keeping $F @5 security in mind. (Scheme is one of @4 major Lisp dialects, &d a powerful functional $l ^M.)","0.0.6"],"nfc-sys":["$L @6 @0 @4 libnfc @1","0.1.5"],"syncbox":["Concurrency @E @0 @3","0.2.4"],"postgres_query":[C[784],"0.3.3"],"ark-serialize-derive":["A @1 @0 deriving @K $2 @0 @4 arkworks ecosystem",C[9]],"clap-permission-flag":["Drop permissions of a CLI @u structopt",C[0]],"ein-ffi":["$L @1 @0 Ein $l @L","0.6.0"],"azure-functions-shared-codegen":["Azure Functions @0 @3 &J @X $Z @m.",C[13]],"sentry-actix":["Sentry @d ^d @0 actix-&h 3.",C[62]],"tokio-evacuate":["A future @0 coordinating controlled shutdown of participants.","2.0.0"],"skulpin-renderer-winit":["Support @0 winit in skulpin","0.5.1"],"piston-music":["A high @D @1 @0 playing music @5 sound effects","0.26.0"],"raqote":["2D ^O @1","0.8.0"],"block-utils":["^b to work @7 block &A. Formatting, getting device info, identifying $k of device, etc.","0.10.2"],"tokio-byteorder":["&2 @1 @0 ^X/$M ^Y in big-endian @5 little-endian.",C[9]],"fluence-fork-libp2p-pnet":[C[915],"0.20.2"],"in_definite":["Get @4 indefinite article ('a' or 'an') to match @4 given word. For example: an umbrella, a user.","0.2.4"],"avr-device-macros":["Attribute @a @0 re-export in `avr-device`","0.3.1"],"$O_ebs":["^p ^L @0 @3 - Amazon Elastic Block Store @ 2019-11-02",C[18]],"futures-test-preview":[C[282],C[168]],"async-zmq-types":["Types @5 $2 to create a ^I @l &c $r zmq @V","0.3.2"],"ndless":["@3 @1 @0 ^R @7 Ndless @0 @4 TI-Nspire","0.8.7"],"snowflake-rust":["'twitter' snowflakes.","0.5.6"],"fluvio_ws_&5_&p":[C[737],"0.7.0"],"imaged":["Image &o @5 ^x @1 @n on libimaged",C[22]],"wrapcenum-derive":["&O @g @0 nvml-@f, not @0 general $9",C[2]],"qt_@G":["@I @0 QtCore C++ @1","0.5.0"],"google-cloudresourcemanager1_beta1-cli":[C[817],C[268]],"webview-sys":[C[240],"0.6.2"],"rdxl":["^H @5 Component System @0 HTML Templating","0.5.26"],"bevy_@G":["@U @G $5 @0 Bevy Engine","0.5.0"],"qapi-qmp":["QEMU Machine ^a @i","0.7.0"],"named_$k_@b":["&O @m @0 named_type","0.2.2"],"image-watcher":["A @c CLI $R.","0.0.23"],"xflags-macros":["Private @2 details of xflags.","0.2.3"],"coco":["Concurrent &r","0.3.4"],"pathfinder_gpu":["A @c cross-@N GPU $C @1","0.5.0"],"rustc-test":[C[241],"0.3.1"],"rdrand":["An @2 of &x &1 @C @n on rdrand @5 rdseed instructions","0.8.0"],"pistoncore-event_loop":["A Piston event loop @0 games @5 interactive @Q","0.53.0"],"$u_^i":["A standalone @1 @7 no-&Y @m @0 @B $s $u interfaces. With autocomplete @m, &s @0 commands @5 propertiesand a prompt @2.",C[0]],"minreq":[C[1052],"2.4.2"],"postgres-service":["Parse Postgres &e $I @z","0.19.0"],"sonic-server":["Fast, ^y @5 schema-less search $Y.","1.3.0"],"nanny-sys":["Exposes Node @5 V8 C++ API's @0 $9 by nanny.","0.0.6"],"kooka_lib_messenger":["Communication $p services by @u Nats",C[4]],"hal":["hal - @4 Bitcoin companion","0.7.2"],"unic-langid":[C[200],"0.9.0"],"qapi":["QEMU QMP @5 Guest Agent @y","0.7.0"],"amethyst_renderer":[C[276],"0.10.4"],"libmount":["$7 $k-$P @f $G mount @M call","0.1.15"],"coi":["coi is a Dependency Injection @1.",C[20]],"trait-async":[C[956],"0.1.24"],"git-gone":["Manage \"gone\" Git branches","0.3.7"],"ipfsapi":["Crate @0 interfacing @7 @4 IPFS ^Q",C[9]],"netlink-packet-core":[C[377],"0.2.4"],"zellij-tile":["A ^S @d-side @1 @0 $M Zellij plugins","1.2.0"],"ockam_vault":["A software-only Ockam Vault @2.",C[71]],"neli":["Type $P netlink @1 $t in @3","0.5.3"],"libtls":["@3 @6 @0 LibreSSL's libtls.","1.2.0"],"symphonia-format-ogg":["Pure @3 OGG demuxer (a part of ^t Symphonia).",C[9]],"rupantor":["A Bengali Phonetic &C $f is very flexible @5 supports Avro Phonetic",C[9]],"ruster_unsafe":[C[242],C[2]],"ophelia-derive":["ophelia @b @a",C[9]],"eth2_ssz":["SimpleSerialize (SSZ) as $3 in Ethereum 2.0",C[4]],"tshell":["TShell, a @B ^6 @j @7 autocompletion @5 contextual help","0.2.2"],"rbxpacker":["Generates installation scripts @0 Roblox &4","1.2.2"],"git-testament-derive":["Record git ^j ^6 status when compiling $q @8 - inner $i @g",C[88]],"stun_codec":["Encoders @5 decoders @0 STUN (RFC 5389) @5 its &M",C[52]],"leaf":[C[966],C[6]],"wasmtime-cache":["Support @0 automatic ^B caching @7 Wasmtime",C[93]],"twiggy-analyze":["Analyses @0 @4 Twiggy @X size profiler.","0.6.0"],"roperator":["Easily create Kubernetes Operators @7 @3",C[9]],"code-minimap":["A high $F @X minimap @C","0.6.1"],"usb-disk-probe":["@U a &5 $k $f can be $3 to probe @0 USB ^x &A in @4 @M.",C[3]],"dia-files":["For finding @z...","0.12.1"],"twig":["Twig templating $a @0 @3; work in progress.",C[3]],"cargo-project":["@p to retrieve $e about a Cargo ^t","0.2.4"],"cargo-manifest":["Helper @8 to parse @5 manipulate manifests - `Cargo.toml` @z.","0.2.4"],"linkme":["Safe cross-@N linker shenanigans","0.2.6"],"qr2term":["Stupidly @c @3 @8 to render a QR @X in @4 $u.","0.2.2"],"urlqstring":["A URL query $d @0 @e","0.3.5"],"mudpie":["Dynamic ^A Server. Pure $P @3, no &8.","0.2.6"],"dbgen":["Generate &x ^3 cases @0 databases","0.8.0"],"&e_world":["Discover services @t Hasicorp's consul",C[0]],"owned-fd":["Ownership @5 lifetimes @0 $1 descriptors",C[3]],"splr":["A modern CDCL SAT solver in @3",C[20]],"pub-sub":["A basic publish/subscribe channel.","2.0.0"],"pallet-contracts":["FRAME &u @0 WASM contracts","3.0.0"],"sic":["Accessible image &o @5 conversion @t @4 $u (@5 a front-end @0 @4 'image' @8).","0.19.0"],"rangetree":["Range-^6 @0 storing non-overlapping scalar ranges.",C[4]],"keyring":["Cross-@N @1 @0 managing passwords",C[22]],"hcal":["Hexadecimal calendar @0 $u",C[6]],"onnx-pb":["ONNX @9 buffers &y.","0.1.4"],"glib-itc":["GLib inter-&f communication @1","0.5.0"],"@b_rand":[C[711],"0.1.1"],"libnotify-sys":["$L @6 to libnotify","1.0.2"],"pwned":["@H Have I Been Pwned checker","0.5.0"],"toql":["$7 toql query @L","0.1.9"],"qt_3d_render":["@I @0 Qt3DRender C++ @1","0.5.0"],"bitflags-core":["A fork of @e-lang-nursery/bitflags @k uses libcore, not libstd","0.3.4"],"bstr":["A $d $k @k is not required to be valid UTF-8.","0.2.16"],"fractal-utils":["^b @0 ^j @7 Fractal Global Credits.","0.3.4"],"near-bindgen-core":[C[243],"0.6.0"],"dummy-test-xss":["<img onload='alert('Injected 777')' src='&N://google.com'>%3Cimg%20onload%3D'alert('Injected%20666')'%20src%3D'https%3A%2F%2Fgoogle.com'%3E","0.1.5"],"ybc":["A Yew component @1 @n on @4 Bulma CSS @j.",C[6]],"heim-virt":["Cross-@N virtualization @M detection",C[26]],"nom-recursive-macros":["Helper @8 of nom-recursive",C[9]],"rumble":["A @3 Bluetooth Low Energy (BLE) central modulelibrary, currently supporting &n/Bluez",C[9]],"stakker":["A ^y low-@D single-threaded actor @J","0.2.4"],"ptr_meta":["A radioactive stabilization of @4 ptr_meta rfc","0.1.4"],"peresil":["A @c @5 simplistic $d @S @1",C[56]],"zellij":["A $u workspace @7 batteries included",C[71]],"genawaiter-macro":["Convenience @a @0 generators (genawaiter)","0.99.1"],"mli_mep":["Multi Expression Program @2 @0 mli","0.10.3"],"noble-democracy":["FABRIC noble @0 democracy","2.0.0"],"dinghy-test":[C[244],"0.4.61"],"julia":["Idiomatic @5 $P Julia @6 @0 @3","0.2.5"],"docusign":["An @y @d @0 @4 DocuSign @y","0.1.17"],"piston2d-touch_visualizer":["A @1 @0 visualizing input touches @7 Piston-Graphics","0.30.0"],"$P_nfs":[C[245],"0.6.1"],"sha2ni":["SHA-2 ^v @w","0.8.5"],"rhq":["A repository ^w $R",C[9]],"libp2p-dns":[C[264],"0.29.0"],"rcut":["rcut is a @3 replacement @0 GNU cut @k supports UTF-8.","0.0.52"],"beanstalkc":["Yet another @c Beanstalkd @d @0 @3.","1.0.0"],"curl":["@3 @6 to libcurl @0 making ^A requests","0.5.0"],"@R_&a":["@H, persistent, $r ^D","0.2.7"],"sn_@d":["Safe Network Client","0.61.2"],"iron-json-response":["Json response middleware @0 Iron &h @j","0.6.0"],"postage":["An @R channel @1","0.4.1"],"cargo-results":[C[767],"0.6.2"],"egui_glium":["@I @0 @u egui natively @u @4 glium @1",C[39]],"&V_variant_$k":["Generates @i @0 each &V variant @5 conversion $y impls.",C[6]],"fcli":["Fluence FCE @B $s $R","0.4.1"],"vecarray":["&S array backed by a vector.","0.1.3"],"moore-vhdl-syntax":["$7 VHDL @h @2 of @4 moore ^9 @j.",C[11]],"dsfmt-rs":["@3 port of @4 dSFMT &x &1 @C.","0.1.1"],"xswag-base":["Basic $5 of xswag @M","0.3.1"],"bip_util":["^b @0 @4 Bittorrent Infrastructure Project","0.5.0"],"nonblocking_socket":["Non-blocking Read::read() $K on AsRawFd &w (i.e. TcpStream)","0.0.2"],"posix-acl":["@H @1 to @o @7 POSIX filesystem ACLs","1.0.0"],"&f_profiler":["A &f profiling @1 @k outputs profiles in @4 chromium trace @F.",C[9]],"compose_yml":[C[800],"0.0.59"],"metal-sys":["Low-@D @6 @0 Apple's Metal Graphics @y","0.0.0"],"jsonrpc-v1":[C[246],C[3]],"threed-ice":["$7 @W @s an @l to 3D-ICE.",C[11]],"git-ref":["A @8 to handle git references","0.4.1"],"temporenc":["@p @0 @4 Temporenc $x/date @F.","0.0.3"],"smart-contract":["Write smart contracts @0 Wavelet in @3.","0.2.2"],"max3010x":["Platform-&6 @3 ^h @0 @4 MAX3010x high-sensitivity pulse oximeter @5 heart-rate sensor @0 wearable health.",C[3]],"eframe":["egui @j - &b GUI apps @k compiles to &h @5/or natively",C[39]],"pallet-timestamp":["FRAME Timestamp Module","3.0.0"],"rust-bison-skeleton":["Bison skeleton @0 @3","0.29.0"],"google-chat1":["A @q @1 to @o @7 Hangouts Chat (@9 v1)",C[91]],"macaroons":["Cookie-$A bearer credentials @7 caveats @0 distributed authorization","0.3.3"],"numext-fixed-hash-hack":[C[247],C[1]],"tinyosc":["OpenSoundControl @2","0.0.3"],"forest_crypto":["Filecoin crypto @E @0 $9 in Forest","0.5.2"],"base_custom":["Use any characters as $q own numeric base @5 convert to @5 @t decimal.",C[0]],"swapi":["A @3 @f @0 @4 Star Wars @y - &N://swapi.co/. Contributors are welcome - &N://github.com/kylesurowiec/swapi-@e",C[6]],"libdeadmock":["@y Mocking @5 Virtualization",C[1]],"unix":["Interface to Unix @M facilities","0.6.12"],"lib_tcstring":["IAB TCF (v1, v2) TCString @E",C[9]],"rs_transducers":["@v of transducers @0 @3","0.0.3"],"lapin-futures-tls-api":["Integration of tls-^Q @7 lapin-@Y","0.19.1"],"streaming-stats":["Experimental @8 @0 computing basic statistics on streams.","0.2.3"],"nu-build":["Core $h @M @0 nushell",C[38]],"merkle_sigs":["@v of Merkle signing","1.7.0"],"fluidlite-sys":["Unsafe @6 to fluidlite @1",C[0]],"cryptor":["Cryptor is encryption machine corresponding to @4 diversity of $U.","0.1.3"],"indicatif":[C[263],"0.16.2"],"mildew":["@3 &s",C[4]],"tarpc-plugins":["Proc @a @0 tarpc.",C[13]],"raven":["Raven is a @3 @d @0 Sentry (getsentry.com)",C[6]],"@e_sodium_holochain_fork":[C[154],"0.10.2"],"pe":["Portable Executable (PE) @S @1","0.1.1"],"cell":["A replacement of &Y::cell::RefCell adding advanced @m @0 mapping borrows.","0.1.8"],"postgres-types":["Conversions $p @3 @5 Postgres ^D",C[6]],"fxsm-derive":[C[314],C[9]],"imdl":["📦 A 40' shipping container @0 @4 internet",C[88]],"kailua_@i":["Type @M @0 Kailua","1.1.0"],"gfx_window_sdl2":["Use gfx rendering @7 SDL2 windows",C[0]],"interledger-api":["@y @0 managing an Interledger node",C[9]],"blacken":["turn off $q displays. now.","0.0.1"],"sawtooth-sdk":[C[248],"0.5.0"],"$O_lightsail":["^p ^L @0 @3 - Amazon Lightsail @ 2016-11-28",C[18]],"bleach":["A ^S ^G pre-&o @1 @0 various nlp tasks.",C[4]],"fastobo-syntax":["PEG Syntax @5 pest @h @0 @4 OBO flat $1 @F 1.4","0.6.2"],"wedpr_l_crypto_^v_keccak256":["@p of WeDPR &J Hash Function implement by keccak256.","1.1.0"],"fastpbkdf2":["A @e $X @0 fastpbkdf2. @O is a PBKDF2 @7 HMAC-SHA1, HMAC-SHA256 @5 HMAC-SHA512 @5 is faster than other @V.",C[3]],"clingo":["@3 idiomatic @6 to @4 clingo @1","0.6.0"],"pjson":["^n &5 @h","0.2.2"],"proconio":["Easy IO @1 @0 competitive $l","0.4.3"],"autopilot":["A @c, cross-@N GUI automation @1 @0 @3.",C[2]],"stm32l0x1-hal":["Peripheral $W @y @0 STM32L0x1 $n","0.9.0"],"google-adexchangebuyer1d4":[C[489],C[80]],"cargo-test-junit":["Converts @P ^3 &L ^c a junit report","0.6.7"],"wasmblock":["Helper @1 @0 wasmblock","0.0.15"],"nerd_fonts":["Nerd Fonts in @e.","0.1.9"],"pinyin-order":["A @3 @1 @k helps sort a $d vector by Pinyin. @3 字符串向量按拼音排序",C[4]],"parity-util-mem":["Collection of $j related @E",C[20]],"twasmi-validation":[C[1047],C[9]],"pyo3cls":[C[997],"0.12.5"],"grok":["A @e @2 of @4 popular java & ruby grok librarywhich allows &t ^G @5 log $1 &o @7 composable patterns.","1.2.0"],"miscreant":["Symmetric encryption @1 &d misuse-resistantauthenticated encryption (MRAE) &H AES-SIV (RFC 5297),AES-PMAC-SIV, @5 @4 STREAM segmented encryption construction.","0.5.2"],"orbtk":["$7 Orbital Widget Toolkit",C[77]],"ethereum-hexutil":[C[249],"0.2.3"],"async-process":["Async @l @0 ^j @7 processes","1.1.0"],"google-dfareporting2d4":[C[250],C[230]],"can-dbc":["A @h @0 @4 DBC @F. $7 DBC @F is $3 to exchange CAN ^7 @x.","3.0.2"],"jail":["FreeBSD jail @1","0.1.1"],"w32-error":["Encapsulates ^4 @y ^u codes.","1.0.0"],"nohash":[C[475],C[0]],"bevy_dynamic_$T":["@U dynamic $T loading capabilities @0 non-&p platforms","0.5.0"],"$1_scanner":["Advanced ^G input handler patterned after java.util.Scanner",C[0]],"quinn":["QUIC transport @9 @2 @0 Tokio","0.7.2"],"blender-mesh":[C[419],"0.8.9"],"rgmk":["@p @0 manipulating Game Maker Studio's \"data.win\" (GEN8) @x @z.",C[9]],"stm32f100xx":["Peripheral $W @y @0 STM32F100XX $n",C[2]],"struct-diff":["Trait @0 @i @k are diffable","0.2.3"],"x264-sys":["$L @6 to x264",C[0]],"$b_gelf":["Gelf @K @u $b.",C[1]],"secret_sharing":["Various secret sharing schemes",C[0]],"cranelift":["Umbrella @0 commonly-$3 cranelift $V","0.75.0"],"near-primitives":["@O @8 @s @4 base set of $8 $3 by other nearcore $V",C[274]],"actix-ioframe":["Actix framed &e","0.4.1"],"bitstream_reader_@b":[C[900],"0.7.1"],"creep":["context",C[9]],"stronghold_$a":["A @e @2 of @4 IOTA Stronghold low-@D &4",C[2]],"csi":["A $R @0 &o a directory of ^G @z. Particularly &Q @0 ^0 &g websites.","1.0.2"],"libusb1-sys":[C[251],"0.5.0"],"validatron_@b":[C[252],C[6]],"oasis-borsh-derive-internal":[C[209],"0.2.14"],"schemars":["Generate ^n Schemas @t @3 @X","0.8.3"],"bevy_$k_registry":["@U a $k registry @0 Bevy Engine",C[9]],"input-linux-sys":["@I @0 ","0.6.0"],"winspool-sys":["$L @6 to winspool. @O @8 is a placeholder @0 @4 future. If &R are interested in this @1 feel free to get in touch @7 me: &E://www.rustaceans.org/retep998","0.0.1"],"interval-heap":["A double-ended priority queue &T @7 an interval heap","0.0.5"],"html5ever_dom_sink":["Basic DOM @2 @0 html5ever",C[0]],"tablefy_@b":["A $i @g to help Tablefy any &P!",C[6]],"opentls":["TLS connections @7 OpenSSL.",C[6]],"$O_sms":["^p ^L @0 @3 - ^p Server Migration Service @ 2016-10-24",C[18]],"gfx-backend-dx12":["DirectX-12 @y $Y @0 gfx-rs","0.9.1"],"pwhash":["A $c of password hashing routines in &9 @3.","1.0.0"],"byte_units":["A @8 @k @s @i @0 byte units (such as KiB, MiB etc.)","0.1.3"],"win32-error":[C[493],"0.9.0"],"sp-consensus-babe":[C[253],"0.9.0"],"amq-protocol-codegen":["AMQP specifications - ^K",C[101]],"cargo-ensure-installed":["Like @P install but if &R already have a suitable $4, simply leaves it as-is.",C[6]],"google-container1-cli":[C[683],C[684]],"ipp-sys":["toplevel convenience @8 (part of ipp-@r Intel IPP @6)","0.4.5"],"wasm-bindgen-threads-xform":["Support @0 threading-related transformations in &p-bindgen",C[5]],"crusadertest1":[C[278],C[3]],"zia":["Interpreter @p @0 @4 Zia Programming &U","0.5.0"],"paho-mqtt":["$7 Official Eclipse Paho MQTT @3 Client Library.This is a @f $G @4 Paho C @1.","0.9.1"],"uhttp_sse":["Zero-copy, zero-allocation ^A Server-Sent Events @9","0.5.1"],"drone-config":["Configuration @0 Drone, an Embedded Operating System.",C[8]],"rkyv_@b":["&O @g @0 rkyv","0.7.4"],"libp2p-swarm-derive":[C[254],"0.24.0"],"gpgrv":["Pure-@3 @2 of gpgv, to verify gpg signatures",C[9]],"dbus-macros":["Convenient @a to $9 @4 dbus @8","0.2.4"],"subslice_index":["Get @4 index of a subslice ^c its parent slice","0.5.0"],"structconf_@b":["&O @g @0 structconf",C[2]],"tower-retry":["Retry failed requests.",C[9]],"google-speech1_beta1":["A @q @1 to @o @7 Speech (@9 v1beta1)",C[29]],"porthole":["Resolves open ^7 ports",C[3]],"quasi":[C[556],"0.32.0"],"rand_xoshiro":[C[668],"0.6.0"],"google-deploymentmanager2_beta1":["A @q @1 to @o @7 deploymentmanager (@9 v2beta1)","0.1.8+20150415"],"gitignore":["@v of .gitignore $1 @S @5 glob ^5 in @3.","1.0.7"],"utah":["dataframe $Q @5 $K",C[4]],"environmental":[C[255],"1.1.3"],"Gen_Prime":["A way to transform a ^v to a prime &1","1.1.9"],"cauchy":["Trait @0 real @5 complex ^Y",C[2]],"topo":["Tools @0 incrementally computing repeated callgraphs.",C[99]],"ommui_$1_loading":["Filesystem loading &s @0 ommui","0.7.1"],"flatc-rust":["FlatBuffers flatc @B as @y",C[0]],"staticdir":["Providing list of directory entries @0 Iron @j","0.3.1"],"fiveo":["An approximate $d matching @1 built @7 @4 &h in mind","0.3.2"],"c_fixed_$d":["Wrapper @i $G C-style fixed length $d buffers",C[0]],"aur-fetch":["A libary @0 downloading @5 diffing AUR packages","0.9.1"],"prometheus_exporter":["Helper libary to export prometheus &z @u tiny-&E.","0.8.2"],"darkredis":["Async Redis @d @u &Y::future","0.8.0"],"splitmut":["Safely retrieves &j mutable ^D @t @4 same $c.",C[6]],"sgx_tkey_exchange":[C[55],"1.1.1"],"sapper_session":["Session $T @0 sapper @j.",C[0]],"piston-timer_controller":["A timer controller","0.21.0"],"xterm-js-rs":["@3-WASM @6 @0 @4 xterm-js Javascript @1","0.1.1"],"syntex_syntax":[C[396],"0.59.1"],"snarkos-profiler":["Profiler @0 a decentralized operating @M","1.3.10"],"pears":["A @c $R @0 viewing open pull requests.","1.2.5"],"noisy_float":["Contains floating point @i @k panic if they are set to an illegal &a, such as NaN",C[0]],"threadbound":["Make any &a Sync but only available on its original &f.",C[4]],"crowbook-intl":["An internationalization @1 to localize $z, translating them according to @J option, @u @a.",C[6]],"stm32f429":["Peripheral $W @y @0 STM32F429 $n","0.6.1"],"debcargo":["Create a Debian @W @t a Cargo @8.","2.4.4"],"relevant":["A ^S $o $k to emulate must-$9 @i","0.4.2"],"dxplr":["@3 @f $G D3D11, D3D12, DXGI, D2D @5 DWrite","0.0.25"],"protoc":["Protobuf protoc @B as @y","2.24.1"],"@t_variants_impl":["Internal ^r @8 @0 from_variants @8.","0.6.0"],"tss-esapi-sys":["$L @f $G TSS 2.0 Enhanced System @y",C[0]],"cargo-cake":["A cake @0 celebrating Rust's birthday","1.0.6"],"tetsy-libp2p-request-response":[C[256],"0.9.1"],"opencv":["@3 @6 @0 OpenCV","0.53.1"],"markdown_to_^G":["Converts Markdown to plain ^G.","1.0.0"],"num-format-windows":["A ^r @8 @0 num-@F. Do not $9 directly.",C[9]],"constellation-internal":["&W components @0 @4 `constellation` @j.",C[257]],"wren":["@I to @4 Wren scripting @L @y",C[88]],"ffi_&s":["A @8 to help make ^j @7 $L easier.",C[0]],"lichessbot":["Lichess bot. Under construction.","0.1.36"],"opentracingrust_zipkin":["Zipkin tracer @0 OpenTracingRust","0.3.1"],"xenforeignmemory":["Safe @6 to xenforeignmemory",C[6]],"enclave-runner":["High-@D abstractions @0 running SGX enclaves.This @8 can be $3 to load @5 @l @7 SGX @Q compiled forthe `x86_64-fortanix-unknown-sgx` target.","0.4.1"],"poston":["Yet another Fluentd logger @0 @3","0.7.2"],"grpc-protobuf":["Protobuf marshaller @0 gRPC","0.8.3"],"ra_ap_toolchain":["TBD","0.0.66"],"rocket-auth-login":["Login @5 authentication @0 rocket &h apps. @O @8 @s @w to ^F login forms @5 to deal @7 private cookies easily.","0.2.3"],"svc-authn":["An authentication @1.","0.6.4"],"mraa":["@3 @6 to Intel's IoT mraa @1","0.0.1"],"wasp":["a &h assembly lisp $l @L","0.5.1"],"json5":["A @3 JSON5 serializer @5 deserializer $f speaks Serde.",C[9]],"lokacore":["Lokathor's @G-only odds @5 ends",C[9]],"pokerlookup":["Contains @4 means to ^o a large lookup table, $f can be subsequently $3 to evaluate large amounts of 5, 6 @5 7 card poker hands really $H.",C[4]],"ra_ap_rust-analyzer":["A @L @T @0 @4 @3 $l @L","0.0.66"],"unic-locale-macros":[C[267],"0.9.0"],"interledger-spsp":["Client @5 @T @V of @4 @H Payment Setup ^a (SPSP)",C[2]],"crates-mirror":["Crates.io mirror",C[6]],"enum-iterator":["Tools to iterate &c @4 variants of a field-less &V","0.7.0"],"numpy":["@3 $X of NumPy C-@y","0.14.1"],"rosalind":["Crate contains solutions of problems published on Rosalind.info",C[20]],"callback":["A @1 @0 ^g callbacks in $D","0.5.3"],"snowflake-multi-threaded":["$7 @e-lang @2 of Twitter's id @C @Z snowflake, it &f safety | Twitter 的id生成器算法snowflake的@e-lang 实现","0.1.4"],"assert_float_eq":["Assertions @0 floating-point equality.","1.1.3"],"leaky-bucket":["Futures-aware rate limiter @2.",C[13]],"jnix-macros":["Companion @8 to jnix @k @s ^N-@a @0 interfacing JNI @7 @3",C[2]],"profiling-procmacros":[C[721],"1.0.3"],"vector2math":["Traits @0 doing 2D vector geometry $K @u ^C @i",C[36]],"dcpu":["An assembler, debugger @5 emulator @0 @4 DCPU-16","0.5.0"],"darwin-rs":["Evolutionary $U @1 $t in @3.",C[2]],"relm-gen-widget":["Utility @8 @0 relm-attributes @5 relm-@b",C[87]],"rendy-chain":["Rendy's node synchronization $R","0.5.1"],"mini-redis":["An incomplete @2 of a @3 @d @5 @T. Used as alarger example of an idiomatic Tokio $N.","0.4.1"],"tp-allocator":[C[625],"2.1.2"],"scribe":["Text editor toolkit.","0.7.2"],"mpc":["WIP @6 @0 orangeduck's mpc (Micro &C Combinators) @1","0.1.10"],"auto-enum":["@U &Z @a @0 ^0 enums $f are convenientfor $9 @7 $L, along @7 \"&V\" flags.","0.2.0-alpha1"],"csound-sys":["&I @6 to @4 libcsound64 @1",C[4]],"swc_ecmascript":["Ecmascript",C[18]],"lpc55-pac":["Peripheral $W @y @0 NXP LPC55 $n",C[2]],"kernlog":["Kernel logger @2 (@0 low @D &v to `/dev/kmsg`).","0.3.1"],"rugcom":[C[258],"0.4.1"],"tide-naive-static-files":["A @c &g $1 serving component @0 Rust's Tide &h @j.","2.2.0"],"tc-finality-grandpa":["Integration of @4 GRANDPA finality gadget ^c tetcore.","0.8.0"],"wit-parser":["&C @0 @4 $D Interface Types $J @F",C[0]],"$b_str_&s":["Helpers @0 @u $b @7 $z",C[4]],"actix-web-prom":["Actix-&h middleware to expose Prometheus &z","0.5.1"],"aws-arn":["@U @i, builders, @5 other &s to manipulate ^p Amazon Resource Name (ARN) $z",C[0]],"saphir":["Fully @R-await &E @T @j","2.8.2"],"unic-ucd-hangul":["UNIC — &i Character Database — Hangul Syllable Composition & Decomposition","0.9.0"],"tls":["@I @0 libressl's libtls","0.0.3"],"indy-sdk":["Note: @O @8 is deprecated in favor of indy (&N://crates.io/$V/indy). @O is @4 official ^L @0 Hyperledger Indy (&N://www.hyperledger.org/projects), $f @s a distributed-ledger-@n foundation @0 self-sovereign identity (&N://sovrin.org). $7 major artifact of @4 ^L is a c-callable @1.","0.1.1"],"srtresync":["^E correct fixed offsets @5 linear drift in srt subtitle @z","0.1.1"],"qemu-exit":["Exit QEMU @7 user-defined @X","2.0.1"],"tp-authority-discovery":[C[379],"2.1.2"],"exonum-configuration":["An Exonum &e @k @s $5 of modifying @4 global $I.",C[11]],"backr":["A &0 @k backs up user @x @k matches a regular expression","0.5.0"],"lucet-runtime-internals":["Pure @3 @J @0 Lucet $D toolchain (internals)","0.6.1"],"wasmer-compiler-cranelift":["Cranelift ^9 @0 Wasmer $D @J","2.0.0"],"trace":["A $i @g @0 &q @4 execution of @w",C[1]],"sn_url":["Safe URL","1.1.5"],"unicode-jp":["A @1 to convert Japanese Half-width-kana[半角カナ] @5 Wide-alphanumeric[全角英数] ^c normal ones.",C[2]],"libreauth":["Collection of ^U @0 user authentication.","0.14.1"],"glue":["Glue is a @h combinator @j @0 @S ^G @n formats, it is &t to $9 @5 relatively $H too.","0.8.7"],"wundergraph":["A GraphQL ORM $h on top of diesel",C[4]],"dbui-controllers":["^A controllers @0 @4 dbui @T","0.0.64"],"hiirc":["High-@D @5 featureful IRC @d @1 @7 ease of $9 in mind.","0.5.0"],"cpp_$h":["Cargo $h script @0 @4 `cpp` @8","0.5.6"],"jsonrpc_@d":["An @R, @g-driven ^n-RPC @d @7 pluggable backends.","0.7.0"],"xoodyak":[C[259],"0.7.2"],"easter":["Type $g @0 ECMAScript abstract syntax trees.","0.0.5"],"genawaiter":["Stackless generators on stable @3.","0.99.1"],"airmash-protocol":["^a @1 @0 airma.sh",C[9]],"human-hash":["Generate human readable ^v digests",C[9]],"shadowsocks-crypto":["Shadowsocks Crypto","0.2.4"],"capnp-nonblock":["[deprecated] A Cap'n Proto message serializer @5 deserializer @k works @7 non-blocking streams.",C[2]],"very_@c_2d":[C[319],"1.0.0"],"fancy-regex-fork-pb":["A custom fork of @4 fancy-regex @8. You probably don't want to $9 this.","0.3.2"],"docmatic":["Test @3 examples in $q documentation.",C[4]],"bincode_ext":["Types & @w to extend @4 $5 of bincode.","0.0.7"],"git_httpsable_^i":[C[696],C[9]],"ingredient":["recipe ingredient @h","0.1.3"],"gnaw":["Conveniently chip ^S pieces off a slice or `str` to $9 elsewhere.","0.0.2"],"robin_@G":["A @c (custom) Lisp to JavaScript source-to-source ^9","0.4.13"],"my_internet_ip":["Retrieve @4 public IP of @4 machine $q app runs on.","0.1.1"],"liblapack-sys":["$7 @W @s @6 to @4 Linear Algebra PACKage.",C[0]],"abi_stable_&J":[C[237],"0.9.0"],"stream-cipher":[C[958],C[959]],"atom":["A $P $C $G AtomicPtr",C[2]],"rppal":["Interface @0 @4 Raspberry Pi's GPIO, I2C, PWM, SPI @5 UART peripherals.",C[11]],"find-winsdk":["@U @m @0 detecting ^4 ^L installations.",C[0]],"lsystems":["A @c @1 @0 ^j @7 Lindenmayer systems.",C[6]],"shell-escape":["Escape characters @k may have a special meaning in a shell","0.1.5"],"libimagstorestdhook":[C[60],C[0]],"bevy_wgpu":["A wgpu render $Y @0 Bevy Engine","0.5.0"],"warp-sessions":["&S session middleware @0 @4 warp ^A @j","1.0.15"],"^f_libra_failure_ext":["Libra failure ext",C[47]],"point":["Core point @i @0 various laser projection &4 to $9.","0.3.1"],"sounding-analysis":["Types @5 @w @0 ^j @7 weather soundings.","0.17.3"],"$b_jsonrc":["A lenient ^n @K $1 @F",C[3]],"permutation":["Small $o @0 ^2, manipulating, @5 applying permutations.","0.2.5"],"rsa-der":["Crate to encode @5 decode public RSA keys @u DER",C[6]],"$d_cache_^K":["A ^K @1 @0 $d-cache, developed as part of @4 Servo ^t.","0.5.1"],"asn1rs":["ASN.1 to @3, Protobuf @5 SQL ^9/@X @C. Supports ASN.1 UPER","0.2.2"],"replace_@7":["Temporarily take ownership of a &a at a mutable location, @5 replace it @7 a new &a @n on @4 old one.","0.1.7"],"webdriver_@d":["WebDriver @d @1","0.2.5"],"clioptions":["A very thin @f @0 @B $s arguments in @3.",C[3]],"parity-util-mem-derive":["Crate @0 $j reporting",C[3]],"bimap":["Bijective maps","0.6.1"],"tk-http":["A full-features $r ^A @2 @0 $v-rs stack, &H websockets.","0.3.9"],"kolmogorov_smirnov":["@v of @4 Kolmogorov-Smirnov statistical ^3 as a @3 @1.","1.1.0"],"$d_template":["Very @c $d template @0 @3.",C[6]],"amethyst_^u":["Internal ^u ^g @0 Amethyst.",C[74]],"slog-scope-futures":["slog-scope @0 `Future`s","0.1.1"],"plotters-backend":["Plotters Backend @y","0.3.2"],"cargo-template-ci":["Generate a CI $I @t a template @5 Cargo config",C[0]],"partial_$N":["partial $0 $N via @4 partial! @g",C[6]],"probe-run":["Runs ^8 programs just $A &7 ones","0.2.4"],"fselect":["Find @z @7 SQL-$A queries","0.7.6"],"click_@5_load":["Click @5 Load v2 @2",C[3]],"virgil":["A Static Site Generator","0.2.3"],"comrak":["A 100% CommonMark-^m GitHub Flavored Markdown @h @5 formatter",C[13]],"xplr":["A hackable, minimal, $H TUI $1 explorer","0.14.4"],"oxygengine-integration-p2d-cr":["Integration ^B of 2D physics @5 composite rendering @0 Oxygen Engine",C[68]],"nickel_mustache":["Flexible Mustache template rendering @0 nickel",C[3]],"docopt":["Command $s argument @S.","1.1.1"],"libkatatsuki-sys":["@3 @6 @0 @4 Track @l of katatsuki","1.0.11"],"zerodmg-codes":[C[260],"0.1.9"],"aligned":["A newtype @7 alignment of at least `A` bytes",C[2]],"ucd-raw":["Uninterpreted $W to @4 unicode UCD","0.5.0"],"swc_ecma_transforms_@a":["^H @0 swc_ecma_transforms.",C[6]],"amethyst_@b":["Amethyst @b",C[74]],"gluon_language-server":["&U @T &d completion @0 gluon",C[38]],"titlecase":["A $R @5 @1 @k capitalizes ^G according to a style defined by John Gruber @0 post titles on his website Daring Fireball.","1.1.0"],"moore-common":["$7 $w @G of @4 moore ^9 @j.",C[11]],"mirai-annotations":["^H @k provide source @X annotations @0 MIRAI","1.12.0"],"finalfrontier":["Train/$9 word embeddings @7 subword units","0.9.4"],"math2d":["2D Mathematics @1 designed @0 $9 @7 2D drawing applications.Primarily designed @0 @4 needs of Direct2D, but this @1 shouldbe perfectly capable of filling in @4 needs of other &4 suchas Cairo. If &R would $A interoperability defitions added please feelfree to open a pull request on @4 repository.Currently ^m @7:- `Direct2D` (winapi @i)- `Mint` (@8)","0.2.0-alpha8"],"palette":["Convert @5 manage colors @7 a focus on correctness, flexibility @5 ease of $9.","0.6.0"],"sp-npos-elections-compact":[C[261],"3.0.0"],"frame-system-benchmarking":["FRAME System benchmarking","3.0.0"],"sorted-json":["a @e json serializer @k sorts keys",C[3]],"$d":["A UTF-8 encoded $d @7 configurable byte ^x.",C[6]],"oslog":["A minimal $P @f $G Apple's unified &v @M",C[3]],"spherical_voronoi":["Generate Voronoi diagrams on a sphere.","0.5.1"],"&g_merkle_^6":["Static Merkle Tree is dedicated @0 $E Merkle Root @5 Merkle Proof @0 a &g list of items.","1.1.0"],"$P_unwrap":["$7 safe_unwrap @8 allows unwrapping @5 annotating @k @4 unwrap will never fail. Does not require `&Y`.","0.4.1"],"printf":["A @1 to convert a fmt $d @5 va_list ^c @e String",C[3]],"json_in_$k":["a @1 @0 $H json @K","1.1.1"],"google-firestore1_beta1":[C[291],C[10]],"sgx-isa":["Constants @5 $m related to @4 Intel SGX ISA extension.These $g correspond to those found in @4 Intel Software DevelopersManual (SDM), volume 3.","0.3.3"],"fatfs":["FAT filesystem @1.","0.3.5"],"ip_^7_table-deps-treebitmap":["Forked $4 of $H IPv4/IPv6 lookup trie.","0.5.0"],"volition":["Minimalist input lib","0.1.4"],"pancurses":["pancurses is a curses libary @0 @3 @k supports both Unix @5 Windowsplatforms by abstracting away @4 $Y @k it uses(ncurses-rs @5 pdcurses-@r respectively).","0.16.1"],"ico_$j":["Experimental custom $j &F @5 handle-@n resource &F.","0.1.23"],"slackbot":["Slack bots made &t",C[0]],"scalable_bloom_filter":["Scalable Bloom Filter","0.1.1"],"tokio-jsonrpc":["An @2 of ^n RPC 2.0 @0 $v","0.9.1"],"$b_dynamodb":["de/serialize &P to HashMap @7 Serde to $9 @7 Rusoto DynamoDB","0.9.0"],"tinybmp":["No-&Y, low $j footprint BMP image loader","0.3.1"],"ethcontract-common":["&W @i @0 ethcontract-rs @J @5 ^N @g.",C[39]],"mpr-sys":["Contains $0 $g @0 @4 ^4 @y @1 mpr. See winapi @0 @i @5 constants.","0.1.1"],"grin_util":[C[262],"5.1.0"],"redlock-rs":["[DEPRECTAED] Use redlock instead",C[6]],"fs-set-times":["Set filesystem timestamps","0.6.0"],"i18n-embed":["Traits @5 @a to conveniently embed localization assets ^c $q $N $J or @1 in order to localize it at @J.","0.12.1"],"devolutions-crypto":["An $C layer @0 @4 cryptography $3 by Devolutions","0.7.1"],"iron_inspect":["Inspect @4 result of Iron",C[6]],"media-type-impl-utils":["^s @0 $M media-$k parsers (char lookup table, Quted String Spec, ...)","0.3.1-unstable"],"rutie-serde":["rutie $b $S",C[9]],"proj":["High-@D @3 @6 @0 @4 latest stable $4 of PROJ","0.22.1"],"fmt-extra":["Extra formaters not shipped in @4 ^C @1",C[6]],"rust-lzo":["A &9 @e @2 of lzo converted @t Linux's C @2 @u corrode","0.6.2"],"kas":["KAS GUI Toolkit","0.8.0"],"expression":["Implements expression terms @5 conditions","0.3.4"],"configure_me":[C[730],C[2]],"teloxide-core":["Core part of @4 `teloxide` @1 - telegram bot @y @d","0.3.2"],"linux-futex":["Futex: A &n-specific $H user-space locking primitive","0.1.1"],"co2mon":["Driver @0 @4 Holtek ZyTemp CO₂ USB HID sensors","2.1.0"],"pxl":["🕹 A @c @j @0 making games","0.0.9"],"termbox_@c":["A hacked $4 of termbox (see README)","0.2.3"],"conduit-conditional-get":["Middleware to transform GET ^c a conditional response if headers indicate thatthe response is fresh.",C[422]],"spirit":["Helper to create well behaved daemons @7 @J-reconfiguration @m","0.4.16"],"vec-vp-tree":["A vantage-point ^6 @2 backed by vectors @0 good $F @7 no unsafe @X.",C[35]],"libnghttp2-sys":["$L @6 @0 libnghttp2 (nghttp2)","0.1.6+1.43.0"],"pallet-contracts-rpc-runtime-api":[C[391],"3.0.0"],"tmp-ed25519":["Temp @8 do not $9! @O is a holding @8 waiting on a PR to upstream being merged.",C[616]],"csa":["A Shogi game @K/&3 @1 in CSA @F.","0.6.0"],"iron-params":["Query/Form params &M to Iron request.","0.1.3"],"mnl-sys":["Low @D $L @6 to libmnl. A minimalistic user-space @1 oriented to Netlink developers",C[0]],"@e_erl_ext":["Erlang external term @F codec.",C[6]],"timeplot":["Personal activity tracker & graph plotter","0.8.1"],"rtic-core":["Core abstractions of @4 Real-Time Interrupt-driven Concurrency @j","0.3.1"],"nuklear-backend-gfx":["A gfx-rs drawing $Y @0 @3 @f @0 Nuklear 2D GUI @1","0.9.0"],"beehave":["A @c @1 @0 defining @5 evaluating a hierarchical state machine (behaviour ^6).","0.0.4"],"imdl-indicatif":[C[263],C[8]],"fs-utils":["^b to help ^j @7 @4 filesytem","1.1.4"],"lut":["@s lookup tables @5 helps @7 constructstructing (@5 merging) more of them","0.1.1-unstable"],"ra_$w":["&W @1 @0 RA $V.","0.1.5"],"wpilib-sys":["FRC's WPILib @M @6 @0 @e.",C[2]],"tc-block-builder":["Tetcore block &K","0.8.0"],"spin_on":["A @c, inefficient Future executor","0.1.1"],"enum-repr-derive":["@H $y @0 converting &V to @5 @t its primitive repr $k","0.1.5"],"crunchy":["Crunchy unroller: deterministically unroll constant loops","0.2.2"],"pwasm-std":["Parity $D ^C @1 @0 contract &D",C[39]],"quickbacktrack":["@p @0 back tracking @7 customizable search @0 moves","0.7.0"],"subprocess":["Execution of child processes @5 pipelines, inspired by Python's subprocessmodule, @7 @3-specific &M.","0.2.7"],"rgb-core":["RGB Core @p: private & scalable @d-validated smart contracts @0 Bitcoin & Lightning","0.4.4"],"progress_bar":["A @8 @k allows &R to display a progress bar (same style than @4 @P progress bar).","0.1.3"],"differ":["Differ is a @1 @0 finding @4 differences $p two sequences.","1.0.1"],"e310x":["With svd2rust ^Z peripherals @0 Freedom E310 MCU's.","0.9.0"],"spl-associated-token-account":["Solana Program @p Associated Token Account","1.0.3"],"rust-script":["Command-$s $R to run @3 \"scripts\" $f can make $9 of $V.",C[87]],"axiom":["Implements a highly-scalable @5 ergonomic actor @M @0 @3 @n on @4 best of Erlang / Elixir @5 Akka.",C[6]],"bit-vec":["A vector of bits","0.6.3"],"tetsy-memory-db":["in-$j @2 of tetsy-^v-db, &Q @0 tests","0.26.0"],"tracing-journald":["rich journald subscriber @0 `&q`",C[3]],"snarkvm-algorithms":["Algorithms @0 a decentralized virtual machine","0.7.5"],"kinetic-protobuf":["@3 @1 @0 interfacing @7 Kinetic @9 buffers.",C[4]],"minus":["An $r paging @1 @0 @3","4.0.0"],"duma":["A minimal $1 downloader",C[0]],"html5ever-atoms":["Static $z @0 html5ever",C[9]],"exonum-supervisor":["Exonum supervisor &e.","1.0.0"],"plane-split":["Plane splitting","0.17.1"],"thin-dst":["Thin pointers to inline-slice dynamically sized @i","1.1.0"],"MBrane":["MBrane @V in @3","1.0.10"],"yogurt-yaml":["Get ^8 yaml @t yogurt @z",C[0]],"mp4parse":[C[1013],"0.11.5"],"zeebe":["A @e @d @0 defining, orchestrating, @5 monitoring business processes across microservices @u Zeebe.","0.3.1"],"lorikeet":["a parallel ^3 runner @0 devops","0.12.1"],"gnutls-sys":["GnuTLS bindngs @0 @3!",C[4]],"gpio-utils":["Command-$s @E @0 ^R @7 GPIOs under LinuxThis wraps @4 `sysfs_gpio` @8 in a form usable by bothRust @Q or any other @Q.",C[9]],"alloc-facade":["Facade @0 &Y-or-alloc imports","0.5.0"],"rhai":["Embedded scripting @0 @3","1.0.0"],"i18n-build":["Designed @0 $9 within @4 @P-i18n $R @0 localizing $V. It has been published to allow its direct $9 within ^t $h scripts if required.","0.7.0"],"alacritty":["A $H, cross-@N, OpenGL $u emulator","0.8.0"],"qr-encode":["A @c CLI QR Code @C","0.1.9"],"deno_webstorage":["@v of WebStorage @y @0 Deno","0.8.0"],"x11cap":["Screen capture @7 X11 in @3","0.4.1"],"json-trait-rs":["@3 @l (aka $y) to deal @7 objects as they are ^n objects",C[13]],"ptx-linker":["NVPTX modules linker","0.9.1"],"uil_parsers":["Parsers @0 uil.","0.0.3"],"binoxxo":["Binoxxo is a @1 to create @5 check binoxxo puzzles.","0.5.0"],"autoit":["@6 @0 AutoItX",C[4]],"clin":["Command completion desktop notifications",C[9]],"progress-streams":["Progress callbacks @0 @i $f implement Read/Write","1.1.0"],"rustfilt":["Demangle @3 symbol names",C[6]],"smart-leds-trait":["A $y @0 ^1 effects, modifiers @5 drivers @0 programmable leds",C[6]],"turbine_scene3d":["Scene rendering @0 @4 Turbine $a","0.33.0"],"rust-extra":["@e-extra","0.0.17"],"&1_words":["Parse a &1 ^c possible words","0.0.3"],"sd-notify":["Lightweight @8 @0 systemd &e state notifications",C[9]],"crux":["A state container",C[9]],"vnc":["An @2 of VNC @9, @d state machine, a @d @5 a proxy",C[2]],"rfc822_sanitizer":["rfc822/2822 sanitizer/normalizer.","0.3.4"],"raftlog_protobuf":["Encoders @5 decoders of @4 ^a-Buffers &y @0 @4 constituents defined in `raftlog` @8",C[9]],"cargo-wipe":["recursively wipe target @5 node_modules folders","0.3.1"],"nu":["A new $k of shell",C[23]],"render-tree":["A @1 @0 rendering trees of content to @4 $u","0.1.1"],"dither":["A ditherer @0 &g images @7 a variety of color palettes","1.3.10"],"rusty-tcl":["Run tcl in @3!",C[20]],"wordsworth":["A $c of natural @L analysis @w","0.1.1"],"muta-protocol":["Contains all @4 @G @x @i @5 $2 of @4 muta @j",C[518]],"flatzinc":["A FlatZinc @h","0.3.17"],"$T":["Lazily evaluated, order-independent plugins @0 extensible @i.","0.2.6"],"igo-rs":["Pure @3 port of @4 Igo, a POS(Part-Of-Speech) tagger @0 Japanese (日本語 形態素解析).",C[9]],"falcon-z3":["@3 @6 @0 z3 @5 Falcon","0.5.1"],"load":[N,"0.0.2"],"html2runes":["An HTML to Text converter.","1.0.1"],"point_^F":["A @8 @0 simulating &x point processes.",C[36]],"futures-option":["Extension $2 @0 dealing @7 optional @Y @5 streams",C[0]],"wasmly":["programatically $h a &h assembly ^B",C[0]],"librocksdbsys":["Fork of librocksdb_sys @f @0 Facebook's RocksDB embeddable ^P.",C[4]],"tough-kms":["Implements ^p KMS as a key source @0 TUF signing keys",C[9]],"notes":["A @c $R @0 taking notes. Work in progress. See: &N://gitlab.com/remipassmoilesel/notes","0.2.108"],"defmt-parser":["Parsing @1 @0 defmt @F $z","0.2.2"],"qoqo_calculator":["qoqo-calculator is @4 calculator $Y of @4 qoqo quantum computing toolkit by HQS Quantum Simulations",C[9]],"curse":["TTY UI @1","0.1.3"],"gfx_^G":["Draw ^G @0 gfx @u freetype.",C[93]],"civet-sys":["&I @6 to @4 libcivetweb @1",C[9]],"enclave-example":["Example secure enclave $t in @3","0.1.4"],"@G_io":["@O is a copy of libstd::io @7 all @4 parts @k don't work in @G removed.Most importantly, it @s @4 Read @5 Write traits.This @8 is (mostly) automatically ^Z @t @4 @e git source. Theversion of @4 source @k corresponds to $q ^9 $4 will beselected automatically by @4 $h script.","0.1.20210325"],"axgeom":["@p @k @s ability to extract 1d ranges out of 2d objects.","1.9.3"],"influent":[C[1101],"0.5.3"],"sc-consensus-aura":["Aura &B @Z @0 substrate","0.9.0"],"noble-collective":[C[827],"2.0.0"],"sgx_alloc":[C[55],"1.1.1"],"socketstat":["Get socket $e @5 statistics.",C[3]],"crdts":["Practical, serializable, thoroughly tested CRDTs","7.0.0"],"lamedh_&E":[C[212],C[9]],"db-key":["A datatype intended to be $3 as a ^P key.",C[3]],"slog-syslog":["Syslog drain @0 slog-rs","1.0.0-alpha9.1"],"duration-string":["$d to duration @5 visa-versa lib. @F is [0-9]+(ms|[smhdwy]) such as 100ms, 1s, 2h, 1y","0.0.6"],"kingslayer":["A ^G adventure dungeon crawler game $t in @3","0.5.4"],"r2d2_redis":["Redis @m @0 @4 r2d2 connection pool",C[8]],"goblin":["An impish, cross-@N, ELF, Mach-o, @5 PE $J @S @5 loading @8","0.4.2"],"blip_buf-sys":["$L @6 to blip_buf.c","0.1.4"],"tweetnacl-sys":["tweetnacl & $L @6 to it","0.1.5"],"libinspire":["For ^R @7 @y of inspirehep.net",C[3]],"packet-ipc":["Share packets $p services @u servo ipc",C[71]],"skia-sys":["2D graphic @1 @0 drawing Text, Geometries, @5 Images. $L @6 only.","0.20130412.3"],"drone-cortex-m":["ARM® Cortex®-M @N @8 @0 Drone, an Embedded Operating System.","0.11.1"],"serializers":["Easily create &j serializers @0 @4 same $k","0.2.3"],"osaka-dns":[C[687],C[9]],"asm6502":["A basic 6502 assembler.",C[4]],"test-ignore-if-utils":["Build ^s @0 @4 `^3-ignore-if` @8",C[3]],"dw-sys":["$L @6 to libdw",C[3]],"gron":["Gron transforms ^n ^c discrete assignments to make it easier to grep",C[2]],"$O_secretsmanager":["^p ^L @0 @3 - ^p Secrets Manager @ 2017-10-17",C[18]],"err-context":["Lightweight context layers @0 stdandard @1 errors",C[3]],"postgres-cursor":["Cursor $C @0 PostgreSQL",C[9]],"pcsc-sys":["Low-@D @6 to @4 PC/SC C @y","1.2.0"],"byond":["A @8 @0 interfacing @7 @4 BYOND game $a.",C[2]],"graph_map":["Memory mapped directed graph representation",C[3]],"atarashii_imap":["IMAP @d $t in @3",C[9]],"futures-macro":["$7 @Y-rs $i @g @V.","0.3.16"],"bitmaps":["Fixed size boolean arrays","3.1.0"],"atomic-polyfill":["Atomic polyfills, @0 targets where they're not available.",C[4]],"rc":["A copy of &Y::rc @k runs on stable @3 @7 weak references","0.1.1"],"libtensorflow-sys":["@O @8 has been deprecated in favor of tensorflow-@r. Please $9 it instead.","0.0.2"],"lazysort":["Lazy sorting @0 iterators",C[6]],"tcp-channel":["SPSC channels, ^j on everything @k implements Read @5 Write","0.3.2"],"pallet-indices":["FRAME indices ^w &u","3.0.0"],"pcap-async":["Async/Stream Extensions @0 libpcap","0.4.1"],"vks":["Vulkan $L @6 @5 symbol loader. Vulkan 1.0.59 @5 all &M are supported.","0.21.0"],"xtensa-lx":["Low @D $W @0 xtensa lx processors @5 peripherals",C[9]],"flurry":["@3 port of Java's ConcurrentHashMap","0.3.1"],"threefish-cipher":["Threefish block cipher",C[2]],"udev":["libudev @6 @0 @3","0.6.2"],"graphy_^B":[C[692],C[9]],"r18n":["Internationalisation @1 @0 @3","0.0.2"],"cogset":["&S @V of clustering $U. Includes k-means, DBSCAN @5 OPTICS.",C[0]],"tetsy-libp2p-dns":[C[264],"0.27.2"],"argonautica":["Idiomatic Argon2 password hashing @0 @3",C[0]],"levenberg-marquardt":["Levenberg-Marquardt @Z built on top of nalgebra",C[20]],"determinator":["Figure out $f packages changed $p two commits to a workspace.",C[2]],"slate":["Manage $q snippets @t $q @B $s.","1.4.0"],"lapin-futures-native-tls":["Integration of &7-tls @7 lapin-@Y",C[22]],"srmw":["&2 single-reader, multi-writer","0.1.1"],"@8":["...","0.0.2"],"english-numbers":["Convert integers to $t English &1 @F","0.3.3"],"pear_^K":["A (^K) pear is a fruit.","0.2.3"],"compute":["A @8 @0 statistical computing.","0.1.34"],"kudubot-bindings":["@3 @I @0 @4 kudubot @j","0.18.2"],"machina":["Manage @5 execute assembly at @J.","0.6.1"],"idea":["IDEA block cipher",C[2]],"pqcrypto-sphincsplus":["Post-Quantum Signature Scheme sphincsplus","0.6.0"],"byteio":["I/O abstractions @0 bytes","0.2.3"],"guillotiere":["A dynamic 2D texture atlas ^l @7 $H deallocation.","0.6.1"],"camera_capture":["capture webcam images on linux @5 windows","0.5.0"],"kelvin":["Merkle ^6 tooklit @5 $Y","0.19.0"],"ion-shell":["$7 Ion Shell","1.0.5"],"qadapt":["$7 Quick And Dirty Allocation Profiling Tool","1.0.4"],"oasis-rpc":["Oasis RPC IR @5 @E",C[2]],"louds-rs":["High $F LOUDS (Level-Order Unary Degree Sequence) @1",C[2]],"rand_chacha":["ChaCha &x &1 @C","0.3.1"],"hyper-reverse-proxy":["A @c reverse proxy, to be $3 @7 Hyper @5 Tokio.",C[2]],"ert":["A combinator to control future execution order.","0.2.2"],"@R_logger_log":["&2 &v",C[0]],"sim":["Sim is a discrete event simulation @W @k facilitates @3- @5 npm-@n simulation products @5 projects",C[20]],"small-deployer":["A ^S git webhook @T @k can be $3 to trigger deploys. Send notification in slack.",C[4]],"sp-arithmetic":["Minimal fixed point arithmetic $8 @5 @i @0 @J.","3.0.0"],"ip":["@U @4 IpAddr &V, $f can represent either an IPv4 or an IPv6 address.Do not $9 this @8! As of @3 1.7.0, @4 `&Y::net::IpAddr` is stabilized - @5 should be preferred.","1.1.1"],"menoh-sys":["Low-@D $X @0 Menoh.","0.2.2"],"pew":["A benchmarking @1 @0 @3 @n on @A/benchmark","0.2.3"],"coresimd":["SIMD @m in Rust's @G @1.",C[4]],"fscommon":["Filesystem $w @E.","0.1.1"],"unleash-api-client":["An &N://unleash.github.io/ @y @d","0.5.0"],"rojo":["Enables professional-grade &D ^U @0 Roblox developers","7.0.0-alpha.4"],"evercrypt-sys":["$L $X to HACL/Evercrypt","0.0.8"],"alsa-sys":["$L @6 @0 @4 ALSA ^t (Advanced &n Sound Architecture)","0.3.1"],"patricia-trie-ethereum":["Merkle-Patricia Trie (Ethereum Style)",C[3]],"graphite":["A $H, &9 @e graphite @2. Includes whisper, carbon, @5 graphite.","0.2.3"],"pdf_@b":["^r @0 pdf-rs.","0.1.22"],"cognitive-qualia":["Basic $g @5 $2 @0 `cognitive`",C[3]],"tp-authorship":[C[567],"2.1.2"],"cini":["A ^S callback @n @1 @0 @S ini @z","0.1.1"],"tp-api-proc-macro":["Tetcore ^H @0 declaring @5 ^1 @J apis.","2.1.2"],"nature_$w":["&W defines $f $3 by Nature",C[71]],"quickcheck":["Automatic property @n ^5 @7 shrinking.","1.0.3"],"cosmwasm-crypto":["Crypto @6 @0 cosmwasm contracts",C[111]],"elba":["elba is a @W &F @0 Idris",C[9]],"ethbloom":["Ethereum bloom filter",C[13]],"gridsim":["A @1 @0 running simulations on grids","0.6.1"],"arc-swap":["Atomically swappable Arc","1.3.0"],"oid":["@3-&7 @1 @0 ^0, @S, @5 formating Object Identifiers (OIDs)",C[6]],"fbx_direct":["Low-@D FBX @1","0.6.4"],"snow":["A &9-@e @2 of @4 Noise ^a Framework","0.8.0"],"gexiv2-sys":["@O @1 @s @3 $L declarations @0 @4 gexiv2 @1, whichis a GObject-@n @f $G @4 Exiv2 @1, $f @s readand &b $W to @4 Exif, XMP, @5 IPTC metadata in media @z. OnlyFFI declarations are provided here; @0 a usable @3 @1, considerthe `rexiv2` @8.","1.1.2"],"shrinkwraprs":["Auto-@b @0 @3 conversion $2 -- make ^j @7 newtypes a breeze",C[9]],"solana-storage-program":["Solana Storage &0","1.1.13"],"dia-go":["A weird log kit","0.3.1+deprecated"],"twiddle":["Bit-twiddling $o @w","1.1.0"],"cargo-update":["A @P &k @0 checking @5 applying updates to installed executables","7.0.1"],"tetsy-libp2p-kad":["Kademlia @9 @0 tetsy-^q","0.29.0"],"asynchronous-codec":[C[395],"0.6.0"],"rocket-etagged-raw-response":["@O @8 @s a response &P $3 @0 responding raw @x @7 **Etag** cache.","0.9.12"],"ipgen":["A @1 @0 $E unique @5 reproducible IP addresses","1.0.1"],"qapi-spec":["QEMU QAPI $w @i","0.3.1"],"fuchsia-zircon-sys":["Low-@D @3 @6 @0 @4 Zircon kernel","0.3.3"],"tauri-web-view":[C[265],"0.6.2"],"drossel-journal":["$7 journal $3 by drossel to &b to disk",C[4]],"eco":["A $R @0 reasoning about breaking changes in @3 ecosystems",C[79]],"cargo-config":["@P-config allows &R get to read $e @t a project's Cargo.toml $1 on @4 @B $s. Similar in spirit to git config.","0.1.1"],"com":["^b @0 ^1 COM Client @5 Servers",C[2]],"ra_ap_hir":["TBD","0.0.66"],"jsonc-parser":["JSONC @h.",C[38]],"shakmaty-syzygy":["Probe Syzygy tablebases","0.16.1"],"cargo-rls-install":["@3 &U Server &t install","2.0.6"],"tls-async":["TLS @m @0 AsyncRead/AsyncWrite @u &7-tls",C[398]],"r2d2_cypher":["Cypher @m @0 @4 r2d2 connection pool",C[2]],"bitpack":["@3 bitpack @1, @m `no_std` ^M.",C[6]],"gloo-timers":[C[266],C[6]],"rgb_node":["RGB node","0.4.2"],"bevy_fly_camera":["A basic flying camera in Bevy","0.7.0"],"xkb":["Rusty @f $G libxkbcommon.",C[6]],"madgwick":["Madgwick's orientation filter","0.1.1"],"rustup-mirror":["Setup a local rustup mirror.","0.4.4"],"current":["A @1 @0 setting current ^D @0 stack scope, such as $N $Q",C[4]],"uwl":["A ^w &5 @0 bytes @5 characters","0.6.0"],"legion_^K":["#[@M] ^N @g @0 @4 legion @1",C[2]],"minrs":["Visualizations @0 $J @x in @4 wild","0.4.1"],"desktop":["Detects @4 target @N @5 it's architecture, vendor @5 desktop ^M","1.0.5"],"avrd":["Device-specific constants @5 $e @0 all AVR $n","1.0.0"],"cargo-embed":["A $o to develop software @0 ^8 ARM @5 RISC-V cores.",C[13]],"fenestroj":["Easier &l @0 Win32 @y stuff, $P when possible","0.0.11"],"libcryptsetup-rs":["High @D @3 @6 @0 libcryptsetup","0.4.4"],"^K":["@p @0 $E @3 @X","0.1.3"],"rent_to_own":["A @f $k @0 optionally giving up ownership of @4 underlying &a.",C[3]],"weedle":["A WebIDL &C",C[11]],"snmp":["SNMP @d @1","0.2.2"],"sapper":["A &h @j designed @0 &t $9.",C[0]],"cargo-deadlinks":["Cargo &k @0 checking $q documentation @0 broken links","0.8.0"],"contracts":["Design-by-contract attributes","0.6.2"],"harmony":["A @p @0 simulating games of Harmony",C[6]],"must":["assertion @1 @0 @e",C[0]],"committed":["Nitpicking commit history since beabf39","0.1.25"],"libimaglog":[C[60],C[22]],"kf-protocol-fs":["zero copy $1 semantics @0 kafka @9","3.0.0"],"appscraps_^M":["@U @x $f may be &J $p appscraps modules.",C[3]],"inline-c":["Write @5 execute C @X inside @3",C[1]],"mio_gloo_$1":[C[406],"0.1.1"],"serde-avro":["Support @0 Apache Avro in combination @7 $b","0.5.0"],"nitrocli":["A @B $s $R @0 ^R @7 Nitrokey &A.","0.4.1"],"nereon":["Riboseinc $I @1 @0 @3","0.6.0"],"tetcore-storage":["Tetcore ^x related $8","2.1.2"],"cernan":["A telemetry @5 &v aggregation @T.","0.9.0"],"hwclock":["Manages @4 &n hardware clock through ioctls",C[0]],"$O_ram":["^p ^L @0 @3 - ^p Resource Access Manager @ 2018-01-04",C[18]],"rustcql":["@3 Cassandra Client (CQL Binary ^a v4)","0.0.6"],"cookie-factory":["nom inspired @K @1","0.3.2"],"sass-sys":["Low @D $X @0 @4 Sass @1","0.4.22"],"rocky":["Lite WebFramework @0 @e","0.2.3"],"partial":["Optional monad @7 fake variant.",C[2]],"indy-crypto":["@O is @4 &J crypto @1 @0 Hyperledger Indy components.","0.5.1"],"unic-locale":[C[267],"0.9.0"],"google-cloudresourcemanager1-cli":[C[1064],C[268]],"cpp_to_@e_$h_^U":[C[690],"0.2.3"],"str-concat":["Concatenate two adjacent $d slices",C[0]],"serializable_&V":["Two @a @0 ^1 @K / &3 @0 enums containing no @x variants",C[2]],"secret-sys":["Libsecret @6 @0 @3",C[0]],"reproto-backend-csharp":[C[189],"0.3.36"],"cellular_maps":["A @c @1 to ^o 2D $i bitmaps @u @4 cellular automata technique.","1.1.0"],"stainless-ffmpeg-sys":[C[46],"4.2.3"],"fabric-support-procedural":[C[965],"2.0.1"],"opentelemetry-application-insights":["OpenTelemetry exporter @0 Azure Application Insights",C[87]],"vlq":["Sourcemap-style VLQ encoder @5 decoder","0.5.1"],"wagyu-zcash-parameters-3":[C[120],C[0]],"msgbox":["A multi-@N message box modal @7 a OK button, $f runs synchronously.","0.6.1"],"$Y":["A @g @1 @0 $Y &6 design",C[1]],"microamp-macros":["μAMP's `#[&J]` &Z",C[269]],"amqpr-api":["A $v future @n amqp ^Q @1","0.4.1"],"certainly":["$7 easiest way to create self-signed certificates. Ever.","1.8.0"],"glm_color":["A @c @1 @0 manipulating @5 $E color ^D, @n on @4 `glm-rs` math @1.",C[4]],"trees":["General purpose ^6 @x $m","0.4.2"],"checked_cast":["A ^S @g to deal @7 @4 libc typedef hell.","0.0.3"],"exonum-keys":["Exonum node keys ^w.","1.0.0"],"chalk-derive":["A ^r @8 @0 $9 by chalk $V @0 `@b` @a.","0.69.0"],"dbpulse":["@B $s $R to monitor ^P $F","0.2.4"],"checkr":["An @y @d @0 Checkr",C[70]],"fragile":["@U @f @i @0 sending non-send ^D to other threads.","1.0.0"],"parsec-interface":["Parsec @l @1 to communicate @u @4 wire @9","0.24.0"],"postgres_@a":["A set of @m @a @0 @e-postgres",C[52]],"lexical-core":[C[506],"0.7.6"],"libp2p-yamux":[C[590],"0.33.0"],"varlink_@C":["@3 @X @C @0 @4 varlink @9.","10.0.0"],"dayu":["Alibaba's Dayu SMS ^L @0 @3.",C[9]],"world-file":["@3 read/&b @m @0 world @z",C[3]],"nemo":["Session @i @0 $r networking",C[6]],"webrender_$h":["Code &J $p precompilation (build.rs) @5 @4 rest of WebRender",C[3]],"trigger":["Yet another GitHub/GitLab Webhook listener","1.1.2"],"guts":["Traits @0 constructing/destructuring @t/^c a type's ^T guts","0.1.1"],"^z":["Compression &4 &T by &9 @3.","0.1.5"],"eliza":["A @e @2 of ELIZA - a natural @L &o &0 developed by Joseph Weizenbaum in 1966.","2.0.0"],"askalono":["a @1 to detect @4 contents of license @z","0.4.3"],"log_buffer":["A zero-allocation ring buffer @0 storing ^G logs","1.2.0"],"slr_lexer":["A @c $I @F. @O @8 contains just @4 lexer, see @4 slr_config @8 @0 @4 @h @5 other @E.","0.0.13"],"beamdpr":["Combine @5 transform egsphsp (EGS phase space) @z @0 $9 @7 BEAMnrc","1.0.2"],"exa":["A modern replacement @0 ls",C[22]],"tokio-net":[C[270],C[271]],"guid_win":["^4 GUID/CLSID/IID $d @5 $J @K",C[0]],"pallet-bounties":["FRAME &u to manage bounties","3.0.0"],"impersonate":["Become someone else in $q @3 app","0.0.3"],"slog-term":["Unix $u drain @5 formatter @0 slog-rs","2.8.0"],"google-cloudkms1_beta1-cli":[C[272],C[273]],"contrail-derive":["Custom @b @0 contrail.",C[0]],"float":["Lightweight &l $G primitive floating point @i.",C[4]],"near-pool":["@O ^T @8 @s pool of transactions to be processed by @4 @J.",C[274]],"hdf5-src":["Build script @0 compiling HDF5 C @1 @t source.","0.7.1"],"mysqlbinlog":["mysqlbinlog-rs is @0 @S MySQL binlog $1 (row @F)","0.1.5"],"futures-channel":[C[948],"0.3.16"],"@R_ftp":[C[412],"5.0.0"],"libimagdiary":[C[60],C[22]],"conrod_vulkano":[C[488],"0.71.0"],"swc_ecma_dep_graph":["Dependency graph @0 @4 ecmascript","0.32.0"],"debugtrace":["Enables backtraces to be attached to ^D in debug @5 ^3 builds ^W incurring a cost in release or bench builds",C[3]],"dmg":["@H attaching/detaching of macOS disk images","0.1.1"],"gltile":["OpenGL-@n tile rendering $a","0.0.5"],"raui-core":[C[507],"0.38.2"],"rust-sort":["@v of $w sorting $U, purely @0 learning.","0.1.4"],"mlzlog":["A $c of log4rs ^U to log $A @4 mlzlog Python @W","0.7.0"],"box_drawing":["A very @c @1 containing constants @0 UTF-8 box drawing.",C[4]],"context":["Cooperative multitasking @0 @3 @u Boost.Context","2.1.0"],"google-webmasters3-cli":[C[929],C[930]],"cron_clock":["A cron expression @h @5 schedule explorer. Rich documentation @5 case studies @5 related upper-@D &4 are available.","0.7.0"],"actix-grants-proc-macro":["A ^N-@g way to validate user permissions @0 `actix-&h-grants` @8.",C[275]],"yandex_translate_@R":["$v-@n @f @0 @4 Yandex.Translate @y",C[9]],"coaster":[C[674],"0.1.1"],"arc-io-error":["A $4 of &Y::io::Error &T on top of Arc instead of Box, making itcloneable.","0.1.1"],"balena-cdsl":[C[846],"0.10.6"],"ansi_rgb":["Colorful console ^G @u ANSI escape sequences",C[0]],"onig_@r":["$7 `onig_sys` @8 contains raw @e @6 to theoniguruma @1. @O @8 exposes a set of unsafefunctions $f can then be $3 by other $V tocreate $P &l $G Oniguruma.You probably don't want to link to this @8 directly;instead check out @4 `onig` @8.","69.7.0"],"expression-closed01":["Expression terms in @4 closed [0,1] interval",C[6]],"twist-jwt":["An @2 of RFC7519 ^n Web Token (JWT)","0.3.1"],"mac-process-info":["Returns basic ^F info on OS X",C[0]],"technical_indicators":["@p of technical indicators in @3.","0.5.0"],"prima_bridge":["A @1 to implement @4 bridge pattern","0.7.2"],"geojson":["@p @0 serializing @4 GeoJSON vector GIS $1 @F","0.22.2"],"steamid":["@H SteamID $k.",C[9]],"winrt_gen_@a":["Macro &s @0 @4 winrt_gen @8","0.7.2"],"lib3h_@9":["^a definition @0 ^R @7 Lib3h.","0.0.42"],"component_group_@b":["Automatic @b @0 @4 ComponentGroup $y","3.0.0"],"pkg-config":["A @1 to run @4 pkg-config @M $R at $h $x in order to be $3 inCargo $h scripts.","0.3.19"],"is-match":["@p to check whether something matches something else",C[3]],"oqueue":["Non-interleaving multithreaded &L queue",C[4]],"hwloc2":["@3 @6 @0 @4 hwloc hardware locality @1 2.x.","2.2.0"],"clap-nested":["Convenient `clap` @0 CLI apps @7 multi-@D subcommands.",C[2]],"strand":["A datatype @k evolves",C[4]],"noob":["A WIP @Y-@n Discord bot @1","2.0.0-alpha.2"],"nordselect":["Select @4 ideal NordVPN @T","1.4.2"],"amethyst_rendy":[C[276],C[74]],"math-text-transform":["Transform greek letters, latin letters, or decimal digits intocertain variants @t @4 mathematical alphanumeric symbolsUnicode block (U+1D400–U+1D7FF). For example to bold, italic,script or double-struck.","0.1.1"],"rx":["Reactive $l @0 @3","0.0.1"],"tmdb":["$7 Movie Database (TMDb) @y @0 @3","3.0.0"],"nb":["Minimal non-blocking I/O layer","1.0.0"],"wiggle":["Runtime components of wiggle @X @C",C[93]],"bailamos":["@H notification &F...","0.11.2"],"google-cloudkms1-cli":[C[825],C[277]],"m":["A C free / &9 @3 mathematical @1 (\"libm\") @0 `no_std` @X","0.1.1"],"elrond-wasm-derive":["Elrond $D smart contract @y $i @a","0.17.4"],"criterion-stats":["Criterion's statistics @1",C[9]],"kinito":["[Alpha] Mobile @j & $h ^U @0 Android / iOS","0.1.5"],"megam_rustyprint":["A pretty printer table make @0 ^i. Takes a matrix of [x,y] rows @7 a header [x] cols @5 prints it in a neat way.",C[6]],"scoped_threadpool":["A @1 @0 scoped @5 cached threadpools.","0.1.9"],"sequoia-openpgp":["OpenPGP @x @i @5 associated machinery","1.3.0"],"base32":["Base32 encoder/decoder @0 @3",C[2]],"primal-bit":["Bit-vector specialised to @4 prime-&1-related needs of `primal`.",C[9]],"windows_gen_@a":["Macro &s @0 @4 windows_gen @8","0.6.0"],"sm4":["SM4 block cipher @Z",C[2]],"async-net":["Async networking $8 @0 TCP/UDP/Unix communication","1.6.1"],"$b_^3":["Token De/Serializer @0 ^5 De/Serialize @V","1.0.126"],"wedpr_l_$w_coder_base64":["@p of WeDPR base64.","1.1.0"],"nanovg-sys":["&I @6 to @4 NanoVG @1","1.0.2"],"scopeguard":["A RAII scope guard @k will run a given closure when it goes out of scope,even if @4 @X $p panics (assuming unwinding panic).Defines @4 @a `defer!`, `defer_on_unwind!`, `defer_on_success!` asshorthands @0 guards @7 one of @4 &T strategies.","1.1.0"],"xml_dom":["A @3 @8 &d a reasonably faithful @2 of @4 W3C DOM Core","0.2.5"],"$O_workdocs":["^p ^L @0 @3 - Amazon WorkDocs @ 2016-05-01",C[18]],"mpid_messaging":["Types $3 by SAFE Vaults @5 SAFE Clients to send @5 receive &y.",C[0]],"x11-input-mirror":["Mirrors X11 (Xserver) input events @t one PC to &j &c @4 ^7","0.3.6"],"usbd-serial":["USB CDC-ACM serial port class @0 $9 @7 usb-device.","0.1.1"],"esp8266":["A minimal peripheral $W @8 @4 ESP8266",C[0]],"google-youtube3":[C[704],C[80]],"crusadertest2":[C[278],C[0]],"cpt":["A filesystem $R @k will copy a folder structureand if there is provided templating datawhen it encounders any `.tpl` @z, it tries tofill it @u Handlebar syntax @5 prints outthe transformed $4.","0.4.1"],"qptrie":["A QP-Trie @2 @0 @3","0.2.4"],"ieee754":["Low-@D manipulations of IEEE754 floating-point ^Y.",C[279]],"fps_clock":["A @8 @0 making $q game loop run at @4 correct FPS","2.0.0"],"zvariant_@b":[C[354],"2.7.0"],"actix-test":["Integration ^5 ^U @0 Actix Web @Q","0.1.0-beta.3"],"uwuify-mdbook":["UwUifies $q mdbooks",C[0]],"coreutils_^B":["Small ^0 blocks @0 modularized @Q.","0.5.1"],"yubico":["Yubikey @d @y @1",C[20]],"sdl2":["SDL2 @6 @0 @3","0.34.5"],"ya-service-bus":["Golem Service Bus","0.4.10"],"@b_^s":["A $i @g ^r @0 easily $M @b @a @0 enums.","0.11.2"],"mdns":["A multicast DNS @d library.Supports discovery of any mDNS device on a LAN.","3.0.0"],"hdf5-derive":["&O @g @0 HDF5 &w @5 enums.","0.7.1"],"protobuf-build":["Utility @w @0 $E @3 @X @t protobufs (@u protobuf-@e or Prost)","0.12.3"],"rec":["Regular Expression Constructor",C[13]],"strict":["NonEmptyVec, a vec guaranteed to hold at least one element","0.1.4"],"esplugin":["A free software @1 @0 ^X Elder Scrolls $T (.esp/.esm/.esl) @z.","3.4.0"],"byte-slice-cast":["Safely cast bytes slices @t/to slices of built-in fundamental numeric @i","1.0.0"],"static-http-cache":["A local cache @0 &g ^A resources",C[0]],"phant":["A @1 @0 manipulating @x on a &E://phant.io @T.","0.1.5"],"default_^l":["default (userspace) $j ^l",C[9]],"gobble":["A Combinator @n @h @0 $z @k gets out of @4 way, @5 leaves $q @X looking $A a grammer","0.6.3"],"state_machine_future":["Easily create $k-$P `Future`s @t state machines — ^W @4 boilerplate.",C[0]],"badger":[C[357],C[6]],"githelper":["Wrapper $G git @7 @w @0 $w tasks related to git repositories.",C[9]],"params":["A multi-source request parameters @h @0 Iron.","0.8.0"],"build-plan":["A @8 @0 @S Cargo's --$h-plan &L","0.1.1"],"differential-evolution":["@H @5 powerful global optimization @u a self-adapting differential evolution.","0.2.2"],"cosmwasm-schema":["A dev-&m @0 CosmWasm contracts to ^o ^n Schema @z.",C[111]],"vega_lite_3":["@e ^Q @0 vega-lite v3","0.3.1"],"aes_frast":["An &t-to-$9 lib @0 AES encryption @5 decryption, coded in &9 $P @3-lang.","0.1.5"],"what":[C[280],"0.5.1"],"ketos_@b":["&O $2 @0 Ketos scripting @L",C[11]],"arrsac":["From @4 paper \"A Comparative Analysis of RANSAC Techniques Leading to Adaptive Real-Time Random Sample Consensus\"","0.7.0"],"git-interactive-rebase-tool":["Full feature $u @n sequence editor @0 git interactive rebase.","2.1.0"],"socks":["SOCKS proxy clients","0.3.3"],"jwks-client":["@p to validate JWT tokens @u ^n Web Key Set (JWKS)",C[0]],"@G_rustc-serialize":["&S @K/&3 @m corresponding to @4`@b(RustcEncodable, RustcDecodable)` mode in @4 ^9. Also includessupport @0 hex, base64, @5 json $6 @5 decoding.This $4 does not depend on &Y, only on @G+&r","0.3.20-v0.3.19patch1"],"kite":[C[281],C[6]],"rgs_models":["Tool @0 querying game servers. Models.","0.9.1"],"transit_model":["Transit @x ^w","0.39.0"],"tether":["^4 @k are &h views.","0.3.5"],"utf":["UTF-8",C[1]],"mobc":["A ^I connection pool @7 @R/await @m","0.7.3"],"futures-test":[C[282],"0.3.16"],"riscv-target":["RISC-V target $d manipulation @E",C[4]],"sanakirja-core":[C[283],"1.2.11"],"twang":["@p @0 &9 @3 advanced audio synthesis.","0.7.0"],"simplisp_&M":["@U some basic @w @0 simplisp.",C[2]],"tokio-timerfd":["timerfd @m @0 $v",C[3]],"doh-proxy":["A DNS-&c-HTTPS (DoH) @5 ODoH (Oblivious DoH) proxy","0.9.0"],"auto-args":["Parse @B $s arguments by defining a &P.","0.2.9"],"xcompress":["XCompress is a free $1 archiver $o on &n, &d multi-@F archiving to @5 extracting @t ZIP, Z, GZIP, BZIP2, LZ, XZ, LZMA, 7ZIP, TAR, RAR @5 ZSTD.","0.11.6"],"ymlctx":["YAML $I overlaying @M @k natively integrates ^c operationalized tasks","0.1.8"],"libftd2xx-ffi":["@3 $L @6 to @4 FTDI D2XX drivers.","0.8.3"],"rwc":["A wc clone.",C[0]],"winutils-rs":["@3 &l of various ^4 @y @5 $g.","0.2.2"],"work_tock":["A Program to track $q hours across various projects",C[6]],"parity-db":["Key-&a ^P @0 @4 blockchain","0.2.4"],"lindera":["A morphological analysis @1.","0.7.1"],"monger":["MongoDB $4 &F",C[8]],"wasmtime-provider":["A wasmtime $a provider @0 @4 waPC host","0.0.3"],"spinny":["Spinlock-@n RwLock &P, @7 lock_api","0.2.2"],"tide-compress":["Outgoing ^z middleware @0 @4 Tide @T @j.","0.9.0"],"rinpg":[C[497],"0.1.25"],"subunit-rust":["A subunit v2 @9 @2 in @3","0.1.3"],"bayespam":["A @c bayesian spam classifier.","1.1.0"],"patternfly-yew":["Patternfly 4 components @0 Yew","0.0.25"],"ckb-rational":["Rational ^Y.",C[31]],"toolchain_find":["A ^S @1 to help find installed @3 components",C[0]],"memmem":["Substring searching","0.1.1"],"hyper-multipart-rfc7578":["An @2 of multipart/form-@x (RFC7578) @0 Hyper","0.5.0"],"partial_ref":["Type checked partial references","0.3.3"],"ledger-transport":["Ledger Hardware Wallet - &S Transport","0.8.0"],"vec_box":["A single @g to create a vec of boxed elements, @0 $y objects","1.0.0"],"cntk":["Wrapper $G Microsoft CNTK @1",C[6]],"galvanic-mock":["A behaviour-driven mocking @j @0 ^I traits.Create mocks @0 (&j) $2 in a behaviour-driven &D mocking framework.Define @4 behaviour of mocks @5 expected method calls @u argument patterns.Supports mocking of ^I $2 @5 ^I methods.Requires: nightly","0.1.3"],"introspection-derive":[C[284],C[3]],"nu-ansi-term":["@p @0 ANSI $u colors @5 styles (bold, underline)",C[23]],"portpicker":["Pick a free unused port","0.1.1"],"parsell":["Parsell LL(1) streaming @h combinators","0.6.5"],"cursive_^6_view":["A ^6 view @2 @0 cursive.","0.7.0"],"pam":["Safe @3 &l @0 PAM authentification","0.7.0"],"lvm-sys":["LVM $L @6","0.1.1"],"rustler_@r":[C[242],"2.1.1"],"event-brust":["Excessively @c event @M.","0.2.3"],"pixel-canvas":["A @8 to make it &t to $h interactive computer art @7 just a pixel buffer.","0.2.2"],"pkcs5":["Pure @3 @2 of Public-Key Cryptography Standards (PKCS) #5:Password-Based Cryptography Specification Version 2.1 (RFC 8018)",C[9]],"zamm_yin":["A basic, experimental knowledge-base",C[6]],"shunkakinoki":["shunkakinoki","4.30.3"],"validator_@b":["^H 1.1 @2 of #[@b(Validate)]",C[8]],"stratum-client":["$7 @d @X @0 @4 @3 Stratum (v1) @2.","0.9.19"],"libhdf5-sys":["&I @6 to @4 HDF5 @1",C[0]],"httptest":["^A ^5 facilities &H a mock @T","0.15.2"],"qni-core-rs":["qni @G @1","0.3.2"],"typos":[C[285],"0.7.0"],"randselect":["Tool @0 randomly selecting @z @t a directory.",C[9]],"vk":["Vulkan @6 (placeholder)","0.0.1"],"bpfjit-sys":["@3 @6 to NetBSD's cBPF JIT $a","2.0.0"],"juno":["A ^r @e @1 @0 @4 juno microservices @j","0.1.5-beta"],"gluon-salsa-macros":[C[361],"0.15.2"],"blissb":["Post-quantum signature schemes - BLISS-B.","0.2.3"],"getch":["A portable @2 of getch, @u _getch on ^4, @5 termios on Unix.",C[6]],"ruplace":["Bot @0 r/place",C[6]],"lfa":["&I @e @V of linear $0 approximators.",C[71]],"deuterium_$T":["Compiler $T @0 Deuterium ORM","0.5.3"],"rstatic":["Static $1 serve by @3","0.1.3"],"mpeg2ts":["MPEG2-TS ^V/$6 @1","0.1.1"],"metrics-recorder-text":["metric recorder @0 hierarchical, ^G-@n &L","0.2.2"],"native-windows-gui":["A @e @1 to develop &7 GUI @Q on @4 desktop @0 Microsoft ^4. &I-windows-gui wraps @4 &7 win32 window controls in a rustic @y","1.0.12"],"diesel-tracing":["Connection telemetry middleware @0 diesel @5 &q","0.1.5"],"tink-proto":["^a buffer message $g @0 @3 port of Google's Tink cryptography @1",C[0]],"minimp3":[C[286],"0.5.1"],"hidapi":["@3-y @f $G hidapi","1.2.6"],"shuteye":["shuteye @s @0 high-resolution sleep in @e. Let $q @X catch some shuteye","0.3.3"],"gtk-macros":["Few @a to make gtk-rs &D more convenient",C[9]],"rocket-include-handlebars":["@O is a @8 $f @s @a `handlebars_resources_initialize!` @5 `handlebars_response!` to statically include HBS (Handlebars) @z @t $q @3 ^t @5 make them be @4 ^A response sources quickly.","0.12.20"],"nom-sql":["A SQL @h $t @u nom.","0.0.11"],"slog-journald":["Journald drain @0 slog-rs","2.1.1"],"solana-core":[C[89],"1.7.8"],"vigil-server":["Microservices Status Page. Monitors a distributed infrastructure @5 sends alerts (Slack, SMS, etc.).","1.22.1"],"panini_@a_snapshot":["A @h @C. @O @W is a snapshot in @4 form of two expandedsyntax &M.","0.0.0"],"korat":["Convenience &X @0 @4 conversion of $O &Z ^D to concrete @i @0 dynamodb",C[0]],"servo_arc":["A fork of &Y::sync::Arc @7 some extra $5 @5 ^W weak references","0.1.1"],"iron_compress":["A modifier @0 Iron @k can compress response bodies","0.1.3"],"google-consumersurveys2":["A @q @1 to @o @7 Consumer Surveys (@9 v2)","2.0.4+20170407"],"diffus":["Finds @4 difference $p two instances of any @x $Q. Supports: &r, Strings, Maps etc. Uses LCS where applicable. Also supports @b via `diffus-@b`.",C[20]],"webgl_stdweb":["WebGL @6 (stdweb)",C[9]],"sapp-dummy":["Part of miniquad rendering @1. Stub sapp $g.","0.1.5"],"drill":["Drill is a ^A load ^5 $N $t in @3 inspired by Ansible syntax","0.7.1"],"paste-impl":["@v detail of @4 `paste` @8","0.1.18"],"tract-nnef":[C[141],"0.15.2"],"newtype-ops":["Mass-@b many operators @0 newtypes. Wartier than newtype_derive.","0.1.4"],"vhdl_ls":["VHDL &U Server","0.17.1"],"waltz":[C[783],"0.4.1"],"diesel-derive-enum":["&O diesel boilerplate @0 @u enums in databases","1.1.1"],"rusty-tags":["Create ctags/etags @0 a @P ^t @5 all of its &8","3.9.0"],"debug_print":["print only in debug $h","1.0.0"],"cask":["A $H key-&a store backed by a log-structured ^v table","0.7.1"],"ya-client":["Yagna REST @y @d @R $X","0.5.2"],"flamescope":["Export flame @x to speedscopes profile @F",C[4]],"rcstring":["Dependency-free CString-$A @2 @0 projectswith #[no_std]'s",C[6]],"libressl-pnacl-sys":["openssl linking provider @0 PNaCl/NaCl targets.","2.1.6"],"sp-application-crypto":[C[581],"3.0.0"],"clockpro-cache":["CLOCK-Pro cache replacement policy","0.1.10"],"rasn-derive":["&O @a @0 rasn.",C[9]],"fluid_attributes":["Proc @g attributes @0 @4 fluid @8.",C[2]],"waithandle":["A @1 @k makes signaling $p threads a bit more ergonomic.",C[2]],"gmp-sys":["libgmp low-@D @6",C[3]],"sacn":["@3 sACN @2.","0.4.4"],"awc":["Async ^A @5 WebSocket @d @1 built on @4 Actix ecosystem","3.0.0-beta.7"],"mpart-async":["&2 (Futures-Base) Multipart Requests @0 @3","0.5.0"],"egui_&h":["@I @0 compiling egui @X to WASM @0 a &h page",C[36]],"hn":["@3 @f @0 @4 Hacker News (YCombinator) @y",C[2]],"i3nator":["i3nator is Tmuxinator @0 @4 i3 window &F","1.2.0"],"abstract-calculus":[C[287],"0.1.5"],"recoreco":["Fast item-to-item recommendations on @4 @B $s.","0.1.9"],"openvino-sys":["Low-@D @6 @0 OpenVINO ($9 @4 `openvino` @8 @0 easier-to-$9 @6).","0.3.2"],"hd44780-hal":[C[290],C[6]],"artifact":["A &v @1 $f allows settings to be specified through @P features.","0.2.4"],"fakedata_@C":["Generate fake @x @7 various generators.","0.2.4"],"markab_@h":["A @c, copy-less @5 rich-^u-message @h combinator @1.","0.7.0"],"libstrophe-sys-bindgen":["@3 @6 @0 libstrophe, ^Z @u bindgen","4.4.0"],"enum-display-derive":["Display trait's custom @b @0 @c enums.","0.1.1"],"elrond-codec":["Lightweight $J serializer/deserializer, $t especially @0 Elrond smart contracts","0.5.3"],"matrixmultiply_mt":["Multithreaded Fork of bluss's matrixmultiply @8. General matrix multiplication of f32 @5 f64 matrices in @3. Supports matrices @7 general strides. Uses a microkernel strategy, so @k @4 @2 is &t to parallelize @5 optimize. `RUSTFLAGS=\"-C target-cpu=&7\"` is $q friend here.","0.1.7"],"sm_@g":["💋 SM – a &g State Machine @g","0.9.0"],"prototty_decorator":["Prototty views @0 decorating other views","0.29.0"],"skulpin-renderer":["A vulkan renderer @0 skia, a component of skulpin",C[8]],"arbitrary":["$7 $y @0 $E structured @x @t unstructured @x","1.0.1"],"nu_$T_to_sqlite":[C[288],C[23]],"sysfs-class":["@3 @1 @0 viewing /@r/class in an object-oriented @F","0.1.3"],"clipboard-win":["@U @c way to @o @7 ^4 clipboard.","4.2.1"],"google-prediction1d6":[C[335],C[336]],"json_io":["A $R @0 simplifying saving @5 loading serializable @i to @5 @t json @z.",C[9]],"boringssl-src":["A @8 @0 ^0 boringssl.","0.3.0+688fc5c"],"i2cdev":[C[302],"0.4.4"],"lua-rs":["Lua port $t in @3.","0.0.11"],"base-62":["encode to/@t bytes to base62 $d","0.1.1"],"ole":["@H @h @5 reader @0 Microsoft Compound Document File.","0.1.15"],"$b_plain":["A restricted plain ^G serializer @0 $b",C[9]],"strum":[C[416],"0.21.0"],"solana-bpf-loader-api":[C[289],"0.20.5"],"google-content2":[C[741],C[37]],"enc28j60":["A @N &6 ^h to @l @4 ENC28J60 (Ethernet controller)",C[6]],"rmemo":["Tools @0 taking notes $H on @4 CLI","0.3.2"],"in_&5":["$y @M @0 facilitating non-blocking &5 chaining @7 handshaking",C[30]],"oscpad":["OSC 'control panel' @T @7 &J-state &h controls","0.2.3"],"mbrman":["MBR Partition Management in @3",C[2]],"solana-bpfloader":[C[289],C[74]],"exar-testkit":["Offers some $o &X to facilitate ^5 Exar DB's modules",C[3]],"peano":["$7 peano ^Y &T in Rust's $k @M. Consider @u typenum instead @0 much faster $k-@D ^Y.","1.0.2"],"tri-mesh":["A triangle mesh @x $Q &H basic $K.","0.5.0"],"rocket_cors":["Cross-origin resource sharing (CORS) @0 Rocket.rs @Q","0.5.2"],"iced_@G":["$7 essential concepts of Iced",C[2]],"futures-micro":["Zero &m, no_std ^m @R prelude.","0.5.0"],"rcublas":["$P @3 @f @0 CUDA's cuBLAS","0.5.0"],"@Y_ringbuf":["Mock Type ^1 AsyncRead/AsyncWrite @0 ^5 @5 examples.","0.3.1"],"bracket-pathfinding":["Pathfinding @5 field-of view @E. A Star, Dijkstra. Part of @4 bracket-lib family.","0.8.4"],"json_dotpath":["Dotted path $W to nested ^n objects (serde_json::Value)","1.1.0"],"edcert-compressor":["A @8 to compress/decompress Edcert certificates.","1.1.6"],"^f_libra_stdlib":["Libra stdlib",C[47]],"vega_lite_4":["@e ^Q @0 vega-lite v4","0.6.0"],"gfx_window_vulkan":["Vulkan window @0 gfx-rs",C[3]],"nntp":["NNTP @d @0 @3","0.0.5"],"hd44780-driver":[C[290],C[2]],"google-firestore1_beta1-cli":[C[291],C[10]],"syntex_pos":[C[359],"0.59.1"],"predicates-tree":["Render boolean-valued predicate @w results as a ^6.","1.0.2"],"stl_io":["STL input @5 &L.","0.6.0"],"opentype":["$7 @W @s a @h @0 OpenType fonts.","0.19.0"],"rocket-multipart-form-data":["@O @8 @s a multipart @h @0 @4 Rocket @j.","0.9.6"],"der-parser":["&C/encoder @0 ASN.1 BER/DER @x","5.1.1"],"control-code":["Control @X @h @5 formatter.","0.7.1"],"cssparser":["@3 @2 of CSS Syntax Level 3","0.28.1"],"entities":["@U @4 raw @x needed to convert to @5 @t HTML entities.","1.0.1"],"jexl-parser":["A JEXL @h $t in @3","0.1.7"],"ao-sys":["$7 @W @s @6 to ao.",C[4]],"reactor":["A @f $G mio $f allows easily composable, but still $H, evented components","0.1.4"],"fuse-rust":["Fuse is a super ^y @1 $f @s a @c way to do fuzzy searching.Fuse-@3 is a port of Fuse-Swift, $t purely in @e.",C[0]],"promises":["Effective, @c, ^y Javascript promises in @3",C[0]],"sentry-failure":["Sentry $S @0 failure @8.","0.21.0"],"mp4ameta_^N":["$B @a to ^o $w accessors @0 @4 mp4ameta @8.","0.6.0"],"x25519-dalek":[C[746],"1.1.1"],"foreman":["Toolchain &F @0 @c $J ^U","1.0.2"],"nonempty":["Correct by construction non-empty vector","0.7.0"],"cargo-msrv":["Find $q minimum supported @3 $4 (MSRV)!","0.7.0"],"raw-string":["RawStr/RawString are $A str/String, but ^W any guaranteed $6","0.3.5"],"@e_info":["Extracts @4 current @e ^9 $e.","0.3.1"],"nanoid":["A tiny, secure, URL-friendly, unique $d ID @C @0 @3.",C[2]],"cups-sys":["Low-@D @l to @4 CUPS printing @1.","0.1.4"],"easy-ml":["Matrix @5 linear algebra @1 aimed at being &t to $9","1.6.1"],"^f_libra_vm":["Libra vm",C[47]],"typedopts":["Type aware @B $s @h","1.1.2"],"mini_gl_fb":["Quick @5 &t window creation, input, @5 high speed bitmap rendering","0.9.0"],"holochain_&q_@a":[C[292],"0.0.24"],"shiplift":["A @3 @l @0 maneuvering Docker containers","0.7.0"],"couchbase-sys":["@3 @6 to @4 libcouchbase C Couchbase ^L.",C[390]],"netstat":[C[293],"0.7.0"],"bellman_ce":[C[294],"0.3.5"],"$O_greengrass":["^p ^L @0 @3 - ^p Greengrass @ 2017-06-07",C[18]],"sj":["Some ^n @2",C[68]],"smoltcp":["A TCP/IP stack designed @0 bare-metal, real-$x systems ^W a heap.","0.7.5"],"base100":["Encode $q @x ^c emoji","0.4.1"],"usdt":["Dust $q @3 @7 USDT probes",C[52]],"rustc-ap-rustc_cratesio_shim":["^E published $4 of @4 @W `rustc_cratesio_shim` in @4 @e-lang/@e repository @t commit 4393768faa104b9879c601feee71eb0207dc4fe1 $7 publishing script @0 this @8 lives at: &N://github.com/alexcrichton/&G-auto-publish","520.0.0"],"wedpr_l_@a":["@p of WeDPR &J @a.","1.0.0"],"$O_resourcegroupstaggingapi":["^p ^L @0 @3 - ^p Resource Groups Tagging @y @ 2017-01-26",C[18]],"faketime":["Fake $x to ease ^5 @5 debugging",C[6]],"qmlrs":["qmlrs - QtQuick @6 @0 @3","0.1.1"],"hlvm_@J":["$7 Runtime @0 @4 HLVM @p","0.7.0"],"pom":["PEG @h combinators @u operator overloading ^W @a.","3.2.0"],"unicode_reader":["Adaptors $f wrap byte-oriented readers @5 yield @4 UTF-8 @x as &i @X points or grapheme clusters.","1.0.1"],"argo":["MatchDB is a high-$F datastore built $G pattern-matching.","0.0.1"],"blasoxide":["BLAS @2 in @e","0.3.2"],"tld":["Top Level domain &g ^v map, tld list is obtained @t of iana.org","2.24.0"],"cortex-m-log":["Logging facilities @0 Cortex-M processors","0.7.0"],"oxygengine-utils":["^b ^B @0 Oxygen Engine",C[68]],"askama_actix":["Actix-Web $S @0 Askama templates","0.11.1"],"fluent_&K":["A @c &K @y.","0.6.0"],"^G":["$7 @W @s a ^G toolbox.","0.0.4"],"rand_os":["OS backed Random Number Generator","0.2.2"],"result":["Helpers @0 dealing @7 nested Result @5 Option @i","1.0.0"],"$j_units":["Safe conversions $p units of $j",C[2]],"$O_es":["^p ^L @0 @3 - Amazon Elasticsearch Service @ 2015-01-01",C[18]],"vojaq_@h":["&C of @4 Vojaq $1 @F","0.5.1"],"loupe":["Profiling $R @0 @3","0.1.3"],"rustful":["A light ^A @j, @7 some REST-$A features @5 @4 ambition of being @c, modular @5 non-intrusive.","0.9.0"],"google-iam1":[C[295],C[37]],"kth":["Find @4 k-th order element of an array (one of $f is @4 median)",C[3]],"winservice":["Run a ^4 @M &e ^W hassle.","0.1.1"],"simple-cards":["A @c deck of cards @1 @7 some &Q @w.","1.1.0"],"symphonia-bundle-flac":["Pure @3 FLAC demuxer @5 decoder (a part of ^t Symphonia).",C[9]],"defer":["Utility to defer excecution of @X, inspired by go's defer statement.",C[3]],"ohnomore":["Transformations @0 TüBa-D/Z lemmas",C[2]],"xapian-rusty":["@3 @6 to Xapian","0.1.4"],"unwrap":["An unwrap! @5 an unwrap_err! @g","1.2.1"],"@b_more":["Adds #[@b(x)] @a @0 more $2","0.99.16"],"inventory":["Typed distributed $T registration","0.1.10"],"gpgme-sys":["Raw @6 @0 gpgme","0.9.1"],"symbol":["@H globally interned $z.","0.1.7"],"canonical-form":["Reduce graphs @5 other combinatorial $m modulo isomorphism.","0.9.4"],"wstr_impl":["Private @g @V @0 compile-$x UTF-16 (wide) $d literals.",C[0]],"cargo-all-features":["A Cargo &k to $h @5 ^3 all feature flag combinations","1.5.0"],"libp2p-plaintext":[C[657],"0.29.0"],"gif":["GIF de- @5 encoder","0.11.2"],"solana-cli":[C[89],"1.7.8"],"system76_ectool":["System76 EC $R","0.3.6"],"pythonic":["pythonic is a @3 AST &K @k generates Python",C[9]],"aloft":["@H @1 @0 ^R @7 winds aloft @x @t NOAA","0.3.1"],"ssb-rpc":["$7 remote procedure calls $3 by ssb.","0.3.1"],"$O_dynamodb":["^p ^L @0 @3 - Amazon DynamoDB @ 2012-08-10",C[18]],"throttler":["@H throttler $t in @3","0.1.3"],"piet-test":["^b @0 ^5 @4 piet 2D ^O $C.","0.0.12"],"fluvio-wasm-timer":[C[334],"0.2.5"],"azul":["Azul GUI is a free, functional, reactive GUI @j @0 rapid &D of desktop @Q $t in @3 @5 C, @u @4 Mozilla WebRender rendering $a.","1.0.0-alpha1"],"petgraph":["Graph @x $Q @1. @U graph @i @5 graph $U.","0.6.0"],"fsevent-sys":["@3 @6 to @4 fsevent macOS @y @0 $1 changes notifications","4.0.0"],"hex_literals":["Macro @k converts hex $z to byte $z",C[1]],"tk-cantal":["A @d @0 cantal monitoring &e. @O is not @0 submitting &z to @4 cantal. @O @1 is @0 accessing &z @k cantal tracks.","0.3.2"],"sapling-crypto_ce":["Cryptographic @1 @0 Zcash Sapling @7 more content","0.1.3"],"procontest":["Test $o @0 competitive $l","0.1.11"],"^P_exporter":["Export any ^P to any @F","0.1.4"],"cargo-bullet":["@O is a configurable ^t @C","0.2.6"],"badge":["@H badge @C",C[9]],"adskalman":["Kalman filter @5 Rauch-Tung-Striebel smoothing @2 @u nalgebra, no_std",C[13]],"sfxr":["Reimplementation of DrPetter's 'sfxr' sound effect @C","0.1.4"],"odbc-ffi":["renamed to odbc-@r","0.2.4"],"futures-executor":[C[296],"0.3.16"],"pcp":["A brute-force pcp solution searcher",C[0]],"fmt-iter":["Print all items @t an iterator",C[6]],"solana-metrics":["Solana Metrics","1.7.8"],"crc32":["A port of @4 CRC-32 @Z to @3","0.0.2"],"atomic_swapping":["An arbitrary $k atomic ^x @7 swap $K",C[3]],"gfx_device_vulkan":[C[932],C[3]],"fil-blst":["A @1 to accelerate SNARK verification @0 @4 Filecoin ^7 @u @4 blst BLS12-381 $F @1.",C[4]],"direct2d":["A $P $C @0 drawing @7 Direct2D","0.3.0-alpha1"],"google-appengine1_beta4":[C[297],C[29]],"drone-stm32-map-svd":["STM32 SVD to @6 @0 Drone, an Embedded Operating System.",C[8]],"ckb-sentry-panic":[C[718],"0.21.0"],"csfml-graphics-sys":["@I to csfml-^O","0.6.0"],"hostfile":["A @e @8 @0 @S /etc/hosts",C[0]],"@b_pod":["Implement @4 Pod $y safely @7 a @b @g.","0.1.1"],"glhelper":["Convenience &X @0 opengl.",C[88]],"estunnel":["Tool @0 downloading @x @t elasticsearch cluster.","1.8.6"],"swash":["Font introspection, complex ^G shaping @5 glyph rendering.",C[4]],"routerify":["A ^y, idiomatic, composable @5 modular router @2 @7 middleware @m @0 @4 @3 ^A @1 hyper.rs.","2.2.0"],"scc":["Scalable concurrent @x $m @0 ^P ^w systems","0.4.14"],"libcgroup":["libcgroup @6",C[9]],"luke":["Deep Learning @p","0.1.4"],"raii-counter":["RAII Counter.","0.4.1"],"structmeta-derive":["@b @g @0 structmeta @8.","0.1.3"],"&h_console":["Web @w @0 console","0.3.7"],"juliex":["a very basic future executor",C[408]],"rundo_attrs":["@a lib by rundo",C[2]],"cargo-travis":["Run coverage, upload docs, @5 more on travis.","0.0.11"],"oxygengine-ignite":["CLI app $3 to setup @5 develop Oxygen Engine projects",C[68]],"fnd":["A @c way to find @z.","0.3.2"],"carboxyl-cli":[C[298],"0.1.1"],"kserd":["Kurt's Self-Explanatory @3 Data","0.5.0"],"@e_basic_matrix":["A @c N*N Matrix @x $Q to help @7 constructing graphs","0.0.4"],"opentelemetry-zipkin":["Zipkin exporter @0 OpenTelemetry",C[36]],"gtmpl_@b":["&O @0 gtmpl_value","0.5.0"],"fork":["@p @0 ^2 a new ^F detached @t @4 controling $u (daemon)","0.1.18"],"id_^6":["A @1 @0 ^2 @5 modifying Tree $m.","1.8.0"],"c2rust-ast-printer":["Customized $4 of libsyntax @e pretty-printer",C[71]],"libcryptsetup-sys":["$L @6 to @4 libcryptsetup @1",C[364]],"transit_model_procmacro":["A private procmacro @8 @0 @4 transit_model @8","0.1.1"],"actix-session":["Sessions @0 Actix &h","0.5.0-beta.2"],"iota-spammer":["A iota transaction spammer","0.0.11"],"futures-core-preview":[C[305],C[168]],"base62":["A Base62 $6/^V @1","1.1.2"],"bellperson":[C[294],C[71]],"hostlist-parser":["Parses hostlist expressions ^c a Vec of Strings","0.1.3"],"hask-replace":["Rename haskell modules at @4 speed of @3","0.6.0"],"aligned_alloc":["@U cross-@N $8 @0 aligned $j allocation","0.1.3"],"qtrac-retest":["Retest makes it @c to automate black box regression ^5 on ^4 @5 Unix.","4.0.6"],"pupil":["Arithmetic expression evaluator.","0.1.3"],"oxygengine-ignite-types":["Ignite @i ^B @0 Oxygen Engine",C[68]],"atomig-macro":["Defines $i @a @0 @4 @8 `atomig`. Please see @4 main @8.",C[0]],"tanoshi-lib":["Tanoshi @1","0.23.2"],"rzbackup":["RZBackup","3.4.0-alpha0"],"lapjv":["Linear Assignmment Problem solve @u Jonker-Volgenant @Z",C[0]],"rust-crypto-wasm":[C[434],"0.3.1"],"systemd-boot-conf":["Managing @4 systemd-boot loader $I","0.2.2"],"awesome-bot":["An awesome @j to $h Telegram bots up to telegram-bot @1.",C[0]],"includedir_^K":["Include a whole directory ^6 at compile $x! - Compile $x part","0.6.0"],"nfc":["@3 @6 @0 @4 libnfc @1","0.1.11"],"conquer-util":["@E @0 concurrent @5 lock-free $l",C[9]],"tetsy-send-wrapper":[C[541],C[3]],"ts-rs-macros":["@b @g @0 ts-rs","3.0.0"],"dasp_sample":["An $C @0 audio PCM DSP samples, along @7 &Q conversions @5 $K.",C[13]],"qecs-core":[C[299],"0.0.17"],"kubewatch":["@O @1 serves as a base component @0 Kubernetes event watching.","0.9.2"],"qmc":["Quantum Monte Carlo simulations in @3","2.19.2"],"activitystreams-types":["Base @i @t @4 Activity Streams spec",C[56]],"is_executable":["Is there an executable $1 at @4 given path?","1.0.1"],"compu":["@3 Compression @1 @7 ^I @l","0.5.3"],"visitor":["A ^I @1 to easily visit elements of a $Q @5 perform an action on each one",C[6]],"termcolor_&L_impl":["@v @8 @0 colored! @g.","1.0.0"],"locale-codes":["locale-related codes/identifiers @5 any standards-@n $e concerning them.",C[9]],"rei":[C[32],C[53]],"yewtil-macro":["^H to be re-exported @t @4 yewtil @8",C[9]],"lyon_bezier":["[Deprecated] @O @8 was renamed ^c lyon_geom.","0.9.0"],"bollard":["An $r Docker daemon @y",C[13]],"structopt-utilities":["Small @E related to structopt @5 clap","0.0.8"],"inlinable_$d":["$7 `inlinable_string` @8 @s @4 `InlinableString` $k -- an owned, grow-able UTF-8 $d @k stores ^S $z inline @5 avoids heap-allocation -- @5 @4 `StringExt` $y $f abstracts $d $K &c both `&Y::$d::String` @5 `InlinableString` (or even $q own custom $d $k).","0.1.14"],"env-libvpx-sys":[C[300],"5.1.0"],"bytebuffer":["A byte buffer @0 networking @5 $J protocols",C[6]],"saltlick":["A @1 @0 encrypting @5 decrypting $1 streams @u libsodium","0.4.1"],"rangemap":["Map @5 set @x $m whose keys are stored as ranges.Contiguous @5 overlapping ranges @k map to @4 same &a are coalesced ^c a single range.","0.1.11"],"ackr":["Storm acking @Z in @3","1.1.0"],"webpki":["Web PKI X.509 Certificate Verification.",C[79]],"opentelemetry-tide":["OpenTelemetry $S @0 Tide","0.9.0"],"initial_conditions":["A helpful physics lib: mechanics, &Q constants, @5 more.",C[2]],"sgx-quote":["Zero-copy Intel SGX quote @h @u nom.",C[3]],"tempus":["$x","0.2.4"],"glutin_emscripten_@r":["$7 emscripten @6 @0 glutin","0.1.1"],"nrf52833-hal":["HAL @0 nRF52833 $n","0.12.2"],"&o":["An @2 of @4 Processing ^M @0 @3, @7 influences @t Cinder @5 openFrameworks. It is $t @7 Glium @5 has a Glutin @5 a GLFW $Y. Tested so far on macOS @5 &n. It has been developed by Robert Ennis in @4 lab of Katja Doerschner, a part of @4 Allgemeine Psychologie Department at @4 Justus-Liebig Universitaet of Giessen.","0.3.2"],"blockchain_contracts":["Blockchain contracts $3 by COMIT-^7 daemons to execute ^e protocols.","0.4.1"],"cosmos-sdk-proto":["Protobuf stuct defintions @0 ^R Cosmos ^L powered blockchains","0.5.0"],"classifier-measures":["Receiver Operating Characteristic (ROC) @5 Precision-Recall curve (PR) computation","0.4.3"],"frunk-enum-core":["Implemenation of genericized enums @0 $9 @7 frunk",C[6]],"hertz":["&Q @w @0 ^j @7 frame-rates, sample-rates other rates, $x durations, frequencies, etc @5 @0 keeping a constant framerate",C[9]],"ripemd160":["RIPEMD-160 ^v $0","0.9.1"],"picto":["Image ^g @1.","0.4.3"],"stft":["computes @4 short-$x fourier transform on streaming @x",C[0]],"vterm-sys":["$L @6 to libvterm",C[3]],"dof":["Tools to read @5 &b @4 DTrace Object Format (DOF)","0.1.5"],"rhai_^K":["$B @a @m @W @0 Rhai, a scripting @L @5 $a @0 @3","1.0.0"],"infinitable":["Infinity @0 @i ^W infinite ^D","1.3.0"],"generalized_suffix_^6":["@v of Generalized Suffix Tree @u Ukkonen's @Z in @3","1.2.1"],"rusty-hash":["@H ^i $o to calculate $1 checksums","1.1.0"],"candy":["Syntaxic sugar @0 @3: @a @0 lighter ^u ^g @X, @5 more.","0.1.5"],"xpath_reader":["@U a convenient @y to read @t XML @u XPath expressions.","0.5.3"],"nature-demo":["Demo to show how to $9 Nature","1.0.0"],"activitystreams-derive":["&O @a @0 activitystreams","0.6.1"],"monster":["Collection of &x @E","0.1.28"],"ecs":["An Entity Component System (ECS) Framework","0.23.1"],"diffr":["An LCS @n diff highlighting $R to ease @X review @t $q $u.","0.1.4"],"repay":["CLI @0 calculating repayments",C[6]],"winmm-sys":["Contains $0 $g @0 @4 ^4 @y @1 winmm. See winapi @0 @i @5 constants.",C[0]],"$O":["^p ^L @0 @3","0.24.2"],"reproto-parser":["reproto @h","0.3.36"],"threatbutt":["@6 to @4 threatbutt ^Q","0.0.2"],"pomelo-impl":["@v details @0 pomelo, not to be $3 directly","0.1.5"],"hts-sys":["@O @1 @s HTSlib @6.","2.0.1"],"allegro_font":["Allegro 5 font addon @3 @f",C[72]],"linecount":["Quickly count lines in a $1",C[3]],"$O_credential":["^p credential tooling",C[18]],"tbc":["Texture Block Compression (BCn)",C[9]],"uclient":["Universal ^A @d @0 @3","0.2.3"],"libimagentrylist":[C[60],"0.6.4"],"tugger-code-signing":["Cross-@N @X signing $5",C[0]],"rs-complete":["A @1 @k handles ^G/word completion","1.2.1"],"snowflake":["A ^B @0 $E guaranteed ^F unique IDs.","1.3.0"],"seccomp-sys":["low-@D @6 to libseccomp","0.1.3"],"ndarray-numtest":[C[426],C[0]],"swindon":["An ^A edge (frontend) @T @7 smart websockets @m","0.7.8"],"rocket-accept-language":["@O @8 @s a request guard $3 @0 getting `accept-@L` header.","0.7.3"],"git-conventional":["A @h @1 @0 @4 Conventional Commit specification.","0.9.2"],"basis-universal-sys":[C[908],"0.1.1"],"derive-dynamic-node":["&O @g work ^2 Grapl plugins",C[6]],"x86intrin":["x86intrin @2","0.4.5"],"rat":["REST @y $R - query various REST APIs comfortably","0.4.12"],"bdwgc-alloc":["impl GlobalAlloc @0 bdwgc","0.6.0"],"ruplicity":["@p to read duplicity backups","0.2.2"],"is-macro":["Easily create &X @0 to $9 yout custom &V $A Option / Result","0.1.9"],"more-asserts":["Small @1 &d additional assert_* @5 debug_assert_* @a.",C[6]],"wasmer-clif-backend-fl":[C[1094],C[38]],"consecutive-vecmap":["$A VecMap, but @4 keys just need to be clustered together, not necessarily close to 0.","0.1.1"],"zapper":["lightning $H templating $a","0.9.1"],"pallet-im-online":["FRAME's I'm online &u","3.0.0"],"reg-index":["@p to manage a registry index.",C[2]],"framed":["Send @5 receive @x &c lossy streams of bytes.","0.4.3"],"picky-asn1-der":["An ASN.1-DER subset @0 $b","0.2.5"],"openhmd-rs-sys":["Unsafe OpenHMD @6",C[1]],"google-games1-cli":[C[968],C[37]],"bluez":["Control Bluetooth on &n.","0.3.1"],"rustfm-scrobble":["Last.fm Scrobble @8 @0 @3","1.1.1"],"prototty_$1_^x":["@v of prototty_storage::Storage backed by @z.","0.29.0"],"game2048":["2048 game in @3","0.0.5"],"cosmos":["Cosmos","0.0.17"],"graphy_dll":["A @1 @0 loading dlls.",C[9]],"htmlize":["Encode @5 decode HTML entities in UTF-8","0.5.0"],"nng-sys":[C[301],"1.4.0-rc.0"],"gimli":["A @1 @0 ^X @5 $M @4 DWARF debugging @F.","0.25.0"],"yarte_html":[C[734],C[71]],"aligned-utils":["&W @E to work @7 aligned ^D @5 allocation","1.0.2"],"wbs-backup-daemon":[C[609],"1.1.15"],"terminal-menu":["Display @c menus on @4 $u","2.0.0"],"i2cdev2":[C[302],C[2]],"&g_map":["A &g hashmap @2, @n on @4 Round-Robin hashing @Z found in &G.",C[303]],"actix-router":["Resource path matching @5 router","0.5.0-beta.1"],"queues":["Efficient FIFO Queue @x $m","1.1.0"],"msp430g2211":["Peripheral $W @y @0 MSP430G2211 microcontroller",C[6]],"pbcodec":["An $r encoder/decoder @0 ^a Buffers","0.0.8"],"sshkeys":["@3 @1 @0 @S OpenSSH certificates @5 public keys","0.3.1"],"hazy_@b":[C[691],"0.1.1"],"synattra":["A Syn Attribute &C Toolkit",C[6]],"cache":["Type &6, fixed-size cache",C[0]],"@b_state_machine_future":["Custom @b @2 @0 @4 `state_machine_future` @8. Use thatcrate instead of this one directly.",C[0]],"fwatcher":["Auto run @B when some @z changed.","0.4.2"],"maybe-single":["A singleton. Maybe.",C[71]],"muldiv":["@U a $y @0 numeric @i to perform combined multiplication anddivision @7 overflow protection","1.0.0"],"ya-sb-proto":["Golem Service Bus ^a &y",C[2]],"amethyst":["Data-oriented game $a $t in @3",C[74]],"heapless-bytes":["Newtype $G heapless byte Vec @7 ^J $b.",C[9]],"cw":["Count Words, a $H wc clone","0.7.0"],"fann-sys":["Low-@D @6 to @4 Fast Artificial Neural Networks @1","0.1.7"],"orbtk-shell":["Window shell @8 $3 by OrbTk.",C[77]],"took":["Easily measure & report elapsed $x",C[4]],"tower-balance":["Balance load across a set of uniform services.",C[9]],"libnfd":["High-@D @3 @6 to nativefiledialog","0.2.3"],"bigdecimal":["Arbitrary precision decimal ^Y",C[0]],"cargo-fetcher":["🎁 Experimental alternative to @P fetch",C[13]],"llvmenv":["Manage LLVM/Clang builds","0.3.1"],"contour":["Compute isorings @5 contour polygons (@u marching squares @Z).",C[2]],"rcublas-sys":[C[304],C[2]],"migrant_lib":["Database migration @5 $I @1 @0 postgres, sqlite, mysql","0.32.0"],"hdfs":["libhdfs $X @1 @5 $P @3 APIs","0.0.4"],"dolores":["A calendar ^w $N on terminals","0.1.10"],"futures-core":[C[305],"0.3.16"],"jsonrpc-core":[C[306],"18.0.0"],"webview_official":["Official Webview-org @3 @6, a tiny cross-@N @1 to render &h-@n GUIs @0 desktop @Q",C[0]],"rustbreak":["A modular @5 configurable ^P","2.0.0"],"stm32l0":["Device @m $V @0 STM32L0 &A",C[36]],"libipld-core":[C[608],C[11]],"genpass":["A @c yet robust commandline &x password @C.","0.4.14"],"stm32f30x-memory-map":["Memory map @0 STM32F30X $n",C[4]],"bittrex":["Bittrex @y @6 @0 @3.","0.8.0"],"power-assert":["Power Assert in @3. @U better assertion message.","0.3.9"],"amadeus":["Harmonious distributed @x &o & analysis in Rust.parquet postgres aws s3 cloudfront elb json csv logs hadoop hdfs arrow $w crawl","0.4.3"],"cw2":["Definition @5 @i @0 @4 CosmWasm-2 @l","0.7.0"],"zbar-rust":["High-@D @5 low-@D ZBar $X @0 @4 @3 @L.","0.0.18"],"cargo-arch":["@3 Arch &n @W packer","0.1.4"],"chroniker":["A @c @1 to help @7 $x","0.5.1"],"plumcast":["A message broadcasting @1 @n on @4 Plumtree/HyParView $U","0.1.5"],"louis-sys":["@I to liblouis (low-@D @8)","0.6.1"],"bno055":["Bosch Sensortec BNO055 9-axis IMU ^h","0.3.2"],"mkisofs-rs":["A partial reimplementation of mkisofs to create hybrid ISO-9660 filesystem-image","0.1.1"],"elasticsearch":["Official Elasticsearch @3 @d","7.12.1-alpha.1"],"hashmap_ext":["Extensions to &Y::&r::HashMap","0.0.3"],"ruduino":["Reusable components @0 AVR $n","0.3.2"],"trenitalia":["A @8 to get $e about Trenitalia trains @5 stations","0.3.4"],"slab":["Pre-allocated ^x @0 a uniform @x $k","0.4.3"],"haversine":["haversine &T in @e",C[6]],"markup":[C[307],"0.12.2"],"ntex-codec":["^b @0 $6 @5 ^V frames","0.5.0"],"genevo":["genevo @s ^0 blocks to run simulations of optimization @5 search problems usinggenetic $U (GA).Execute genetic @Z (GA) simulations in a customizable @5 extensible way.","0.5.0"],"sgx_crypto_^r":[C[55],"1.1.0"],"pad":["@p @0 padding $z at @J",C[1]],"miniserde":["Data $Q @K @1 @7 several opposite design goals @t Serde.",C[52]],"pcap-parser":["&C @0 @4 PCAP/PCAPNG @F","0.11.1"],"symtern":["Fast general-purpose interners @0 every $9 case",C[3]],"lexpr-macros":["Internal @8 ^1 @a exposed by @4 `lexpr` @8",C[6]],"core-futures-tls":["A libcore @f allowing @R/await to be $3 @t no_std $V","0.1.1"],"stor-age":["show aging of directories","0.6.0"],"lock-free-stack":["Lock-free (atomic-@n) Collection $f internally represent @x as a Stack, @5 exposes an @l allowing to add elements, get size, @5 remove all giving a reverse-iterator.","0.1.1"],"smart-default":["@3 custom-@b @g @0 Default @7 more control on @4 fields","0.6.0"],"appinsights":["Application Insights ^L @0 @3","0.1.5"],"treexml":["An XML ^6 @1 @0 @3","0.7.0"],"android_logger":["A &v @2 @0 `log` $f hooks to android log &L.",C[22]],"type-map":[C[308],"0.5.0"],"nue-macros":["POD @5 $J @x $6 I/O @a",C[9]],"prolog_@h":["An operator precedence @h @0 rusty-wam, an up @5 coming ISO Prolog @2.","0.8.68"],"lib_battleship":["A @1 @0 battleship @V.","2.1.0"],"safety-guard":["#[safety] &Z to ^o a corresponding doc entry @5 a debug assertion if a constraint is specified.","0.1.9"],"nu_$T_sum":["A @c summation $T @0 Nushell",C[13]],"winlog":["A @c @3 log $Y to send &y to @4 ^4 event log.","0.2.6"],"google-serviceregistryalpha":[C[309],C[310]],"mapcomp":["Python-$A list comprehensions @0 ^C containers","0.2.2"],"qt_ui_^U":["@I @0 QtUiTools C++ @1","0.5.0"],"crushtool":["A @1 to encode @5 decode Ceph's crushmap","0.3.10"],"language-tags":["&U tags @0 @3","0.3.2"],"locale":["@p @0 basic localisation. Warning: Major rewrite pending @0 0.3!","0.2.2"],"wsl":["Detect if @4 &0 is running under ^4 Subsystem @0 &n",C[3]],"liblmdb-sys-m":[C[311],"0.2.3"],"kaws":["Create @5 manage Kubernetes clusters on ^p @u Terraform.",C[20]],"async-sqlx-session":["sqlx session store @0 @R-session",C[2]],"short-crypt":["ShortCrypt is a very @c encryption @1, $f aims to encrypt any @x ^c something &x at first glance.","1.1.0"],"changelog-rs":["Generates CHANGELOG.md @z @n on git commit @5 tag $e.","0.3.1"],"twilio-async":["An @R @5 ergonomic @f $G Twilio @y & TwiML","0.4.1"],"diesel-geography":["Diesel @m @0 PostGIS geography @i @5 @w",C[0]],"crow_util":["A $o @1 @0 @4 crow_engine.","0.5.0"],"penny":["ISO-4217–compliant currency @1",C[0]],"stree_cmd":["Command $s $R @0 ^2 @5 visualizing suffix trees.",C[6]],"bech32-no_&Y":[C[747],"0.7.3"],"alt_$b_json":[C[560],"1.0.61"],"wyvern":["A @c CLI $R @0 installing @5 maintaining linux GOG games","1.4.1"],"crossbeam-stm":["Atomically updatable Arc","0.6.1"],"&J_slice":["Thread-local @5 &f-$P &J slice @i, $A `&[T]` butwithout lifetimes. @O @1 depends only on `alloc` @5 `@G`, socan be $3 in environments ^W `&Y`.","0.0.4"],"panini":["A @h @C. @O @W is @4 @J @1.","0.0.0"],"cargo-wasi":[C[954],"0.1.22"],"rustybuzz":["A @q harfbuzz shaping @Z port to @3.",C[2]],"sauron-node-macro":[C[312],C[23]],"bobbin-cli":["A @B $s $R @0 automating $q ^8 &D workflow.","0.8.8"],"$1_limit":["$o @w to retrieve @5 set OS $1 limits","0.0.2"],"pcarp":["A &9-@3 @1 @0 ^X pcap-ng @z","1.2.0"],"speedy":[C[313],"0.7.1"],"pwasm-libc":["Parity $D ^C @1 libc @6",C[6]],"gstreamer-audio-sys":["$L @6 to libgstaudio-1.0",C[38]],"ms-converter":["Fast $C @0 converting human-$A times ^c milliseconds.","1.4.0"],"lazy-static-include":["@O @8 @s `lazy_static_include_bytes` @5 `lazy_static_include_str` @a to replace `include_bytes` @5 `include_str` @a.","3.1.1"],"calcit_runner":["Interpreter @5 js ^K @0 Calcit","0.4.11"],"susanoo_^K":["Code $Z @0 Susanoo","0.0.6"],"imgui-rs":["IMGUI-RS @s @3 @6 @0 IMGUI, a bloat-free intermediate mode GUI @1 @0 C/C++.IMGUI outputs vertex buffers @k &R can render in $q 3D-pipeline enabled $N. It is $H, portable, renderer &6 @5 self-contained.IMGUI does away @7 state synchronization by requiring @4 $N to explicitly pass all state required in real-$x. $7 user @l only retains @4 minimal amount of state required to facilitate @4 $5 required by each $k of widget supported by @4 @M.","1.47.0"],"icmp":["ICMP socket",C[9]],"libvirt-rpc":["libvirt @9 @2 @5 @d",C[88]],"vect":["A @1 @0 &d vectors @0 game &D @k $9 a Unity-$A @y.","2.0.0"],"zoom":["A particle physics @1 @7 extensive generics","1.5.0"],"cfb":["Read/&b Compound File Binary (structured ^x) @z",C[2]],"pathfinder_geometry":["Basic SIMD-accelerated geometry/linear algebra","0.5.1"],"crc64":["CRC64 checksum @2","1.0.0"],"pgen":["Passphrase Generator","1.1.3"],"solana-ownable":["ownable &0","1.7.8"],"rp-sys":["$L @6 to redpitaya @y","0.28.1"],"ofb":["&S Output Feedback (OFB) mode @2.","0.5.1"],"ffflaij23kap1p-crate-io-test":["Some dummy ^3 @8.","0.1.5-dev.4"],"sgx_tstd":[C[55],"1.1.1"],"webkit2gtk":["@3 @6 @0 webkit-gtk @1",C[8]],"space":["A @1 &d abstractions @0 spatial datastructures @5 search",C[38]],"virtdisk-rs":["@3 abstractions @0 VirtDisk APIs.","2.0.0"],"vcd":["Read @5 &b VCD (Value Change Dump) @z","0.6.1"],"fluence-sdk-main":["@3 ^L @0 @Q @0 @4 Fluence ^7","0.6.9"],"tls-api-test":[C[449],"0.5.0"],"qcollect":["Collections; Collection-Traits.","0.4.1"],"actix-web-sql-identity":["A SQL-$Y identity provider @0 Actix Web's identity @M","0.4.3"],"groups":["Crate @0 obtaining group $e on a @M","0.1.1"],"xz-decom":["XZ decompression @u xz-^8",C[0]],"fxsm":[C[314],C[0]],"riker-patterns":["A $c of $w actor patterns @0 Riker","0.4.2"],"slab_^6":["A vec-backed ^6 $Q @7 ^6-specific generational indexes.","0.3.2"],"flat_map":["A compact map stored as a vector of key, &a pairs.",C[70]],"yew-router-macro":["Contains @a $3 @7 yew-router",C[71]],"raw-cpuid":["A @1 to parse @4 x86 CPUID instruction, $t in @e @7 no external &8. $7 @2 closely resembles @4 Intel CPUID manual description. $7 @1 does only depend on libcore.","10.0.0"],"libvirt-sys":["&I @6 to libvirt @1","1.2.18"],"pwnies":["🦄🦄🦄🦄🦄🦄🦄🦄🦄🦄","0.0.14"],"slog-json":["^n drain @0 slog-rs","2.3.0"],"cursive_@G":["Core components @0 @4 Cursive TUI",C[315]],"display-interface-i2c":["&S I2C @2 @0 display interfaces",C[2]],"dingus":["Easily apply ^M variables loaded @t a config $1 to a shell session.","0.5.7"],"varlociraptor":[C[472],"4.1.1"],"askama":["Type-$P, compiled Jinja-$A templates @0 @3","0.10.5"],"parsnip":["Data science &z (presently categorical only) @0 @3.",C[9]],"failure":[C[626],"0.1.8"],"wigner-symbols":["Exact Clebsch–Gordan coefficients @5 Wigner 3-jm, 6-j, @5 9-j symbols @0 coupling @5 recoupling angular momenta in quantum mechanics","0.5.0"],"hexf-impl":["Hexadecimal float @m @0 @3 (auxiliary @8; see also hexf)",C[3]],"rustc-ap-arena":["^E published $4 of @4 @W `arena` in @4 @e-lang/@e repository @t commit 10c2316a6bf7cf9255f991e06e82ce692e6f84d5 $7 publishing script @0 this @8 lives at: &N://github.com/alexcrichton/&G-auto-publish","662.0.0"],"sprite-gen":["Procedurally ^o pixel sprites @1",C[0]],"syslog_rfc5424":["&C @0 RFC5424 (IETF-@F) syslog &y","0.7.0"],"image-utils":["Image &o @E",C[0]],"microwave":["Make xenharmonic music @5 explore musical tunings.",C[62]],"polyline-ffi":["$L @6 @0 @4 polyline @8","0.3.1"],"decorum":["Total ordering, equivalence, hashing, @5 constraints @0 floating-point @i.","0.3.1"],"arrow-flight":["Apache Arrow Flight","5.0.0"],"vasp-poscar":["read @5 &b VASP POSCAR @z","0.3.2"],"combid":["Generate numeric identifiers","0.6.1"],"^f_libra_grpcio-client":["Solana Libra grpcio-@d","0.0.0"],"uid":["A @8 @0 @4 creation of unique IDs.","0.1.5"],"digits":["Custom “numeric” incrementor ^W u64 MAX limit in size. Like a score flipper @0 a custom character set.","1.1.0"],"unidiff":["Unified diff @S/metadata extraction @1 @0 @3","0.3.3"],"polars-arrow":["Arrow interfaces @0 Polars DataFrame @1","0.14.8"],"dmidecode":["Decode SMBIOS/DMI $e ^c accessible @x $m","0.6.0"],"simple-stopwatch":["Minimal stopwatch @0 @e, returns float ^D","0.1.4"],"ecies":["Elliptic Curve Integrated Encryption Scheme @0 secp256k1 in @3",C[6]],"goban":["@p @0 Go move $Z @5 Go ruling.","7.0.0"],"crfsuite-sys":["@3 $X to crfsuite","0.3.1"],"schuppe":["create a GUI @n on streams","0.0.2"],"status":["Error container",C[70]],"darn":["Extras @0 @4 Book on Data Analysis @7 @3 Notebooks",C[9]],"miniquad_^G_rusttype":["glium_text fork, ^G drawing @7 miniquad @5 rusttype",C[4]],"blockchain":["Unopinioned blockchain @j","0.9.2"],"dummy":["^H @2 of #[@b(Dummy)]",C[2]],"gazetta":["A &g site @C framework.If &R want to $9 or extend gazetta, see @4 gazetta-bin @8.",C[9]],"hoodlum":["HDL $Z @1 @0 hardware synthesis.","0.5.0"],"gio-sys":["$L @6 to libgio-2.0",C[8]],"glib-macros":["@3 @6 @0 @4 GLib @1, ^N @a @8","0.14.1"],"tremor-otelapis":["OpenTelemetry v1 @y $X @n on tonic/prost.","0.1.1"],"tmq":["ZeroMQ @6 @0 Tokio",C[9]],"clap_conf":["A @1 to unify commandline arguments @7 config @z @5 ^M variables. And make it easier @0 users to tell $q &0 how to behave across @4 three main input sources","0.1.5"],"dtb":["Device ^6 blob manipulation",C[0]],"varisat-checker":["Proof checker @0 proofs ^o by @4 Varisat SAT solver","0.2.2"],"zcash-vanity":["Zcash vanity address @C.","0.2.8"],"ethnum":["256-bit unsigned integer @2","1.0.3"],"mio-named-pipes":["^4 named pipe @6 @0 mio","0.1.7"],"cpufeatures":["Lightweight @5 ^J no-&Y ^m alternative to theis_x86_feature_detected! @g","0.1.5"],"mush":["Visual graph/dialogue editor",C[4]],"ghost":["Define $q own PhantomData",C[4]],"bio-types":["A $c of $w biomedical @i @0 $9 in @e-bio @5 @e-htslib.",C[11]],"trust-dns-https":["Trust-DNS is a $P @5 secure DNS @1. @O is an ^d @0 @4 Trust-DNS @d to $9 DNS &c HTTPS.","0.20.3"],"pathfinder_color":["A minimal SIMD-accelerated color ^g @1","0.5.0"],"iso4217":["ISO 4217 @x.","0.3.2"],"tmplgen":["Void &n template @C @0 @L-specific @W managers","1.3.1"],"rendarray":["An N-dimensional array. NOTE: CRATE NAME CHANGED TO `ndarray`. Having @W name non equal to @8 name ran ^c many quirks of various ^U. Changing @4 @W name is easier @0 everyone involved! New name is `ndarray`.","0.2.0-alpha.8"],"forest_$6":["Filecoin $6 @5 ^V @E @0 $9 in Forest",C[6]],"faerie":["ELF @5 Mach-o &7 $J object $1 emitter",C[87]],"httpcodec":["Encoders @5 decoders @0 ^A/1.x &y @n on bytecodec @8","0.2.3"],"next-gen_proc-macro":[C[316],C[70]],"python-launcher":["$7 Python launcher @0 Unix","1.0.0"],"unicode_hfwidth":["^b @0 ^g characters in @4 &i \"Halfwidth @5 Fullwidth Forms\" block.",C[0]],"brain-brainfuck":["Brainfuck interpreter companion to @4 brain $l @L","1.3.0"],"pcre2-sys":["Low @D @6 to PCRE2.","0.2.5"],"yewtil":["Utility @8 @0 Yew",C[2]],"ipld_amt":["Sharded IPLD Array @2.","1.0.0"],"fdt":["A &9-@3 `#![no_std]` @8 @0 @S Flattened Devicetrees","0.1.3"],"bolero-honggfuzz":["honggfuzz $T @0 bolero","0.6.0"],"iou":["io_uring @6","0.3.3"],"findr":["expression-oriented $4 of Unix find @B","0.1.5"],"hap":["@3 @2 of @4 Apple HomeKit Accessory ^a (HAP)","0.1.0-pre.10"],"proc-macro-nested":["Support @0 nested ^N-@g-hack invocations","0.1.7"],"osmpbfreader":["Read OpenStreetMap PBF @z in @e.","0.14.1"],"whirlpool":["Whirlpool ^v $0","0.9.0"],"property":["Generate several $w &X @0 &w automatically.",C[56]],"tokio-socks5":["@R socks5 @9","0.1.4"],"ipfs-api":["@v of an IPFS ^A @y @d",C[13]],"convex_hull":["An @2 of a 3D convex hull @Z. Comes @7 an example","0.2.3"],"gflags-derive":["&O gflags invocations @t &P fields",C[3]],"extsort":["External sorting (i.e. on disk sorting) capability on arbitrarily sized iterator","0.4.2"],"cli-table":[C[1004],"0.4.6"],"ripb":["A @e @8 &d an @2 of a lock-free $k-$P in-^F bus.","0.3.1"],"combup":["dwote @n ComPtr wapper.","0.1.5"],"pgx-tests":["Test @j @0 'pgx'-@n Postgres &M","0.1.21"],"ffi":["...","0.0.2"],"term":["A $u formatting @1","0.7.0"],"drone-stm32-map-pieces-12":[C[7],C[8]],"prototty_grid":["@v of prototty_render::ViewGrid @0 $9 in renderers.",C[12]],"sequencefile":["&I @3 @1 @0 ^j @7 Hadoop sequence @z. Only handles ^X currently.","0.1.4"],"dpdk-elastic-flow-distributor":["A @f $G DPDK's elastic flow distributor (EFD) @j.","0.1.7"],"pythonize":["Serde Serializer & Deserializer @t @3 <--> Python, backed by PyO3.",C[8]],"bmrng":["@R MPSC request-response channel @0 Tokio","0.5.1"],"orbterm":["$7 Orbital Terminal","0.3.6"],"pic8259":["Abstractions @0 @4 8259 @5 8259A interrupt controllers",C[22]],"assert-cmp":["Convenient assertion @a @k print @4 failed expressions @5 their evaluated ^D",C[0]],"hpke":["An @2 of @4 HPKE hybrid encryption ^C in &9 @3","0.6.0"],"google-reseller1_sandbox-cli":[C[468],C[469]],"abnf":["A nom-@n @h @0 ABNF.",C[11]],"uninitialized":["Opt-in unsafe uninitialized $j","0.0.2"],"tracing-log":["@U compatibility $p `&q` @5 @4 `log` @8.",C[4]],"small-logger":["a ^S logger @0 programs who do not know how to log correctly",C[6]],"s32k144evb":["Board @m @8 @0 s32k144evb","0.8.0"],"vec_mut_scan":["Forward scan &c a vector @7 mutation @5 item removal",C[2]],"bill":["💸 A minimal @1 @0 ^2 invoices. Feel free to review @5 correct it.",C[2]],"slog-kvfilter":["Key ^D @5 Regex @n filter Drain @0 slog-rs","0.7.0"],"age":["[BETA] A @c, secure, @5 modern encryption @1.","0.6.0"],"string-interner":["Efficient $d interner @7 minimal $j footprintand $H $W to @4 underlying $z.","0.12.2"],"kt":["A key ^w $R @0 PKI @5 similar things.","0.0.7"],"kube-derive":["Custom derives @0 @4 kube kubernetes $V","0.58.1"],"route":["Route URL paths @7 $P parameter extraction",C[0]],"bitcoincore-rpc-json":["^n-enabled $k &w @0 bitcoincore-rpc @8.",C[36]],"boxcars":["Rocket league replay @h","0.8.10"],"coins-bip32":["Bip32 (@5 related BIPs) in @3",C[9]],"conduit-git-http-backend":["Conduit handler @0 running `git &E-$Y` @5 serving up a git repository.",C[150]],"dbui-service":["Application logic $3 by @4 dbui @T","0.0.64"],"ifft":["IF Filsystem-event Then...",C[20]],"google-proximitybeacon1_beta1":[C[659],C[660]],"hyper-proxy":["A proxy connector @0 Hyper-@n @Q","0.9.1"],"winpty-sys":["@3 winpty @6","0.5.0"],"faiss":["High-@D @6 @0 Faiss, @4 vector similarity search $a",C[20]],"multiversion-macros":["@v @8 @0 multiversion","0.6.1"],"tcalc":["A featureful calculator @0 when &R want to do math in a $u.","1.7.16"],"ascii":["ASCII-only equivalents to `char`, `str` @5 `String`.","1.0.0"],"find-crate":["Find @4 @8 name @t @4 current Cargo.toml.","0.6.3"],"dxgi":["@U a convenient, higher @D wrapping of @4 DXGI APIs. Targetting dxgi 1.2 stuffthat works on ^4 7.",C[623]],"gfx_window_glutin":["Glutin window @0 gfx-rs","0.31.0"],"uhttp_$4":["^A $4 field @h/formatter","0.6.0"],"postgres-native-tls":[C[1085],"0.5.0"],"autocxx-engine":[C[317],C[13]],"rendy-shader":["Rendy's shader compilation $R","0.5.1"],"gstreamer-sdp":["@3 @6 @0 GStreamer Sdp @1",C[38]],"emerald-rs":["Ethereum secure account ^w @G libary","0.25.6"],"sugars":["An &Q $c of @a to make tasks easier.","3.0.0"],"thin-slice":["An owned slice @k packs @4 slice ^x ^c a single word when possible","0.1.1"],"m4ri-rust":["M4RI-@n boolean linear algebra",C[2]],"gitter":["A @1 @k @s Gitter @y",C[2]],"extra-default":["Extra $2 to go along @7 @4 Default $y.",C[0]],"snooze-rs":["An experimental @1 @0 sleeping periodically","0.0.3"],"cdrs-tokio":["Async Cassandra DB ^h $t in @3","4.0.0"],"rtrace":["A pet raytracer to ^3 overall pseudo-$F @5 multi-threading","1.0.0"],"mailgun_v3":["reqwest @n &h @6 @0 Mailgun's v3 ^n @y","0.11.1"],"ast_node":["^H @0 ast nodes.","0.7.3"],"tab-api":["@4 $w ^Q ^B @0 @4 tab $u multiplexer","0.5.6"],"mini-fs":["Application filesystem to simplify ^X @z @t both @4 &7 filesystem @5 $1 archives (tar, tar.gz & zip).","0.2.2"],"linkle":["Nintendo $1 @F manipulation @1 @5 ^U.","0.2.11"],"solana-jsonrpc-tcp-server":[C[716],C[2]],"sdset":["Set $K @0 sorted @5 deduplicated slices.Much performances! Such Wow!",C[2]],"matrixstack":["A @c pushdown matrix stack @u cgmath matrices","0.1.4"],"sc-basic-authorship":["Basic @2 of block-authoring logic.","0.9.0"],"voile-util":["^b extracted @t Voile language's $k-checker","0.2.2"],"polygon":["Trait @0 ^g polygon @V",C[0]],"xz2":["@3 @6 to liblzma &d Read/Write streams as well as low-levelin-$j $6/^V.",C[1]],"quicksilver":["A @c game @j @0 2D games in &9 @3",C[2]],"z":["Changed name, email me if &R want this @8 name",C[0]],"dirs-sys-next":["@M-@D ^r @w @0 @4 dirs @5 directories $V",C[4]],"parity-bytes":["byte @E @0 Parity",C[4]],"auditable-serde":["Serialize/deserialize @x encoded by `auditable` @8",C[3]],"rhusics-core":[C[318],"0.7.0"],"^f_libra_transaction_&K":["Libra transaction_builder",C[47]],"install":[C[748],"0.0.0"],"jtd":["A @3 @2 of ^n Type Definition","0.3.1"],"enquote":["Quotes @5 unquotes $z","1.1.0"],"board-game-geom":["Geometry @1 @0 board game.",C[0]],"rustsec-example-crate":["VULNERABLE example @8 @0 @4 RUSTSEC-2019-0024 ^3 advisory.Version 0.0.1 of this @8 is vulnerable, @5 1.0.0 is considered patched.Useful @0 ^5 ^g of vulnerable vs patched &8. Bothreleases are empty @5 contain no $5.","1.0.0"],"strip_bom":["Add a @c BOM striping feature @0 `str` @5 `String`.","1.0.0"],"orbtk-theming":["Theming $a of OrbTk.",C[77]],"ommui_relm_widgets":["OMMUI relm widgets - deprecated","0.26.0"],"wasmtime-wast":["wast ^5 @m @0 wasmtime",C[93]],"dia-range":["Ranges @0 all integers",C[20]],"wagyu-model":["A ^I model @0 cryptocurrency wallets","0.6.3"],"fast-math":["Fast, approximate versions of mathematical @w.","0.1.1"],"media_filename":["A @1 @0 squeezing $e out of filenames of torrents @5 media @z.","0.1.4"],"cranelift-jit":["A JIT @1 backed by Cranelift","0.75.0"],"font-kit":["A cross-@N font loading @1",C[22]],"egaku2d":[C[319],"0.5.4"],"indradb":["A graph ^P @T","2.1.0"],"labhub":["Bot @0 running builds against GitHub @7 GitLab CI","0.1.10"],"tab-daemon":["@4 daemon ^B @0 @4 tab $u multiplexer","0.5.4"],"headers-core":["typed ^A headers @G $y",C[0]],"matmath":["Matrix @5 Vector Math @7 ^I $k elements","1.4.1"],"kagura":["Frontend frame-work @0 &p on @3.",C[11]],"vlc-rs":["@3 @6 @0 libVLC media @j.",C[9]],"term-painter":["Coloring @5 formatting $u &L",C[9]],"ntest":["Testing @j @0 @e $f enhances @4 built-in @1 @7 some &Q features.","0.7.3"],"tract-core":[C[141],"0.15.2"],"rs621":["@3 @8 @0 @4 E621 @y (a large online archive of furry art).","0.7.0-alpha1"],"dbus-udisks2":["UDisks2 DBus @y",C[0]],"parameterized":["$B @g $f brings a compact parameterized ^5 @2 to @3 (inspired by JUnit @ParameterizedTest)","0.3.1"],"ra_ap_hir_ty":["TBD","0.0.66"],"$b_urlencoded":["`x-www-form-urlencoded` meets Serde","0.7.0"],"ra_ap_ide":["TBD","0.0.66"],"$b_tuple":[C[1071],"0.5.0"],"libsqlcipher-sys":["&I @6 to @4 libsqlcipher @1","0.9.0"],"froggy":["Froggy is a prototype @0 @4 Component Graph System $l model.It aims to combine @4 convenience of composition-style Object-Oriented Programmingwith @4 $F close to Entity-Component Systems.","0.4.4"],"melon":["A @1 @0 ^2 retro computing platforms","0.15.2"],"buffer":["Safe, &b-only, generics-free buffer $C","0.1.9"],"sse-client":["Client @0 streams of Server-Sent Events","1.1.1"],"bolero-generator-derive":[C[320],"0.6.1"],"netaddr":["Network addresses @E @0 @3.",C[4]],"flags":[C[321],"0.1.5"],"servo-freetype-sys":["FreeType is a freely available software @1 to render fonts.","4.0.5"],"mp3-metadata":["Metadata @h @0 MP3 @z","0.3.3"],"js-sys":["@I @0 all JS global objects @5 @w in all JS environments likeNode.js @5 browsers, built on `#[wasm_bindgen]` @u @4 `&p-bindgen` @8.","0.3.51"],"pqcrypto":["Post-Quantum ^e $8",C[8]],"tiny-cid":[C[806],C[9]],"gettext-utils":["Utility @8 @0 gettext-@a",C[3]],"&L":["@H CLI &L ^U","0.6.2"],"juggernaut":["Neural Network in @3","0.9.0"],"eax":["Pure @3 @2 of @4 EAXAuthenticated Encryption @7 Associated Data (AEAD) Cipherwith optional architecture-specific hardware accelerationThis scheme is only @n on a block cipher. It uses counter mode (CTR) forencryption @5 CBC mode @0 $E a OMAC/CMAC/CBCMAC (all names @0 @4 same thing).","0.4.1"],"pandoc_ast":["deserializes @5 serializes @4 markdown ast @0 $M pandoc filters","0.8.0"],"multiqueue":[C[331],"0.3.2"],"bflog-cli":["Command $s $4 of bflog @0 ^n @5 pretty &v.","0.3.1"],"futures-backoff":["&2 retry strategies @0 @Y",C[3]],"tc_trufflesuite_ganachecli":["Testcontainers image @0 @4 trufflesuite/ganache-^i docker image.","0.4.1"],"lyon_extra":["Various optional @E @0 @4 lyon @8.","0.17.1"],"$s":["A &9-@3 @2 of $s editing in a $u","0.1.15"],"sdl2_image":["SDL2_image @6 @5 &l","1.1.0"],"nom-psl":["Fast public suffix list domain @S, $t in nom","1.2.0"],"actix-multipart":["Multipart form @m @0 Actix Web","0.4.0-beta.5"],"varu64":["A variable length $6 @0 unsigned 64 bit integers.","0.6.2"],"libp2p-mdns":[C[708],"0.31.0"],"zbus_polkit":["PolicyKit $X",C[85]],"imageproc":["Image &o $K",C[79]],"window":["Minimal @3 @X @0 ^2 a window, automatically choosing a $Y window &F @5 ^O @y.","0.5.0"],"ff_ce":[C[322],C[39]],"imgui-gfx-renderer":["gfx renderer @0 @4 imgui @8","0.7.0"],"rasn":["A $P no_std ASN.1 codec @j.","0.3.1"],"stratum-hns-types":["$7 Stratum @i specifically &T @0 HNS","0.9.15"],"sp-finality-grandpa":[C[405],"3.0.0"],"oauth-credentials":["Types @0 representing @4 credential pairs of OAuth 1.0.",C[9]],"pluto":["Server software @0 Pluto, @4 @3 gamedev competition","0.0.2"],"textnonce":["Text @n &x nonce @C","1.0.0"],"box2d":["Port of Box2d to @3","0.0.2"],"gauss-quad":["@p @0 applying Gaussian quadrature to integrate a $0","0.1.5"],"helgoboss-midi":["Interfaces, @x $m @5 @E @0 dealing @7 MIDI &y according to @4 MIDI 1.0 specification",C[0]],"^i_^3_dir":["Tools @0 ^5 @3 @B-$s @E","0.1.7"],"superchan":["Communicate &c a ^7 @u a channel-$A @y.","0.0.7"],"mcp794xx":["Platform-&6 @3 ^h @0 @4 MCP794xx real-$x clock / calendar (RTC) family. Compatible @7 MCP7940N, MCP7940M, MCP79400, MCP79401, MCP79402, MCP79410, MCP79411 @5 MCP79412.",C[0]],"lmdb-rkv":[C[591],C[8]],"tracing-test":["Helper @w @5 @a @k allow @0 easier ^5 of $V @k $9 `&q`.",C[3]],"ed25519-bip32":["Ed25519 BIP32",C[2]],"fslock":["A @1 to $9 @z as locks",C[1]],"ed25519-dalek-bip32":["Simplified ed25519 BIP32 derivations","0.1.1"],"libmath":["Mathematical @E",C[6]],"unic-ucd-name_aliases":["UNIC — &i Character Database — Name Aliases","0.9.0"],"$O_elb":["^p ^L @0 @3 - Elastic Load Balancing @ 2012-06-01",C[18]],"keypad":["Platform-&6 ^h @0 keypad matrix circuits","0.1.4"],"bounded-integer":["Bounded integers","0.5.0"],"dep-obj":["Dependency object: effective reactive heterogeneous container.",C[38]],"evdev-sys":["Raw @6 to libevdevHigh @D @3 @6 are available in @4 `evdev` @8","0.2.3"],"serde-rlp":["Ethereum's RLP $6 &T as a Serde @x @F","0.1.4"],"iq-cli":["Cargo-$A colored @B-$s interfaces",C[3]],"$O_ce":["^p ^L @0 @3 - ^p Cost Explorer Service @ 2017-10-25",C[18]],"ogg":["Ogg container decoder @5 encoder $t in &9 @3","0.8.0"],"yara-sys":["&I @6 to @4 libyara @1","0.7.0"],"gifski":["pngquant-@n GIF maker @0 nice-looking animGIFs","1.4.3"],"istring":["A replacement @0 String @k allows storing short $z of length up to sizeof() - 1 ^W a heap allocation","0.2.2"],"tobytcp":["A little @1 @0 sending &y &c a tcp &5",C[36]],"streamson-lib":["@p @0 &o large JSONs","7.1.0"],"noble-transaction-payment-rpc":[C[588],"2.0.0"],"diffbot":["A @d @1 @0 @4 Diffbot @y","1.0.0"],"vulkano":["Safe @f @0 @4 Vulkan ^O @y","0.24.0"],"ethabi-cli":["Easy to $9 ^i @0 conversion of ethereum contract calls to bytecode.","14.1.0"],"font-atlas-freetype":["A freetype-@n loader @0 font-atlas.",C[3]],"bevy_audio":["@U audio $5 @0 Bevy Engine","0.5.0"],"uefi":["Safe @5 &t-to-$9 @f @0 ^0 UEFI apps",C[13]],"oven":["@H cookie ^w @0 Iron",C[2]],"nnnoiseless":["Audio denoising, derived @t Xiph's RNNoise @1","0.3.2"],"glutin_@G_^O":["$7 *real* core_graphics @8, under a temporary name.","0.1.4"],"align_^U":[C[34],"0.1.8"],"coreos-installer":["Installer @0 Fedora CoreOS @5 RHEL CoreOS","0.9.1"],"num-iter":["External iterators @0 ^I mathematics","0.1.42"],"zookeeper":["A minimal ZooKeeper @d","0.6.0"],"tab-websocket":["@4 websocket $o ^B @0 @4 tab $u multiplexer","0.5.0"],"regex-cache":["Lazy @5 cached regular expressions.",C[6]],"fluvio-test-derive":[C[323],"0.1.1"],"haikunator":["Generate Heroku-$A &x names to $9 in $q @3 @Q",C[4]],"hc":["Handy calculator @0 haxor calculations",C[4]],"option-filter":["Option::filter polyfill @0 @3 1.26 @5 older","1.0.2"],"xshell-macros":["Private @2 detail of xshell @8","0.1.14"],"datetime":["@p @0 date @5 $x formatting @5 arithmetic","0.5.2"],"juniper_actix":["Juniper GraphQL $S @7 Actix",C[2]],"bloom-server":["^A REST @y caching middleware, to be $3 $p load balancers @5 REST @y workers.","1.29.0"],"ckb-fee-estimator":["CKB builtin fee estimator.","0.39.1"],"vhdl_@h":["VHDL &C",C[36]],"criterion-perf-events":["Measure perf events @0 criterion","0.1.3"],"dodrio":["A $H, bump-allocated virtual DOM @1.",C[0]],"ktmpl":["Parameterized templates @0 Kubernetes manifests.","0.9.0"],"diesel-chrono-duration":["Adds chrono::Duration @m to @4 diesel","1.0.0"],"c-ffi":["C $L @E.","0.4.6"],"fluence-fork-libp2p-dns":[C[264],"0.27.1"],"bevy_log":["@U &v @0 Bevy Engine","0.5.0"],"google-jwt-verify":["A @d to verify Google ^n &h tokens",C[9]],"vox_box":["A $R to ^F speech audio in @3",C[9]],"shift_or_euc_c":["C @y @0 shift_or_euc",C[3]],"opg_@b":[C[1087],"0.0.33"],"binascii":["Useful no-&Y binascii $K &H base64, base32 @5 base16 (hex)","0.1.4"],"purescript-corefn":["A @h @0 PureScript's corefn ^n representation.",C[9]],"nn":["A multilayer feedforward backpropagation neural ^7 @1",C[1]],"google-kgsearch1-cli":[C[994],C[995]],"leak":["Safely leak @x @t owned @x $m",C[4]],"sapp-windows":[C[324],"0.2.18"],"defer-drop":["Defer dropping large @i to a background &f","1.0.1"],"google-runtimeconfig1":["A @q @1 to @o @7 Cloud RuntimeConfig (@9 v1)",C[121]],"project-cleanup":["CLI $R to clean up @5 remove old ^Z @X in $q @3, Javascript @5 Java projects","1.0.0"],"numeric-array":["Wrapper $G ^I-array @k adds ^J numeric $y @V","0.5.2"],"sharexin":["ShareX @0 &n @5 BSD","0.7.2"],"afi":["Audio & video $m, plus encoder & decoder $2.",C[911]],"phantom":["Phantom @i @0 $9 in other $V.","0.0.4"],"serde-wasm-bindgen":["&I Serde adapter @0 &p-bindgen",C[9]],"google-gmail1":[C[630],C[45]],"asciicast":["A @1 @0 @4 Asciicast $1 @F $3 by Asciinema.","0.2.2"],"html_@h":["A @c @5 general purpose html/xhtml @h","0.6.2"],"ambient-authority":["Ambient Authority","0.0.1"],"pallet-aura":["FRAME AURA &B &u","3.0.0"],"utf8reader":["@U a @f $G Reader @k returns a &5 of UTF-8 characters",C[3]],"gstreamer-pbutils":["@3 @6 @0 GStreamer Base Utils @1",C[38]],"mongoc-sys":["Sys @W @7 installer @5 @6 @0 mongoc","1.17.5"],"grin_keychain":[C[325],"5.1.0"],"squark":["Virtual DOM implemention @5 $N definition inspired @t HyperApp","0.7.1"],"czkawka_gui":["GTK frontend of Czkawka","3.1.0"],"nitrokey":["@I to libnitrokey @0 communication @7 Nitrokey &A","0.9.0"],"proxer":["Access @4 ProxerMe @y @7 @3","0.3.5"],"async-socks5":["An @R/.await SOCKS5 @2","0.5.0"],"rugint":[C[258],"0.4.1"],"lucet-runtime-macros":["^H @0 @4 Lucet $D @J","0.6.1"],"sc-consensus-slots":[C[326],"0.9.0"],"crossfire":["channels @0 @R @5 threads","0.1.5"],"uds_windows":["Unix Domain Sockets @0 ^4!","1.0.1"],"intovec":["IntoVec, a $y @0 converting @i ^c Vec, avoiding copies when possible.","0.0.6"],"timecode":["@1 to manipulate timecode",C[9]],"lm75":["Platform-&6 @3 ^h @0 @4 LM75 temperature sensor @5 thermal watchdog.",C[4]],"chalk-macros":["^H @0 Chalk",C[20]],"oauth-api":["@I @0 exchanging OAuth 2 tokens @7 updated &8","0.2.2"],"marid":["An orchestration @1 @0 running, waiting on, @5 stopping threads.",C[3]],"hematite":["A @c Minecraft @d","0.0.34"],"qcollect-traits":["Traits @0 being ^I &c $c-@i.","0.7.4"],"tag_$P":["(DEPRECATED @e-lang/@e#64675) A &G lint $T to allow tagging of &X @7 arbitary safety flags","0.2.25"],"google-replicapool1_beta2":[C[1023],C[327]],"a2":["A &7, $r Apple push notification @d","0.6.0"],"domain":[C[579],"0.6.1"],"udt":["@I to udt, a high $F @x transfer @9 (@n on UDP)",C[0]],"legal_chess":["@1 @k generates legal chess moves given a board","0.4.42"],"rustz":["A @1 @0 functional $l in @3.","0.1.4"],"uefi-run":["Run UEFI @Q","0.3.3"],"salsa":[C[595],C[362]],"lame":["@3 @6 @0 libmp3lame","0.1.3"],"parallel-iterator":["Parallelize any iterator @7 ease!",C[1]],"rprompt":["Prompt user input in console @Q.","1.0.5"],"cargo-sweep":["A $R @0 cleaning unused $h @z created by Cargo","0.6.2"],"ansi_colour":["Representation of ansi colours","0.5.3"],"qt_$h_^U":[C[1057],"0.2.4"],"hdrhistogram-c":["Binding to HdrHistogram_c @1","0.1.17"],"maud":[C[328],"0.22.2"],"zfs-core-sys":["@I to libzfs_core (lzc)","0.5.0"],"evdev":["evdev @l @0 &n",C[13]],"dhcp4r":["IPv4 DHCP @1 @7 ^j @T example.","0.2.2"],"scroll_@b":["A @a 1.1 @b @2 @0 Pread @5 Pwrite $2 @t @4 scroll @8","0.10.5"],"@Y_retrying":["Runtime &6 retry @0 @Y.","0.1.1"],"rustc-ap-rustc_ast":["^E published $4 of @4 @W `rustc_ast` in @4 @e-lang/@e repository @t commit 9a27044f42ace9eb652781b53f598e25d4e7e918 $7 publishing script @0 this @8 lives at: &N://github.com/alexcrichton/&G-auto-publish",C[329]],"takes":["Variant of Read::take() @k supports Seek",C[3]],"tweetnacl":["A @e ^Q @0 @u tweetnacl",C[2]],"libadwaita-sys":["$L @6 @0 libadwaita",C[330]],"mynumber":["My Number validator",C[0]],"google-gan1_beta1-cli":[C[1019],C[1020]],"mkstemp":["A quick mkstemp/mkdtemp @2 @0 @e. @U temp @z @5 dirs.",C[0]],"cgroups":[C[429],C[3]],"udp-socket":["Advanced udp socket.","0.1.5"],"atomic_@E":["Basic @E @0 $H atomics on &j platforms","0.5.0"],"frunk_^N_@a":["Proc @a @0 Frunk",C[3]],"stack-sizes":["Tools to print stack usage $e emitted by LLVM in human readable @F",C[2]],"string-intern":["Another @2 of $d interning. Unique features: allows to define a $k @0 each kind of interned ^D @5 a validator @0 @4 ^D of @k $k.","0.1.7"],"zkp":["A toolkit @0 auto-^Z @V of Schnorr proofs","0.8.0"],"neo4rs":["neo4j ^h in @e","0.5.8"],"wham":["An @2 of @4 weighted histogram analysis method","1.1.3"],"contact":["A highly portable REST @1 @0 Cosmos blockchains","0.4.2"],"bevy_ron":["temporary bevy ron fork","0.1.3"],"critcmp":["A @B $s $o @0 comparing benchmark @x ^Z by Criterion.","0.1.7"],"multiqueue2":[C[331],"0.1.7"],"exonum-derive":["$B @a @0 Exonum @j.","1.0.0"],"ssd1351":["Driver @8 @0 @4 SSD1351 16bit colour OLED display ^h.",C[9]],"lsp":["@L @T @9","0.3.1"],"cmake":["A $h &m @0 running `cmake` to $h a &7 @1","0.1.45"],"kurbo":["A 2D curves @1","0.8.1"],"anchor-client":["@3 @d @0 Anchor programs","0.11.1"],"charsets":["An &V representing all charset names commonly $3.",C[0]],"minimal-id":["A @1 @k implements $E short, unique ids @7 minimal collisions @5 good locality","0.8.0"],"ct-codecs":["Constant-$x hex @5 base64 codecs @t libsodium reimplemented in @3","1.1.1"],"wdg-base32":["$7 Base32 Data Encoding","0.6.1"],"alfred":["A @1 @0 $M Alfred workflows.http://www.alfredapp.com","4.0.2"],"google-tasks1":[C[447],C[121]],"deno_fetch":["Fetch @y @2 @0 Deno","0.35.0"],"fast-logger":["Fast logger @0 @3","0.6.0"],"float_duration":["Floating-point Duration support.Provides quantification @0 spans of $x. Unlike @4 ^C &Y::$x or @4 chrono @8, this @8 aims to provide a fully featured Duration $k $f exposes @5 uses floating-point ^D instead of integer ones.","0.3.3"],"polyfuse":["A FUSE (Filesystem in Userspace) @1 @0 @3.","0.4.1"],"cucumber_@e_^K":["Code $Z @0 `cucumber_rust` @8.","0.9.0"],"secp256k1-sys":["$L @0 Pieter Wuille's `libsecp256k1` @1.","0.4.1"],"substrate-wasmtime-jit":[C[605],C[332]],"leveldb":[C[333],"0.8.6"],"rust-gpu-tools":["@3 OpenCL ^U",C[9]],"google-webfonts1":[C[363],C[61]],"fiz-math":["Game & ^O math in two @5 three dimensions.","0.0.14"],"solana-jsonrpc-pubsub":[C[392],C[2]],"tari_^x":["Key-Value store @y @0 @4 Tari ^t","0.8.1"],"toml-cli":["A @c CLI @0 editing @5 querying TOML @z.",C[0]],"marine-macro":["Definition of @4 `#[marine]` @g","0.6.10"],"tide":["A minimal @5 pragmatic @3 &h $N @j built @0 rapid &D",C[87]],"eventd":["@H observer-$A event dispatcher","0.3.2"],"tirse":["$b frontent @0 $J @F","0.6.0"],"fstrings-proc-macro":[C[452],C[453]],"path-clean":["A @3 @2 of cleanname or path.Clean",C[3]],"savefile-derive":["Custom @b @a @0 savefile @8 - @c, convenient, $H, versioned, $J @K/&3 @1.","0.8.1"],"lv2rs-atom":["@3 adaptation prototype of @4 atom $k @M @0 LV2",C[4]],"cache-padded":["Prevent false sharing by padding @5 aligning to @4 length of a cache $s","1.1.1"],"glutin_egl_@r":["$7 egl @6 @0 glutin","0.1.5"],"wit-validator":["Validator @0 @4 $D Interface Types $J @F.",C[6]],"apply-macro":[C[374],"1.0.13"],"gflags-impl":["^H @0 gflags @8","0.3.8"],"$P_^7_$w":["&W @X @0 safe_vault @5 safe_core","0.7.0"],"cargo-script":["A Cargo &k designed to let people quickly @5 easily run @3 \"scripts\" $f can make $9 of Cargo's @W ecosystem.","0.2.8"],"instrument":["A foundational $k @0 performable musical instruments. Converts discrete note events to a continuous signal of amplitude @5 frequency &c N &1 of voices. Useful @0 instruments such as synthesizers or samplers.",C[0]],"rump":["Text snippets on @4 @B $s.",C[3]],"grep-cli":["^b @0 search oriented @B $s @Q.",C[1]],"number-as":["Extend primitive &1 @i to make them have a `number_as` method.","1.0.9"],"toml_document":["Document-style TOML @h. Allows editing TOML document in a way $f preserves whitespace @5 comments.","0.1.3"],"cute-dnd-dice":["@H @1 to roll dices","4.0.0"],"record":["Command-$s @E to record @5 replay input sent to a $u session.","0.2.3"],"packer":["Pack &g @z ^c $q $J at compile $x","0.5.3"],"@P_crates-io_docs-rs_^3":["@I to nng (Nanomsg-Next-Generation) aka Nanomsg2","0.5.0"],"$b_mtproto_@b":["$B @g ^r @0 serde_mtproto","0.3.1"],"tentacle-ping":["ping @9 @2 @0 tentacle","0.3.9"],"rugflo":[C[258],"0.4.1"],"guessing_game":["Finished $4 of Guessing Game",C[4]],"datetime_@a":["Statically-compiled dates @5 formatting $z.",C[4]],"sc-keystore":[C[768],"3.0.0"],"harfbuzz-sys":[C[638],"0.5.0"],"intecture-api":["@y component @0 Intecture infrastructure. Intecture is @4 developer friendly, multi-lingual $I ^w $R.","0.3.2"],"aabb2":["aabb2",C[6]],"javascriptcore-sys":["Raw @6 to @4 JavaScriptCore @j.","0.0.4"],"sw-composite":["a $c of software compositing routines","0.7.14"],"va_list":["@U a @e @2 of @4 'va_list' $k @0 a ^S set of ABIs. Allowing @e @V of @w $A vprintf.","0.1.3"],"shadowcast":["@v of @4 recursive shadowcast visible-area detection @Z","0.8.0"],"e164-phones-countries":["A ^S $o $f maps E.164 international phone ^Y to ISO 3166 country codes as well as @4 ISO 3166 country codes to country phone codes.",C[4]],"tab-pty":["@4 pty ^B @0 @4 tab $u multiplexer","0.5.3"],"rendy-wsi":["Rendy's windowing @m","0.5.1"],"mediumvec":["Vector @i optimized @0 space, &H a 32-bit Vec","1.2.0"],"hlua-badtouch":["badtouch specific fork of hlua","0.4.2"],"playlist-decoder":["a @c playlist decoder $f supports: m3u, pls, asx @5 xspf","0.8.2"],"domain_@b":["domain_derive holds @b @a @0 @4 domain_patterns @8.","0.2.137"],"btoi":["Parse integers directly @t ASCII byte slices","0.4.2"],"qiniu-multipart":[C[985],"0.17.3"],"drunken_bishop":["An @2 of OpenSSL's randomart @Z",C[4]],"fix-getters-rules":["Fix get @w name by removing @4 get prefix when applicable","0.3.2"],"rust-htslib":["@O @1 @s HTSlib @6 @5 a high @D @3 @y @0 ^X @5 $M BAM @z.","0.38.2"],"wasm-timer":[C[334],"0.2.5"],"twitch_oauth2":["Oauth2 @0 Twitch endpoints","0.5.2"],"stellaris-launchpad":["A bare-metal @8 supporting @4 Texas Instruments Stellaris LM4F120 Launchpad (@5 most likely @4 Tiva-C TM4C120 Launchpad too)","0.11.2"],"flv-util":["utilies @0 Fluvio projects","0.5.2"],"str_stack":["A $d ^l @0 allocating many &b-once strings.This @1 is primarily &Q @0 @S where &R need to repeatedly buildmany $z, $9 them, @5 then throw them away. Instead of allocating many independent $z, this @1 will put them all in @4 same buffer.",C[3]],"obj-rs":["Wavefront obj @h @0 @3. It handles both 'obj' @5 'mtl' formats.","0.6.3"],"tp-sandbox":[C[655],"0.8.2"],"dyn_bitmap":["Dynamically sized ^y bitmap @2.","0.3.2"],"roa-diesel":["diesel $S @7 roa @j","0.5.0"],"fbxcel":["Excellent FBX @1","0.7.0"],"aesni":[C[441],C[959]],"fluent-template-macros":["Macro Templating @0 @4 Fluent localization @j","0.6.0"],"wasm-bindgen-test-macro":["Internal ^5 @g @0 &p-bindgen","0.3.24"],"fork-tree":["Utility @1 @0 managing ^6-$A ordered @x @7 logic @0 pruning @4 ^6 while finalizing nodes.","3.0.0"],"konst_^N_@a":["@v detail of @4 `konst` @8",C[0]],"lcs-image-diff":["Image diff $R @7 LCS @Z","0.1.7"],"fuse3":["FUSE user-space @1 @R $4 @2.",C[6]],"solana-account-decoder":["Solana account decoder","1.7.8"],"serde-big-array":["Big array ^r @0 $b.","0.3.2"],"windows-dll":[C[586],C[9]],"google-prediction1d6-cli":[C[335],C[336]],"rs_poker":["A @1 to help @7 any @3 @X dealing @7 poker. @O includes card ^D, suits, hands, hand ranks, 5 card hand strength calculation, 7 card hand strength calulcation, @5 monte carlo game simulation &s.","1.0.0"],"trie":["An ordered map @5 set @n on a trie.",C[6]],"dia-assert":["Helps @7 confirming user decision on important tasks","3.0.0"],"rustpython-vm":["@3 Python virtual machine.",C[4]],"pangocairo":["@3 @6 @0 @4 PangoCairo @1",C[8]],"stringer":["An &t way to turn an Unsafe *const c_char ^c a @3 String $k @5 return a pointer.",C[1]],"flate2":["DEFLATE ^z @5 decompression exposed as Read/BufRead/Write streams.Supports miniz_oxide, miniz.c, @5 &j zlib @V. Supportszlib, gzip, @5 raw deflate streams.","1.0.20"],"bee-pow":["@U Proof of Work @E @0 @4 IOTA @9",C[3]],"oxygengine-input-device-web":["Web input &A ^B @0 Oxygen Engine",C[68]],"ppp":["A Proxy ^a &C $t in @3. See HAProxy @0 @4 @9 specification.","1.2.1"],"ball-tree":["Ball-^6 @2 @0 K-nearest neighbors",C[9]],"fast-async-mutex":["It is a lib $f provide $r locking mechanisms (Mutex, RwLock, OrderedMutex @5 OrderedRwLock)","0.6.7"],"rs-snowflake":["@3 $4 of @4 Twitter snowflake @Z.","0.5.0"],"egaku2d_@G":["@H 2D ^O @1 ^W context creation @X","0.6.0"],"commandlines":["A @B $s argument @S @1 @0 @3","0.8.0"],"parse-generics-poc":["A proof-of-concept @2 of @4 proposed RFC #1583; @s @a @0 @S generics @5 where clauses. Note: requires a ^m nightly ^9. For a stable alternative, see @4 parse-generics-shim @8.",C[3]],"parity-snappy":["@3 @6 @0 @4 snappy ^z @1",C[3]],"vial":["a micro micro-@j","0.1.9"],"syntex_errors":[C[337],"0.59.1"],"crypto":["Resources @0 ^0 cryptosystems in @3 @u @4 RustCrypto project's ecosystem.",C[9]],"authy":["@I @0 @4 Authy two factor &h &e.","0.9.8"],"gemma_m0":["Board Support @8 @0 @4 Adafruit Gemma M0","0.9.0"],"lua52-sys":["@I @0 Lua 5.2",C[4]],"actix-web-middleware-opa":["actix-&h middleware @0 Open Policy Agent (OPA) verification","0.1.1"],"rust-bitbar":["@3 @8 to $h BitBar plugins","0.3.4"],"rdp":["An $L @f @0 @4 Ramer–Douglas–Peucker @5 Visvalingam-Whyatt $U","0.8.3"],"libdw-sys":[C[130],"0.0.6"],"quantized-density-fields":["@3 @2 of Quantized Density Fields @x $Q.","0.2.3"],"jemalloc-ctl":[C[834],"0.3.3"],"endian_$y_@b":["A custom @b @0 @4 Endian $y","0.6.0"],"smartcard":["A PC/SC @f to communicate @7 smartcards.","0.3.4"],"specker":["Testing $o @k simplifies $1 matching against bunch of templates.","0.3.5"],"narvie-cli":["A CLI @0 @4 narvie REPL","0.3.4"],"haru":["A $H, dynamically-typed general purpose scripting @L","0.29.5"],"mdo-future":["Zero-cost @Y @m @0 @e-mdo",C[0]],"cryptovec":["A vector $f zeroes its $j on clears @5 reallocations.","0.6.1"],"hash-rings":["Implementations of various ^v rings.","1.1.0"],"bifrost":["Real-$x media @5 @x communication @0 @3.",C[338]],"hello_extern":["how to $9 an external @8","0.1.1"],"$x":["Date @5 $x @1. Fully interoperable @7 @4 ^C @1. Mostly ^m @7 #![no_std].","0.3.0-alpha-2"],"hors":["instant coding answers via @4 @B $s(just $A howdoi)","0.8.2"],"permute":["Generate permutations of vectors @5 slices in a $j-^J @5 deterministic manner, @u Heap's @Z.",C[3]],"ophelia-bls-amcl":["ophelia bls",C[9]],"lsp-types":[C[592],"0.89.2"],"pmem":["@3 abstractions &c @4 NVM @p &E://pmem.io",C[3]],"radix-calc":["a CLI programmer's calculator $t in @3, @7 an Alfred workflow","1.0.3"],"rsperftools":[C[1000],"0.3.3"],"bi":["@H kit @0 ^X/$M resources.","0.6.0"],"objectid":["A @3 @2 of a BSON ObjectId.",C[0]],"base-x":["Encode/decode any base","0.2.8"],"panic-ramdump":["Keep panic &y in @4 targets' RAM","0.1.1"],"iai":["One-shot benchmarking @1","0.1.1"],"encoding-index-singlebyte":["Index tables @0 various single-byte character encodings",C[339]],"acme-lib":["@p @0 requesting certificates @t an ACME provider.","0.8.1"],"bevy_reflect_@b":["&O @V @0 bevy_reflect","0.5.0"],"timsort":["@3 @2 of @4 modified MergeSort $3 in Python @5 Java",C[4]],"reproto-backend-go":[C[189],"0.3.36"],"yarte_hir":["Intermediate representation @0 yarte",C[74]],"utf8-width":["To determine @4 width of a UTF-8 character by &d its first byte.","0.1.5"],"ark-r1cs-std":["A ^C @1 @0 constraint @M gadgets","0.3.1"],"teddy":["A SIMD-accelerated multistring searcher.",C[0]],"google-androidenterprise1-cli":[C[1014],C[91]],"jsonrpc-macros":[C[355],"10.1.0"],"nfd-sys":["Low-@D @3 @6 to nativefiledialog","0.1.5"],"@c_logger":["A logger @k prints all &y @7 a readable &L @F","1.11.0"],"fil-ocl":[C[340],"0.19.6"],"&p_svg_^O":["A @3 @1 @0 rendering SVG Graphics @7 WASM","1.0.4"],"digest":["Traits @0 ^e ^v @w","0.10.0-pre.3"],"juniper-eager-loading-code-gen":[C[341],"0.5.1"],"onionsalt":["$7 onion salt encryption scheme","0.4.2"],"$O_meteringmarketplace":["^p ^L @0 @3 - AWSMarketplace Metering @ 2016-01-14",C[18]],"transmission-sys":["@3 @6 @0 @4 Transmission bittorrent @d.","0.3.2"],"&g_dir":["A @8 @0 embedding &g assets ^c warp webservers.",C[0]],"rusty-leveldb":["A ^m re-@2 of LevelDB in @3","0.3.6"],"gb2260":["$7 @3 @2 @0 looking up Chinese administrative divisions",C[4]],"bulk-gcd":["Fast parallel bulk GCD computation @0 finding weak RSA keys in a set","2.2.0"],"webrtc-sdp":["@O create parses $z in @4 @F of @4 Session Description ^a according to RFC4566. It specifically supports @4 subset of features required to @m WebRTC according to @4 JSEP draft.","0.3.8"],"pyo3-file":["A ^S ^r @1 @0 ^j @7 python $1-$A objects @7 @e",C[2]],"idlset":["Fast u64 set $K @1",C[0]],"crypto_^Q":["Defines a general purpose @y @0 various ^e $8","0.2.2"],"hiredis":["$7 @W @s an @l to Hiredis.","0.3.1"],"serum-borsh":[C[209],"0.8.1-serum.1"],"path_abs":["Ergonomic paths @5 @z in @e.","0.5.1"],"lustre_collector":["Scrapes Lustre stats @5 aggregates ^c ^n or YAML",C[2]],"build-env":["Extract $e about @4 $h ^F @t @4 ^M","0.3.1"],"apca":["A create @0 ^R @7 @4 Alpaca @y.","0.19.0"],"serde-pickle":["A $b-@n @K @1 @0 Python's pickle @F","0.6.2"],"cymrust":["Query Team Cymru's IP-to-ASN mapping via DNS","0.4.1"],"tvdb":["@y @f to &E://thetvdb.com (open ^P @0 TV episode @x)","0.6.0"],"rtic-monotonic":["Core abstractions of @4 Real-Time Interrupt-driven Concurrency Monotonic timers",C[342]],"v8_rub":["@3 Builder @0 v8","0.0.5"],"mccs-db":["MCCS specification VCP ^P",C[4]],"google-autoscaler1_beta2-cli":[C[343],C[344]],"keycloak":["Keycloak Admin REST @y.","14.0.0"],"serde-scale":["Serde serializer @5 deserializer @0 @4 SCALE $6","0.2.2"],"json-pointer":["A @8 @0 @S @5 @u ^n pointers, as specified in RFC 6901.","0.3.4"],"miracl_@G":["@3 @X @0 64 bit ^Z @t &N://github.com/miracl/@G","2.6.0"],"ntest_^3_cases":["Test cases @0 ntest @j.","0.7.3"],"futures-preview":[C[345],C[168]],"glyph-names":["Mapping of characters to glyph names according to @4 Adobe Glyph List Specification",C[3]],"notify_send":["@O has been renamed ^c notify-@e. Dev will go on there.","0.0.5"],"lucet-wasi":["Fastly's @J @0 @4 $D System Interface (WASI)","0.6.1"],"nuklear-backend-gdi":["A WinAPI GDI drawing $Y @0 @3 @f @0 Nuklear 2D GUI @1",C[9]],"adler32":["Minimal Adler32 @2 @0 @3.","1.2.0"],"unicode-script":["@O @8 exposes @4 &i `Script` @5 `Script_Extension` properties @t [UAX #24](&E://www.unicode.org/reports/tr24/)","0.5.3"],"deno-x86_64-pc-windows-msvc":[C[346],C[62]],"cargo-raze":["A Cargo &k to ^o Bazel BUILD @z",C[11]],"lightning_$6_@b":["&O @a @0 lightning ^7 peer @9 encodings",C[2]],"state":["A @1 @0 $P @5 effortless global @5 &f-local state ^w.","0.5.2"],"solana-frozen-abi-macro":["Solana Frozen ABI Macro","1.7.8"],"bulletinboard":["A general-purpose DHT","0.5.3"],"$O_glue":["^p ^L @0 @3 - ^p Glue @ 2017-03-31",C[18]],"tectonicdb":["tectonicdb @T","0.5.2"],"size":["Units @5 formatting @0 $1 sizes in base2 @5 base10",C[4]],"static-cond":["Macro @0 performing comparisons during @g expansion",C[6]],"pic8259_@c":["Kernel-space @l to @4 8259 @5 8259A interrupt controllers",C[0]],"gl46":["@I to OpenGL 4.6 (plus some &M)",C[6]],"hydrogen":["Multithreaded &n TCP socket @T @u epoll.","0.1.5"],"pq-sys":["Auto-^Z @e @6 @0 libpq","0.4.6"],"hyperbase":[C[34],"0.1.4"],"try_future":["Convenient short-hand @0 returning early @t `@Y`-@n @w","0.1.3"],"rustacuda":["CUDA Driver @y Wrapper",C[4]],"scrutch":["Tiny $o to search @e $V directly @t @4 @B $s","0.0.6"],"probor":["A (prototype of) @K @9 on top of CBOR @k @s protobuf-$A $5","0.3.1"],"xmpp-proto":[C[218],C[4]],"defmt-elf2table":["Reads ELF metadata @5 builds a defmt interner table",C[3]],"crev-wot":["Scalable, social, Code REView @M @k we desperately need - Web of Trust @1","0.21.0"],"traffic":["@H traffic reporting @0 $q Github repositories","0.1.5"],"warp-json-rpc":["^n RPC @T ^d @0 warp",C[9]],"prompto":["Frivolous image &o @1 @k generates Prompto selfies.","0.0.3"],"cluatoi":["Parsing @4 byte sequence of @4 ascii characters @5 safely converting them to integers.",C[6]],"form_urlencoded":["&C @5 serializer @0 @4 $N/x-www-form-urlencoded syntax, as $3 by HTML forms.","1.0.1"],"swc_ecma_transforms_^B":[C[64],C[12]],"napi-derive":["N-@y $i @a","1.1.0"],"versions":["A @1 @0 @S @5 comparing software $4 ^Y.","3.0.2"],"goauth":["Crate @0 authenticating Server to Server Apps @0 Google Cloud Engine.",C[20]],"swc_@a_$w":["&W @E @0 swc @a.","0.3.3"],"libwgetj":["@p @0 @u wget to grab Java distributions","1.0.5"],"directx-sys":["@3 $L @6 @0 @4 DirectX @y",C[3]],"@F_num":["Format ^Y ^c various representations of $z @n on a @F specifier mini-@L.",C[3]],"bevy_transform":["@U hierarchy @5 transform $5 @0 Bevy Engine","0.5.0"],"@e_hawktracer_@r":["@r @8 @0 @4 rust_hawktracer @1","0.4.2"],"chipmunk":["@3 @6 to @4 chipmunk-2d physics $a. @O @8 is a work in progress.","0.0.2"],"direct-gui":["@H direct rendering of GUI controls on a buffer","0.1.26"],"count-min-sketch":["Count-min-sketch @2","0.1.7"],"google-sheets4":[C[347],C[45]],"spider":["Multithreaded Web spider crawler $t in @3.","1.2.1"],"reformation_@b":["reformation @b @8","0.5.2"],"lotsa":["Execute lots of $K spread &c any &1 of threads.","0.1.9"],"rustr":["@3 @5 R $S","0.1.9"],"libsystemd":["A &9-@3 @d @1 to @o @7 systemd","0.3.1"],"itm":["Tool to parse @5 dump ITM packets","0.3.1"],"k8-types":["Kubernetes Object Types","0.2.6"],"hunspell-rs":[C[348],C[9]],"tldextract":["extract domain info @t a url","0.5.1"],"async-graphql-derive":["^H @0 @R-graphql","2.9.9"],"openal-rs":["DEPRECATED - Use alto instead","0.3.3"],"tokio-zmq":["@U Futures abstractions @0 ZeroMQ on @4 Tokio event-loop",C[22]],"pub-iterator-type":["Abstract an iterator @2 behind a &P tuple.","0.1.1"],"pcre2":["High @D @f @1 @0 PCRE2.","0.2.3"],"resp":["RESP(REdis Serialization ^a) Serialization @0 @3.","1.0.2"],"blinkt":["Interface @0 @4 Pimoroni Blinkt!, @5 any similar APA102 or SK9822 LED strips or boards, on a Raspberry Pi.","0.6.0"],"ckb-logger":["CKB &v facade.",C[31]],"freetype":["@I @0 Freetype $3 by Servo","0.7.0"],"dbkit-engine":["A columnar query execution $a","0.0.9"],"atk-sys":["$L @6 to libatk-1",C[8]],"KLPhash":["^S hashing fn @1 - str -> u32","0.1.4"],"gpiochip":["Package to $9 &n /dev/gpiochip &A","0.1.1"],"wait_group":["golang sync.WaitGroup in @3","0.1.4"],"pharos":["Observer pattern $f generates a @Y 0.3 &5 of events","0.5.2"],"actix-service":["Service $y @5 combinators @0 representing $r request/response $K.","2.0.0"],"git2-curl":["Backend @0 an ^A transport in libgit2 powered by libcurl.Intended to be $3 @7 @4 git2 @8.","0.14.1"],"deepspeech":["@3 @6 to Mozilla's DeepSpeech STT @2","0.9.0"],"derive-aktor":["Create actors in @e @7 a @b @g",C[1]],"etcommon-rlp":[C[349],"0.2.5"],"redfa":["Regular expression derivatives @0 ^2 DFAs.","0.0.2"],"funzzy":["$7 fancy watcher inspired by entr.","0.3.3"],"rustogram":["A @e port of HdrHistogram","0.1.4"],"sfl_@h":["Lightweight @5 &t-to-$9 bitmap font (.sfl) @h","1.3.1"],"filetype":["@O @8 @s a basic ^d to `&Y::fs::File`: it defines a method $f returns @4 file's $k (on *nix systems).",C[0]],"uefi-services":["Higher-@D @E @0 uefi-rs","0.8.0"],"shared-bus-rtic":["@U @E @0 sharing peripheral communication buses in an RTIC $N","0.2.2"],"rst_renderer":["a reStructuredText renderer",C[2]],"substrate-wasmtime-profiling":[C[69],C[332]],"$1_^Q":["@p to abstract read. Based on prefix URL, it select @4 adapted reader (^A or local $1 @M).","0.6.6"],"rect_packer":["A rectangle packing @1. Heavily tested @7 &x @x to ensure @k it always produces correct result.",C[6]],"petri":["Evolutionary computing toolkit","0.0.4"],"webrtc-vad":["@3 @l @0 @4 WebRTC Voice-Activity-Detction Module",C[2]],"rav1e":["$7 fastest @5 safest AV1 encoder",C[350]],"fluence-fork-libp2p-websocket":[C[351],"0.28.1"],"bbqueue":["A SPSC, lockless, no_std, &f $P, queue, @n on BipBuffers","0.4.12"],"tm4c123x":["Peripheral $W @y @0 TI TM4C123x $n","0.9.0"],"tgff":["$7 @1 @s a @h @0 @4 TGFF (Task Graphs For Free) @F.","0.1.10"],"$b_rosmsg":["A rosmsg @K $1 @F",C[0]],"pairing_ce":[C[352],"0.26.0"],"packet-stream":["@v of @4 packet-&5 multiplexing @9 in @3.","0.7.0"],"ndarray-npy":[".npy @5 .npz $1 @F @m @0 ndarray","0.8.0"],"tinysnark":["Tiny libsnark @6","0.0.1"],"txs":["a blockchain","0.7.0"],"ledger-tendermint":["@p to integrate @7 @4 Ledger Tendermint app",C[2]],"tc-rpc":["Tetcore Client RPC","2.0.0"],"priomutex":["A mutex where waiting threads specify a priority","0.3.1"],"google-cloudtrace1-cli":[C[394],C[49]],"cloudabi":["Low @D @l to CloudABI. Contains all syscalls @5 related @i.",C[3]],"lang-c":["Lightweight C @h",C[22]],"libh3-sys":["@I to Uber's Hexagonal Hierarchical Spatial Index - H3","0.1.3"],"transaction":["transaction $C @1 (a.k.a. transaction monad)",C[6]],"lnd-rust":["@3 $X to @4 Lightning Network Daemon","0.5.0"],"async-std-resolver":["Trust-DNS is a $P @5 secure DNS @1, @0 @R-&Y. @O Resolver @1 uses @4 trust-dns-proto @1 to perform all DNS queries. $7 Resolver is intended to be a high-@D @1 @0 any DNS record resolution see Resolver @5 AsyncResolver @0 supported resolution @i. $7 Client can be $3 @0 other queries.","0.20.3"],"total-order-multi-map":["A multimap @7 at @4 same $x keeps @4 total insertion ordering of all elements","0.4.6"],"markup5ever_rcdom":["Basic, unsupported DOM $Q @0 $9 by tests in html5ever/xml5ever",C[3]],"take-until":["A take until ^d @0 iterators",C[3]],"pretty_toa":["Fast convert (@u itoa/dtoa) ^Y to $z @7 thousands separators","1.0.0"],"postgres-shared":["Internal @8 $3 by postgres @5 postgres-$v","0.4.2"],"plurals":["Helps @7 singular/plural forms, mostly in English",C[2]],"wayland-commons":["&W @i @5 $m $3 by wayland-@d @5 wayland-@T.","0.29.0"],"eytzinger":["@O @8 implements @4 \"eytzinger\" (aka BFS) array layout.","1.1.1"],"snarkvm-parameters":["Parameters @0 a decentralized virtual machine","0.7.5"],"chomp":["A $H monadic-style @h combinator designed to work on stable @3.","0.3.1"],"$k_^v":["Generate a ^v @0 a @3 type.The primary $9-case @0 this @8 is @0 detecting differences in messagetypes $p versions of a crate.The `TypeHash` $y is &T @0 most built-in @i @5 a @b macrois provided, @0 ^1 it @0 $q own @i.",C[9]],"linux-raw-sys":["Generated @6 @0 Linux's userspace @y","0.0.17"],"$O_cloud9":["^p ^L @0 @3 - ^p Cloud9 @ 2017-09-23",C[18]],"solana-exchange-program":["Solana Exchange &0","1.7.8"],"buf_redux":["Drop-in replacements @0 buffered I/O in `&Y::io` @7 extra features.","0.8.4"],"fluminurs":["A @d in @3 to $W @4 reverse-engineered LumiNUS @y","1.1.8"],"speedometer":["Measure throughput per second.","0.2.2"],"try_or":["Contains ^r @a @0 unwrapping Results @5 Options.",C[0]],"back-to-the-future":["Conversions $p &Y::future::Future @5 @Y::Future.","0.1.7"],"colors-transform":["Module @0 convert @5 transform colors","0.2.11"],"nemo157":["@O is a ^3 repository/@W @0 me to try out crates.io features andintegrations ^W publishing any of my real $V.","0.3.1-pre.3"],"jrpc":["@i @0 @4 jsonrpc specification, ultra ^y","0.4.1"],"bincode-grpc":["grpc @7 bincode codec instead of protobuf","0.7.2"],"fitrs":["Parse FITS $1 in &9 @e","0.5.0"],"capi":["Helper &X @0 ^0 a C @y in @3: passing ownership of @3 objects to C @5 back.NB: @O will be obsolete once Box::from_raw/into_raw are stable.","0.0.3"],"conventional_commits_linter":["A tooling @5 @L &6 Git commit linter @0 @4 Conventional Commits specification.","0.9.0"],"rapt":["Runtime $N instrumentation toolkit","0.1.4"],"nphysics_testbed3d":["Testbed @0 @4 3-dimensional physics $a in @3.",C[20]],"uuid_v1":["UUID Version 1 @2 $t in @3",C[4]],"rand_isaac":["ISAAC &x &1 @C",C[9]],"get-port":["Get an available TCP/UDP port","4.0.0"],"iryna":["A ^y ^7 @1 @n on mio(work-in-progress)","0.1.4"],"tp-runtime-interface":["Tetcore @J @l","2.1.2"],"tr":["tr! @g @0 localisation",C[1]],"new_debug_unreachable":["panic in debug, intrinsics::unreachable() in release (fork of debug_unreachable)","1.0.4"],"grin_chain":[C[325],"5.1.0"],"rosy":["Ruby @6 @0 @3.","0.0.9"],"big_&V_set":["A @1 @0 ^2 sets of enums @7 a large &1 of variants.",C[6]],"xio_jobset":["XIO jobset datatypes",C[36]],"ckb-types":["@U @4 essential @i @0 CKB.",C[31]],"@e_gpiozero":["A @1 inspired by gpiozero $t in @3.",C[6]],"noble-mmr":["FABRIC Merkle Mountain Range noble.","2.0.0"],"tinysegmenter":["Compact Japanese tokenizer","0.1.1"],"sounding-bufkit":["@p to parse @5 load Bufkit sounding @z.",C[87]],"ht16k33":["@3 ^h @0 @4 Holtek HT16K33 'RAM Mapping 16*8 LED Controller Driver @7 keyscan'",C[2]],"ckb-sentry-log":[C[353],"0.21.0"],"ffizer":["ffizer is a @z @5 folders initializer / generator.It creates or updates any kind (or part) of ^t @t template(s)","2.4.1"],"piston-shaders_graphics2d":[C[921],C[2]],"ckb-verification":["$7 CKB verification",C[31]],"zvariant":[C[354],"2.7.0"],"datasize_@b":["&O @a @0 @4 `datasize` @8","0.2.9"],"lazy_mut":["@O @8 @s a $Q @k can be $3 to lazily initialized ^D as well as a @g @0 ^2 lazy variables.",C[3]],"autogui":["GUI Automation toolbox @0 @3",C[2]],"android_liblog-sys":["&I @6 to liblog on Android","0.1.4"],"red_asn1":["A little @1 to encode/decode ASN1 DER","0.3.5"],"macaddr":["MAC address @i","1.0.1"],"panic-itm":["Log panic &y @u @4 ITM (Instrumentation Trace Macrocell)","0.4.2"],"awsm":[C[562],"0.0.11"],"pallet-session":["FRAME sessions &u","3.0.0"],"olm-sys":["Low @D $X @0 libolm","1.1.2"],"fibers_global":["$7 global executor of fibers",C[4]],"html-minifier":["@O @1 can help &R ^o @5 minify $q HTML @X at @4 same $x. It also supports to minify JS @5 CSS in `