1. Only showing results from lib.rs

    Clear filter to show all search results

  2. Feb 1, 2025See also: ammonia, html-escape, html, html-generator, html-languageservice, sanitize_html, el, bubble-bath, libfuzzer-sys, sanitize-filename, nutype Lib.rs is an unofficial list of Rust/Cargo crates, created by kornelski.It contains data from multiple sources, including heuristics, and manually curated data.Content of this page is not necessarily endorsed by the authors of the crate.
  3. Feb 6, 2025There are four conditions necessary for a deadlock to occur. In order to prevent deadlocks, we need to prevent one of the following: mutual exclusion (This is the entire point of a mutex, so we can't prevent that) non-preemptive allocation (The language must be able to take away a mutex from a thread at any time. This would be very annoying.)
  4. 6 days agoSee also: rustpython-ast, rustpython-parser-vendored, tauri-plugin-localhost, tauri, tauri-plugin-blec, create-tauri-app, tauri-plugin-prevent-default, cargo-mobile2, tauri-utils, tauri-bundler, cao-lang Lib.rs is an unofficial list of Rust/Cargo crates, created by kornelski.It contains data from multiple sources, including heuristics, and manually curated data.
  5. 3 days agoRust's compile-time guarantees prevent memory-related vulnerabilities and data races - essential for an agent system that handles sensitive API keys and interacts with external resources. The ownership model ensures thread-safe concurrent operations without runtime overhead. 🔄 Powerful Concurrency:
  6. Jan 11, 2025Prevent accidental summation of disparate currencies. Use exact or high-precision representation for intermediate calculations. Round monetary values as the final step in a series of calculations by an explicit API call. Usage Creating a Money object let value = dec!(13.37); let a: Result<Money> = Money::from(value, Currency::USD); assert_eq!
  7. Jan 30, 2025Type-safe and ergonomic - Taking advantage of Rust's strong type system to prevent common errors at compile time. Easily extensible - Allowing developers to integrate custom assertions, mocking, and performance metrics seamlessly. Concurrency and async-friendly - Supporting asynchronous requests and concurrent execution to test APIs ...
  8. Jan 5, 2024As we just mentioned, collisions may be an issue. There is an easy to prevent them entirely: you may move the ENV into a sub key in the context data. This is allowed thanks to the --env-key <name> option. For instance, using --env-key env will make your HOME ENV variable available in the tera template as {{env.HOME}}.
  9. Jan 24, 2025See also: google-pubsub1_beta2-cli, google-pubsub1_beta2, tmq, mles, redis, jsonrpc-pubsub, google-pubsub1-cli, google-pubsub1, google-cloud-pubsub, submap, aurora-streams Lib.rs is an unofficial list of Rust/Cargo crates, created by kornelski.It contains data from multiple sources, including heuristics, and manually curated data.Content of this page is not necessarily endorsed by the authors ...
  10. Can’t find what you’re looking for?

    Help us improve DuckDuckGo searches with your feedback

Custom date rangeX