Main public logs
Jump to navigation
Jump to search
Combined display of all available logs of bibbleWiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 01:48, 10 October 2024 Iwiseman talk contribs created page Rust examples (Created page with "=Introduction= The reason for this page is because MediaWiki gets a bit testy with over 1000 lines grrhhhhh so bits of the rust page are on here =Date Handling in Rust Found the on twitter (not all bad) @orhanbalci Type conversion and dates are the worst in most languages so thought I would keep this. <syntaxhighlight lang="rs"> fn main() { // you can use chrono crate for date time operations. // chrono crate is more capable than standard library std::time modul...")