writeln!() は内部で core::fmt::Write::write_fmt() を呼び出しているので,Arguments や Formatter の構築云々がオーバヘッドになってる気はする(実際どの程度なのかどうかは知らない)
You can add location information to your Tweets, such as your city or precise location, from the web and via third-party applications. You always have the option to delete your Tweet location history. Learn more
writeln!() は内部で core::fmt::Write::write_fmt() を呼び出しているので,Arguments や Formatter の構築云々がオーバヘッドになってる気はする(実際どの程度なのかどうかは知らない)