1. Only showing results from lib.rs

    Clear filter to show all search results

  2. Dec 22, 2024Cache Efficiency: Reduces the need to repeatedly query the database by storing frequently accessed data, leading to faster response times. How to Use. Implement the DbCommands Trait; The first step is to implement the DbCommands trait. This trait should define the essential operations for your specific repository:
  3. Jan 29, 2025Repeatedly overwrite the file content with random data and specific patterns. Rename repeatedly to hide that the file ever existed. Remove access- and modification time. Truncate then delete the file. In Docker. Run the shredder with Docker: docker run --rm -it -v "$(pwd):/data" mverleg/file-shred --file.txt
  4. Feb 8, 2025See also: tokio_schedule, delay_timer, tokio-cron-scheduler, cron, croner, evry, horsetab, job_scheduler_ng, remindee-bot, cron-parser, futures-task 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.
  5. Feb 4, 2025Frequently one will want to repeatedly time a piece of code, to attain an average, or to just accumulate the time taken in some code whenever it is called to determine if it is a 'hotspot'. The [AccTimer] accumulates the time delta between start and stop. let mut t = AccTimer::<true>::default(); for i in 0..100 {t.start(); // do something! t ...
  6. 5 days agoWe then drive the computation by repeatedly introducing rounds of data, where the round itself is used as the data. In each round, each worker introduces the same data, and then repeatedly takes dataflow steps until the probe reveals that all workers have processed all work for that epoch, at which point the computation proceeds.
  7. Oct 12, 2024When I'm iteratively working on dotfiles (e.g. writing to and saving a nushell config repeatedly), farmbot should keep track of the changes I've made and use that sequence of changes to update its suggested translations intelligently. Inspiration. GNU Stow; RaphGL/tuckr; yadam; knowledge graphs; ROADMAP: We should start with a minimum
  8. Jan 21, 2025We strive to cut down on boilerplate as much as possible, and try to avoid matching on every opcode repeatedly throughout the whole code base. We do this via heavy macro_rules usage where we define the bytecode inside a higher-order macro and then automatically derive a disassembler, decoder, encoder, etc... from that definition. This also ...
  9. Jan 26, 2025This crate allows HTML strings to be generated from within Rust code using the Builder pattern. Calls to add elements are repeatedly chained together to build up an HTML document. The struct is then flushed to a string which can be used elsewhere in your program. The strings generated by this library are unformatted, but are not explicitly ...
  10. Can’t find what you’re looking for?

    Help us improve DuckDuckGo searches with your feedback

Custom date rangeX